首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 操作系统 > UNIXLINUX >

在linux上查看tomcat的链接数

2012-08-16 
在linux下查看tomcat的链接数netstat -na | grep ESTAB | grep 80 | wc -lnetstat -na | grep ESTAB | gre

在linux下查看tomcat的链接数

netstat -na | grep ESTAB | grep 80 | wc -l

netstat -na | grep ESTAB | grep 8080 | wc -l

热点排行