diff --git a/xenstats/README.mkdn b/xenstats/README.mkdn new file mode 100644 index 00000000..6245ae5e --- /dev/null +++ b/xenstats/README.mkdn @@ -0,0 +1,21 @@ +xenstats +=============== + +Python module for ganglia 3.1. + +This module parses output from the xenserver command and creates "xen_*" +metrics: + + * xen_vms - VMs Running + * xen_mem - Xen Memory availability + * xen_cpu - Number of CPUs + * xen_mem_use - Memory usage + +## DEPENDS + Python Libvirt + libvirtd Daemon + +## AUTHOR + +Author: Marcos M. Amorim <marcosmamorim@gmail.com> +