How to check DDOS attack on your server
Here are command to check DDOS attack on your server
1. To find the number of HTTP connections to a particular IP address, use the following command.
netstat -nee | grep “\:80” | awk ‘ { print $4 }’ | awk -F: ‘{ print $1 }’ | sort|uniq -c