文件名称:查看TCP连接数
文件大小:199B
文件格式:TXT
更新时间:2021-09-30 08:46:32
tcp
查看TCP连接数 1)统计80端口连接数 netstat -nat|grep -i "80"|wc -l 2)统计httpd协议连接数 ps -ef|grep httpd|wc -l 3)、统计已连接上的,状态为“established netstat -na|grep ESTABLISHED|wc -l
文件名称:查看TCP连接数
文件大小:199B
文件格式:TXT
更新时间:2021-09-30 08:46:32
tcp
查看TCP连接数 1)统计80端口连接数 netstat -nat|grep -i "80"|wc -l 2)统计httpd协议连接数 ps -ef|grep httpd|wc -l 3)、统计已连接上的,状态为“established netstat -na|grep ESTABLISHED|wc -l