From owner-cvs-src@FreeBSD.ORG Sat Jun 3 20:36:32 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 CFCF116A4A6; Sat, 3 Jun 2006 20:36:32 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89EAE43D46; Sat, 3 Jun 2006 20:36:32 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k53KYuBZ083059; Sat, 3 Jun 2006 20:34:56 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k53KYu40083058; Sat, 3 Jun 2006 20:34:56 GMT (envelope-from obrien) Message-Id: <200606032034.k53KYu40083058@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 3 Jun 2006 20:34:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/vmstat vmstat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 03 Jun 2006 20:36:37 -0000 obrien 2006-06-03 20:34:56 UTC FreeBSD src repository Modified files: usr.bin/vmstat vmstat.c Log: Increase the field widths of flt (total number of page faults), fr (pages freed), & cs (CPU context switch rate). 'vmstat 1' output is now lined up for today's typical machines vs. a VAX. [tested my modest 1.6ghz laptop] Revision Changes Path 1.92 +5 -5 src/usr.bin/vmstat/vmstat.c