반응형

while true; do

echo "ALL: `netstat -na |grep "86.8031" |wc -l`";

echo "EST: `netstat -na |grep "86.8031" |grep EST|wc -l`";

sleep 10;

done

 

while true; do

echo "ALL: `netstat -na |grep "114.8031" |wc -l`";

echo "EST: `netstat -na |grep "114.8031" |grep EST|wc -l`";

sleep 10;

done

 

while true; do

echo "ALL: `netstat -na |grep "251.80" |wc -l`";

echo "EST: `netstat -na |grep "251.80" |grep EST|wc -l`";

sleep 10;

done

 

while true; do

echo "ALL: `netstat -na |grep "111.80" |wc -l`";

echo "EST: `netstat -na |grep "111.80" |grep EST|wc -l`";

sleep 10;

done

 

반응형

+ Recent posts