From 3937232b20a005131691588cb382a03a277cb691 Mon Sep 17 00:00:00 2001 From: keramida Date: Tue, 16 May 2006 15:27:43 +0000 Subject: Update the description of the `STATE' column for SMP systems, and add the missing `C' SMP-only column. PR: docs/29245 Submitted by: ada@bsd.org Patch by: Pawel Worach MFC after: 3 days --- contrib/top/top.X | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'contrib/top') diff --git a/contrib/top/top.X b/contrib/top/top.X index 60ba77c..ff1a1d9 100644 --- a/contrib/top/top.X +++ b/contrib/top/top.X @@ -311,8 +311,12 @@ NICE is the nice amount (in the range \-20 to 20), 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 +(visible 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 -- cgit v1.1