“ss -n” is faster than “netstat -na” on high load servers?

12 09 2013

# ss -n |grep ESTAB |wc -l
13615

# ss -n |grep CLOSE-WAIT |wc -l
10832

# ss -n |grep FIN-WAIT |wc -l
1976

# ss -V
ss utility, iproute2-ss061002





C++ vs Java vs Python vs Ruby

1 02 2006

All about the comparison between C++, Java, Phyton and Ruby.

Here’s the link:

http://www.dmh2000.com/cjpr/index.shtml








Design a site like this with WordPress.com
Get started