Date: Fri, 17 Mar 2006 11:49:22 +0300 From: "Andrew Pantyukhin" <infofarmer@gmail.com> To: "Halid Faith" <maslak@ihlas.net.tr> Cc: freebsd-questions@freebsd.org Subject: Re: about mbuf clusters value Message-ID: <cb5206420603170049n5849a29do8cac265abcafc2c6@mail.gmail.com> In-Reply-To: <009401c64993$104ab730$dc96eed5@ihlasnetym> References: <009401c64993$104ab730$dc96eed5@ihlasnetym>
next in thread | previous in thread | raw e-mail | index | archive | help
On 3/17/06, Halid Faith <maslak@ihlas.net.tr> wrote: > Hello > > On Freebsd6.0-release, > When I type netstat -m I see below; > netstat -m > 4293870790 mbufs in use > 330335/65535 mbuf clusters in use (current/max) > 0/6/4528 sfbufs in use (current/peak/max) > 386543 KBytes allocated to network > 0 requests for sfbufs denied > 0 requests for sfbufs delayed > 0 requests for I/O initiated by sendfile > 11 calls to protocol drain routines > > > That is, the current value of mbuf clusters is more than it's max value. > Does This condition cause any problem ? > what shoul I do ? > > Thanks > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > You cannot possibly live with that :-) Are you sure that's 6.0? Are you sure that netstat is from 6.0? 'Cuz this is how it looks in a normal 6.0: 1024/2966/3990 mbufs in use (current/cache/total) 984/2608/3592/24768 mbuf clusters in use (current/cache/total/max) 0/5/6448 sfbufs in use (current/peak/max) 2262K/5957K/8220K bytes allocated to network (current/cache/total) 0 requests for sfbufs denied 0 requests for sfbufs delayed 0 requests for I/O initiated by sendfile 12 calls to protocol drain routines Try rebuilding your world.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?cb5206420603170049n5849a29do8cac265abcafc2c6>