Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Nov 2010 20:30:09 -0600
From:      Dan Nelson <dnelson@allantgroup.com>
To:        ??????? ??????? <kes-kes@yandex.ru>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: top different output
Message-ID:  <20101114023009.GC57869@dan.emsphone.com>
In-Reply-To: <157945133.20101113190428@yandex.ru>
References:  <157945133.20101113190428@yandex.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Nov 13):
> Hi, Freebsd-questions.
> *pls. redirect to right developers thread
> 
> in 7.2FreeBSD top show as:
>  32 root       -68    -     0K    16K WAIT    72:24 10.25% irq16: rl0
> 
> in 9.0FreeBSD top show as:
>  12 root       28 -28    -     0K   224K WAIT    3 223:03 42.77% intr
> 
> top -SIP
> 
> in 7 version top has better output because of I can see which interrupt
> get CPU time, in 9 I can not

Interrupts are now processed as kernel threads.  Press "H" (or use -H on the
commandline) in top to show each thread on its own line:

without H:
   12 root         18 -60    -     0K   144K WAIT   624.2H  2.39% intr

with H:
   12 root       -32    -     0K   144K WAIT   377.9H  2.78% {swi4: clock}
   12 root       -68    -     0K   144K WAIT   245.9H  0.39% {irq22: fxp1}

-- 
	Dan Nelson
	dnelson@allantgroup.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101114023009.GC57869>