[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'

Florian Forster octo at verplant.org
Sat Jun 6 21:44:31 CEST 2015


 AUTHORS                      |    6 ++
 README                       |    4 +
 configure.ac                 |    4 +
 contrib/collectd.service     |   15 ----
 contrib/redhat/collectd.spec |   13 +++
 src/Makefile.am              |    7 ++
 src/collectd.conf.in         |    1 +
 src/collectd.conf.pod        |    4 +
 src/network.c                |   19 +++-
 src/processes.c              |  181 ++++++++++++++++++++++++++++++++-----
 src/zone.c                   |  202 ++++++++++++++++++++++++++++++++++++++++++
 11 files changed, 417 insertions(+), 39 deletions(-)

New commits:
commit 30eeeee996124de666f907877f8196e5580101ed
Merge: 3f9f6b9 111f4f0
Author: Florian Forster <octo at collectd.org>
Date:   Sat Jun 6 21:43:28 2015 +0200

    Merge remote-tracking branch 'github/pr/1036'
    
    Conflicts:
    	src/processes.c

commit 3f9f6b9bc37cfd8ee3eb7a21cb895ff524c533c8
Merge: dab784c 2c6f2a6
Author: Florian Forster <octo at collectd.org>
Date:   Sat Jun 6 21:39:16 2015 +0200

    Merge branch 'pr/1033'

commit 2c6f2a6c9ccfe8cfe4f605683e0e2e365da11f82
Author: Florian Forster <octo at collectd.org>
Date:   Sat Jun 6 21:37:00 2015 +0200

    processes plugin: Read number of threads from /proc/$pid/stat as a fallback.
    
    Should reading the number of threads from /prod/$pid/status fail, use the
    number provided by /prod/$pid/stat as a fallback. If that fails, too, use 1.
    
    As discussed with @manuelluis in #1033.

commit dab784c8654141e90dfaf767efa05cae5cfdae80
Author: Chris Mayo <aklhfex at gmail.com>
Date:   Sat Jun 6 17:35:02 2015 +0100

    Remove old systemd unit
    
    collectd.service superseded by systemd.collectd.service

commit 741e018fff531bfe914781489d9b2c7a002f2bc7
Merge: 9fe0735 e4fe9b4
Author: Florian Forster <octo at collectd.org>
Date:   Mon Jun 1 19:15:58 2015 +0200

    Merge remote-tracking branch 'github/pr/1056'

commit e4fe9b4d69c69d922cad1272104fdb8de5c24faf
Author: Manuel Luis Sanmartín Rozada <manuel.luis at gmail.com>
Date:   Sun May 31 22:46:11 2015 +0200

    Plugin network: add support for the timeout argument in the flush callback

commit 111f4f08030989bf4a2282905b97f45a8cab1c8d
Author: Manuel Luis Sanmartín Rozada <manuel.luis at gmail.com>
Date:   Sun May 31 21:19:16 2015 +0200

    processes: change type to contextswitch and types to derive_t

commit c457229af76d483aeeba2a910aeb84f23180b2bb
Author: Manuel Luis Sanmartín Rozada <manuel.luis at gmail.com>
Date:   Sun May 31 20:56:49 2015 +0200

    processes: use cf_util_get_boolean for get "CollectContextSwitch"

commit 3ffd0702212fdcf326dcaaa1688d46b477119ce1
Author: Manuel Luis Sanmartín Rozada <manuel.luis at gmail.com>
Date:   Sun May 31 20:49:58 2015 +0200

    processes: delete added white spaces

commit 09229f7a867df4d2c133f12a0a22e5f6e518c3da
Author: Manuel Luis Sanmartín Rozada <manuel.luis at gmail.com>
Date:   Sun May 31 20:48:27 2015 +0200

    processes: rename ps_ctx_switch to report_ctx_switch

commit cce1f2703e23abc87d1bdfbfe8ddd047cfac723c
Author: Manuel Luis Sanmartín Rozada <manuel.luis at gmail.com>
Date:   Sun May 31 20:25:31 2015 +0200

    processes: remove function ps_read_tasks

commit eebf31f35272080a6c85337519deff4217f440c7
Author: Manuel Luis Sanmartín Rozada <manuel.luis at gmail.com>
Date:   Sun May 31 01:34:30 2015 +0200

    Processes: fix types in ps_read_status, change to unsigned long.

commit e9e85b7ab4d0f303e61c6557fb76340ee95b8dee
Author: Manuel Luis Sanmartín Rozada <manuel.luis at gmail.com>
Date:   Sun May 31 00:52:18 2015 +0200

    Processes: in ps_read_status fix check to skip lines
    if it doesn't start with "Vm" and it doesn't start "Threads".

commit 9fe07359e6d4e2e76bbb2424b895e3a5142e7307
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Thu May 28 21:06:52 2015 +0200

    zone: add mentions to README and AUTHORS files

commit 40903fa868d4b695c290053a452f75f0d3892376
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Thu May 28 21:06:29 2015 +0200

    RPM specfile: handle new zone plugin

commit 711a4a302936537f6487a99d0ed8f292a8135817
Merge: ffc3836 0e8adc9
Author: Florian Forster <octo at collectd.org>
Date:   Thu May 28 14:09:35 2015 +0200

    Merge remote-tracking branch 'github/pr/1054'

commit 0e8adc990989f23bff5fe62e9e0b1e12a494935a
Author: Dagobert Michelsen <dam at opencsw.org>
Date:   Thu May 28 14:02:16 2015 +0200

    Make flow more obvious

commit 2d4ef8aa6e7c9e2139b2bd2e22d790948980d62b
Author: Dagobert Michelsen <dam at opencsw.org>
Date:   Thu May 28 13:27:59 2015 +0200

    Add myself

commit fa40a15f904251cdbbd141a3c7d00fe8a0c919e3
Author: Dagobert Michelsen <dam at opencsw.org>
Date:   Thu May 28 13:24:41 2015 +0200

    No busy looping around open()

commit 4ecc24f84bc88eca1f358e604fceea3ef71683ff
Author: Dagobert Michelsen <dam at opencsw.org>
Date:   Thu May 28 13:22:29 2015 +0200

    Use sizeof() instead of duplicating the variable length

commit 1d2d244077bd02f5ab7b53aef27f8d6e343f8a4a
Author: Dagobert Michelsen <dam at opencsw.org>
Date:   Thu May 28 13:19:02 2015 +0200

    Handle case when zone_scandir() returns NULL

commit 44a0bdd298888209040ee12a0470d9d7e8fabd70
Author: Dagobert Michelsen <dam at opencsw.org>
Date:   Thu May 28 13:15:59 2015 +0200

    Return -1 in zone_read on error

commit c9adea50e71c3a73989b658d82712f02cea3c901
Author: Dagobert Michelsen <dam at opencsw.org>
Date:   Thu May 28 13:14:26 2015 +0200

    Get pagesize only once during initialization

commit 5a7b3083a24416a12f59734209ebec47298c4d8b
Author: Dagobert Michelsen <dam at opencsw.org>
Date:   Thu May 28 13:09:49 2015 +0200

    Handle case when zone_find_stats() returns NULL

commit 7768626c4f446baa3ca777459570b851dfd4c6d9
Author: Dagobert Michelsen <dam at opencsw.org>
Date:   Thu May 28 13:06:04 2015 +0200

    Use ZONENAME_MAX and handle errors returned by getzonenamebyid()

commit 47761781efc410c30c2735cb10713b833e2a5148
Author: Dagobert Michelsen <dam at opencsw.org>
Date:   Thu May 28 12:54:11 2015 +0200

    Prefix all warnings and error messages with plugin name

commit 1b826769a20045c6abb8d22e6f46368095db4c1e
Author: Dagobert Michelsen <dam at opencsw.org>
Date:   Thu May 28 12:51:26 2015 +0200

    Use (void *) in c_avl_create()

commit 1d5a0dc2747dde23b8b5cef2e513bbe46e29fb41
Author: Dagobert Michelsen <dam at opencsw.org>
Date:   Thu May 28 12:47:27 2015 +0200

    Use type 'percent' instead of 'zone_cpu'

commit e61f047ef656c49700ff49a4854bb2da4bec1b9d
Author: Manuel Luis Sanmartín Rozada <manuel.luis at gmail.com>
Date:   Wed May 20 22:37:41 2015 +0200

    Plugin process: collect voluntary  and involuntary context switches.

commit 880246ed45437c4d1f52600ac14b18cb9f78d746
Author: Manuel Luis Sanmartín Rozada <manuel.luis at gmail.com>
Date:   Wed May 20 19:15:37 2015 +0200

    Plugin process: in Linux read the number of threads from
    /proc/pid/status instead of counter the number of files in
    /proc/pid/task/*.

commit 005af449f773efba843edabff054deb9a20dacbb
Author: Dagobert Michelsen <dam at opencsw.org>
Date:   Wed May 13 16:39:26 2015 +0200

    Zone support for Solaris, forward-port of https://www.mail-archive.com/collectd@verplant.org/msg01232.html




More information about the collectd-changes mailing list