2019年3月11日

常用运维命令_1

摘要: 1、杀N个同样进程 ps -ef | grep process | grep -v grep | awk '{print $2}' | xargs kill -9 2、查看线程 ps -eLf | grep process | grep -v grep 3、查看连接数 netstat -n | aw 阅读全文

posted @ 2019-03-11 17:50 明.Sir 阅读(198) 评论(0) 推荐(0) 编辑

导航