~amitk/ubuntu/lucid/pm-utils-powersave-policy/amit

Viewing all changes in revision 15.

  • Committer: Amit Kucheria
  • Date: 2010-03-09 01:13:51 UTC
  • Revision ID: amit.kucheria@canonical.com-20100309011351-ggagh9zou7t1r01j
Add policy to tune the scheduler to first fill up all the core on one cpu
package before scheduling processes to cores on another cpu package.

This kernel tuneable is effective in reducing power consumption on lightly
loaded systems.

However, this is not a very effective policy since it only takes into account
the 15-min load average of the system at the time when pm-powersave is called.
So if the load average changes right after this script is run, we might be
making the wrong decision.

What we really need is the ability to adjust this tuning constantly, by
repeated calling of this script.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: