Technology and me

// How to "nice" the I/O

aptitude install util-linux
  • Extreme case : only run a program when I/O is idle (root mandatory) :
ionice -c3 xfs_fsr -t 600
  • An addition to my .bashrc to ensure my niced program also preserve my I/O
alias nice='ionice -c2 -n7 nice'

Billets similaires

Comments are disabled

RSS Feed
Social ...
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported