Skip to content

Instantly share code, notes, and snippets.

@CommanderAlchemy
Last active August 29, 2015 13:55
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 CommanderAlchemy/8768881 to your computer and use it in GitHub Desktop.
Save CommanderAlchemy/8768881 to your computer and use it in GitHub Desktop.
watchcpu
#!/bin/bash
# Shows system voltage and CPU frequency in a fancy fashion.
# Author Artur O. Commander.Alchemy@gmail.com (Justice @ Freenode #Archlinux)
watch -n 1 -t -c "sensors; sudo cpupower monitor -m Mperf | cut -d\| -f1,4"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment