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