Update thermal.md

This commit is contained in:
Ste Vaidis 2025-06-06 10:45:32 +03:00
parent c8f21f5c3a
commit 040958b3aa

View File

@ -136,14 +136,19 @@ Setting cpu: 3
<br><br>
```sh
sudo cpupower --cpu all frequency-info | grep "current CPU"
sudo cpupower --cpu all frequency-info | grep -e "current CPU" -e "The governor"
```
```
current CPU frequency: 1.30 GHz (asserted by call to kernel)
current CPU frequency: 400 MHz (asserted by call to kernel)
current CPU frequency: 1.40 GHz (asserted by call to kernel)
current CPU frequency: 400 MHz (asserted by call to kernel)
The governor "powersave" may decide which speed to use
current CPU frequency: 1.02 GHz (asserted by call to kernel)
The governor "powersave" may decide which speed to use
current CPU frequency: 1.04 GHz (asserted by call to kernel)
The governor "powersave" may decide which speed to use
current CPU frequency: 1.39 GHz (asserted by call to kernel)
The governor "powersave" may decide which speed to use
current CPU frequency: 1.38 GHz (asserted by call to kernel)
```
<br><br>