實時查看tomcat、apache併發鏈接數

實時查看tomcat併發鏈接數

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

實時查看apache併發鏈接數

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

相關文章
相關標籤/搜索