Skip to content

Instantly share code, notes, and snippets.

@stinkymatt
Created October 24, 2014 02:40
Show Gist options
  • Save stinkymatt/1cf5a5fd577d0d7e5de4 to your computer and use it in GitHub Desktop.
Save stinkymatt/1cf5a5fd577d0d7e5de4 to your computer and use it in GitHub Desktop.
Top CPU Consumption
#credit: http://unix.stackexchange.com/questions/20483/how-to-find-which-process-is-causing-high-cpu-usage
ps -eo pcpu,pid,user,args | sort -k1 -r | head -10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment