-
Notifications
You must be signed in to change notification settings - Fork 9
Collectors
aglitke edited this page Oct 13, 2010
·
26 revisions
This page will contain information about all Collectors included with MOM including the data collected and configuration information.
This collector gathers general memory statistics about the host.
Setup: Simply add HostMemory
to the collectors:
property of the [host]
section of the mom configuration file.
For example:
[host]
collectors: HostMemory
Data: This Collector provides the following data
mem_available | The total amount of available memory (kB) |
mem_unused | The amount of memory that is not being used for any purpose (kB) |
mem_free | The amount of free memory including some caches (kB) |
swap_in | The amount of memory swapped in since the last collection (pages) |
swap_out | The amount of memory swapped out since the last collection (pages) |
anon_pages | The amount of memory used for anonymous memory areas (kB) |
This collector exposes host KSM statistics as reported in sysfs.
A collector that uses libvirt to gather information about running guests.
This collector provides statistics related to the guest’s host QEMU process.
This collector communicates over the network with a program running on the guest to gather guest memory statistics.