Plugin:DPDKStat

From collectd Wiki
Revision as of 17:15, 20 March 2019 by Kwiatrowski (talk | contribs) (Created page with "{{Infobox Plugin | Name=DPDK Stat | Type=read | Callbacks={{Callback|config}}, {{Callback|init}}, {{Callback|read}}, {{Callback|shutdown}} | Status={{supported}} | F...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
DPDK Stat plugin
Type: read
Callbacks: config, init, read, shutdown
Status: supported
First version: 5.7
Copyright: 2016 Intel Corporation
License: MIT license
Manpage: collectd.conf(5)
List of Plugins

The dpdkstat plugin collects information about DPDK interfaces using the extended NIC stats API in DPDK. For a full description of available options please refer to the collectd.conf(5) manual page. DPDK 16.04 or later is required.

Synopsis

<Plugin "dpdkstat">
  <EAL>
    Coremask "0x4"
    MemoryChannels "4"
    FilePrefix "rte"
    SocketMemory "1024"
    LogLevel "7"
    RteDriverLibPath "/usr/lib/dpdk-pmd"
  </EAL>
  SharedMemObj "dpdk_collectd_stats_0"
  EnabledPortMask 0xffff
  PortName "interface1"
  PortName "interface2"
</Plugin>

Dependencies