-
Notifications
You must be signed in to change notification settings - Fork 352
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1563083
commit 35f2841
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> | ||
|