September 2009
Beginner
942 pages
85h 34m
English
ionice
ionice [options] [program[arg]]
Set the I/O scheduling class and priority for a program. The three possible scheduling classes are idle, best effort, and real time. The default is best effort. With no arguments or just -p, query the current class and priority for the process. Without -p, the program is run with the specified parameters.
Set the scheduling class, where n is 1 for real time, 2 for best effort, and 3 for idle.
Print help information and exit.
Define the scheduling class data for classes that accept it. For real time and best effort, n can be in the range 0–7.
Specify the process id of a running program to be changed.