...
The port based dpdk stats will have port number suffixed at the end of the each stat name. The application or global stats are the ones
without any suffix.
Dependencies:
1)This plugin depends on the DPDK 19.08 release.
DPDK build/configuration:
1)To fetch DPDK stats the DPDK has to be compiled with below config option set to y.
CONFIG_RTE_LIBRTE_TELEMETRY=y
2)Also the DPDK application should be run with "–telemetry" eal option.
Reference:
- DPDK telemetry library - http://lxr.dpdk.org/dpdk/v19.08/source/lib/librte_telemetry
- DPDK telemetry library doc: - http://lxr.dpdk.org/dpdk/v19.08/source/doc/guides/howto/telemetry.rst
...