On 3/17/06, Halid Faith <[EMAIL PROTECTED]> 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 "[EMAIL PROTECTED]" >
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. _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"