1 Introduction
Here is a command line to run on your server if you think your server is under attack. It prints our a list of open connections to your server and sorts them by amount.
2 Usage
2.1 Linux
netstat
|
netstat -ntu
|
2.2 BSD
netstat
|
netstat -na
|