[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Sun Dec 5 12:18:36 CET 2010
src/apache.c | 12 ++--
src/cpu.c | 48 +++++++-------
src/disk.c | 72 +++++++++++-----------
src/fscache.c | 19 ++----
src/interface.c | 18 +++---
src/netapp.c | 56 ++++++++--------
src/network.c | 44 +++++++-------
src/processes.c | 42 ++++++------
src/serial.c | 10 ++--
src/types.db | 188 +++++++++++++++++++++++++++---------------------------
src/vmem.c | 40 ++++++------
src/vserver.c | 27 +++++---
12 files changed, 289 insertions(+), 287 deletions(-)
New commits:
commit 4fd631aa4fc9aa2e5339a1531dc74915676844a4
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Dec 5 12:18:33 2010 +0100
Various plugins: Change various plugins to use "derive" internally.
This is just a beginning, other plugins will have to be changed, too.
commit 77a6905147798210ec17173bd5e4410adcc3a112
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Dec 5 11:44:12 2010 +0100
src/types.db: Rename the data sources of all types with only one DS to "value".
I'm not yet 100% sure what to do with the types with two or more data sources.
commit 9f552eaf2c926f5266f073a6d1c2ea42b6e67d93
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Dec 5 11:39:09 2010 +0100
src/types.db: Replace all COUNTER data sources with DERIVE.
All the standard DERIVE data sources have a minimum value of zero and
no maximum value.
More information about the collectd-changes
mailing list