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