From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Gardner Subject: Re: xenmon question Date: Tue, 18 Jul 2006 11:17:53 -0600 Message-ID: <44BD17C1.3050101@hp.com> References: <071820061656.16440.44BD12AF0006BB05000040382205886360CCCCCC050E9F@comcast.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <071820061656.16440.44BD12AF0006BB05000040382205886360CCCCCC050E9F@comcast.net> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: pak333@comcast.net Cc: xen-devel@lists.xensource.com, "xen-users ; " List-Id: xen-devel@lists.xenproject.org pak333@comcast.net wrote: > Hi all, > > I am trying to understand what xenmon is outputting. I think the first > three rows are OK but what are the last three rows that start with 31 > and what do the columns mean, The 31 signifies the idle domain. So for instance, the 'gotten' time represents the idle time on that cpu. Please note that in the latest xen source, the idle domain is shown as "Idle" not as 31 so hopefully this will be more clear. Rob