会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
代码改变世界
Cnblogs
Dashboard
Login
Home
Contact
Gallery
Subscribe
RSS
joe_tester
文章分类 -
监控
linux中netstat查看
2016-03-18 16:41 by joe_tester, 404 阅读,
收藏
,
摘要: 服务器上的一些统计数据: 1)统计80端口连接数 netstat -nat|grep -i "80"|wc -l 2)统计httpd协议连接数 ps -ef|grep httpd|wc -l 3)统计已连接上的,状态为“established netstat -na|grep ESTABLISHED
阅读全文
0 Comment
About