Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@sanemat
Created May 1, 2014 11:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sanemat/d6cb661b8bde7f34284c to your computer and use it in GitHub Desktop.
Save sanemat/d6cb661b8bde7f34284c to your computer and use it in GitHub Desktop.
count cpu
# Count cpu for Ubuntu
# https://github.com/grosser/parallel/blob/806762374c950e3e908dfc3f3f0b37564705bcaa/lib/parallel.rb
cat /proc/cpuinfo | grep -E '^processor' | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment