mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Dominik Brodowski <linux@dominikbrodowski.net>
To: Con Kolivas <kernel@kolivas.org>
Cc: linux kernel mailing list <linux-kernel@vger.kernel.org>,
	ck list <ck@vds.kolivas.org>, Tony Lindgren <tony@atomide.com>,
	Adam Belay <abelay@novell.com>,
	Daniel Petrini <d.pensator@gmail.com>,
	vatsa@in.ibm.com
Subject: Dyntick effectiveness [Was: [PATCH] i386 no idle HZ aka Dynticks 051203]
Date: Sun, 4 Dec 2005 15:33:37 +0100	[thread overview]
Message-ID: <20051204143337.GA4572@isilmar.linta.de> (raw)
In-Reply-To: <200512041737.07996.kernel@kolivas.org>

On Sun, Dec 04, 2005 at 05:37:05PM +1100, Con Kolivas wrote:
> Here is an updated complete patch implementing no idle hz ticks
> aka dynticks for i386.

A few stats about running dynticks on my notebook (1.4G Pentium M)

CPU frequency	C4	dyntick	avg. battery rate[*]
------------------------------------------------------------
0.6 GHz		on	off	990 mA
0.6 GHz		on	on	973 mA (-2%)

1.4 GHz		on	off	1400 mA		fan starts very soon (~15sec)
1.4 GHz		on	on	1100 mA (-21%)	fan starts after ~5min

0.6 GHz		off	off	1130 mA
0.6 GHz		off	on	1050 mA (-7%)

1.4 GHz		off	off	1480 mA
1.4 GHz		off	on	1180 mA (-20%) 


[*] as reported by cat /proc/acpi/battery/BAT1/state .

Power consumption during normal operation (C0) and in processor idle states,
as per datasheet:

speed		C0 	C1	C2	C3	C4
-----------------------------------------------------
1.4GHz		22W 	7.3W	7.3W	5.1W	0.55W

0.6GHz		 6W	1.8W	1.8W	1.1W	0.55W

=> Most useful when CPU frequency scaling isn't available (Celerons? Do they
	have "Deeper Sleep State" -- no, they don't. That's why I did the
	test run with C4 disabled. The values for 1.4G without C4 should be
	similar to what can be seen on Celerons.)
=> Only minimal additional power savings when CPU frequency scaling works
	well
=> Possible reason: entering power states takes more time when at higher
	speed


	Dominik

      parent reply	other threads:[~2005-12-04 14:33 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-04  6:37 [PATCH] i386 no idle HZ aka Dynticks 051203 Con Kolivas
2005-12-04 12:24 ` fix cpufreq-ondemand by accounting skipped ticks as idle ticks [Was: [PATCH] i386 no idle HZ aka Dynticks 051203] Dominik Brodowski
2005-12-04 12:32   ` Con Kolivas
2005-12-05  2:02   ` Con Kolivas
2005-12-04 12:32 ` Account time spent in C-States " Dominik Brodowski
2005-12-04 12:55 ` busmaster and " Dominik Brodowski
2005-12-04 13:01 ` C-State policy and dynticks " Dominik Brodowski
2005-12-04 14:33 ` Dominik Brodowski [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20051204143337.GA4572@isilmar.linta.de \
    --to=linux@dominikbrodowski.net \
    --cc=abelay@novell.com \
    --cc=ck@vds.kolivas.org \
    --cc=d.pensator@gmail.com \
    --cc=kernel@kolivas.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tony@atomide.com \
    --cc=vatsa@in.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome