Skip to content

Instantly share code, notes, and snippets.

@abel0b
Last active January 11, 2020 11:01
Show Gist options
  • Save abel0b/5a5da51a2d70c75e74e12b2343c64a32 to your computer and use it in GitHub Desktop.
Save abel0b/5a5da51a2d70c75e74e12b2343c64a32 to your computer and use it in GitHub Desktop.
Check hardware information on linux
cat /proc/cpuinfo

Get number of cores

grep "cpu cores" /proc/cpuinfo

Get cpu topology

hwloc-ls
lscpu
lshw
fdisk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment