查看tomcat连接数
查看tomcat连接数
1、windows7命令如下:
netstat -nsp tcp
图1
windows命令没有linux命令功能强大
2、linux命令如下:
netstat -anlt|grep 8009|grep ESTABLISHED
查看tomcat连接数
1、windows7命令如下:
netstat -nsp tcp
图1
windows命令没有linux命令功能强大
2、linux命令如下:
netstat -anlt|grep 8009|grep ESTABLISHED