[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Sat Jan 17 09:58:23 CET 2009
.gitignore | 4 ++
configure.in | 17 ++++++++
src/libcollectdclient/Makefile.am | 4 +-
src/libcollectdclient/client.c | 17 ++++++++
src/libcollectdclient/client.h | 7 +++-
src/libcollectdclient/lcc_features.h.in | 62 +++++++++++++++++++++++++++++++
src/processes.c | 60 ++++++++++++++++++++++++------
src/types.db | 2 +
8 files changed, 159 insertions(+), 14 deletions(-)
New commits:
commit 4f05ee0090750ffb0f4915a894b7924566558988
Author: Sebastian Harl <sh at tokkee.org>
Date: Tue Jan 13 12:36:01 2009 +0100
processes plugin: Collect VM and stack size stats on Linux.
On other operating systems those values will currently always be zero since I
do not have appropriate test systems available.
The new types "ps_stacksize" and "ps_vm" have been added to types.db.
commit 2b76fed2fbdd3259029fcc833a3f874c12a26435
Author: Sebastian Harl <sh at tokkee.org>
Date: Sun Jan 11 15:31:43 2009 +0100
.gitignore: Added libcollectclient stuff.
commit c4a60d6cec0a5fd961a3fd2dda2c9128e47a38e0
Author: Sebastian Harl <sh at tokkee.org>
Date: Sun Jan 11 15:23:28 2009 +0100
libcollectdclient: Added LCC_{BEGIN,END}_DECLS macros.
These macros define an extern "C" block when using C++. This allows to use the
headers from C++ as well.
commit dc45cf5efd216bb2f96081423ff341704cf99a59
Author: Sebastian Harl <sh at tokkee.org>
Date: Sun Jan 11 15:10:54 2009 +0100
libcollectdclient: Added header lcc_features.h.
This header provides various macros and functions that may be used to
determine the version of libcollectdclient (i.e. collectd). The file will be
auto-created from lcc_features.h.in by configure.
The macro LCC_VERSION (previously defined in client.h) has been moved to this
header as well and has been renamed to LCC_API_VERSION.
This allows for fine grained version checks at compile- and runtime.
More information about the collectd-changes
mailing list