aboutsummaryrefslogtreecommitdiff
path: root/libvirt-mem
Commit message (Collapse)AuthorAge
* flake8 cleanupsGuido Günther2020-03-30
|
* Use python3Guido Günther2020-03-30
|
* Run python3-futurizeGuido Günther2020-03-30
|
* Reorder services in libvirt-mem so they have the same color as on other graphs.Valentin Lorentz2019-03-28
|
* Parse memtune parameters tooGuido Günther2012-07-16
| | | | | For now only print the totals and percentage to not overload the diagramm but get an idea bout overcommitment.
* also calculate the maximum memory vms can balloon toGuido Günther2008-11-17
| | | | as absolute and percent value.
* exclude dom0 from memory graphGuido Günther2008-10-31
| | | | it's only confusing compared to other hypervisors
* handle lookupById failuresGuido Günther2008-10-30
| | | | xend seems to report wrong numbers, so ignore errors resolving ids to domains
* ignore Xen's Dom0 when calculating totalsGuido Günther2008-10-29
| | | | | since we're only interested in the amount of memory vms consume and vms + dom0 == 100%.
* calculate total used memory percentageGuido Günther2008-10-24
| | | | don't display it, can be used for munin-limits
* fix bad variable nameGuido Günther2008-10-23
|
* add default uriGuido Günther2008-10-23
|
* add magic markersGuido Günther2008-10-23
|
* add memory pluginGuido Günther2008-10-23