Date: Sat, 06 May 2023 22:43:42 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 271246] Kernel wired memory leak with repeated netstat Message-ID: <bug-271246-227-1RlV5xXZQV@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-271246-227@https.bugs.freebsd.org/bugzilla/> References: <bug-271246-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271246 --- Comment #12 from Dave Hayes <dave@jetcafe.org> --- What is wrong is likely the label "bytes". Here's a sample output from vmstat -z --libxo json (formatted for clarity): { "fail" : 0, "free" : 0, "limit" : 0, "name" : "buffer arena-20", "requests" : 0, "name" : "PROC", "requests" : 3371179, "size" : 1360, "sleep" : 0, "used" : 69, "xdomain" : 0 }, So I use the 'used' field. If the units are not in bytes, then I was ignora= nt of that. What unit is the 'used' field using? --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-271246-227-1RlV5xXZQV>