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

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

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