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

Florian Forster octo at verplant.org
Wed Nov 1 05:58:16 CET 2017


 contrib/format.sh        |    4 +-
 docs/maintainer_guide.md |   37 +++++++++++++++++
 src/collectd.conf.in     |    2 +
 src/collectd.conf.pod    |   16 ++++++++
 src/daemon/collectd.c    |   20 +++++-----
 src/nfs.c                |   98 +++++++++++++++++++++++++++-------------------
 src/utils_dpdk.c         |   36 ++++++++++++++---
 src/utils_dpdk.h         |    2 +
 8 files changed, 157 insertions(+), 58 deletions(-)

New commits:
commit 531bad35502b9543074e31e0c80a9f7a6f3a8b27
Merge: 90862a2 9f41546
Author: collectd bot <32910397+collectd-bot at users.noreply.github.com>
Date:   Sun Oct 29 16:12:22 2017 +0100

    Auto-Merge pull request #2369 from marekbecka/nfs42
    
    Automatically merged due to "Automerge" label

commit 9f4154640aa9fbbd6797450228d9d17d3b69cc9e
Author: Florian Forster <octo at collectd.org>
Date:   Sun Oct 29 15:34:21 2017 +0100

    contrib/format.sh src/nfs.c

commit f1bdf1dbbffdcf3e19b7a471029845299c8d48c6
Author: Marek Becka <marek.becka at superhosting.cz>
Date:   Tue Jul 18 08:17:43 2017 -0400

    Add new NFS 4.2 counters on Linux

commit 90862a2f4cf9c5752fac4c50cd3206af63b88b71
Author: Florian Forster <octo at collectd.org>
Date:   Sun Oct 29 10:24:02 2017 +0100

    contrib/format.sh: Fix bashisms.

commit 0dd723313db820eafeb9edcf58815b53a29e55d8
Merge: b7a8e04 c9fc2c6
Author: collectd bot <32910397+collectd-bot at users.noreply.github.com>
Date:   Thu Oct 26 08:09:54 2017 +0200

    Auto-Merge pull request #2507 from rpv-tomsk/issue-2506
    
    Automatically merged due to "Automerge" label

commit c9fc2c6ad39d61ba830611123e03d690536688b8
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Thu Oct 26 12:17:49 2017 +0700

    Fix hostname_g initialization from gethostname()
    
    Closes: #2506

commit b7a8e041eb32305942d7e8e101da90a63a403c2f
Merge: c7ce4fd a90e8ac
Author: collectd bot <32910397+collectd-bot at users.noreply.github.com>
Date:   Wed Oct 25 20:09:09 2017 +0200

    Auto-Merge pull request #2505 from jiriproX/dpdkstat_enh
    
    Automatically merged due to "Automerge" label

commit a90e8ac47c147f707031293f2877248dc33b927f
Author: Jiri Prokes <jirix.x.prokes at intel.com>
Date:   Wed Oct 25 09:59:36 2017 -0700

    One more review comment
    
    Signed-off-by: Jiri Prokes <jirix.x.prokes at intel.com>

commit 5af4545d64498b66b1ce6d57b163dde8a5dacda9
Author: Jiri Prokes <jirix.x.prokes at intel.com>
Date:   Wed Oct 25 05:51:18 2017 -0700

    Incorporation of review commnets
    
    Signed-off-by: Jiri Prokes <jirix.x.prokes at intel.com>

commit c7ce4fda9951172e770fe8d625af34aae74e0023
Merge: 7de394e 3ad14e8
Author: collectd bot <32910397+collectd-bot at users.noreply.github.com>
Date:   Wed Oct 25 09:09:40 2017 +0200

    Auto-Merge pull request #2474 from octo/maintainer-guide
    
    Automatically merged due to "Automerge" label

commit 3ad14e802b7e7151ec5aa5c2b4bfdb1e9ba99c08
Author: Florian Forster <octo at collectd.org>
Date:   Wed Oct 25 08:51:11 2017 +0200

    docs/maintainer_guide.md: First draft.

commit 23fadd68220155b7a2c124f68c54357450d76581
Author: Jiri Prokes <jirix.x.prokes at intel.com>
Date:   Tue Oct 24 07:32:39 2017 -0700

    Format correction.
    
    Signed-off-by: Jiri Prokes <jirix.x.prokes at intel.com>

commit bf291ad88a70322730d7989f4663e5920bee1403
Author: Jiri Prokes <jirix.x.prokes at intel.com>
Date:   Tue Oct 24 06:17:16 2017 -0700

    Correction of tracing from child process
    - There was read 16kb from pipe but only less then 1kb was traced.
      Rest of trace data was lost.
    Added support for two EAL parameters:
      LogLevel - optional EAL paramenter which enable debug traces from rte libs
                 If parameter is not used default trace level = 7 (INFO) is used
                 LogLevel "8" - (DEBUG) can be set to collectd.conf into dpdkstat
                 EAL section
      RteDriverLibPath - optional EAL parameter which enable loading of shared
                         pmd driver libs. Param value can be full path to single
                         pmd diriver lib or directory where pmd driver libs are
                         located. E.g.: "/usr/lib/dpdk-pmd/librte_pmd_i40e.so"
                                     or "/usr/lib/dpdk-pmd"
    
    Signed-off-by: Jiri Prokes <jirix.x.prokes at intel.com>




More information about the collectd-changes mailing list