Created
July 30, 2019 16:44
-
-
Save colehocking/23df086cd87e51a6f7b59960aa4e9b15 to your computer and use it in GitHub Desktop.
See how many jigawatts are in your flux capacitor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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