From owner-svn-src-all@FreeBSD.ORG Thu Apr 23 21:43:27 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0891F6E6; Thu, 23 Apr 2015 21:43:27 +0000 (UTC) Received: from esa-annu.net.uoguelph.ca (esa-annu.mail.uoguelph.ca [131.104.91.36]) by mx1.freebsd.org (Postfix) with ESMTP id 7F00917B8; Thu, 23 Apr 2015 21:43:25 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2D7AwC/ZjlV/95baINbg15hgxXDCwmBUYYEAoFvFAEBAQEBAQGBCoQhAQEEI1YbDgYEAgINGQJZBog+DbdclGUBAQEBAQEBAQEBAQEBAQEBAQEBFQSBIYoWhFA0B4JogUUFkSWEJodWg0WQZCOEECKBdYEAAQEB X-IronPort-AV: E=Sophos;i="5.11,634,1422939600"; d="scan'208";a="207649980" Received: from muskoka.cs.uoguelph.ca (HELO zcs3.mail.uoguelph.ca) ([131.104.91.222]) by esa-annu.net.uoguelph.ca with ESMTP; 23 Apr 2015 17:43:17 -0400 Received: from zcs3.mail.uoguelph.ca (localhost.localdomain [127.0.0.1]) by zcs3.mail.uoguelph.ca (Postfix) with ESMTP id 090D5B402F; Thu, 23 Apr 2015 17:43:17 -0400 (EDT) Date: Thu, 23 Apr 2015 17:43:17 -0400 (EDT) From: Rick Macklem To: John Baldwin Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org, Edward Tomasz Napierala Message-ID: <720283503.24818611.1429825397025.JavaMail.root@uoguelph.ca> In-Reply-To: <10554184.33BWS7eSAa@ralph.baldwin.cx> Subject: Re: svn commit: r281888 - head/usr.bin/nfsstat MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [172.17.95.12] X-Mailer: Zimbra 7.2.6_GA_2926 (ZimbraWebClient - FF3.0 (Win)/7.2.6_GA_2926) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 23 Apr 2015 21:43:27 -0000 John Baldwin wrote: > On Thursday, April 23, 2015 02:36:02 PM Edward Tomasz Napierala > wrote: > > Author: trasz > > Date: Thu Apr 23 14:36:01 2015 > > New Revision: 281888 > > URL: https://svnweb.freebsd.org/changeset/base/281888 > > > > Log: > > Remove oldnfs support from nfsstat(1). > > > > Reviewed by: rmacklem@ (earlier version) > > Sponsored by: The FreeBSD Foundation > > > > Modified: > > head/usr.bin/nfsstat/nfsstat.1 > > head/usr.bin/nfsstat/nfsstat.c > > It might be nice to rename the "new" datastructure names as well, so > that > ext_nfsstats would just be nfsstats. > Actually, I hope to soon add a new revision of "nfsstats", so that the "iostat like stats" can be supported (D1626) and also make all the fields uint64_t, so they don't wrap. Maybe I can all that one "nfsstats"? ;-) Btw, if you have a suggestion for the best way to acquire this new structure from the kernel, please let me know. (I was planning on code that would copy this new one to ext_nfsstats when it is acquired by an old binary.) rick > -- > John Baldwin > >