Skip to content

Instantly share code, notes, and snippets.

@imaami
Created April 2, 2020 12:46
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 imaami/87d9b6fc0033b80dc023b974dc38fceb to your computer and use it in GitHub Desktop.
Save imaami/87d9b6fc0033b80dc023b974dc38fceb to your computer and use it in GitHub Desktop.
cpupower frequency monitoring
#!/bin/bash
clear
while z="$(cpupower monitor -i .3333 -m Mperf)"; do
echo $'\e'"[0;0H$z"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment