cvs commit: src/sys/kern uipc_mbuf.c
Matthew Dillon
dillon at apollo.backplane.com
Thu Dec 1 11:25:18 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
Lets get HEAD working for you again. Update and try again. If the
network freezes on you get a core dump and upload it to leaf.
As of this moment, ALL patches and related work have been committed.
-Matt
Matthew Dillon
<dillon at xxxxxxxxxxxxx>
More information about the Commits
mailing list