Skip to content

Instantly share code, notes, and snippets.

@jeremie-lesage
Created March 9, 2012 10:03
Show Gist options
  • Save jeremie-lesage/2005919 to your computer and use it in GitHub Desktop.
Save jeremie-lesage/2005919 to your computer and use it in GitHub Desktop.
du (Disk Usage) with small impact on IO
# -c for class : 0 for none, 1 for real time, 2 for best-effort, 3 for idle.
/usr/bin/ionice -c3 du -sh /home/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment