about netstat !!
Hi folksi use centos on my box
i want to know how to determine the ip that cause most open sockets on the 80 port for example ...
when i use :
netstat -an | grep :80
that list all the ips connect to my 80 port ...but i want to know how to determine the ip that have the largest number of open sockets only...
thanx in advance