摘要: (1)显示10个消耗cpu最多的进程  # ps aux |head -1 ;ps aux |sort -rn +2 |head -10(2)显示10个消耗内存最多的进程  #ps vx |head -1 ;ps vx |grep -v PID |sort -rn +6 |head -10(3)显示10个换页最多的进程  #ps vx |head -1 ;ps vx |grep -v PID |s... 阅读全文
posted @ 2010-04-09 12:32 知秋一叶 阅读(8862) 评论(0) 推荐(1)
Tags



<%--先添加两个div用作标签的容器和临时容器--%>