X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=README;h=7754d87ce69d5af88af8f5484662c16811e12c2a;hb=98e38add333bfcb893fcde408ecf3a0c43d99e31;hp=03c821a1a2e0363ea07c62889af8191430eef8c2;hpb=2bc134037ebdeea69749c5d5ba6fd85726860e35;p=collectd.git diff --git a/README b/README index 03c821a1..7754d87c 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. @@ -959,7 +973,6 @@ To generate the `configure` script, you'll need the following dependencies: - flex - bison - libtool -- libtool-ltdl - pkg-config The `build.sh' script takes no arguments.