High Server Load

By Phil Frilling, 23 September, 2013
A list of useful commands that can be used to help identify a high server load:

Apache POST DOS Attach

  • Check the amount of POST requests to Apache:
    
    /usr/sbin/tcpdump -A -nnn -s0 -l 'dst port 80' | grep -Eo "POST\ /.*"
    
  • Find the culprit on a shared hosting environment:
    
    grep POST /var/www/vhosts/*/statistics/logs/access_log