WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] disk IO profiling in guest suing sar command

To: xen-users <xen-users@xxxxxxxxxxxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] disk IO profiling in guest suing sar command
From: Steven <wangwangkang@xxxxxxxxx>
Date: Wed, 18 May 2011 16:43:52 -0400
Cc:
Delivery-date: Wed, 18 May 2011 13:45:14 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=j5xHGfAQ5EPACwU8gPhxZ31fZyFWoK2yIV31P25+xFk=; b=VzZ1n4ftQlVLd3Vx+RALcUwqnLpldCM+9ogMxcRSp3K2cMLRfSh/XOfglxvtpdwl4i Vun25REoBITSg5T9JcEfeIjHGAaSzvJ4x3D6q1quxOGFsNHPss5NXAEpPLM9VA1eNnCt IM319SSrvLIEPmosmgl47aDHWLEQRUocf+hik=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=KxbEeQElyzvW0gFi8sOS1rYju1PHWOdMUlNmCI+//Mg1DQr56MHJ+FV429HHtbRPg5 ksruACIoxm5zHG+ZW2TdVYUwRRshXthF46GElz+Nl6BiBxJSo99KxnhsIPOA46Lo+RlQ JOxC2ek4x1nOQ9m0Vxbt399IA692loPk8J0ts=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
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

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] disk IO profiling in guest suing sar command, Steven <=