8000 Plugin numa · collectd/collectd Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Florian Forster edited this page Nov 21, 2023 · 1 revision
Name: numa plugin
Type: read
Callbacks: config, init, read
Status: supported
FirstVersion: 5.1
Copyright: 2012 Florian octo Forster
License: MIT License
Manpage:
See also: List of Plugins

The "numa" plugin reports statistics of the Non-Uniform Memory Access (NUMA) subsystem of Linux. It uses the information reported in /sys/devices/system/node/nodeXY/numastat:

  • numa_hit
  • numa_miss
  • numa_foreign
  • interleave_hit
  • local_node
  • other_node

See the kernel documentation 1 or the numastat manpage 2 for more info on these values.

Example graphs

ccosndli0110-numa.png

Dependencies

  • Linux
Clone this wiki locally
0