Skip to content

embed-dsp/ed_linux_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux Utilities

This package contains a set of utilities for use with the Linux operating system.

License

This project is licensed under the MIT License.

Scripts

The following scripts are located in the bin directory:

utilities

List the available scaling frequencies for all of the CPU's in the system.

scaling_get_avail_frequencies.sh

List the available frequency scaling governors for all of the CPU's in the system.

scaling_get_avail_governors.sh

List the current frequencies for all of the CPU's in the system.

scaling_get_curr_frequency.sh

Set 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.sh

Set 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.sh

Set 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

About

Linux Utilities

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages