Created
June 2, 2015 00:31
-
-
Save rafaelnp/bcd2ec2af6c63cb66360 to your computer and use it in GitHub Desktop.
cpufreqmon.sh
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/sh | |
# show cpu fequency, updating every 2 seconds | |
watch -p -n 2 grep \"cpu MHz\" /proc/cpuinfo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment