Re: tcp/ip performance problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



In article <cc64e8ce0810011222o10f3c0e1tf288fa87b4bc1723@xxxxxxxxxxxxxx> you wrote:
> hmm, actually I was looking for max queue length reached ... during
> the run of the listening program. Is there any such value available ?

netstat -s shows "TCP resets sent" counter which is incremented in a overrun
scenario. Unfortunatelly this is not socket specific, however it is a good
idea to monitor that counter closely.

This is BTW common to java servers (if GC runs).

> patch to netstat ? so the /proc/...rx_queue should be ok to use to get
> this number ? or were there some additional values exposed by the
> kernel.

Kernel patched to hand the connection-slots current/max to netstat for
listening sockets.

I think I will change the header for "netstat -l" to "maxlisten backlog" or
something?

Gruss
Bernd

PS: http://net-tools.berlios.de
--
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux 802.1Q VLAN]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Git]     [Bugtraq]     [Yosemite News and Information]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux PCI]     [Linux Admin]     [Samba]

  Powered by Linux