Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753985Ab1BBL6Y (ORCPT ); Wed, 2 Feb 2011 06:58:24 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56310 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753018Ab1BBL6X (ORCPT ); Wed, 2 Feb 2011 06:58:23 -0500 Subject: Re: [PATCH v2 3/6] KVM-GST: KVM Steal time accounting From: Glauber Costa To: Avi Kivity Cc: kvm@vger.kernel.org, linux-kernel@vger.kernel.org, aliguori@us.ibm.com, Rik van Riel , Jeremy Fitzhardinge , Peter Zijlstra In-Reply-To: <4D493725.402@redhat.com> References: <1296244340-15173-1-git-send-email-glommer@redhat.com> <1296244340-15173-4-git-send-email-glommer@redhat.com> <4D456FF9.2010309@redhat.com> <1296575824.5081.17.camel@mothafucka.localdomain> <4D492DBA.9050603@redhat.com> <4D493725.402@redhat.com> Content-Type: text/plain; charset="UTF-8" Organization: Red Hat Date: Wed, 02 Feb 2011 09:57:49 -0200 Message-ID: <1296647869.5081.1098.camel@mothafucka.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2173 Lines: 48 On Wed, 2011-02-02 at 12:51 +0200, Avi Kivity wrote: > On 02/02/2011 12:11 PM, Avi Kivity wrote: > > On 02/01/2011 05:57 PM, Glauber Costa wrote: > >> On Sun, 2011-01-30 at 16:04 +0200, Avi Kivity wrote: > >> > On 01/28/2011 09:52 PM, Glauber Costa wrote: > >> > > This patch accounts steal time time in kernel/sched. > >> > > I kept it from last proposal, because I still see advantages > >> > > in it: Doing it here will give us easier access from scheduler > >> > > variables such as the cpu rq. The next patch shows an example of > >> > > usage for it. > >> > > > >> > > Since functions like account_idle_time() can be called from > >> > > multiple places, not only account_process_tick(), steal time > >> > > grabbing is repeated in each account function separatedely. > >> > > > >> > > >> > I accept that steal time is worthwhile, but do you have some way to > >> > demonstrate that the implementation actually works and is beneficial? > >> > > >> > Perhaps run two cpu-bound compute processes on one vcpu, > >> overcommit that > >> > vcpu, and see what happens to the processing rate with and without > >> steal > >> > time accounting. I'd expect a fairer response with steal time > >> accounting. > >> > >> Avi, > >> > >> There are two things here: > >> One of them, which is solely the accounting of steal time, (patches 1 to > >> 4) has absolutely nothing to do with what you said. Its sole purpose is > >> to provide the user with information about "why is my process slow if I > >> am using 100 % of my cpu?") > > > > Right. Like irq and softirq time, we need to report this to the user, > > as it's potentially much higher. > > Of course, it's not enough to just account for this time, you also have > to expose it somewhere, and update tools like top(1) to display it. Yes, what I meant is that just the accounting will just expose it to the tools, won't affect the scheduler in any sense. -- 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/