diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2002-06-09 04:32:19 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2002-06-09 04:32:19 +0000 |
commit | 3b878d5d1c57600baaac40ca537304ef9188758c (patch) | |
tree | 4456c9b6cd201f230f56fd0f239b33ab2b8853ff | |
parent | df4e67571e917992490c8c4acdbc20d1e429493b (diff) |
Document KERN_MBSTAT
-rw-r--r-- | lib/libc/gen/sysctl.3 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 08651bc34ba..ce34ad54449 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.91 2002/06/08 23:35:19 art Exp $ +.\" $OpenBSD: sysctl.3,v 1.92 2002/06/09 04:32:18 angelos Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -285,6 +285,7 @@ information. .It Dv KERN_MAXPARTITIONS No " integer no" .It Dv KERN_MAXPROC No " integer yes" .It Dv KERN_MAXVNODES No " integer yes" +.It Dv KERN_MBSTAT No " struct mbstat no" .It Dv KERN_MSGBUFSIZE No " integer no" .It Dv KERN_NCHSTATS No " struct nchstats no" .It Dv KERN_NFILES No " integer no" @@ -387,6 +388,12 @@ The maximum number of partitions allowed per disk. The maximum number of simultaneous processes the system will allow. .It Dv KERN_MAXVNODES The maximum number of vnodes available on the system. +.It Dv KERN_MBSTAT +A +.Li struct mbstat +structure is returned, containing statistics on +.Xr mbuf 9 +usage. .It Dv KERN_MSGBUFSIZE The size of the kernel message buffer. .It Dv KERN_NCHSTATS |