Linux - Determine number of unique hosts connected to server
Normally; I would use netstat -a | grep
To see a list or to get a count of how many connections to a particular port. However, I need a bit more granular output so that I can also see the number of UNIQUE hosts connected to that port. Otherwise, the current output I am getting will show multiple connections a host may have; which doesn't give me an accurate 'count' of total hosts connected.
Thanks
2007-09-18
06:41:34
·
1 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design