From owner-cvs-src@FreeBSD.ORG Mon Aug 16 07:51:22 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 82A5616A4CE; Mon, 16 Aug 2004 07:51:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 635AC43D45; Mon, 16 Aug 2004 07:51:22 +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 i7G7pMR4064522; Mon, 16 Aug 2004 07:51:22 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7G7pM1O064520; Mon, 16 Aug 2004 07:51:22 GMT (envelope-from alfred) Message-Id: <200408160751.i7G7pM1O064520@repoman.freebsd.org> From: Alfred Perlstein Date: Mon, 16 Aug 2004 07:51:22 +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 commands.c top.c 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: Mon, 16 Aug 2004 07:51:22 -0000 alfred 2004-08-16 07:51:22 UTC FreeBSD src repository Modified files: contrib/top commands.c top.c usr.bin/top machine.c Log: This patch merges the sort fields for both pages, so you can (for example) view io stats while sorting by process size. Also adds voluntary and involuntary context-switch stats to the io page because there was lots of room. Submitted by: Dan Nelson dnelson at allantgroup.com Revision Changes Path 1.10 +1 -1 src/contrib/top/commands.c 1.15 +2 -6 src/contrib/top/top.c 1.68 +57 -37 src/usr.bin/top/machine.c