diff --git a/thermal.md b/thermal.md index 1bbde56..a9580cb 100644 --- a/thermal.md +++ b/thermal.md @@ -136,14 +136,19 @@ Setting cpu: 3

```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) + ```