X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=0989312f413f640a9dc5be0d80b1ee44efcab824;hb=8c5927c52f4eefebaad3a6ecadc253ee9007ebb5;hp=03c821a1a2e0363ea07c62889af8191430eef8c2;hpb=2bc134037ebdeea69749c5d5ba6fd85726860e35;p=collectd.git diff --git a/README b/README index 03c821a1..0989312f 100644 --- a/README +++ b/README @@ -140,6 +140,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. + + - interface Interface traffic: Number of octets, packets and errors for each interface. @@ -826,6 +835,11 @@ Prerequisites The PostgreSQL C client library used by the `postgresql' plugin. + * libpqos (optional) + The PQoS library for Intel(R) Resource Director Technology used by the + `intel_rdt' plugin. + + * libprotobuf, protoc 3.0+ (optional) Used by the `grpc' plugin to generate service stubs and code to handle network packets of collectd's protobuf-based network protocol.