From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 0/5] Alter steal time reporting in KVM Date: Tue, 27 Nov 2012 22:32:29 -0200 Message-ID: <20121128003229.GE8295@amt.cnet> References: <20121126203603.28840.38736.stgit@lambeau> <20121127232442.GA8295@amt.cnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org, riel@redhat.com, kvm@vger.kernel.org, peterz@infradead.org, glommer@parallels.com, mingo@redhat.com To: Michael Wolf Return-path: Content-Disposition: inline In-Reply-To: <20121127232442.GA8295@amt.cnet> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Tue, Nov 27, 2012 at 09:24:42PM -0200, Marcelo Tosatti wrote: > On Mon, Nov 26, 2012 at 02:36:24PM -0600, Michael Wolf wrote: > > In the case of where you have a system that is running in a > > capped or overcommitted environment the user may see steal time > > being reported in accounting tools such as top or vmstat. > > The definition of stolen time is 'time during which the virtual CPU is > runnable to not running'. Overcommit is the main scenario which steal > time helps to detect. Meant 'runnable but not running'. > Can you describe the 'capped' case?