Skip to content

Instantly share code, notes, and snippets.

@zelon88
Created November 5, 2017 04:05
Show Gist options
  • Save zelon88/a59107c0fa887979be3757a0eba08d32 to your computer and use it in GitHub Desktop.
Save zelon88/a59107c0fa887979be3757a0eba08d32 to your computer and use it in GitHub Desktop.
Realtime Linux CLI CPU Frequency
#From https://stackoverflow.com/questions/1455988/commenting-in-bash-script
watch -n 0 "lscpu | grep 'MHz'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment