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

[Xen-tools] How does one get xentrace to trace on disk io?

To: xen-tools@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-tools] How does one get xentrace to trace on disk io?
From: Henry Pepper <henrypepr@xxxxxxxxx>
Date: Tue, 12 Oct 2010 14:14:08 +0200
Delivery-date: Tue, 12 Oct 2010 05:15:39 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=aq/YbxjCKiqC1cxXYokOgQCQsGpH6KS0Jst5wadpbP0=; b=wF1c5nHvv1RAIXs850691jLMFnrXKY9gQUH77SudA96Mq+koN3yukO/2V+xMYd8Jp/ AV1nwXt0sFbnLy0hMbPR5xI4XxkkvT/PcXnHDuHoF7LTa/yZSnRPBjKVHHhlHMQZ/+yP 6j76THB2KWIMoI1o8zArltde2hKoaEe2cKW04=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=rBFUpfNTpc3TCXWdPxbfbZlO0st1GeajM6T1DHMA+Odp42Nx5ZX6xdTv+ItpIAQwLm meKk1q2lkBDLX8JrvP9p6Nu8Bfu+03x1AoqkM+4Z/UXle0vAfkEtTDLF0fuYlTcejZlL KginUuq2tvl/i1atNyS0+KSa7wHVFazWiqXI8=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-tools-request@lists.xensource.com?subject=help>
List-id: Xen control tools developers <xen-tools.lists.xensource.com>
List-post: <mailto:xen-tools@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-tools>, <mailto:xen-tools-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-tools>, <mailto:xen-tools-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-tools-bounces@xxxxxxxxxxxxxxxxxxx
Hi

I am unable to get xentrace to provide data on IO, it seems that only
SCH class data are provided.

I'm running Xen 3.1.x on Centos 5.5
  Linux c6 2.6.18-194.el5xen #1 SMP Fri Apr 2 15:34:40 EDT 2010 x86_64
x86_64 x86_64 GNU/Linux

I've tried
xentrace -e all  xentrace3.trc
xentrace -e 0x8f000  xentrace4.trc

For both traces I only get the following event's
 domain_wake
 switch_infprev
 switch_infnext
 __enter_scheduler
 lost_records
 do_block

(xentrace_format formats_xen.txt < xentrace4.trc)

Does anyone have any idea of what I'm missing here?

  Thank you

    Henry

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-tools] How does one get xentrace to trace on disk io?, Henry Pepper <=