Index | Thread | Search

From:
Job Snijders <job@openbsd.org>
Subject:
Re: socket leak in tcp syn cache
To:
Alexander Bluhm <bluhm@openbsd.org>
Cc:
tech@openbsd.org
Date:
Wed, 11 Jun 2025 10:52:14 +0000

Download raw body.

Thread
Hi,

I've loaded this on ams-vrp-gen1.rpki-client.org 

before:

	ams-vrp-gen1# cat /var/db/installed.BUILDINFO ; netstat -m
	Build date: 1749524312 - Tue Jun 10 02:58:32 UTC 2025
	78701 mbufs in use:
		78478 mbufs allocated to data
		213 mbufs allocated to packet headers
		10 mbufs allocated to socket names and addresses
	1478/1568 mbuf 2048 byte clusters in use (current/peak)
	0/60 mbuf 2112 byte clusters in use (current/peak)
	171/680 mbuf 4096 byte clusters in use (current/peak)
	0/208 mbuf 8192 byte clusters in use (current/peak)
	0/70 mbuf 9216 byte clusters in use (current/peak)
	0/110 mbuf 12288 byte clusters in use (current/peak)
	0/168 mbuf 16384 byte clusters in use (current/peak)
	0/376 mbuf 65536 byte clusters in use (current/peak)
	37576/56216/524288 Kbytes allocated to network (current/peak/max)
	0 requests for memory denied
	0 requests for memory delayed
	0 calls to protocol drain routines
	16 defrag mbuf allocation
	17817 prepend mbuf allocation
	0 pullup mbuf allocation
	0 pullup memory copy
	0 pulldown mbuf allocation
	0 pulldown memory copy

Can share 'netstat -m' a few hours from now

Kind regards,

Job