Compare commits
3 Commits
a133a752a9
...
main
Author | SHA1 | Date | |
---|---|---|---|
76a28cfd2f | |||
|
d1e7cf0c42 | ||
|
6e6d414f90 |
@@ -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
0
autoaspm.py
Normal file → Executable file
0
check_aspm.sh
Normal file → Executable file
0
check_aspm.sh
Normal file → Executable file
2
init.sh
Normal file → Executable file
2
init.sh
Normal file → Executable 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
2
turbostat.sh
Normal file → Executable file
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
turbostat --Summary -quiet --show PkgWatt --interval 1
|
||||
turbostat --Summary -quiet --show PkgWatt --interval 1 -n 10
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user