From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: Steal time in KVM Date: Mon, 8 Oct 2012 17:02:23 -0300 Message-ID: <20121008200223.GG18648@amt.cnet> References: <20121008193945.GF18648@amt.cnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: Abhishek Gupta Return-path: Received: from mx1.redhat.com ([209.132.183.28]:20326 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752837Ab2JHUC2 (ORCPT ); Mon, 8 Oct 2012 16:02:28 -0400 Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Oct 08, 2012 at 02:47:59PM -0500, Abhishek Gupta wrote: > I think this flag is enabled since I see that there is some information > > cat /proc/schedstat This is in the host? Then, yes, the host has schedstat enabled. Definition of steal time: the amount of time in which this vCPU did not run. So with some CPU load on the host system, you should see "steal time" != 0 in the guest system.