diff options
author | Jared Yanovich <jaredy@cvs.openbsd.org> | 2005-07-22 03:00:58 +0000 |
---|---|---|
committer | Jared Yanovich <jaredy@cvs.openbsd.org> | 2005-07-22 03:00:58 +0000 |
commit | a8b2f8dc562d3515935a4398042b6c57e8006d81 (patch) | |
tree | 2ba5cf6ce14f44c6178b74bdf14a0807703a4133 /lib/libc/gen/sysctl.3 | |
parent | 042c51173f2184e11d843eaed3d7a7585d287e0b (diff) |
document KERN_CPTIME2, and update description of KERN_CPTIME; ok jmc
Diffstat (limited to 'lib/libc/gen/sysctl.3')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index aafd9ae3d52..c7a0939d5e3 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.142 2005/07/22 02:58:11 jaredy Exp $ +.\" $OpenBSD: sysctl.3,v 1.143 2005/07/22 03:00:57 jaredy Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -339,6 +339,7 @@ information. .It Dv KERN_CCPU No " integer no" .It Dv KERN_CLOCKRATE No " struct clockinfo no" .It Dv KERN_CPTIME No " long[CPUSTATES] no" +.It Dv KERN_CPTIME2 No " u_int64_t[CPUSTATES] no" .It Dv KERN_CRYPTODEVALLOWSOFT No " integer yes" .It Dv KERN_DOMAINNAME No " string yes" .It Dv KERN_EMUL No " node not applicable" @@ -429,8 +430,18 @@ skew rate. An array of longs of size .Li CPUSTATES is returned, containing statistics about the number of ticks spent by -the system in interrupt processing, user processes (niced or normal), +the system among all processors in interrupt processing, +user processes +.Po +.Xr nice 1 +or normal +.Pc , system processing, or idling. +.It Dv KERN_CPTIME2 +Similar to +.Dv KERN_CPTIME , +but obtains information from only the single CPU specified by the +third level name given. .It Dv KERN_CRYPTODEVALLOWSOFT Permits userland to use .Pa /dev/crypto |