From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Subject: disk IO profiling in guest suing sar command Date: Wed, 18 May 2011 16:43:52 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-users , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hi, I am trying to profiling disk IO caused by page miss in memory inside a guest OS. Both guest and host OS are Fedora 13. I am using the linux command sar which provide such number of major faults like majflt/s: Number of major faults the system has made per second, those which have required loading a memory page from disk Then I started a workloads on both the guest and host OS. As a result, the guest reports about 1000 majfits, while the host reports only around 80. So is 1000 majflt is the actual disk IO for that guest? Or the number of host OS is what I want. Thanks. - w