High load on Linux? Check for processes in uninterruptible state Posted by james on 16 January 2020, 5:50 pm ps aux | awk '$8 ~ /D/ { print $0 }' They may be waiting on I/O.