On this page
Check Connections Per IP
Introduction
Here is a command line to run on your server if you think your server is under attack. It prints out a list of open connections to your server and sorts them by amount.
Usage
Linux
netstat -ntu
BSD
netstat -na
Last updated 06 Dec 2009, 16:35 CET.