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
[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
On 07/ 9/10 11:42 AM, vhiz wrote:> 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