On 2019-04-15, LÉVAI Dániel <l...@ecentrum.hu> wrote:
> Hi!
>
><TL;DR>
> After a recent network configuration change (added re(4), vether(4)) I'm
> experiencing this memory leak from somewhere.
>
> How can I check/query how much memory the kernel (or parts of it) is
> using over time, besides running top(1) with system processes shown --
> I'm also staring at systat(1)'s `malloc' and `pool' views but I'm not
> really sure what I'm (or rather what I should be) looking at.
></TL;DR>

Sorry I didn't read the whole lot, but from skimming through it's likely
to be kernel not userland (which is why you don't see much detail in top).
There are likely some clues in output from the following:

netstat -m
vmstat -m
systat -b mbuf

>
>

Reply via email to