Hello guys, I'm trying to develop a monitoring tool capable of exporting some statistics about DPDK network interfaces. The problem with spawning a "secondary process", the way proc-info does, is that not all the network interfaces are "seen" but just those managed by a single primary process.
I was wondering if there is another way to implement this without spawning many processes. Thank you. Adel.