pub fn set_cpu_scaling_governor(gov: &str) -> SshCommand
Expand description

Sets the CPU scaling governor to the given governor. This requires

  • cpupower to be installed,
  • sudo priveleges,
  • the necessary Linux kernel modules.