Skip to content

Instantly share code, notes, and snippets.

@mad4j
Created May 28, 2014 16:31
Show Gist options
  • Save mad4j/06a34bade7a6b2b038b1 to your computer and use it in GitHub Desktop.
Save mad4j/06a34bade7a6b2b038b1 to your computer and use it in GitHub Desktop.
view information regarding thread priorities
#visualizza thread creati dal processo pid
pidstat -p <pid> -t
#visualizza priorita' associata a processo/thread
chrt -p <pid>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment