Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Number of connection to port 80 from different IP's  (Read 2341 times)

0 Members and 1 Guest are viewing this topic.

Aby

  • Guest
Number of connection to port 80 from different IP's
« on: November 04, 2013, 08:37:50 pm »
Number of connection to port 80 from different IP's

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

Note:You should login as root.