From owner-cvs-src@FreeBSD.ORG Thu Jul 1 09:12:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C960A16A4D0; Thu, 1 Jul 2004 09:12:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A30F143D4C; Thu, 1 Jul 2004 09:12:53 +0000 (GMT) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i619CcGl072381; Thu, 1 Jul 2004 09:12:38 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i619Ccw4072380; Thu, 1 Jul 2004 09:12:38 GMT (envelope-from alfred) Message-Id: <200407010912.i619Ccw4072380@repoman.freebsd.org> From: Alfred Perlstein Date: Thu, 1 Jul 2004 09:12:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/top top.X top.c top.h src/usr.bin/top machine.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 09:12:54 -0000 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