Tagged Questions
4
votes
1answer
503 views
How do I test the effect of ionice (against a device using the cfq scheduler)?
I'm trying to construct an experiment to measure the effect of ionice. What I'd like to do is to (per another answer on serverfault) cause frequent enough I/O that a sufficiently "niced" process is ...
2
votes
1answer
189 views
How long is the “defined grace period” for the idle scheduling class of the CFQ io scheduler?
The ionice man page says
A program running with idle io priority will only get disk time
when no other program has asked for disk io for a defined grace period.
Where is this "grace period" ...