Date: Tue, 31 May 2011 15:11:23 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/contrib/top commands.c machine.h top.X top.c src/usr.bin/top machine.c Message-ID: <201105311512.p4VFCd75009601@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2011-05-31 15:11:23 UTC
FreeBSD src repository
Modified files:
contrib/top commands.c machine.h top.X top.c
usr.bin/top machine.c
Log:
SVN rev 222530 on 2011-05-31 15:11:23Z by jhb
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.
MFC after: 2 weeks
Revision Changes Path
1.17 +1 -0 src/contrib/top/commands.c
1.12 +1 -0 src/contrib/top/machine.h
1.22 +7 -1 src/contrib/top/top.X
1.27 +18 -6 src/contrib/top/top.c
1.95 +7 -0 src/usr.bin/top/machine.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105311512.p4VFCd75009601>
