使用lsof查看进程句柄使用情况

lsof -n |awk '{print $2}'|sort|uniq -c |sort -nr|more

posted @ 2016-11-23 15:33  HarkLee  阅读(3065)  评论(0编辑  收藏  举报