aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-01-04tools/rpcgen: fix build on macos arm64 (stat64 issue)Sergey V. Lobanov1-0/+6
2021-09-23mountstats: division by zero error on new mount when 0==rpcsendsStig1-1/+4
2021-05-06nfs-utils: Enable the retrieval of raw config settings without expansionAlice Mitchell2-7/+25
2021-03-15nfsdclnts: Ignore SIGPIPE signalKenneth D'souza1-0/+1
2020-10-31mountstats: handle KeyError in display_raw_statsRohan Sable1-1/+4
2020-09-08nfsiostat/mountstats: Drop autofs entries before calling compare_iostats()Kenneth D'souza2-5/+9
2020-08-31Convert remaining python scripts to python3Signed-off-by: NeilBrown2-2/+2
2020-08-31nfs-iostat: divide by zero with fresh mountKenneth D'souza1-0/+2
2020-07-17nfsiostat/mountstats: handle KeyError in compare_iostats()Kenneth D'souza2-3/+9
2020-06-18mountstats: Adding 'Day, Hour:Min:Sec' to "mountstats --nfs" for ease of unde...Rohan Sable1-0/+2
2020-06-10nfsdclnts: Change shebang to /usr/bin/python3Kenneth D'souza1-1/+1
2020-06-04mountstats: add missing operationsScott Mayhew1-1/+6
2020-05-26nfsdclnts: Add --verbose and --file option.Kenneth D'souza2-6/+52
2020-05-26nfsdclnts: Handle exceptions gracefully for "info" and "states" file.Kenneth D'souza1-32/+43
2020-05-18nfsdclnts: add man page for tool nfsdclntsAchilles Gaikwad2-0/+160
2020-05-18nfs-utils: add new tool nfsdclnts to parse output from proc filesAchilles Gaikwad3-1/+231
2020-05-15nfsdclddb: Redname clddb-tool to nfsdclddbSteve Dickson4-14/+14
2020-04-13nfs-utils: tools: use nls.hRosen Penev2-2/+2
2020-02-09mountstats.man: Fix a typo in man page.Kenneth D'souza1-1/+1
2020-01-22locktest: Makefile.am: remove host compiler costraintGiulio Benetti1-3/+0
2020-01-16rpcgen: rpc_cout: silence format-nonliteralGiulio Benetti1-0/+2
2020-01-16rpcgen: bump to latest versionGiulio Benetti16-4411/+5709
2020-01-07rpcgen: rpc_hout: fix indentation on f_print() argument separatorGiulio Benetti1-1/+1
2020-01-07rpcgen: rpc_hout: fix potential -Wformat-security warningGiulio Benetti2-2/+4
2020-01-07rpcgen: rpc_parse: add get_definition() void argumentGiulio Benetti1-1/+1
2020-01-07pcgen: rpc_util: add findval args to prototypeGiulio Benetti1-1/+1
2020-01-07rpcgen: rpc_util: add storeval args to prototypeGiulio Benetti1-1/+1
2020-01-07rpcgen: rpc_cout: silence unused def parameterGiulio Benetti1-2/+2
2019-11-22fix compilation with -Werror=format on i586Guillaume Rousse1-1/+1
2019-10-14Add a tool for manipulating the nfsdcld sqlite database schema.Scott Mayhew4-0/+366
2019-08-01mountstats: Fix nfsstat command to handle RPC iostats version >= 1.1Dave Wysochanski1-1/+3
2019-08-01mountstats: Add per-op error counts to iostat command when RPC iostats versio...Dave Wysochanski1-2/+14
2019-08-01nfsiostat: Add error counts to output when RPC iostats version >= 1.1Dave Wysochanski2-2/+23
2019-06-03mountstats: add per-op error counts for mountstats commandDave Wysochanski1-1/+3
2019-05-08nfs-utils: Enable adding of comments and date modified to nfs.conf filesSteve Dickson2-2/+17
2019-03-28nfsiostat: replace 'list' reserved wordMatthew Ruffell1-4/+4
2018-06-25nfs-utils: Spelling fixesJustin Mitchell2-5/+5
2018-06-25nfs-utils: Add config setting to nfsconf cli toolJustin Mitchell2-11/+90
2018-05-22nfsconf: Add man page for nfsconf cliJustin Mitchell2-0/+84
2018-05-22nfs-utils: Add nfsconf cliJustin Mitchell3-0/+190
2018-03-10Removed -Werror=format-truncation and format warningsSteve Dickson1-1/+1
2017-12-20mountstats: Use correct RDMA terminologyChuck Lever1-6/+6
2017-12-07mountstats: Add option to pretty-print xprt statisticsChuck Lever2-13/+117
2017-10-30nfsiostat: display NFS RPC queue time for mountstats and nfs-iostatRyan Doyle3-5/+22
2017-10-05nfsiostat: avoid parsing "no device mounted ..." lineManjunath Patil1-0/+2
2017-07-27mountstats: Remove a shebangSteve Dickson1-1/+1
2017-07-26rpcdebug.c: remove a warningSteve Dickson1-1/+2
2016-09-22mountstats: add pNFS READs and WRITEsScott Mayhew1-0/+2
2015-12-11mountstats: add missing v4.2 operationsScott Mayhew1-1/+8
2015-12-11mountstats: handle KeyError in accumulate_iostats()Scott Mayhew1-1/+4
2015-09-16mountstats.man: Remove a few bogus .R macrosScott Mayhew1-4/+4
2015-08-10mountstats.man: fixed typo in man pageSteve Dickson1-1/+1
2015-06-03mountstats: Fix the retrans counter output by the nfsstat commandScott Mayhew1-1/+1
2015-03-04mountstats: Normalize the mountpoints passed on the command line.Scott Mayhew1-3/+3
2015-03-04mountstats: Fix exit code handlingScott Mayhew1-4/+7
2015-02-19Fixed a few typos in the mountstats(8) manpageSteve Dickson1-4/+4
2014-12-13mountstats: Updated the mountstats(8) man page.Scott Mayhew1-14/+128
2014-12-13mountstats: Implement the nfsstat sub-commandScott Mayhew1-3/+153
2014-12-13mountstats: Add support for -R/--raw to mountstats_commandScott Mayhew1-4/+43
2014-12-13mountstats: Allow mountstats_command to take a variable number of mountpointsScott Mayhew1-14/+34
2014-12-13mountstats: Fix IndexError in __parse_nfs_lineScott Mayhew1-2/+2
2014-12-13mountstats: Add support for -S/--sinceScott Mayhew1-13/+38
2014-12-13mountstats: Add support for -f/--fileScott Mayhew1-10/+21
2014-12-13mountstats: Make print_iostat_summary handle newly appearing mountsScott Mayhew1-1/+1
2014-12-13mountstats: Make the iostat sub-command output match that of nfs-iostat.pyScott Mayhew1-43/+61
2014-12-13mountstats: Convert existing option parsing to use the argparse moduleScott Mayhew1-144/+110
2014-12-13mountstats: Refactor compare_iostatsScott Mayhew1-6/+19
2014-12-13mountstats: Refactor __parse_nfs_line and __parse_rpc_lineScott Mayhew1-69/+23
2014-12-13mountstats: Add lists of various countersScott Mayhew1-0/+168
2014-12-13mountstats: Fix up NFS event countersScott Mayhew1-15/+18
2014-12-08rpcgen: change internal rpcgen to support separate builddirDavid Hardeman1-3/+4
2014-12-06mountstats: Sort RPC statistics by operation countChuck Lever1-11/+14
2014-11-17mountstats: Fix spurious I/O errorsChuck Lever1-0/+4
2014-11-04mountstats: Don't display retrans stats unless there are re-xmitSigned-off-by: Chuck Lever1-2/+5
2014-09-15Include libgen.h for basenameNatanael Copa1-0/+1
2014-07-25Fix Python 3 compatibility of mountstats and nfs-iostatSlavek Kabrda2-2/+3
2014-06-17nfsiostat: Document the output columns in the manpageJan Chaloupka1-0/+55
2014-04-30nfs-iostat: Fix attribute cache statisticsChuck Lever1-20/+8
2014-04-30nfs-iostat: Fix columnarization of RPC statisticsChuck Lever1-12/+19
2014-03-11tools: use install -m instead of --modeAaro Koskinen2-2/+2
2013-10-21mountstats: fix python2.x supportWeston Andros Adamson1-0/+2
2013-09-18nfs-iostat: Make Python 3 compatibleBohuslav Kabrda1-11/+11
2013-09-18mountstats: Make mountstats Python 3 compatibleBohuslav Kabrda1-155/+155
2013-09-18nfsiostat: periodically flush stdoutHarshula Jayasuriya1-0/+2
2013-07-01nfsiostat: restore output formatWeston Andros Adamson1-7/+7
2013-03-25rpcdebug: do not use build toolchainMike Frysinger1-6/+0
2013-03-25nfsiostat: make it work w/python3Mike Frysinger1-64/+66
2012-06-19rpcdebug: Add new "state" flag for the nfs moduleChuck Lever1-0/+1
2012-01-16autoconf: only link binaries that need it to libtirpcJeff Layton1-0/+1
2011-10-20rpcdebug: Add missing debug flagsSteve Dickson1-0/+3
2011-09-21mountstats: Breaks on 3.1 kernelsSteve Dickson1-0/+9
2011-09-21nfsiostat: Breaks on 3.1 kernelsSteve Dickson1-2/+9
2011-08-29pdate addres for Free Software FoundationNeilBrown2-2/+4
2011-08-29nfsiostat.man: Fix missing I in ".I <interval>"Luk Claes1-1/+1
2010-09-28Revert "nfs-iostat.py: don't wait for an extra interval when given a count"Steve Dickson1-2/+1
2010-09-27nfs-iostat.py: don't wait for an extra interval when given a countDavid Lecorfe1-1/+2
2010-06-22nfs-iostat.py: divide by zero with fresh mountKevin Constantine1-0/+6
2010-06-02nfsiostat.man: Add linebreak before --version optionKevin Constantine1-0/+1
2010-04-16Add in autoconf support for mountstats and nfsiostatsSteve Dickson3-1/+27
2010-04-16Introduce man page for the nfsiostats commandSteve Dickson1-0/+70
2010-04-16Introduce man page for the mountstats commandSteve Dickson1-0/+32
2009-09-15nfs-utils: nfs-iostat.py autofs cleanup and option to sort by ops/sLans Carstensen1-13/+52
2009-09-15nfs-utils: nfs-iostat.py autofs cleanup and option to sort by ops/sLans Carstensen1-55/+57
2009-09-15nfs-utils: nfs-iostat.py autofs cleanup and option to sort by ops/sLans Carstensen1-16/+44
2009-09-15nfs-utils: nfs-iostat.py autofs cleanup and option to sort by ops/sLans Carstensen1-1/+1
2009-06-02Replace the Sun RPC license with the BSD license,Tom spot Callaway13-325/+299
2009-05-18When compiling nfs-utils-1.1.6, I get this error:Robert Schwebel1-1/+1
2009-03-23In recent Fedora builds, the '-D _FORTIFY_SOURCE=2' compileSteve Dickson1-1/+1
2008-10-08rpcgen: include sys/ioctl.h on linux systemsMike Frysinger1-0/+3
2008-07-15Updated both the mountstats and nfs-iostat scripts to used theChuck Lever2-5/+5
2008-06-23Add RDMA as a supported transport for reportingTom Talpey1-0/+20
2008-06-23The "nfs-iostat" utility is a Python program that extracts and displays NFSChuck Lever1-0/+544
2008-06-23Add RDMA as a supported transport for reporting theTom Talpey1-0/+20
2008-06-23The "mountstats" utility is a Python program that extracts and displays NFSChuck Lever1-0/+584
2007-07-20rpcdebug: Update 'rpcdebug' tool with recently added debugging flagsChuck Lever1-1/+3
2007-03-20Add --with-rpcgen= for configure so that the system rpcgen can be used.Neil Brown1-1/+7
2007-03-16Remove tools/getiversionNeil Brown3-61/+1
2007-02-05Remove getkversionNeil Brown3-32/+1
2006-07-20Fix off-by-one error in rpcgenRichard Guenther1-1/+1
2006-07-05Update rpcdebug to know about new 2.6 debug flags. AddedGreg Banks3-2/+96
2006-07-05Remove some files that old, unused, unneeded.Neil Brown2-338/+0
2006-07-04Eliminate warnings from code generated by rpcgenGreg Banks1-22/+20
2006-07-03Merge branch 'master' of git://linux-nfs.org/nfs-utilsGreg Banks2-10/+2
2006-06-27Comment out the decades-old SCCS id strings from the original SunGreg Banks10-10/+10
2006-06-23Fix various issues discovered by CoverityNeil Brown2-10/+2
2006-04-17 Remove **/Makefile.in, aclocal.m4, configure, andNeil Brown7-3451/+0
2006-04-102006-04-10 "Kevin Coffman" <kwc@citi.umich.edu>neilbrown7-0/+14
2006-04-102006-04-10 "Kevin Coffman" <kwc@citi.umich.edu>neilbrown7-0/+14
2006-03-28aclocal/autoconf/automake, properly this time.neilbrown7-0/+28
2005-12-20Remove all the Makefilesneilbrown7-145/+0
2005-12-20More automake stuffneilbrown7-0/+3395
2005-12-20Autogen updateneilbrown12-5/+103
2005-04-12Added TOP, as needed, for easier compile in subdirectoriesgmorris7-0/+7
2004-11-22Remove redhat and nodist stuffneilbrown2-67/+85
2003-09-14Makefile changes.neilbrown1-0/+2
2003-09-09Oops, I missed another unused var.chip1-2/+0
2003-09-09 * utils/showmount/showmount.c (main): Fix inet_ntoa() parameter.chip2-4/+1
2003-03-30use execvp for finding cpp in rpcgenneilbrown1-24/+11
2001-04-182001-04-18 H.J. Lu <hjl@lucon.org>hjl1-0/+2
2001-04-022001-04-01 Chip Salzenberg <chip@valinux.com>chip1-1/+0
2000-06-30Security fix to syslog() calls.juphoff1-2/+2
2000-03-21Change to using variable length file handles, for better v3 support, andneilbrown2-2/+3
1999-12-02Mon Nov 29 11:17:35 1999 H.J. Lu <hjl@lucon.org>hjl1-0/+13
1999-10-281. Fix some typos in README.hjl7-13/+13
1999-10-18Initial revisionhjl32-0/+7696