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

Viewing all changes in revision 16.

  • Committer: Amit Kucheria
  • Date: 2010-03-09 01:24:05 UTC
  • Revision ID: amit.kucheria@canonical.com-20100309012405-vwhwfqjx9km39joh
Add policy to tune the scheduler to first fill up all threads on a core and
all the core in a 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: