Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 May 2014 11:40:59 +0400
From:      ppb@.SYNTAX-ERROR
To:        freebsd-net@freebsd.org
Subject:   Re: mbuf_cluster (FAIL SLEEP)
Message-ID:  <1400917259.c526ccc8386cc@mail.valuehost.ru>

next in thread | raw e-mail | index | archive | help
> Yes, this is normal and it doesn't mean what you might expect.  It's a
> generic failure counter, not an allocation failure counter.  eg: if an
> object that was just freed fails to fit in a per-cpu free items cache it
> counts as a "FAIL".

Hello, thank you for answer Peter.
But what do think about this:

--------------------------------------
# netstat -an |wc -l
29616
# netstat -an | grep -c TIME_WAIT
27800

+
kernel stops showing realtime LA: show normal top, but no changes at first line
output:
load averages:  2.36,  2.32,  2.28
                 ^	^	^
                 |	|	|
--------------------------------------

sysctl net.inet.tcp.msl and tcpdrop do not help,
after killing TIME_WAIT this connection state start grow again till 27800.

I have to reboot servers couse some apache process goes to <defunct> state
and stop responding.
Normal traffic and no ddos at this moment.

Again, this problem (netstat & LA) happen at the same time.....



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1400917259.c526ccc8386cc>