]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC 222530:
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 14 Jun 2011 18:58:57 +0000 (18:58 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 14 Jun 2011 18:58:57 +0000 (18:58 +0000)
commitd84b19f50fd565bbc3e14f37bede27681dda9169
tree2240fb279414f8d0c12cfbbf92df48d28bdb9449
parent51e4406056761c1868286e3763ddad4af1cfa2b8
MFC 222530:
Add a new option to toggle the display of the system idle process (per-CPU
idle threads).  The process is displayed by default (subject to whether or
not system processes are displayed) to preserve existing behavior.  The
system idle process can be hidden via the '-z' command line argument or the
'z' key while top is running.  When it is hidden, top more closely matches
the behavior of FreeBSD <= 4.x where idle time was not accounted to any
process.

git-svn-id: svn://svn.freebsd.org/base/stable/8@223095 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
contrib/top/commands.c
contrib/top/machine.h
contrib/top/top.X
contrib/top/top.c
usr.bin/top/machine.c