From owner-svn-src-all@FreeBSD.ORG Tue Nov 4 22:18:24 2008 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 680621065675; Tue, 4 Nov 2008 22:18:24 +0000 (UTC) (envelope-from ivoras@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.191]) by mx1.freebsd.org (Postfix) with ESMTP id 0823F8FC0A; Tue, 4 Nov 2008 22:16:53 +0000 (UTC) (envelope-from ivoras@gmail.com) Received: by fk-out-0910.google.com with SMTP id k31so3995052fkk.11 for ; Tue, 04 Nov 2008 14:16:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=DSxpQmx08/omI3t20tq6EDhcieUePjnM5L4fyzcFWKY=; b=OrySfd/L2YE2KoDKm/ppcOrqVsTzlW3RUoUOpzJvqeYKjocN8n5/mBpINdokKaFvUj B3eSTOZCXlFp2kp/XJ8h2cE3/b0bvi6Q2x4Fr3DzbNNTn2lvuo7A/MBQ7C0Bpw9yP42L Go8c1PvKRPlc61zGA+hSBQzuaSwgsxKMLktdk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=bu+fNcBZRjpTzzMq0eOcHzxMnRgEVuBch4ubnfA8s8Q4W0AgA/Mu4kihS+xXBRjSjr EWWKkBj0rTQcl2F11i1AsYs08ezvpR0KIuLofU0iibkjAfzrRRvm43fM291iSZn93zHa INHgfld15lDSSvqIQj3cKc0n8Paz7/64ZwEv4= Received: by 10.180.208.5 with SMTP id f5mr26678bkg.211.1225836999865; Tue, 04 Nov 2008 14:16:39 -0800 (PST) Received: by 10.181.56.15 with HTTP; Tue, 4 Nov 2008 14:16:39 -0800 (PST) Message-ID: <9bbcef730811041416o6eaf3033k459fb4d29c9e231a@mail.gmail.com> Date: Tue, 4 Nov 2008 23:16:39 +0100 From: "Ivan Voras" To: "Diomidis Spinellis" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200811041802.mA4I2aVk003708@svn.freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Giorgos Keramidas Subject: Re: svn commit: r184645 - head/usr.bin/vmstat X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2008 22:18:24 -0000 2008/11/4 Diomidis Spinellis : > On Nov 4, 2008, at 8:02 PM, Giorgos Keramidas wrote: > >> Author: keramida (doc committer) >> Date: Tue Nov 4 18:02:35 2008 >> New Revision: 184645 >> URL: http://svn.freebsd.org/changeset/base/184645 >> >> Log: >> Repeat vmstat header after window.rows instead of a hardcoded 20. > Thanks! This functionality is generally useful and tricky to code in a > correct way. Any objections to http://people.freebsd.org/~ivoras/diffs/vmstat.c.patch.txt ? It uses humanize_number on interrupt, syscall and context switch counts.