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] vbd usage

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] vbd usage
From: Dmitry <D.Khodat@xxxxxxxxxxxxxxxxx>
Date: Mon, 7 Sep 2009 15:06:00 +0300
Delivery-date: Mon, 07 Sep 2009 05:04:34 -0700
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>
Organization: sam-solutions
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.9.9
Hi all.
I have my application, based on xenstat for statistics collection. However i 
have one problem with vbd.
How can i recieve read and written bytes in/from vbd?

In xenstat.h i can see
/* Gen the number of OO/RD/WR requests for vbd */
unsigned long long xenstat_vbd_oo_reqs()
unsigned long long xenstat_vbd_rd_reqs()
unsigned long long xenstat_vbd_wr_reqs()

These requests, but i want to have them in bytes. Can you help me?

Thanks.

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] vbd usage, Dmitry <=