Difference between revisions of "Plugin:IntelRDT"

From collectd Wiki
Jump to: navigation, search
Line 11: Line 11:
 
The ''intel_rdt'' plugin collects information provided by monitoring features of
 
The ''intel_rdt'' plugin collects information provided by monitoring features of
 
Intel Resource Director Technology (Intel(R) RDT) like Cache Monitoring
 
Intel Resource Director Technology (Intel(R) RDT) like Cache Monitoring
Technology (CMT), Memory Bandwidth Monitoring (MBM). These features provide
+
Technology (CMT), Memory Bandwidth Monitoring (MBM).
information about utilization of shared resources.
+
CMT and MBM are features that allows an operating system (OS) or Hypervisor/virtual machine monitor (VMM) to determine the usage of cache and memory bandwidth by applications running on the platform.
 +
Using these monitoring technologies, the intel_rdt plugin collects the following metrics:
 +
* LLC - last level cache occupancy (CMT)
 +
* MBL - the bandwidth of accessing memory associated with the local socket (MBM)
 +
* MBR - the bandwidth of accessing the remote socket (MBM)
 +
* IPC - instructions per clock
 +
 
 
For a full description of available options please refer to the {{Manpage|collectd.conf|5|plugin_intel_rdt}} manual page.
 
For a full description of available options please refer to the {{Manpage|collectd.conf|5|plugin_intel_rdt}} manual page.
  

Revision as of 15:58, 18 March 2019

Intel RDT plugin
Type: read
Callbacks: config, init, read, shutdown
Status: supported
First version: 5.7
Copyright: 2016–2018 Intel Corporation
License: MIT license
Manpage: collectd.conf(5)
List of Plugins

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). CMT and MBM are features that allows an operating system (OS) or Hypervisor/virtual machine monitor (VMM) to determine the usage of cache and memory bandwidth by applications running on the platform. Using these monitoring technologies, the intel_rdt plugin collects the following metrics:

  • LLC - last level cache occupancy (CMT)
  • MBL - the bandwidth of accessing memory associated with the local socket (MBM)
  • MBR - the bandwidth of accessing the remote socket (MBM)
  • IPC - instructions per clock

For a full description of available options please refer to the collectd.conf(5) manual page.

Synopsis

<Plugin "intel_rdt">
  Cores "0-2" "3,4,6" "8-10,15"
</Plugin>

Example graphs

Rdt llc.png

Dependencies