[collectd-changes] collectd, the system statistics collection daemon: Changes to 'ff/java'

Florian Forster octo at verplant.org
Wed Feb 18 23:40:36 CET 2009


 src/Makefile.am       |   29 +++++--
 src/collectd-java.pod |  225 +++++++++++++++++++++++++++++++++++++++++++++++++
 src/java.c            |   17 ++--
 3 files changed, 257 insertions(+), 14 deletions(-)

New commits:
commit b00dd5d20c9a5eddbcde58c488621853c3e9cc54
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Wed Feb 18 23:40:23 2009 +0100

    java plugin: Add some comments to a nasty if-cascade.

commit fe7552a4e73e55655d44903ea7f9fd053029e2f9
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Wed Feb 18 23:39:57 2009 +0100

    java plugin: Divide times received from Java by 1000.
    
    Java keeps time as milliseconds in 64bit integers. Let's keep it that
    way and translate to epoch transparently.
    
    The other way around, from C to Java, already multiplies by 1000.

commit 30c2d6652c012c90ab15cccadcb8934d7acbeac7
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Wed Feb 18 23:38:23 2009 +0100

    java plugin: Have "DispatchValues" return a meaningful status.
    
    I. e. the status of "plugin_dispatch_values". That's as meaningful as
    we're going to get.

commit 19e04e052462e8803966f288799358ea697f4d59
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Wed Feb 18 23:35:59 2009 +0100

    collectd-java(5): Add a manual page for the java plugin.




More information about the collectd-changes mailing list