Skip to content

Instantly share code, notes, and snippets.

@rafaelnp
Created June 2, 2015 00:31
Show Gist options
  • Save rafaelnp/bcd2ec2af6c63cb66360 to your computer and use it in GitHub Desktop.
Save rafaelnp/bcd2ec2af6c63cb66360 to your computer and use it in GitHub Desktop.
cpufreqmon.sh
#!/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