Skip to content

Instantly share code, notes, and snippets.

@pryorda
Created March 4, 2019 06:13
Show Gist options
  • Save pryorda/0c145fbafa5a049037ac73e58899fab2 to your computer and use it in GitHub Desktop.
Save pryorda/0c145fbafa5a049037ac73e58899fab2 to your computer and use it in GitHub Desktop.
Check for stalled io processes
watch -n 1 "(ps aux | awk '\$8 ~ /D/ { print \$0 }')"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment