aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/nfsstat/nfsstat.c
Commit message (Expand)AuthorAgeFilesLines
* nfsstat: make -q work without -e/-ELexi Winter2023-12-281-6/+12
* nfsstat: update option strings in docsLexi Winter2023-12-271-1/+1
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-9/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-09-251-2/+0
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-071-1/+1
* nfsstat: Add an entry to output NFSPROC_APPENDWRITE countRick Macklem2022-05-281-6/+9
* nfsstat: Add output for counts of new RPCs to the "-E" optionRick Macklem2021-11-141-9/+23
* nfsstat(1): Fix a typo in an error messageGordon Bergling2021-08-231-1/+1
* nfsstat: delete unused fieldsAlan Somers2020-10-241-22/+9
* Fix output of nfsstat -cE in json or xml modeAlan Somers2020-09-021-1/+1
* Get rid of old nfsstat options no longer used.Rick Macklem2019-12-311-12/+4
* Replace .h files included from old NFS directories with the new NFS ones.Rick Macklem2019-12-311-3/+1
* Update nfsstat to list the NFSv4.2 procedures and operations.Rick Macklem2019-12-221-0/+67
* Fix printing of Server Re-Failed and Server Faults.Rick Macklem2019-07-281-4/+4
* Fix printing of the line that starts with "LocalOpen...".Rick Macklem2019-04-131-1/+1
* 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