From owner-cvs-src-old@FreeBSD.ORG Fri May 21 17:27:05 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C23991065678 for ; Fri, 21 May 2010 17:27:05 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AFBB58FC0C for ; Fri, 21 May 2010 17:27:05 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o4LHR59T066903 for ; Fri, 21 May 2010 17:27:05 GMT (envelope-from sbruno@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o4LHR50V066902 for cvs-src-old@freebsd.org; Fri, 21 May 2010 17:27:05 GMT (envelope-from sbruno@repoman.freebsd.org) Message-Id: <201005211727.o4LHR50V066902@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to sbruno@repoman.freebsd.org using -f From: Sean Bruno Date: Fri, 21 May 2010 17:10:52 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/vmstat vmstat.8 vmstat.c src/usr.sbin/iostat iostat.8 iostat.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 May 2010 17:27:05 -0000 sbruno 2010-05-21 17:10:52 UTC FreeBSD src repository Modified files: usr.bin/vmstat vmstat.8 vmstat.c usr.sbin/iostat iostat.8 iostat.c Log: SVN rev 208389 on 2010-05-21 17:10:52Z by sbruno Allow sub-second interval timings for iostat and vmstat. e.g. vmstat -w.5 iostat -w.5 Reviewed by: jhb Approved by: scottl (mentor) Obtained from: Yahoo Inc. MFC after: 2 weeks Revision Changes Path 1.38 +3 -0 src/usr.bin/vmstat/vmstat.8 1.107 +14 -6 src/usr.bin/vmstat/vmstat.c 1.30 +3 -0 src/usr.sbin/iostat/iostat.8 1.46 +9 -6 src/usr.sbin/iostat/iostat.c