Displaying 3 results from an estimated 3 matches for "mb_map".
Did you mean:
fb_map
2004 Nov 24
2
Mbuf errors
...7/14672/26624 mbufs in use (current/peak/max):
3791 mbufs allocated to data
2 mbufs allocated to fragment reassembly queue headers
4 mbufs allocated to socket names and addresses
3704/6656/6656 mbuf clusters in use (current/peak/max)
16980 Kbytes allocated to network (85% of mb_map in use)
106522 requests for memory denied
1545 requests for memory delayed
0 calls to protocol drain routines
Please let me know if you need more info regarding this.
Thank you in advance.
--
With Regards,
Akhthar Parvez.K
System Administrator
Bangalore.
---------------------
NOTHING IS IMPOSSI...
2003 Aug 12
2
panic with today's stable
...2176 }
2177 return (KERN_SUCCESS);
2178 }
(kgdb) up
#12 0xc025b161 in vm_map_remove (map=0xe8b3e040, start=0, end=3217031168)
at /usr/src/sys/vm/vm_map.c:2199
2199 result = vm_map_delete(map, start, end);
(kgdb) list
2194 if (map == kmem_map || map == mb_map)
2195 s = splvm();
2196
2197 vm_map_lock(map);
2198 VM_MAP_RANGE_CHECK(map, start, end);
2199 result = vm_map_delete(map, start, end);
2200 vm_map_unlock(map);
2201
2202 if (map == kmem_map || map == mb_map)
2203...
2003 Nov 03
3
(long) high traffic syslog server.
...due to full socket buffers
0 not for hashed pcb
691498523 delivered
20954 datagrams output
netstat -m
66/336/81408 mbufs in use (current/peak/max):
66 mbufs allocated to data
64/220/20352 mbuf clusters in use (current/peak/max)
524 Kbytes allocated to network (0% of mb_map in use)
0 requests for memory denied
0 requests for memory delayed
0 calls to protocol drain routines
I was using ipf, but now its disabled (no rules, and ipf -D).
top line of.. top
CPU states: 9.9% user, 0.0% nice, 9.3% system, 3.3% interrupt, 77.5% idle
Mem: 12M Active, 461M Inact, 64M Wired...