netstat -anp | grep 'CONNECTED'|awk 'END{print NR}' 或者这样
2017-04-08
netstat -anp | grep 'LISTEN'|nl|awk 'END{print $1}' 这样感觉更容易
2017-04-08