[dpdk-users] How to show dpdk memory usage?

Sam batmanustc at gmail.com
Tue Sep 26 11:58:41 CEST 2017


Hi all,

I'm running dpdk application, and this application is always hanged after
running for a long time, so I want to see if there is memory leak or
something.

I think the memory allocate by dpdk api such as "rte_rxmbuf_alloc" is
located in memory of a core, not system memory, is it right?

If it's right, I think `top` command could not show the usage of this type
of memory. So how to show this type of memory?

Thank you~


More information about the users mailing list