ionice command examples

ionice command examples

ionice – set or get process I/O scheduling class and priority

# ionice -c 3 -p 89

Sets process with PID 89 as an idle I/O process.

# ionice -c 2 -n 0 bash

Runs ‘bash’ as a best-effort program with highest priority.

# ionice -p 89 91

Prints the class and priority of the processes with PID 89 and 91.

 

Leave a Reply

Your email address will not be published. Required fields are marked *