Advertisement
Guest User

Untitled

a guest
Feb 26th, 2020
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. #!/bin/bash
  2. sudo echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
  3. sudo echo performance > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor
  4. sudo echo performance > /sys/devices/system/cpu/cpu2/cpufreq/scaling_governor
  5. sudo echo performance > /sys/devices/system/cpu/cpu3/cpufreq/scaling_governor
  6. echo Your current CPU mode will display in 2 seconds
  7. sleep 2
  8. sudo cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement