This commit is contained in:
root 2025-06-29 13:45:43 +02:00
parent e072047a3b
commit 6e6d414f90
4 changed files with 4 additions and 2 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 #!/bin/sh
apt install -y powertop linux-cpupower apt install -y powertop linux-cpupower
./turbostat.sh
./autoaspm.py ./autoaspm.py
./check_aspm.sh ./check_aspm.sh
powertop --auto-tune powertop --auto-tune
./turbostat.sh

4
turbostat.sh Normal file → Executable file
View File

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