From: Mike Stroyan <[EMAIL PROTECTED]>
Date: Tue, 29 Nov 2005 16:25:02 -0700
> Is there any plan to change netstat to replace its uses of
> /proc/net/tcp* ?
Ask the maintainer of that userland utility :-)
It is a change which should be made.
> The current mechanism with alloc_large_system_ha
On Tue, Nov 29, 2005 at 01:33:34PM -0800, David S. Miller wrote:
> From: Mike Stroyan <[EMAIL PROTECTED]>
> Date: Tue, 29 Nov 2005 14:23:10 -0700
>
> > The tcp_ehash hash table gets too big on systems with really big memory.
> > It is worse on systems with pages larger than 4KB. It wastes memor
From: Mike Stroyan <[EMAIL PROTECTED]>
Date: Tue, 29 Nov 2005 14:23:10 -0700
> The tcp_ehash hash table gets too big on systems with really big memory.
> It is worse on systems with pages larger than 4KB. It wastes memory that
> could be better used. It also makes the netstat command slow beca
The tcp_ehash hash table gets too big on systems with really big memory.
It is worse on systems with pages larger than 4KB. It wastes memory that
could be better used. It also makes the netstat command slow because reading
/proc/net/tcp and /proc/net/tcp6 needs to go through the full hash table