Skip to content

Instantly share code, notes, and snippets.

@ebruning
Created February 10, 2011 17:19
Show Gist options
  • Save ebruning/820914 to your computer and use it in GitHub Desktop.
Save ebruning/820914 to your computer and use it in GitHub Desktop.
Get the CPU usage of a thread on AIX
ps -mp <PID#> -o THREAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment