Thử thêm cái coi lào
Aug 26

Which IP Connected To Server

To view which IP and how many connection being made:
netstat -ntu | awk ‘{print $5}’ | cut -d: -f1 | sort | uniq -c | sort -n