Code

src/common.[ch]: read_file_contents: Use {s,}size_t rather than int.
[collectd.git] / README
diff --git a/README b/README
index a8ec07b036b96cdeb166def0deb32695130c3131..1c23aaab642cd03517165fe83d4eec27ad4999a5 100644 (file)
--- a/README
+++ b/README
@@ -133,7 +133,11 @@ Features
       technique built into IBM's POWER processors.
 
     - libvirt
-      CPU, disk and network I/O statistics from virtual machines.
+      CPU, memory, disk and network I/O statistics from virtual machines.
+
+    - lvm
+      Size of “Logical Volumes” (LV) and “Volume Groups” (VG) of Linux'
+      “Logical Volume Manager” (LVM).
 
     - madwifi
       Queries very detailed usage statistics from wireless LAN adapters and
@@ -284,6 +288,10 @@ Features
       Follows (tails) logfiles, parses them by lines and submits matched
       values.
 
+    - tail_csv
+      Follows (tails) files in CSV format, parses each line and submits
+      extracted values.
+
     - tape
       Bytes and operations read and written on tape devices. Solaris only.