Skip to content

Instantly share code, notes, and snippets.

@blasterpal
Created September 19, 2011 19:22
Show Gist options
  • Select an option

  • Save blasterpal/1227324 to your computer and use it in GitHub Desktop.

Select an option

Save blasterpal/1227324 to your computer and use it in GitHub Desktop.
CPU, Mem, IO stats
echo 'CPU hogs'
ps -eo pcpu,pid,user,args | sort -k 1 -r | head -10
echo '#############'
echo 'IO'
iostat
echo 'The mems'
vmstat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment