I'd like to view historical data for guest cpu/memory/IO usage, rather than just current usage.
|
|
|
|
|
|
|
Xentop is a tool to monitor the domains (VMs) running under Xen. VMware's ESX has a similar tool (I believe its called esxtop). The problem is that you'd like to see the historical CPU/Mem usage for domains on your Xen system, correct? As with all Virtualization layers, there are two views of this information relevant to admins: the burden imposed by the domain on the host and the what the domain thinks is its process load. If the domain thinks it is running low on resources but the host is not, it is easy to allocate more resources to the domain from the host. If the host runs out of resources, you'll need to optimize or turn off some of the domains. Unfortunately, I don't know of any free tools to do this. XenSource provides a rich XML-RPC API to control and monitor their systems. You could easily build something from that. If you only care about the domain-view of its own resources, I'm sure there are plenty of monitoring tools already available that fit your need. As a disclaimer, I should mention that the company I work for, Leostream, builds virtualization management software. Unfortunately, it does not really do utilization monitoring. Hope this helps. |
||
|
|
|
|
There is a perl program i have written that does this. See link text It also supports logging to a URL. Features:
Sample output:
|
|||
|
|
|
|
Both Nagios and Munin seem to have plugins/support for Xen data collection. |
||
|
|
