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