diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-01-04 06:07:23 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-01-04 06:07:23 +0000 |
commit | 3403bc8618547ee1a0c342f28768876dc996a0d7 (patch) | |
tree | 10808b256a2b31166112e8e63d747040ff9ade3b /sbin/sysctl/sysctl.8 | |
parent | a3ebe43514fc441692e32cffb0206e18f159ace0 (diff) |
Print the kern.malloc.* branch
Diffstat (limited to 'sbin/sysctl/sysctl.8')
-rw-r--r-- | sbin/sysctl/sysctl.8 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index e3670e47b20..d5fd6b1df9a 100644 --- a/sbin/sysctl/sysctl.8 +++ b/sbin/sysctl/sysctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.8,v 1.57 2000/12/21 01:14:14 itojun Exp $ +.\" $OpenBSD: sysctl.8,v 1.58 2001/01/04 06:07:22 angelos Exp $ .\" $NetBSD: sysctl.8,v 1.4 1995/09/30 07:12:49 thorpej Exp $ .\" .\" Copyright (c) 1993 @@ -142,6 +142,13 @@ privilege can change the value. .It kern.sysvsem integer no .It kern.sysvshm integer no .It kern.arandom u_int no +.It kern.malloc.buckets string no +.It kern.malloc.bucket.<sz>.calls quad no +.It kern.malloc.bucket.<sz>.total_allocated quad no +.It kern.malloc.bucket.<sz>.total_free quad no +.It kern.malloc.bucket.<sz>.elements quad no +.It kern.malloc.bucket.<sz>.high_watermark quad no +.It kern.malloc.bucket.<sz>.could_free quad no .It vm.loadavg struct no .It vm.psstrings struct no .It vm.swapencrypt.enable integer yes |