Date: Sun, 14 Dec 2008 18:18:26 +0200 From: "Yony Yossef" <yonyossef.lists@gmail.com> To: <freebsd-questions@freebsd.org>, <freebsd-hackers@freebsd.org> Subject: Detecting network memory leaks using netstat -m Message-ID: <000001c95e07$9a00b750$220f000a@mtl.com>
next in thread | raw e-mail | index | archive | help
Hi All, I'm trying to find out whether my ethernet driver is leaking. I just found out about netstat -m, but I don't understand some of it's output. Can somebody explain me what is "mbuf+clusters out of packet secondary zone in use" ? My output shows it raised significantly during equilibrium after several stress runs: BEFORE 16641/217734/234375 mbufs in use (current/cache/total) 16640/217766/234406/262144 mbuf clusters in use (current/cache/total/max) 256/1664 mbuf+clusters out of packet secondary zone in use (current/cache) AFTER 625083/86562/711645 mbufs in use (current/cache/total) 180264/81880/262144/262144 mbuf clusters in use (current/cache/total/max) 160420/311 mbuf+clusters out of packet secondary zone in use (current/cache) Thanks Yony
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000001c95e07$9a00b750$220f000a>