Allow top(1) to toggle display of processes+threads or *only* threads
authorHiten Pandya <hmp@dragonflybsd.org>
Fri, 4 Jun 2004 11:21:53 +0000 (11:21 +0000)
committerHiten Pandya <hmp@dragonflybsd.org>
Fri, 4 Jun 2004 11:21:53 +0000 (11:21 +0000)
commita45ee431465403f041fd30a185565edcd81ea50b
tree9257e71953bc3ac3f122c6c606dd4d6ee52c167a
parent9a275e74b760de115cd0acdc31bdf8c7acae69bd
Allow top(1) to toggle display of processes+threads or *only* threads
by adding a '-O' command line argument and run-time toggle.

This is useful when one wants to only monitor activity of current
active threads.

Document this new functionality and update the patches accordingly.

Requested-by: David Rhodus <drhodus@machdep.com>
contrib/top/patches/commands.c.patch
contrib/top/patches/machine.h.patch
contrib/top/patches/top.X.patch
contrib/top/patches/top.c.patch
usr.bin/top/machine.c