Update thermal.md

This commit is contained in:
Ste Vaidis 2025-06-05 16:33:00 +03:00
parent 9ff7679c4c
commit 786783701f

View File

@ -69,6 +69,8 @@ analyzing CPU 10:
Active: yes
```
<br><br>
```sh
grep MHz /proc/cpuinfo
```
@ -80,7 +82,8 @@ cpu MHz : 4744.609
cpu MHz : 4777.125
```
<br>
<br><br>
```sh
sudo sensors
@ -118,6 +121,8 @@ cpupower --cpu all frequency-info | grep "current CPU"
current CPU frequency: 400 MHz (asserted by call to kernel)
```
<br><br>
```sh
sudo cpupower --cpu all frequency-set --max 1.4GHz
```