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 > > _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
