Added information about the MySQL plugin changes
authorocto <octo>
Sat, 28 Jan 2006 08:12:13 +0000 (08:12 +0000)
committerocto <octo>
Sat, 28 Jan 2006 08:12:13 +0000 (08:12 +0000)
ChangeLog
README

index aa43a3f..c540e66 100644 (file)
--- 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 18fcf0a..016a14b 100644 (file)
--- 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)