列出每個ip 建立的port 80 連線數量: # netstat -plan|grep :80|awk {'print $5'}|cut -d: -f 1|sort|uniq -c|sort -nk 1 1 # netstat -plan|grep :80|awk {'print ...
確定! 回上一頁