Date: Wed, 14 Jun 2006 12:41:53 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: "Nikolas Britton" <nikolas.britton@gmail.com> Cc: freebsd-questions <freebsd-questions@freebsd.org> Subject: Re: top Message-ID: <86ejxs6plq.fsf@gothmog.pc> In-Reply-To: <ef10de9a0606140140g2cac1ef6ta31dbef6782fb7a3@mail.gmail.com> (Nikolas Britton's message of "Wed, 14 Jun 2006 03:40:02 -0500") References: <ef10de9a0606140140g2cac1ef6ta31dbef6782fb7a3@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 14 Jun 2006 03:40:02 -0500, "Nikolas Britton" <nikolas.britton@gmail.com> wrote: > What do all these things mean, they are from the STATE column in top?: > > bo_wwa > biowr > *proce > getblk > RUN > select > drainv > *Giant > nanslp > pause > wait > kserel > ttyin They are described in the manpage near this part: STATE is the current state (one of "START", "RUN" (shown as "CPUn" on SMP systems), "SLEEP", "STOP", "ZOMB", "WAIT", "LOCK" or the event on which the process waits), The uppercase names are one of the states described in the manpage in uppercase too. The lowercase names are the names of sleep-events on which a process is blocked. Then there are the names that start with a '*' character. These are, AFAIK, names of kernel locks that the process is currently blocked on. - Giorgos
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86ejxs6plq.fsf>