Skip to content

Instantly share code, notes, and snippets.

@mowings
Last active October 10, 2020 18:48
Show Gist options
  • Save mowings/099fa0e6dee5cf5b9958ab7b70d5e286 to your computer and use it in GitHub Desktop.
Save mowings/099fa0e6dee5cf5b9958ab7b70d5e286 to your computer and use it in GitHub Desktop.
Watch cpu core frequency in real time
watch -n.1 "cat /proc/cpuinfo | grep \"^[c]pu MHz\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment