To see number of IP connections and IPs connected to port 80, use the following command.
netstat -plan|grep :80|awk {'print $5'}|cut -d: -f 1|sort|uniq -c|sort -nk 1
To see number of IP connections and IPs connected to port 80, use the following command.
netstat -plan|grep :80|awk {'print $5'}|cut -d: -f 1|sort|uniq -c|sort -nk 1