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-users

RE: [Xen-users] performance of pv drivers for windows

To: "Sebastian Reitenbach" <sebastia@xxxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-users] performance of pv drivers for windows
From: "James Harper" <james.harper@xxxxxxxxxxxxxxxx>
Date: Wed, 24 Sep 2008 16:07:33 +1000
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 23 Sep 2008 23:09:11 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <200809240743.30751.sebastia@xxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <200809221118.40873.sebastia@xxxxxxxxxxxxxxxxxxxx> <AEC6C66638C05B468B556EA548C1A77D01490776@trantor> <200809240743.30751.sebastia@xxxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AckeCJaX2cuo4pvmRI2YfTDCks58TgAAxvrg
Thread-topic: [Xen-users] performance of pv drivers for windows
> > Please run debugview from sysinternals.com while you are running
your
> > disk performance testing. It will periodically output some stats
like:
> >
> > XenVbd     stat_interrupts = 2408914
> > XenVbd     stat_interrupts_for_me = 314368
> > XenVbd     stat_reads = 131507
> > XenVbd     stat_writes = 208567
> > XenVbd     stat_unaligned_le_4096 = 7
> > XenVbd     stat_unaligned_le_8192 = 0
> > XenVbd     stat_unaligned_le_16384 = 0
> > XenVbd     stat_unaligned_le_32768 = 0
> > XenVbd     stat_unaligned_le_65536 = 0
> > XenVbd     stat_unaligned_gt_65536 = 0
> > XenVbd     stat_no_shadows = 0
> > XenVbd     stat_no_grants = 0
> > XenVbd     stat_outstanding_requests = 1
> >
> > The things I'm interested in are that stat_unaligned_xxx figures.
The
> > only unaligned requests I see during day to day operations are
somewhere
> > between 5 and 10 that occur very very early during boot
> > (stat_unaligned_le_4096 = 7). However I have seen chkdsk, defrag,
and at
> > least one testing tool issue requests not aligned on 512 byte
> > boundaries. When that happens, the gplpv drivers have to break the
> > request into 4096 byte chunks and submit each chunk, one at a time,
to
> > blkback, which really slows things down.
> I had that tool running, but it did not produced any output, I guess I
> used it
> in a wrong manner ;).
> 

You need to make sure that kernel debug message capture is on. In the
'Capture' menu, make sure that 'Capture Kernel' is ticked.

Thanks

james

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