Compare commits

..

2 Commits

Author SHA1 Message Date
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
4 changed files with 3 additions and 1 deletions

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