Adds Mach/Darwin support for the cpu plugin. Also adds correcponding checks to config...
[collectd.git] / README
diff --git a/README b/README
index 0434c75..327d2ef 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)
@@ -44,6 +45,9 @@ Features
     - Ping latency
       (Time to reach the default gateway or another given host)
 
+    - Process counts
+      (Number of running, sleeping, zombie, ... processes)
+
     - Serial
       (RX and TX of serial interfaces)
 
@@ -62,6 +66,9 @@ Features
     - Users
       (Currently logged in users)
 
+    - VServer
+      (System ressources used by vservers)
+
   * Performance: Running as a daemon collectd doesn't spend much time in
     startup. Since collectd links against libping, librrd and libsensors it
     doesn't need to start any other processes.