From: octo Date: Sat, 28 Jan 2006 08:12:13 +0000 (+0000) Subject: Added information about the MySQL plugin changes X-Git-Tag: collectd-3.7.0~26 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=31fe65c9efee00ee6c6b51f4830c13dabe474b38;p=collectd.git Added information about the MySQL plugin changes --- diff --git a/ChangeLog b/ChangeLog index aa43a3f9..c540e66e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ 2006-01-23, Version 3.7.0 * The `battery' plugin has been added. It collects information about laptop batteries.. + * The MySQL plugin has been improved: It now writes two more RRD + files, `mysql_qcache.rrd' and `mysql_threads.rrd'. 2006-01-24, Version 3.6.2 * Due to a bug in the configfile handling collectd wouldn't start in diff --git a/README b/README index 18fcf0a4..016a14b6 100644 --- a/README +++ b/README @@ -36,7 +36,8 @@ Features (Memory occupied by running processes, page cache, buffer cache and free) - MySQL server statistics - (Commands issued, handlers triggered and traffic sent/received) + (Commands issued, handlers triggered, thread usage, query cache + utilization and traffic sent/received) - NFS Procedures (Which NFS command were called how often. Only NFSv2 and NFSv3 right now)