Im trying to get some information about UDP packet drops, specifically,
socket buffer overflows.
Netstat in freeBSD gives explicit information if packets are 'dropped due
to full socket buffers'
In Linux netstat just talks about UDP 'packet receive errors'.
I would guess that this statistic would include socket buffer overflows,
but I need to know for sure.
In case it doesnt, then can someone suggest an alternate tool to get that
information.
thanks
I would appreciate it if you would cc me on ur replies.
-S.
--------------------------------
freebsd
udp:
3273476 datagrams received
0 with incomplete header
0 with bad data length field
0 with bad checksum
66425 dropped due to no socket
7667 broadcast/multicast datagrams dropped due to no socket
320302 dropped due to full socket buffers
0 not for hashed pcb
2879082 delivered
2901479 datagrams output
--------------------------------
linux
Udp:
75050 packets received
8 packets to unknown port received.
0 packet receive errors
73905 packets sent
-------------------------------