Discussion:
UDP socket buffer overflow monitor
vhiz
2010-07-09 18:42:10 UTC
Permalink
Hi All,

I want to monitor the frequency of the socket buffer (receive) overflow during a data transfer over UDP.
Is there a way to do this using dtrace or any other solaris tool?

Thank you,
Vishal
--
This message posted from opensolaris.org
vhiz
2010-07-09 19:07:30 UTC
Permalink
[b]More precisely, I want to monitor the number of packets that are in the socket buffer during the data transfer.[/b] This will give me a better picture of the state of the socket buffer than just finding out the frequency of buffer overflow. Can this be done using dtrace. Thank you.
--
This message posted from opensolaris.org
Erik Nordmark
2010-07-10 01:53:42 UTC
Permalink
Post by vhiz
Hi All,
I want to monitor the frequency of the socket buffer (receive) overflow during a data transfer over UDP.
Is there a way to do this using dtrace or any other solaris tool?
There is
dtrace -n udpInOverflows

Erik

Loading...