We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1957c2d commit cf1b8cfCopy full SHA for cf1b8cf
README.md
@@ -540,6 +540,10 @@ commands to print current and set the `performance` mode:
540
cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
541
for i in $(ls /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor); do echo performance | sudo tee $i; done
542
```
543
+Then view your CPU frequency with:
544
+```sh
545
+cat /proc/cpuinfo | grep -i mhz
546
+```
547
548
Stop un-needed applications and services. List of running services can be printed by:
549
```sh
0 commit comments