Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Apr 2015 17:43:17 -0400 (EDT)
From:      Rick Macklem <rmacklem@uoguelph.ca>
To:        John Baldwin <jhb@freebsd.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org,  svn-src-head@freebsd.org, Edward Tomasz Napierala <trasz@freebsd.org>
Subject:   Re: svn commit: r281888 - head/usr.bin/nfsstat
Message-ID:  <720283503.24818611.1429825397025.JavaMail.root@uoguelph.ca>
In-Reply-To: <10554184.33BWS7eSAa@ralph.baldwin.cx>

next in thread | previous in thread | raw e-mail | index | archive | help
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
> 
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?720283503.24818611.1429825397025.JavaMail.root>