From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akio Takebe Subject: How to use deeper C state Date: Wed, 21 Jan 2009 18:02:59 +0900 Message-ID: <58C97BA70EB797takebe_akio@jp.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel Cc: "Tian, Kevin" , "Yu, Ke" List-Id: xen-devel@lists.xenproject.org Hi, When I tried cpuidle option, max_cstate indicates C7 with debug-key in my machine. But the result of "xenpm start" doesn't say that xen enter C2 or more state. Do I need anything else(boot option and so on)? (XEN) ==cpu0== (XEN) active state: C1 (XEN) max_cstate: C7 (XEN) states: (XEN) *C1: type[C1] latency[000] usage[00409594] duration [1893990621775] (XEN) C0: usage[00409594] duration[22279357433] (XEN) ==cpu1== (XEN) active state: C1 (XEN) max_cstate: C7 (XEN) states: (XEN) *C1: type[C1] latency[000] usage[00396768] duration [1891756608514] (XEN) C0: usage[00396768] duration[24513377367] # xenpm start Elapsed time (ms): 466915 CPU0: residency percentage C0 220 ms 0.05% C1 466695 ms 99.95% P0 60 ms 100.00% P1 0 ms 0.00% CPU1: residency percentage C0 606 ms 0.13% C1 466309 ms 99.87% P0 450 ms 100.00% P1 0 ms 0.00% Best Regards, Akio Takebe