Compare commits

...

3 Commits

Author SHA1 Message Date
76a28cfd2f README.md aktualisiert 2025-06-29 16:42:22 +00:00
root
d1e7cf0c42 Merge branch 'main' of https://support.ostrachhelp.de/p_reichart/energy 2025-06-29 13:47:10 +02:00
root
6e6d414f90 bugfixes 2025-06-29 13:45:43 +02:00
5 changed files with 7 additions and 2 deletions

View File

@@ -2,4 +2,7 @@
Energieverbrauch unter Linux optimieren
Siehe dazu: https://www.youtube.com/watch?v=qyGbkEtjJ90
Siehe dazu:
* https://www.youtube.com/watch?v=qyGbkEtjJ90
* https://www.youtube.com/watch?v=MucGkPUMjNo
* https://www.hardwareluxx.de/community/threads/server-nas-hardwareguide-bauvorschl%C3%A4ge-diskussion-2025.1362408/

0
autoaspm.py Normal file → Executable file
View File

0
check_aspm.sh Normal file → Executable file
View File

2
init.sh Normal file → Executable file
View File

@@ -1,6 +1,8 @@
#!/bin/sh
apt install -y powertop linux-cpupower
./turbostat.sh
./autoaspm.py
./check_aspm.sh
powertop --auto-tune
./turbostat.sh

2
turbostat.sh Normal file → Executable file
View File

@@ -1,5 +1,5 @@
#!/bin/sh
turbostat --Summary -quiet --show PkgWatt --interval 1
turbostat --Summary -quiet --show PkgWatt --interval 1 -n 10