Skip to content

Instantly share code, notes, and snippets.

@rgo
Created February 24, 2009 00:36
Show Gist options
  • Save rgo/69297 to your computer and use it in GitHub Desktop.
Save rgo/69297 to your computer and use it in GitHub Desktop.
Top cpu use
# Display top cpu use
ps aux|sort -nr +2|head -5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment