Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758671AbYCBUZa (ORCPT ); Sun, 2 Mar 2008 15:25:30 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754433AbYCBUZU (ORCPT ); Sun, 2 Mar 2008 15:25:20 -0500 Received: from E23SMTP03.au.ibm.com ([202.81.18.172]:50716 "EHLO e23smtp03.au.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754091AbYCBUZU (ORCPT ); Sun, 2 Mar 2008 15:25:20 -0500 Date: Mon, 3 Mar 2008 01:55:06 +0530 From: Vaidyanathan Srinivasan To: Arjan van de Ven Cc: discuss@LessWatts.org, Linux-pm mailing list , Linux Kernel , Dipankar Sarma , Ingo Molnar , venkatesh.pallipadi@intel.com, tglx@linutronix.de, suresh.b.siddha@intel.com, Gautham R Shenoy , Chanda Sethia Subject: Re: Too many timer interrupts in NO_HZ Message-ID: <20080302202506.GE10028@dirshya.in.ibm.com> Reply-To: svaidy@linux.vnet.ibm.com Mail-Followup-To: Arjan van de Ven , discuss@LessWatts.org, Linux-pm mailing list , Linux Kernel , Dipankar Sarma , Ingo Molnar , venkatesh.pallipadi@intel.com, tglx@linutronix.de, suresh.b.siddha@intel.com, Gautham R Shenoy , Chanda Sethia References: <20080302194812.GD10028@dirshya.in.ibm.com> <20080302115709.30403490@laptopd505.fenrus.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20080302115709.30403490@laptopd505.fenrus.org> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2462 Lines: 55 * Arjan van de Ven [2008-03-02 11:57:09]: [sniped] > > please show us powertop -d output; that way we can at least see sort of what > is going on... Here you go... [root@XXXX sv]# powertop -d PowerTOP 1.9 (C) 2007 Intel Corporation Collecting data for 15 seconds < Detailed C-state information is only available on Mobile CPUs (laptops) > P-states (frequencies) 2.40 Ghz 0.0% 2.13 Ghz 0.0% 1.87 Ghz 0.0% 1.60 Ghz 100.0% Wakeups-from-idle per second : 3.1 interval: 15.0s no ACPI power usage estimate available Top causes for wakeups: 41.4% ( 2.4) : eth0 17.2% ( 1.0) ip : bnx2_open (bnx2_timer) 9.2% ( 0.5) : neigh_table_init_no_netlink (neigh_periodic_timer) 3.4% ( 0.2) : function call interrupts 3.4% ( 0.2) init : schedule_timeout (process_timeout) 3.4% ( 0.2) python : schedule_timeout (process_timeout) 3.4% ( 0.2) : __netdev_watchdog_up (dev_watchdog) 3.4% ( 0.2) sendmail : schedule_timeout (process_timeout) 3.4% ( 0.2) : page_writeback_init (wb_timer_fn) 2.3% ( 0.1) : aacraid 2.3% ( 0.1) rc.sysinit : start_this_handle (commit_timeout) 1.1% ( 0.1) : sk_reset_timer (tcp_delack_timer) 1.1% ( 0.1) sshd : sk_reset_timer (tcp_write_timer) 1.1% ( 0.1) : cache_register (delayed_work_timer_fn) 1.1% ( 0.1) : init_nonfatal_mce_checker (delayed_work_timer_fn) 1.1% ( 0.1) crond : do_nanosleep (hrtimer_wakeup) 1.1% ( 0.1) : neigh_add_timer (neigh_timer_handler) Suggestion: increase the VM dirty writeback time from 5.00 to 15 seconds with: echo 1500 > /proc/sys/vm/dirty_writeback_centisecs This wakes the disk up less frequenty for background VM activity Suggestion: enable the noatime filesystem option by executing the following command: mount -o remount,noatime / or by pressing the T key noatime disables persistent access time of file accesses, which causes lots of disk IO. --Vaidy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/