High load average but low CPU usage
Sunday, January 17th, 2010One of my Debian servers had its load average pegged at 3.0 but top didn’t show anything using a lot of CPU. A little Google research revealed this approach that solved things for me:
top -b -n 1 | awk ‘{if (NR
