[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Tue Dec 8 15:48:05 CET 2009
AUTHORS | 11 +++
configure.in | 56 ++++++++++++++++
src/Makefile.am | 27 ++++++++
src/cpu.c | 64 +++++++++++++++++-
src/disk.c | 71 ++++++++++++++++++++-
src/interface.c | 54 +++++++++++++++-
src/liboconfig/parser.y | 6 +-
src/liboconfig/scanner.l | 4 +-
src/load.c | 27 ++++++++
src/memory.c | 34 +++++++++-
src/processes.c | 159 +++++++++++++++++++++++++++++++++++++++++++++-
src/swap.c | 32 +++++++++-
version-gen.sh | 6 ++-
13 files changed, 530 insertions(+), 21 deletions(-)
New commits:
commit 389bd16230471c130f36532096bb3c92ab8c3b0b
Merge: bb1db6bf6481a6e8ee48144860cb640b3bd2a36d 25c9f65c483c1e487812dfd4dd595bda16abb838
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Tue Dec 8 15:43:47 2009 +0100
Merge branch 'ms/aix'
commit 25c9f65c483c1e487812dfd4dd595bda16abb838
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Tue Dec 8 15:42:23 2009 +0100
processes plugin: Moved the declaration of variables closer to where they are used.
commit 8dbb7bc4729b55c27dd9f8b94b527d7bfee84ee6
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Tue Dec 8 15:31:07 2009 +0100
configure.in: Reports status of libperfstat.
commit 6b79b05912cd735a95590ad186468ac515a9c187
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Mon Nov 23 22:46:08 2009 +0100
AUTHORS: Add Manuel Sanmartin.
commit 1b5ccbf73060db4ad7bcc0d1b7a32145d8c1ccbb
Author: Manuel Sanmartin (no email) <collectd at verplant.org>
Date: Mon Nov 23 22:19:56 2009 +0100
swap plugin: Add support for AIX.
commit 5be5dd854a7a410bfd5c184f45493e60987daa2e
Author: Manuel Sanmartin (no email) <collectd at verplant.org>
Date: Mon Nov 23 22:16:58 2009 +0100
processes plugin: Add support for AIX.
In AIX, AFAIK, you do not known if an process are running or slepping,
this stat are saved in thread counter, so total measurement group data
by threads. -- Andrés J. DÃaz
commit f1b812b3dc6eeb70e8b7cecf09435b59d073742f
Author: Manuel Sanmartin (no email) <collectd at verplant.org>
Date: Mon Nov 23 22:10:48 2009 +0100
memory plugin: Add support for AIX.
commit e8653eb1bf10c6c25e5b936f365e927dd0655f52
Author: Manuel Sanmartin (no email) <collectd at verplant.org>
Date: Mon Nov 23 22:09:15 2009 +0100
load plugin: Add support for AIX.
commit 5f69889e53df89a630725787a5a37d1472b69911
Author: Manuel Sanmartin (no email) <collectd at verplant.org>
Date: Mon Nov 23 22:06:17 2009 +0100
interface plugin: Add support for AIX.
commit a956c1fa0f8acfca95606d15424beb3133848a6e
Author: Manuel Sanmartin (no email) <collectd at verplant.org>
Date: Mon Nov 23 22:03:53 2009 +0100
disk plugin: Add support for AIX.
commit d108d599d51b5bc6663fb175b39e9d735fa73d2f
Author: Manuel Sanmartin (no email) <collectd at verplant.org>
Date: Mon Nov 23 22:00:58 2009 +0100
cpu plugin: Add support for AIX.
commit 5a755809bac6e3b0070abbaa02f65abdd318d2ec
Author: Manuel Sanmartin (no email) <collectd at verplant.org>
Date: Mon Nov 23 21:57:29 2009 +0100
liboconfig: Rename the âTRUEâ and âFALSEâ tokens.
They are defines in <sys/types.h> under AIX.
commit 10065c71b80c272960d5f68d239d94af30130e11
Author: Manuel Sanmartin (no email) <collectd at verplant.org>
Date: Mon Nov 23 21:54:54 2009 +0100
src/Makefile.am: Special handling for AIX.
Flags for linking: -Wl,-bexpall,-brtllib
Link with -lm because isnan is in libm
commit 11b1e65a13bdd28f2cc6a09a7e1cb983b7cc4cdf
Author: Manuel Sanmartin (no email) <collectd at verplant.org>
Date: Mon Nov 23 21:52:23 2009 +0100
configure.in: When building on AIX, add â-lmâ when checking for NAN.
commit f41bbe22fcfc3e266f869943a5aaec1b03a346e6
Author: Manuel Sanmartin (no email) <collectd at verplant.org>
Date: Mon Nov 23 21:51:29 2009 +0100
version-gen.sh: AIX doesn't have âecho -nâ.
More information about the collectd-changes
mailing list