Date: Wed, 16 Jul 2003 01:00:33 -0700 (PDT) From: Pawel Worach <pawel.worach@telia.com> To: freebsd-doc@FreeBSD.org Subject: Re: docs/29245: top(1) manpage doesn't understand SMP Message-ID: <200307160800.h6G80X4U069957@freefall.freebsd.org>
index | next in thread | raw e-mail
The following reply was made to PR docs/29245; it has been noted by GNATS. From: Pawel Worach <pawel.worach@telia.com> To: freebsd-gnats-submit@FreeBSD.org, ada@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 thathome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307160800.h6G80X4U069957>
