查看Apache的在线用户数方法 统计apache进程数

# netstat -n | awk '/^tcp/ {++S[$NF]} END {for(a in S) print a, S[a]}'