首页 > Linux
shell 命令 收集 中...
发布时间:2017-06-27 12:18:41
访问量:7

    查看Nginx并发进程数:ps -ef | grep nginx | wc -l
  查看Web服务器TCP连接状态:netstat -n | awk '/^tcp/ {++S[$NF]} END {for(a in S) print a, S[a]}'

1498536988574873.png

相关文章 更多文章
CentOs的系统时间和时区的修改
关于 cmake mysql的一些事项
Linux安装exe软件
CentOS6.5搭建LAMP
mount: you must specify the filesystem type
发表评论 0
网友评论
© 2010-2015 PekingPiao.com
版权所有 DBR
Mem
Top