date and time created 88/04/22 17:37:08 by mckusick
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sat, 23 Apr 1988 08:37:08 +0000 (00:37 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sat, 23 Apr 1988 08:37:08 +0000 (00:37 -0800)
SCCS-vsn: share/doc/papers/kernmalloc/usage.tbl 1.1

usr/src/share/doc/papers/kernmalloc/usage.tbl [new file with mode: 0644]

diff --git a/usr/src/share/doc/papers/kernmalloc/usage.tbl b/usr/src/share/doc/papers/kernmalloc/usage.tbl
new file mode 100644 (file)
index 0000000..d8e021a
--- /dev/null
@@ -0,0 +1,42 @@
+.\"    @(#)usage.tbl   1.1     (Copyright 1988 M. K. McKusick) 88/04/22
+.TS
+box;
+c s s s
+c c c c
+n n n n.
+Memory statistics by bucket size
+=
+Size   In Use  Free    Requests
+_
+128    329     39      3129242
+256    0       0       0
+512    4       0       16
+1024   17      5       648771
+2048   13      0       13
+2049\-4096     0       0       157
+4097\-8192     2       0       103
+8193\-16384    0       0       0
+16385\-32768   1       0       1
+.TE
+.TS
+box;
+c s s s s
+c c c c c
+c n n n n.
+Memory statistics by type
+=
+Type   In Use  Mem Use High Use        Requests
+_
+mbuf   6       1K      17K     3099066
+devbuf 13      53K     53K     13
+socket 37      5K      6K      1275
+pcb    55      7K      8K      1512
+routetbl       229     29K     29K     2424
+fragtbl        0       0K      1K      404
+arptbl 2       1K      1K      23
+zombie 3       1K      1K      24538
+namei  0       0K      5K      648754
+ioctlops       0       0K      1K      12
+superblk       24      34K     34K     24
+temp   0       0K      8K      258
+.TE