]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/doc/papers/kernmalloc/usage.tbl
Upgrade Unbound to 1.6.2. More to follow.
[FreeBSD/FreeBSD.git] / share / doc / papers / kernmalloc / usage.tbl
1 .\" Copyright (c) 1988 The Regents of the University of California.
2 .\" All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\" 3. Neither the name of the University nor the names of its contributors
13 .\"    may be used to endorse or promote products derived from this software
14 .\"    without specific prior written permission.
15 .\"
16 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
20 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 .\" SUCH DAMAGE.
27 .\"
28 .\"     @(#)usage.tbl   5.1 (Berkeley) 4/16/91
29 .\"
30 .TS
31 box;
32 c s s s
33 c c c c
34 n n n n.
35 Memory statistics by bucket size
36 =
37 Size    In Use  Free    Requests
38 _
39 128     329     39      3129219
40 256     0       0       0
41 512     4       0       16
42 1024    17      5       648771
43 2048    13      0       13
44 2049\-4096      0       0       157
45 4097\-8192      2       0       103
46 8193\-16384     0       0       0
47 16385\-32768    1       0       1
48 .TE
49 .DE
50 .DS B
51 .TS
52 box;
53 c s s s s
54 c c c c c
55 c n n n n.
56 Memory statistics by type
57 =
58 Type    In Use  Mem Use High Use        Requests
59 _
60 mbuf    6       1K      17K     3099066
61 devbuf  13      53K     53K     13
62 socket  37      5K      6K      1275
63 pcb     55      7K      8K      1512
64 routetbl        229     29K     29K     2424
65 fragtbl 0       0K      1K      404
66 zombie  3       1K      1K      24538
67 namei   0       0K      5K      648754
68 ioctlops        0       0K      1K      12
69 superblk        24      34K     34K     24
70 temp    0       0K      8K      258
71 .TE