This package contains a set of utilities for use with the Linux operating system.
This project is licensed under the MIT License.
The following scripts are located in the bin directory:
List the available scaling frequencies for all of the CPU's in the system.
scaling_get_avail_frequencies.shList the available frequency scaling governors for all of the CPU's in the system.
scaling_get_avail_governors.shList the current frequencies for all of the CPU's in the system.
scaling_get_curr_frequency.shSet the frequency scaling governors for all of the CPU's to ondemand so that
the frequency of the CPU's is changed dynamical according to current load.
scaling_set_governor_ondemand.shSet the frequency scaling governors for all of the CPU's to performance so that
the CPU's run at the maximum frequency.
scaling_set_governor_performance.shSet the frequency scaling governors for all of the CPU's to powersave so that
the CPU's run at the minimum frequency.
scaling_set_governor_powersave.sh