cvs commit: src/contrib/top top.X top.c top.h src/usr.bin/top
machine.c
Alfred Perlstein
alfred at FreeBSD.org
Thu Jul 1 02:12:54 PDT 2004
alfred 2004-07-01 09:12:38 UTC
FreeBSD src repository
Modified files:
contrib/top top.X top.c top.h
usr.bin/top machine.c
Log:
New feature, provide a display that shows the amount of IO processes
are doing. Toggle this mode by hitting "m" or passing the command line
option "-m io" to top(1). This allows one to identify disk bandwidth
hogs much easier.
Revision Changes Path
1.10 +8 -0 src/contrib/top/top.X
1.11 +41 -10 src/contrib/top/top.c
1.3 +6 -0 src/contrib/top/top.h
1.53 +140 -3 src/usr.bin/top/machine.c
More information about the cvs-src
mailing list