...
1)This plugin depends on the DPDK 19.08 release.
DPDK build/configurationBuilding and Running DPDK application:
1)To fetch DPDK stats the DPDK has to be compiled with below telemetry config option flag set to y.
CONFIG_RTE_LIBRTE_TELEMETRY=y
2)Also the DPDK application should be run with "–telemetry" eal option.
Ex: $dpdk/app/testpmd --telemetry -l 2,3,4 -n 4
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
...