Skip to content

Commit cf1b8cf

Browse files
authored
Update README.md
1 parent 1957c2d commit cf1b8cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,10 @@ commands to print current and set the `performance` mode:
540540
cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
541541
for i in $(ls /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor); do echo performance | sudo tee $i; done
542542
```
543+
Then view your CPU frequency with:
544+
```sh
545+
cat /proc/cpuinfo | grep -i mhz
546+
```
543547

544548
Stop un-needed applications and services. List of running services can be printed by:
545549
```sh

0 commit comments

Comments
 (0)