Skip to content

Instantly share code, notes, and snippets.

@colehocking
Created July 30, 2019 16:44
Show Gist options
  • Save colehocking/23df086cd87e51a6f7b59960aa4e9b15 to your computer and use it in GitHub Desktop.
Save colehocking/23df086cd87e51a6f7b59960aa4e9b15 to your computer and use it in GitHub Desktop.
See how many jigawatts are in your flux capacitor
#!/bin/bash
# Check supported total number of CPUs
grep CONFIG_NR_CPUS /boot/config-`uname -r`
# Check the number of processors the OS is utilizing
dmesg | grep processor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment