Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757571Ab3GVRma (ORCPT ); Mon, 22 Jul 2013 13:42:30 -0400 Received: from g4t0014.houston.hp.com ([15.201.24.17]:38095 "EHLO g4t0014.houston.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754635Ab3GVRm3 (ORCPT ); Mon, 22 Jul 2013 13:42:29 -0400 Message-ID: <1374514943.7608.25.camel@j-VirtualBox> Subject: Re: [RFC PATCH v2] sched: Limit idle_balance() From: Jason Low To: Preeti U Murthy Cc: Ingo Molnar , Peter Zijlstra , LKML , Mike Galbraith , Thomas Gleixner , Paul Turner , Alex Shi , Vincent Guittot , Morten Rasmussen , Namhyung Kim , Andrew Morton , Kees Cook , Mel Gorman , Rik van Riel , aswin@hp.com, scott.norton@hp.com, chegu_vinod@hp.com, Srikar Dronamraju Date: Mon, 22 Jul 2013 10:42:23 -0700 In-Reply-To: <51EC1B38.8000708@linux.vnet.ibm.com> References: <1374220211.5447.9.camel@j-VirtualBox> <51E921EC.5040501@linux.vnet.ibm.com> <1374262090.1830.16.camel@j-VirtualBox> <51EC1B38.8000708@linux.vnet.ibm.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1211 Lines: 36 On Sun, 2013-07-21 at 23:02 +0530, Preeti U Murthy wrote: > Hi Json, > > With V2 of your patch here are the results for the ebizzy run on > 3.11-rc1 + patch on a 1 socket, 16 core powerpc machine. Each ebizzy > run was for 30 seconds. > > Number_of_threads %improvement_with_patch > 4 8.63 > 8 1.29 > 12 9.98 > 16 20.46 > > Let me know if you want me to profile any of these runs for specific > statistics. Hi Preeti, Other numbers that would be interesting to know are the % improvements when N = 20. That is when I'm getting the bigger performance boosts on some of the AIM7 workloads. Would you like to re-run ebizzy with v2 of my patch except replacing this line of code: if (idle_duration / 10 < (sd->avg_idle_balance_cost + cost)) with this line of code: if (idle_duration / 20 < (sd->avg_idle_balance_cost + cost)) Thanks a lot, Jason -- 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/