/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
netstat -plan|grep :80|grep -E "(EST|LIST)"|awk {'print $5'}|cut -d: -f 1|sort|uniq -c|sort -nk 1