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

[Xen-users] How to collect performance stats?

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] How to collect performance stats?
From: Erik Hensema <erik@xxxxxxxxxxx>
Date: Mon, 1 May 2006 12:22:44 +0200
Delivery-date: Mon, 01 May 2006 03:23:19 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Organization: hensema.net
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.9.1
Hi,

I'm currently setting up a xen server. I'd like to be able to collect 
performance statistics so I can monitor the server's performance.

First of all I'd like to create network graphs using mrtg. This 
shouldn't be a big problem, I'll just write a script which maps 
vifX.Y to the correct domU.
However I'm not completely sure yet how to accomplish this. Maybe I'll 
make a vif-bridge wrapper which maintains a list of active domains 
and their vifX.Y interfaces. Or alternatively I'll just make a script 
which enumerates all running domains. But I don't know how to do that 
yet, except for running 'xm list' through some pipes (which is ugly, 
I don't want to parse human-readable output into machine-readable 
input).

I also want to collect stats on CPU and I/O utilization of domains. I 
don't have a clue on how to do that yet ;-)
Any suggestions?

-- 
Erik Hensema (erik@xxxxxxxxxxx)

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] How to collect performance stats?, Erik Hensema <=