Update thermal.md
This commit is contained in:
+10
-5
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user