Current HTTP Connection Based On IP

netstat -plan|grep :80|awk {'print $5'}|cut -d: -f 1|sort|uniq -c|sort -nk 1

  • Author: hari_anj at yahoo dot com