Update thermal.md
This commit is contained in:
parent
c8f21f5c3a
commit
040958b3aa
15
thermal.md
15
thermal.md
@ -136,14 +136,19 @@ Setting cpu: 3
|
|||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
```sh
|
```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)
|
The governor "powersave" may decide which speed to use
|
||||||
current CPU frequency: 400 MHz (asserted by call to kernel)
|
current CPU frequency: 1.02 GHz (asserted by call to kernel)
|
||||||
current CPU frequency: 1.40 GHz (asserted by call to kernel)
|
The governor "powersave" may decide which speed to use
|
||||||
current CPU frequency: 400 MHz (asserted by call to kernel)
|
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>
|
<br><br>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user