cvs commit: src/sys/kern uipc_mbuf.c

Tomaž Borštnar tomaz.borstnar at over.net
Thu Dec 1 01:37:00 PST 2005


After over 330 millions of http requests (in some 16 hours):

> wc -l access*
 120915928 access.log
 212456751 access81.log
 333372679 total
> netstat -m
4294433421/4294907069/7232 mbufs in use (current/peak/max):
        4294383333 mbufs allocated to data
        50088 mbufs allocated to packet headers
263905/263905/3616 mbuf clusters in use (current/peak/max)
512753 Kbytes allocated to network (104% of mb_map in use)
0 requests for memory denied
0 requests for memory delayed
0 calls to protocol drain routines
> vmstat -i
interrupt                   total       rate
clk                      17319113        281
ohci0/ohci1                     1          0
sio0                          177          0
irq7                            1          0
acpi0                           0          0
ata0                            0          0
ata1                           86          0
bge0                            0          0
bge1                    673946164      10949
ips0                      2112924         34
irq20                          66          0
irq23                          53          0
swi_siopoll                     0          0
swi_crypto/swi_camnet           0          0
swi_cambio                      0          0
swi_vm                          0          0
swi_taskq                       0          0
Total                   693378585      11265
This is with mpsafe stuff set to 1. I used cvs head as of 29th Nov at 7pm UTC and NO extra patches.

It looks stabler than before







More information about the Commits mailing list