Commit graph

4 commits

Author SHA1 Message Date
wiz
e56a0af7ae Update to r7 (pkgsrc 0.7). Provided by Johannes Hofmann in private mail.
estd-r7
* Add support for ACPI P-States on DragonFly.
* Improve multi-core support on DragonFly. For each CPU domain with individually
  controllable CPU frequency, the load of the most loaded CPU is used instead of
  the overall avarage load.
  This avoids issues on SMP systems where a single-threaded CPU bound process
  will lead to at most 50% overall load.
* Ove Soerensen has asked me to take over maintainership of estd.
  The new project page is at http://www.ecademix.com/JohannesHofmann/estd.html
2009-10-26 00:30:10 +00:00
joerg
1094e250ee Also mention that it works on DragonFly to be fair :-) 2006-08-06 01:11:14 +00:00
xtraeme
396df0151a estd also supports PowerNow! drivers of NetBSD 4.0, mention that. 2006-08-05 22:00:44 +00:00
agc
de3f1dd6fe Initial import of estd-0.3 into the packages collection. From an
nudge from Rumi Szabolcs on port-i386.

The estd daemon dynamically sets the CPU-frequency on
SpeedStep-enabled CPUs depending on current cpu-utilization.  It is
written for systems running NetBSD.

Examples:

Maximize battery lifetime by limiting CPU-frequency to 1000 MHz and
switching to lower speeds fast:

	estd -d -b -M 1000

Maximize performance by running at least at 1400MHz and switching to
higher speeds real fast:

	estd -d -a -m 1400
2005-01-24 10:50:53 +00:00