Skip to content

Instantly share code, notes, and snippets.

@icetee
Created April 15, 2017 22:01
Show Gist options
  • Save icetee/c33e3c8f5232c401936e1225fcec46fa to your computer and use it in GitHub Desktop.
Save icetee/c33e3c8f5232c401936e1225fcec46fa to your computer and use it in GitHub Desktop.
Get CPU usage macOS stream
top -o cpu | grep --line-buffered "CPU usage:" | cut -d' ' -f3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment