aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/nfsstat/nfsstat.c
Commit message (Expand)AuthorAgeFilesLines
* nfsstat: Add libxo outputEmmanuel Vadot2018-01-301-595/+467
* Add RPC count reporting for the two new RPCs added by r320322.Rick Macklem2017-06-241-0/+7
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Add a -E flag to nfsstat.c so that it prints out the NFSv4.1Rick Macklem2016-11-261-2/+368
* Fix r304026 so that it builds for gcc.Rick Macklem2016-08-161-1/+2
* Update nfsstat.c to use the new kernel nfsstat structure andRick Macklem2016-08-131-268/+501
* Since removal of oldnfs support linking to kvm is not needed anymoreBaptiste Daroussin2015-12-241-1/+0
* Make nfsstat(1) build with WARNS=6.Edward Tomasz Napierala2015-04-241-9/+0
* Remove oldnfs support from nfsstat(1).Edward Tomasz Napierala2015-04-231-420/+119
* Remove some oldnfs remnants.Edward Tomasz Napierala2015-04-181-7/+0
* Use the DELTA() macro to tidy the server-side interval stats code a bit.John Baldwin2014-02-051-18/+9
* Partially revert r52493 and change client side interval statistics toJohn Baldwin2014-02-051-17/+18
* Modify nfsstat.c so that it prints out an error when a non-rootRick Macklem2013-06-091-0/+3
* Add a "-m" option to nfsstat, which dumps out theRick Macklem2012-12-021-2/+24
* Fix a bug which prevents "nfsstat -W" for server statistics from working.Hiroki Sato2012-07-221-2/+1
* Fix nfsstat(1) so that it prints out correct stats for theRick Macklem2011-08-231-23/+23
* Fix nfsstat(1) so that it prints out correct stats for theRick Macklem2011-08-231-18/+18
* Change the sysctl naming for the old and new NFS clientsRick Macklem2011-05-151-2/+2
* - Add a forgotten -o to usage().Ruslan Ermilov2011-05-051-1/+1
* Modify nfsstat(1) so that it reports statistics for theRick Macklem2011-05-041-106/+253
* Modify nfsstat(1) so that it prints out the buffer cacheRick Macklem2011-05-041-4/+6
* Fix nfsstat.c so that the "-z" option works for the newRick Macklem2011-05-041-5/+12
* Revert r221308, since it incorrectly zero'd both client andRick Macklem2011-05-041-6/+3
* Fix nfsstat so that the "-z" option works for theRick Macklem2011-05-011-3/+6
* Show client's access cache statistics.Ruslan Ermilov2011-04-131-3/+4
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+2
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-2/+0
* Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementationDoug Rabson2009-06-241-1/+0
* Use C99 initialization when necessary; apply static to internal rountines.Xin LI2009-06-231-5/+5
* Include <sys/module.h> for modfind().Ed Schouten2009-06-141-0/+1
* Change the "-4" option flag to "-e" since it does not refer to IPv4Rick Macklem2009-06-011-3/+3
* Add the "-4" option to nfsstat, so that it will reports statsRick Macklem2009-05-251-6/+363
* Add a -z flag to nfsstat which zeros the NFS statistics after displayingJohn Baldwin2007-10-181-22/+44
* Fix a few cases that relied on 'implicit int' (constraint violation in C99).Stefan Farfeleder2004-07-111-0/+1
* remove __PWarner Losh2002-03-221-6/+6
* Userland part of nfs client/server split and cleanup.Peter Wemm2001-09-181-87/+106
* Fix the error buffer passed to kvm_openfiles to have a correct lengthThomas Moestl2001-05-251-1/+2
* Take setgid kmem away from nfsstat, it has not needed it for some timeThomas Moestl2001-03-221-5/+0
* getopt and friends are declared in <unistd.h>Warner Losh2000-09-041-2/+0
* Options added in rev 1.14 were not documented in usage().David E. O'Brien1999-12-161-1/+1
* Add -c, -s, and -W options to nfsstat. Improve interval output and addMatthew Dillon1999-10-251-192/+266
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Backout out previous commit. The bug was in the kernel.Bruce Evans1998-10-251-2/+9
* Use sysctlbyname() to locate the vfs.nfs.nfsstats node.Mike Smith1998-10-241-9/+2
* Merged from Lite2. This was mostly already done, mostly indirectlyBruce Evans1998-01-201-5/+9
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* From Lite2: rename fs to vfs.Jeffrey Hsu1996-03-111-2/+2