Re: [collectd] swap plugin improvements

2010-12-17 Thread Aurélien Reynaud
IT execs and developers are interested in. The exact physical layout of swap is for admins fine-tuning their systems... I totally agree ;) On Thu, Oct 07, 2010 at 11:24:24PM +0200, Aurélien Reynaud wrote: In my original posting, I suggested moving the -s (virtual memory) to the vmem

Re: [collectd] lpar plugin final patches

2010-11-17 Thread Aurélien Reynaud
, manpages, etc.) Regards, Aurélien Reynaud ___ collectd mailing list collectd@verplant.org http://mailman.verplant.org/listinfo/collectd

[collectd] [PATCH 1/3] lpar plugin: check for donation support in libperfstat

2010-10-14 Thread Aurélien Reynaud
From: Aurelien Reynaud colle...@wattapower.net Signed-off-by: Aurelien Reynaud colle...@wattapower.net --- configure.in |6 ++ src/lpar.c |6 ++ 2 files changed, 12 insertions(+), 0 deletions(-) diff --git a/configure.in b/configure.in index fcbd57c..5abca73 100644 ---

[collectd] lpar plugin final patches

2010-10-14 Thread Aurélien Reynaud
Hello Florian, MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit here is a final series of patches regarding the lpar plugin. The first one adds a check in configure.in, testing whether libperfstat has the struct members relative to donation accounting.

[collectd] [PATCH 2/3] lpar plugin: update commen t regarding poll_idle vs pool_busy

2010-10-14 Thread Aurélien Reynaud
+241,8 @@ static int lpar_read (void) double pool_busy_cpus; /* We're calculating busy from idle and the total number of -* CPUs, because according to Aurélien Reynaud using the busy -* member yields values that differ from the values

[collectd] [PATCH 3/3] lpar plugin: rename NS_TO_TICKS() macro to CLOCKTICKS_TO_TICKS()

2010-10-14 Thread Aurélien Reynaud
From: Aurelien Reynaud colle...@wattapower.net Signed-off-by: Aurelien Reynaud colle...@wattapower.net --- src/lpar.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lpar.c b/src/lpar.c index d25715e..4d53447 100644 --- a/src/lpar.c +++ b/src/lpar.c @@ -34,7

Re: [collectd] [PATCH] lpar plugin: use pool_idle_time to account for cpu pool usage

2010-10-07 Thread Aurélien Reynaud
of the difference between the results when calculating from pool_busy_time vs from pool_idle_time! I will come back to you shortly, probably next week, as soon as I complete a few tests... Regards, Aurélien Reynaud ___ collectd mailing list collectd

Re: [collectd] swap plugin improvements

2010-10-07 Thread Aurélien Reynaud
values are what IT execs and developers are interested in. The exact physical layout of swap is for admins fine-tuning their systems... By the way, I also use collectd for producing monthly reports and capacity planning (headed to decision makers rather than technicians)! Regards, Aurélien Reynaud

Re: [collectd] [PATCH] lpar plugin: use pool_idle_time to account for cpu pool usage

2010-09-26 Thread Aurélien Reynaud
processor ticks by a factor of XINTFRAC). I didn't want to name the macro TICKS_TO_TICKS()... By the way, this seems to indicate that the calculation I used to convert ns to processor ticks was wrong, which in turn could explain why the graphs didn't match. Regards, Aurélien Reynaud

[collectd] lpar plugin: ready for inclusion ?

2010-09-23 Thread Aurélien Reynaud
comments wrt coding style or configuration handling. Regards, Aurélien Reynaud ___ collectd mailing list collectd@verplant.org http://mailman.verplant.org/listinfo/collectd

Re: [collectd] [PATCH] lpar plugin update

2010-09-11 Thread Aurélien Reynaud
would have to recursively duplicate them or document that some members of the copy are not accessible. IMHO the implementation requiring the fewest lines of code will be the best here... Regards, Aurélien Reynaud ___ collectd mailing list collectd

Re: [collectd] [PATCH] lpar plugin update

2010-09-11 Thread Aurélien Reynaud
etc as soon as I return. Otherwise I will code them myself and post them after some testing. Regards, Aurélien Reynaud ___ collectd mailing list collectd@verplant.org http://mailman.verplant.org/listinfo/collectd

[collectd] [PATCH] lpar plugin update

2010-09-09 Thread Aurélien Reynaud
not mistaken has not been merged yet. Best regards, Aurélien Reynaud diff --git a/src/lpar.c b/src/lpar.c index be4738b..4f7f444 100644 --- a/src/lpar.c +++ b/src/lpar.c @@ -16,7 +16,7 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * * Authors: - * Aurelien Reynaud collectd

Re: [collectd] [PATCH] New plugin - lpar

2010-09-07 Thread Aurélien Reynaud
, entitled(CPUs) - consumed(CPUs)) I will send you patches against ar/lpar implementing this shortly (I need some time to code, compile and test on production machines). Please tell me if this suits you or any suggestions you may have. Regards, Aurélien Reynaud

Re: [collectd] [PATCH] New plugin - lpar

2010-09-07 Thread Aurélien Reynaud
. Regards, Aurélien Reynaud ___ collectd mailing list collectd@verplant.org http://mailman.verplant.org/listinfo/collectd

Re: [collectd] [PATCH] New plugin - lpar

2010-08-19 Thread Aurélien Reynaud
a processor in the shared pool was idle. pool_busy_time: Summation of busy (non-idle) time accumulated across all partitions in the pool (nano seconds). After all, who am I to argue with IBM coders ? Regards, Aurélien Reynaud ___ collectd mailing

[collectd] [PATCH] New plugin - lpar

2010-08-10 Thread Aurélien Reynaud
solution. Regards, Aurélien Reynaud -- Love is like PI - natural, irrational, endless, and very important. diff --git a/configure.in b/configure.in index 75ac706..a928302 100644 --- a/configure.in +++ b/configure.in @@ -4292,6 +4292,7 @@ AC_PLUGIN([java],[$with_java], [Embed the Java

Re: [collectd] Trouble compiling collectd 4.10 on AIX 6.1 TL4

2010-06-21 Thread Aurélien REYNAUD
Hello, I got it to compile under AIX 6.1 TL2 without trouble using: ./configure --disable-dns LDFLAGS=-Wl,-brtl You will possibly need some patches that may not have been merged yet. Search the list for: [PATCH] configure.in: htonll check depends on linker [PATCH 1/2] processes.c: fix

Re: [collectd] Solaris vmstat info available in any current plugins

2010-06-01 Thread Aurélien REYNAUD
Hello, On Thu, May 27, 2010 at 10:59:43AM -0400, Cleveland Mark-RGKW63 wrote: Do any of the current plugins available on Solaris provide similar information to what you can get from vmstat? In particular I am interested in process information w/ respect to number that are

Re: [collectd] [PATCH] Fix strtok_r check in configure.in

2010-05-01 Thread Aurélien Reynaud
... Regards, Aurélien Reynaud ___ collectd mailing list collectd@verplant.org http://mailman.verplant.org/listinfo/collectd