public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Christian Borntraeger <borntraeger-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org>
To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Cc: Laurent Vivier <Laurent.Vivier-6ktuUTfB/bM@public.gmane.org>,
	linux-kernel
	<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [PATCH 0/2][KVM] guest time accounting
Date: Mon, 13 Aug 2007 16:22:27 +0200	[thread overview]
Message-ID: <200708131622.27533.borntraeger@de.ibm.com> (raw)
In-Reply-To: <46C06638.6010108-atKUWr5tajBWk0Htik3J/w@public.gmane.org>

Am Montag, 13. August 2007 schrieb Avi Kivity:

> Laurent's patch gives the best of both worlds: on old 'top', you get 
> guest time accounted as user time, while on new 'top' it is accounted 
> separately.  This is done by reporting user time as the sum of the real 
> user time and guest time.  A newer 'top' can subtract guest time from 
> user time to get the correct statistic.

Yes that looks promising. If I recall correctly we had some strange top 
behaviours when we introduced the steal time. Old top added the steal time to 
idle. We should check that.

> 
> 
> > My implementation uses a similar mechanism like hard and softirq. So I 
have an 
> > sie_enter an sie_exit and a task_is_in_sie function - like irq_enter and 
> > irq_exit. The main difference is based on the fact, that s390 has precise 
> > accouting for irq, steal, user and system time, and therefore my patch is 
> > based on architecture specifc code using CONFIG_VIRT_CPU_ACCOUNT. 
> >   
> 
> Okay, so the code should be under that config option, and kvm should 
> select it.

No hurry..that was specific to our implementation, not KVM :-)
Besided that, Ingo changed the accouting with his CFS scheduler, and I still 
have to figure out how CONFIG_VIRT_CPU_ACCOUNTING can be properly integrated 
in CFS.

Christian

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/

  parent reply	other threads:[~2007-08-13 14:22 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-10 15:58 [PATCH 0/2][KVM] guest time accounting Laurent Vivier
     [not found] ` <46BC8B39.6050202-6ktuUTfB/bM@public.gmane.org>
2007-08-13  8:01   ` Avi Kivity
     [not found]     ` <46C00FC1.1070306-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-08-13  8:13       ` Laurent Vivier
     [not found]         ` <46C012A8.2040908-6ktuUTfB/bM@public.gmane.org>
2007-08-13  8:38           ` Avi Kivity
     [not found]             ` <46C01877.7060007-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-08-13 13:08               ` Laurent Vivier
     [not found]                 ` <46C057C0.7020003-6ktuUTfB/bM@public.gmane.org>
2007-08-13 13:22                   ` Avi Kivity
2007-08-13 14:15           ` Christian Borntraeger
     [not found]             ` <200708131615.42643.borntraeger-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org>
2007-08-13 14:19               ` Avi Kivity
     [not found]                 ` <46C06885.3020908-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-08-13 14:26                   ` Christian Borntraeger
     [not found]                     ` <200708131626.36275.borntraeger-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org>
2007-08-13 14:37                       ` Avi Kivity
     [not found]                         ` <46C06CA2.8010303-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-08-13 20:40                           ` Heiko Carstens
     [not found]                             ` <20070813204023.GA10283-5VkHqLvV2o3MbYB6QlFGEg@public.gmane.org>
2007-08-19  9:32                               ` List stripping out cc's (was: Re: [PATCH 0/2][KVM] guest time accounting) Avi Kivity
     [not found]                                 ` <46C80E40.9-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-08-19 19:53                                   ` List stripping out cc's Jeff Garzik
     [not found]                                     ` <46C89FCA.3010802-o2qLIJkoznsdnm+yROfE0A@public.gmane.org>
2007-08-19 20:10                                       ` Avi Kivity
2007-08-13 14:05   ` [PATCH 0/2][KVM] guest time accounting Christian Borntraeger
     [not found]     ` <200708131605.40479.borntraeger-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org>
2007-08-13 14:10       ` Avi Kivity
     [not found]         ` <46C06638.6010108-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-08-13 14:22           ` Christian Borntraeger [this message]
2007-08-13 14:22       ` Laurent Vivier
     [not found]         ` <46C0693A.1080900-6ktuUTfB/bM@public.gmane.org>
2007-08-13 14:30           ` Avi Kivity
     [not found]             ` <46C06AFE.2050702-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-08-13 14:41               ` Laurent Vivier
     [not found]                 ` <46C06D99.2030106-6ktuUTfB/bM@public.gmane.org>
2007-08-13 15:22                   ` Christian Borntraeger
     [not found]                     ` <200708131722.43936.borntraeger-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org>
2007-08-13 15:36                       ` Laurent Vivier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200708131622.27533.borntraeger@de.ibm.com \
    --to=borntraeger-ta70fqpds9bqt0dzr+alfa@public.gmane.org \
    --cc=Laurent.Vivier-6ktuUTfB/bM@public.gmane.org \
    --cc=kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox