Our design for handling kvm memory overcommitment
suggests balancing based on the relative usage of
the resident set size. Add a data collector to mond
to collect it.

Klaus Aehlig (4):
  Add a utility function for the path to kvm's pid files
  Declare name for KVM instance RSS collector
  Add data collector for kvm instances RSS
  Register the KVM RSS collector

 Makefile.am                         |   1 +
 src/Ganeti/Constants.hs             |   4 ++
 src/Ganeti/DataCollectors.hs        |   5 ++
 src/Ganeti/DataCollectors/KvmRSS.hs | 114 ++++++++++++++++++++++++++++++++++++
 src/Ganeti/Path.hs                  |   5 ++
 5 files changed, 129 insertions(+)
 create mode 100644 src/Ganeti/DataCollectors/KvmRSS.hs

-- 
2.6.0.rc2.230.g3dd15c0

Reply via email to