Checking For A DoS
Working on groups of web servers, especially ones that are highly susceptible to attack, it is a good idea to have a string of commands that will allow you to check what is going on. Check for DDos: 1netstat -n | grep EST | awk '{ print $5 }' | cut -d: -f1 | sort …
By eric