rdtmon: Rename 'rdtmon' plugin to 'intel_rdt'.
[collectd.git] / README
diff --git a/README b/README
index 12c6574..9b8e5d4 100644 (file)
--- a/README
+++ b/README
@@ -142,6 +142,15 @@ Features
       hugepages can be found here:
       https://www.kernel.org/doc/Documentation/vm/hugetlbpage.txt.
 
+    - intel_rdt
+      The intel_rdt plugin collects information provided by monitoring features
+      of Intel Resource Director Technology (Intel(R) RDT) like Cache Monitoring
+      Technology (CMT), Memory Bandwidth Monitoring (MBM). These features
+      provide information about utilization of shared resources like last level
+      cache occupancy, local memory bandwidth usage, remote memory bandwidth
+      usage, instructions per clock.
+      <https://01.org/packet-processing/cache-monitoring-technology-memory-bandwidth-monitoring-cache-allocation-technology-code-and-data>
+
     - interface
       Interface traffic: Number of octets, packets and errors for each
       interface.
@@ -313,15 +322,6 @@ Features
       collectd without the need to start a heavy interpreter every interval.
       See collectd-python(5) for details.
 
-    - rdtmon
-      The rdtmon plugin collects information provided by monitoring features of
-      Intel Resource Director Technology (Intel(R) RDT) like Cache Monitoring
-      Technology (CMT), Memory Bandwidth Monitoring (MBM). These features
-      provide information about utilization of shared resources like last level
-      cache occupancy, local memory bandwidth usage, remote memory bandwidth
-      usage, instructions per clock.
-      <https://01.org/packet-processing/cache-monitoring-technology-memory-bandwidth-monitoring-cache-allocation-technology-code-and-data>
-
     - redis
       The redis plugin gathers information from a Redis server, including:
       uptime, used memory, total connections etc.
@@ -825,7 +825,7 @@ Prerequisites
 
   * libpqos (optional)
     The PQoS library for Intel(R) Resource Director Technology used by the
-    `rdtmon' plugin.
+    `intel_rdt' plugin.
     <https://github.com/01org/intel-cmt-cat>
 
   * libprotobuf, protoc 3.0+ (optional)