Difference between revisions of "Plugin:DPDKStat"

From collectd Wiki
Jump to: navigation, search
m
 
Line 30: Line 30:
 
   PortName "interface2"
 
   PortName "interface2"
 
  </Plugin>
 
  </Plugin>
 +
 +
== Example Graph ==
 +
{{No Example Graph}}
  
 
== Dependencies ==
 
== Dependencies ==

Latest revision as of 00:54, 12 March 2020

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>

Example Graph

None yet. Add one now!

Dependencies