Admin-Ahead Community

Linux => General Linux => Topic started by: Aby on November 04, 2013, 08:37:50 pm

Title: Number of connection to port 80 from different IP's
Post by: Aby 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.