Skip to content

Support cpupower #34

@psyhtest

Description

@psyhtest

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions