Skip to content

Instantly share code, notes, and snippets.

@satoru-takeuchi
Created July 17, 2017 06:12
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 satoru-takeuchi/ca6ebb8cf2485d212992c15080270854 to your computer and use it in GitHub Desktop.
Save satoru-takeuchi/ca6ebb8cf2485d212992c15080270854 to your computer and use it in GitHub Desktop.
#!/bin/bash
for ((i=0;1;i++)) ; do
for ((i=0;i<16;i++)) ; do
cat /sys/devices/system/cpu/cpu$i/cpufreq/cpuinfo_cur_freq
cat /sys/devices/system/cpu/cpu$i/cpufreq/scaling_cur_freq
echo
done
echo "======"
sleep 1
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment