Skip to content
Florian Forster edited this page Nov 26, 2023 · 1 revision

Name:

DPDK Stat plugin

Type:

read

Callbacks:

config, init, read, shutdown

Status:

supported

FirstVersion:

5.7

Copyright:

2016 Intel Corporation

License:

Manpage:

collectd.conf(5)

See also:

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

Clone this wiki locally