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

1
netstat -ntu 

BSD

1
netstat -na 

Last updated 06 Dec 2009, 16:35 CET. history