Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jul 2004 09:12:38 +0000 (UTC)
From:      Alfred Perlstein <alfred@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/contrib/top top.X top.c top.h src/usr.bin/top machine.c
Message-ID:  <200407010912.i619Ccw4072380@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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