-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
If we install linux-tools-* on Ubuntu (including in Docker):
sudo apt install linux-tools-common linux-tools-generic
we can easily switch between different governors e.g.:
- for Peak Performance profiles:
sudo cpupower frequency-set --governor performance
- for Energy Efficiency profiles:
sudo cpupower frequency-set --governor powersave
More options can be available like conservative and ondemand, but performance and powersave should be sufficient.
We would like to add these commands to axs, so that when governor=$GOVERNOR is specified, we automatically run:
sudo cpupower frequency-set --governor $GOVERNOR
before the experiment.
Metadata
Metadata
Assignees
Labels
No labels