Skip to content

Instantly share code, notes, and snippets.

@jwerle
Created September 26, 2013 22:35
Show Gist options
  • Save jwerle/6721550 to your computer and use it in GitHub Desktop.
Save jwerle/6721550 to your computer and use it in GitHub Desktop.
while true; do printf "%.0f\n" $(echo "`ps -eo pcpu | head -2 | tail -n +2` * 100" | bc) ; sleep .5; done | histo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment