docs/29245: top(1) manpage doesn't understand SMP
Pawel Worach
pawel.worach at telia.com
Wed Jul 16 08:00:34 UTC 2003
The following reply was made to PR docs/29245; it has been noted by GNATS.
From: Pawel Worach <pawel.worach at telia.com>
To: freebsd-gnats-submit at FreeBSD.org, ada at bsd.org
Cc:
Subject: Re: docs/29245: top(1) manpage doesn't understand SMP
Date: Wed, 16 Jul 2003 09:57:28 +0200
Something like this?
C could also be the "processor number on which the process last executed".
STATE is a merge of info from top/machine.c and ps(1)
ps. my first mdoc hack, so please be nice :)
--- src/contrib/top/top.X.old Thu Jan 24 18:54:04 2002
+++ src/contrib/top/top.X Wed Jul 16 09:49:56 2003
@@ -288,8 +288,12 @@
SIZE is the total size of the process (text, data, and stack),
RES is the current amount of resident memory (both SIZE and RES are
given in kilobytes),
-STATE is the current state (one of \*(lqsleep\*(rq, \*(lqWAIT\*(rq,
-\*(lqrun\*(rq, \*(lqidl\*(rq, \*(lqzomb\*(rq, or \*(lqstop\*(rq),
+STATE is the current state (one of \*(lqSTART\*(rq, \*(lqRUN\*(rq
+(shown as \*(lqCPUn\*(rq on SMP systems), \*(lqSLEEP\*(rq, \*(lqSTOP\*(rq,
+\*(lqZOMB\*(rq, \*(lqWAIT\*(rq, \*(lqLOCK\*(rq or the event on which the
+process waits),
+C is the processor number on which the process is executing (only on SMP
+systems),
TIME is the number of system and user cpu seconds that the process has used,
WCPU, when displayed, is the weighted cpu percentage (this is the same
value that
More information about the freebsd-doc
mailing list