Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2002 21:18:56 -0600 (CST)
From:      Nick Rogness <nick@rogness.net>
To:        Jeffrey Hsu <hsu@FreeBSD.ORG>
Cc:        net@FreeBSD.ORG, keramida@FreeBSD.ORG
Subject:   Re: Need Help ASAP: Out of UDP space?
Message-ID:  <Pine.BSF.4.21.0201312013370.46382-100000@cody.jharris.com>
In-Reply-To: <0GQT00LWHOOIO0@mta6.snfc21.pbi.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 31 Jan 2002, Jeffrey Hsu wrote:

> What does netstat -s say?

It looks as if it gets progressively worse over time.  
The UDP "dropped due to full socket buffers" increases with time:
[NOTE]:  tcpdump on the wire reveals that packets are still being sent
back to the NAS.  I have a trace if you need.

# netstat -s:
[SNIP]

udp:
	1880604 datagrams received
	0 with incomplete header
	0 with bad data length field
	14 with bad checksum
	41541 with no checksum
	4182 dropped due to no socket
	7 broadcast/multicast datagrams dropped due to no socket
	20602 dropped due to full socket buffers
	0 not for hashed pcb
	1855799 delivered
	1839573 datagrams output


netstat -s (taken later):
[SNIP]
udp:
	1889747 datagrams received
	0 with incomplete header
	0 with bad data length field
	14 with bad checksum
	44508 with no checksum
	4184 dropped due to no socket
	8 broadcast/multicast datagrams dropped due to no socket
	23056 dropped due to full socket buffers
	0 not for hashed pcb
	1862485 delivered
	1846204 datagrams output

netstat -s (even later):
[SNIP]
udp:
	1901210 datagrams received
	0 with incomplete header
	0 with bad data length field
	14 with bad checksum
	48692 with no checksum
	4184 dropped due to no socket
	14 broadcast/multicast datagrams dropped due to no socket
	26514 dropped due to full socket buffers
	0 not for hashed pcb
	1870484 delivered
	1854002 datagrams output

Any help would be greatly appreciated.

Nick Rogness <nick@rogness.net>
 - Don't mind me...I'm just sniffing your packets




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0201312013370.46382-100000>