Skip to content

Instantly share code, notes, and snippets.

@rgo
Created February 25, 2009 22:50
Show Gist options
  • Save rgo/70498 to your computer and use it in GitHub Desktop.
Save rgo/70498 to your computer and use it in GitHub Desktop.
Top cpu used by process
# Top cpu used by process
ps -eo pcpu,pid,user,args | sort -k 1 -r | head -n10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment