Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 06 May 2023 05:39:34 +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-WvAgI8ibdL@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 #6 from Dave Hayes <dave@jetcafe.org> ---
When you say "malloc_type", do you mean one of these?

# vmstat -z | grep malloc
malloc-16:               16,      0,   22655,    6073,105306080,   0,   0, =
  0
malloc-32:               32,      0,   21773,    4939,11701599,   0,   0,  =
 0
malloc-64:               64,      0,   18498,    5379,212097839,   0,   0, =
  0
malloc-128:             128,      0,   36208,    2480,82557120,   0,   0,  =
 0
malloc-256:             256,      0,    4415,    1300,13300795,   0,   0,  =
 0
malloc-384:             384,      0,     565,     575,  145683,   0,   0,  =
 0
malloc-512:             512,      0,     413,     459,  209713,   0,   0,  =
 0
malloc-1024:           1024,      0,     342,     218, 5870330,   0,   0,  =
 0
malloc-2048:           2048,      0,     308,     156,  237219,   0,   0,  =
 0
malloc-4096:           4096,      0,    9866,      78, 6516830,   0,   0,  =
 0
malloc-8192:           8192,      0,     618,      18,    1794,   0,   0,  =
 0
malloc-16384:         16384,      0,      24,      23,    1480,   0,   0,  =
 0
malloc-32768:         32768,      0,     145,      46,   17038,   0,   0,  =
 0
malloc-65536:         65536,      0,      18,      18,  166444,   0,   0,  =
 0

I ask this because...

# vmstat -z | wc -l
     243

:)

--=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-WvAgI8ibdL>