Merge branch 'vendor/ELFTOOLCHAIN'
[dragonfly.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. All advertising materials mentioning features or use of this software
13 .\"    must display the following acknowledgement:
14 .\"     This product includes software developed by the University of
15 .\"     California, Berkeley and its contributors.
16 .\" 4. Neither the name of the University nor the names of its contributors
17 .\"    may be used to endorse or promote products derived from this software
18 .\"    without specific prior written permission.
19 .\"
20 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 .\" SUCH DAMAGE.
31 .\"
32 .\"     @(#)usage.tbl   5.1 (Berkeley) 4/16/91
33 .\"
34 .TS
35 box;
36 c s s s
37 c c c c
38 n n n n.
39 Memory statistics by bucket size
40 =
41 Size    In Use  Free    Requests
42 _
43 128     329     39      3129219
44 256     0       0       0
45 512     4       0       16
46 1024    17      5       648771
47 2048    13      0       13
48 2049\-4096      0       0       157
49 4097\-8192      2       0       103
50 8193\-16384     0       0       0
51 16385\-32768    1       0       1
52 .TE
53 .DE
54 .DS B
55 .TS
56 box;
57 c s s s s
58 c c c c c
59 c n n n n.
60 Memory statistics by type
61 =
62 Type    In Use  Mem Use High Use        Requests
63 _
64 mbuf    6       1K      17K     3099066
65 devbuf  13      53K     53K     13
66 socket  37      5K      6K      1275
67 pcb     55      7K      8K      1512
68 routetbl        229     29K     29K     2424
69 fragtbl 0       0K      1K      404
70 zombie  3       1K      1K      24538
71 namei   0       0K      5K      648754
72 ioctlops        0       0K      1K      12
73 superblk        24      34K     34K     24
74 temp    0       0K      8K      258
75 .TE