Diese Seite (Version-113) wurde zuletzt am 25-Apr.-2025 17:33 von Administrator geändert.

Diese Seite wurde am 24-März-2024 13:42 von Administrator erstellt.

Du bist nicht autorisiert, diese Seite umzubenennen.

Du bist nicht autorisiert, diese Seite zu löschen.

Versionsgeschichte der Seite

Version Zuletzt geändert Größe Autor Änderungen Kommentar
113 25-Apr.-2025 17:33 15 KB Administrator zur vorherigen
112 29-Dez.-2024 10:53 14 KB Administrator zur vorherigen | zur neuesten
111 29-Dez.-2024 10:50 14 KB Administrator zur vorherigen | zur neuesten DynDNS and ipv6 ==> DNS, DynDNS and ipv6
110 29-Dez.-2024 10:35 14 KB Administrator zur vorherigen | zur neuesten
109 29-Dez.-2024 10:35 14 KB Administrator zur vorherigen | zur neuesten Raspberry Security ==> DynDNS and ipv6
108 28-Dez.-2024 17:15 14 KB Administrator zur vorherigen | zur neuesten
107 23-Dez.-2024 12:43 14 KB Administrator zur vorherigen | zur neuesten
106 20-Dez.-2024 17:48 14 KB Administrator zur vorherigen | zur neuesten
105 18-Dez.-2024 19:55 14 KB Administrator zur vorherigen | zur neuesten
104 18-Dez.-2024 19:49 14 KB Administrator zur vorherigen | zur neuesten
103 18-Dez.-2024 17:06 13 KB Administrator zur vorherigen | zur neuesten
102 18-Dez.-2024 16:59 13 KB Administrator zur vorherigen | zur neuesten
101 18-Dez.-2024 16:51 13 KB Administrator zur vorherigen | zur neuesten

Links

Eingehende Links Ausgehende Links

Versionsunterschiede

Unterschiede zwischen Version und .

Zeile 81: 30 Zeilen geändert.
Gosund: 3,0 - 3,4 W idle/streaming
3,6 - 3,9 W copying via Samba
Linux Temperature
> sudo cat /sys/class/thermal/thermal_zone0/temp
folder /sys/class/thermal/
=> zones, PI5 has one only = thermal_zone0
note: values like 60050 = 60,05°C
type: Type of the thermal zone = cpu-thermal
=> temp: Current temperature = 56,0 - 60,5 without fan in arcyl case
mode: Working mode of the thermal zone = enabled
policy: Thermal governor used for this zone = step_wise
available_policies: Available thermal governors for this zone = step_wise
trip_points
temp: Trip point temperature
type: Trip point type
hyst: Hysteresis value for this trip point
0 critical / 110 °C / 0
1 active / 50 °C / 5
2 active / 60 °C / 5
3 active / 67,5 / 5
4 active / 75 °C / 5
slope: Slope constant applied as linear extrapolation = -550
sustainable_power: Sustainable dissipatable power = 0
k_po: Proportional term during temperature overshoot = 0
k_pu: Proportional term during temperature undershoot = 0
k_i: PID's integral term in the power allocator gov = 0
k_d: PID's derivative term in the power allocator = 0
integral_cutoff: Offset above which errors are accumulated = 0
offset: Offset constant applied as linear extrapolation = 450000
Power
__Power__\\
You cannot properly messure power consumption in PI, app "powertop" cannot be used due to missing batterie.\\
{{{
Zeile 112: Eine Zeile geändert.
(note: cannot be used due to missing batterie - sudo apt install powertop)
}}}
I used a smart power adapter from Gosund to check:
* 3,0 - 3,4W at idle/streaming
* 3,6 - 3,9W while copying files via Samba
Zeile 114: Eine Zeile geändert.
Current CPU frequency
__Temperature__\
You can use Linux for checking that:\\
{{{
> sudo cat /sys/class/thermal/thermal_zone0/temp
}}}
Some Linux background about temperatures:\\
see folder /sys/class/thermal/ \\
=> zones, PI5 has one only = thermal_zone0\\
note: values like 60050 = 60,05°C
||file||description||value
|type|Type of the thermal zone|cpu-thermal
|__temp__|Current temperature|56,0 - 60,5 without fan in arcyl case
|mode|Working mode of the thermal zone|enabled
|policy|Thermal governor used for this zone|step_wise
|available_policies|Available thermal governors for this zone|step_wise
|trip_points|temp=temperature/type=type/hyst=Hysteresis value for this trip point|0 critical / 110 °C / 0
| | |1 active / 50 °C / 5
| | |2 active / 60 °C / 5
| | |3 active / 67,5 / 5
| | |4 active / 75 °C / 5
|slope|Slope constant applied as linear extrapolation|-550
|sustainable_power|Sustainable dissipatable power|0
|k_po|Proportional term during temperature overshoot|0
|k_pu|Proportional term during temperature undershoot|0
|k_i|PID's integral term in the power allocator gov|0
|k_d|PID's derivative term in the power allocator|0
|integral_cutoff|Offset above which errors are accumulated|0
|offset|Offset constant applied as linear extrapolation|450000
__Current CPU frequency__
{{{
Zeile 124: Eine Zeile hinzugefügt.
}}}