ACC SHELL
PM-Profiler is a simple shell infrastructure to tune the power management
knobs in your system. Basic configuration is in /etc/pm-profiler.conf.
You can define different "profiles", which reside below
/etc/pm-profiler/. Each profile will have a file called "config" to tune
the different settings. For creating a new profile, do the following:
1. mkdir /etc/pm-profiler/<profile name>
2. cp /usr/share/doc/packages/pm-profiler/config.template \
/etc/pm-profiler/<profile name>/config
3. Edit the settings in your profile configuration. You may even remove
some variables you do not need. They will be handled like empty
variables, the settings will not be touched at all.
4. Edit /etc/pm-profiler.conf and add the profile name to the
PM_PROFILER_PROFILE="" variable
5. Either use 'rcpm-profiler start' or
'/usr/lib/pm-profiler/enable-profile <profile name>' to activate the profile
Have fun!
ACC SHELL 2018