Code

New plugin - lpar
authorAurélien Reynaud <collectd@wattapower.net>
Tue, 10 Aug 2010 18:37:53 +0000 (20:37 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Fri, 3 Sep 2010 06:49:53 +0000 (08:49 +0200)
commit2254a769156fd0461e2fc5e33dedf17c16c53057
tree9a9c03691b6abb8c5a4b00b845d5f4af258d07ed
parent2c4059f3b4da4adceb0547bd2d7e2d69c20e1169
New plugin - lpar

Hello,

here is a patch against 4.10 adding a new plugin "lpar".

LPAR stands for Logical PARtitions, which is the virtualization solution
for IBM high-end power systems running AIX.

The standard cpu plugin shows cpu usage as a percentage of each cpu
available to the system, but in an LPAR the number of cpus and their
apparent power can vary according to the load of every LPAR sharing the
same hardware and to the policy set by the admin.

This new plugin allows to monitor real (physical) CPU usage of the
virtualized system, as well as some other metrics specific to IBM's
partitioning solution.

Regards,

Aurélien Reynaud

--
Love is like PI - natural, irrational, endless, and very important.

Signed-off-by: Florian Forster <octo@huhu.verplant.org>
configure.in
src/Makefile.am
src/lpar.c [new file with mode: 0644]
src/types.db