linux小知识
时间:2009-03-23 来源:sjhf
查看命令 top -b -n1 然后查看RES值,把你想查看的进程相加,就得到进程所占的实际内存了 查看apache并发请求和连接数 netstat -ano | grep 80 | awk '{print $6}' | sort | uniq -c | sort -rn |
相关阅读 更多 +
排行榜 更多 +
时间:2009-03-23 来源:sjhf
查看命令 top -b -n1 然后查看RES值,把你想查看的进程相加,就得到进程所占的实际内存了 查看apache并发请求和连接数 netstat -ano | grep 80 | awk '{print $6}' | sort | uniq -c | sort -rn |