Skip to content

Instantly share code, notes, and snippets.

@henri
Created June 24, 2026 01:48
Show Gist options
  • Select an option

  • Save henri/696bb34930cbfc765c5eda3aa814ac61 to your computer and use it in GitHub Desktop.

Select an option

Save henri/696bb34930cbfc765c5eda3aa814ac61 to your computer and use it in GitHub Desktop.
ionice cheatsheet
# set existing process to be in 'Best Effort' class with priority 6 in that class
# within the 'Best Effort' class priority 0 is highest and 7 is the lowest
ionice -c 2 -n 6 -p <PID>
# check what values are set for an existing process
ionice -p <PID>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment