linux中查看指定进程socket连接数的指令

https://blog.csdn.net/lixin_4055/article/details/9183413

转自:http://bbs.csdn.net/topics/110183082

ls /proc/<进程pid>/fd -l | grep socket: | wc -l

posted on 2018-09-16 16:23  小西红柿  阅读(1436)  评论(0)    收藏  举报

导航