DragonFly BSD
DragonFly kernel List (threaded) for 2005-12
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

netstat -m still reporting incorrect numbers


From: Tomaž Borštnar <tomaz.borstnar@xxxxxxxx>
Date: Sun, 04 Dec 2005 21:11:39 +0100

This is soon after the boot:

> netstat -m
257/1/7232 mbufs in use (current/peak/max):
        257 mbufs allocated to data
256/256/3616 mbuf clusters in use (current/peak/max)
512 Kbytes allocated to network (5% of mb_map in use)
0 requests for memory denied
0 requests for memory delayed
0 calls to protocol drain routines
> Dec  4 15:35:53 dk su: tomaz to root on /dev/ttyp0

While sending 5k HTTP requests per second...
> netstat -m
4294941443/4294963422/7232 mbufs in use (current/peak/max):
        4294938235 mbufs allocated to data
        3208 mbufs allocated to packet headers
4462/4462/3616 mbuf clusters in use (current/peak/max)
7955 Kbytes allocated to network (88% of mb_map in use)
0 requests for memory denied
0 requests for memory delayed
0 calls to protocol drain routines

a little later (still sending those 5k requests/s)
> netstat -m
4294903205/4294958335/7232 mbufs in use (current/peak/max):
        4294895199 mbufs allocated to data
        8006 mbufs allocated to packet headers
9895/9895/3616 mbuf clusters in use (current/peak/max)
17549 Kbytes allocated to network (194% of mb_map in use)
0 requests for memory denied
0 requests for memory delayed
0 calls to protocol drain routines


Using HEAD as of today....



Tomaž




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