Skip to content

Instantly share code, notes, and snippets.

@luszczynski
Created January 14, 2015 18:12
Show Gist options
  • Save luszczynski/deb50f6519ff093a956d to your computer and use it in GitHub Desktop.
Save luszczynski/deb50f6519ff093a956d to your computer and use it in GitHub Desktop.
CPU, Cores, Socket

Number of physical CPUs

  • grep physical.id /proc/cpuinfo | sort -u | wc -l

Number of cores per CPU

  • grep cpu.cores /proc/cpuinfo | sort -u

Number of logical processors

  • grep processor /proc/cpuinfo | wc -l

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment