From f7e6d6b678e2313c50552ea079b85258690d49c9 Mon Sep 17 00:00:00 2001 From: Achilles Gaikwad Date: Mon, 18 May 2020 10:02:39 -0400 Subject: nfs-utils: add new tool nfsdclnts to parse output from proc files This tool parses the output from the following files /proc/fs/nfsd/clients/*/{states,info} Signed-off-by: Achilles Gaikwad Signed-off-by: Kenneth D'souza Signed-off-by: Steve Dickson --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 0b1c8cc..9631278 100644 --- a/configure.ac +++ b/configure.ac @@ -694,6 +694,7 @@ AC_CONFIG_FILES([ tools/rpcgen/Makefile tools/mountstats/Makefile tools/nfs-iostat/Makefile + tools/nfsdclnts/Makefile tools/nfsconf/Makefile tools/nfsdclddb/Makefile utils/Makefile -- cgit v1.2.1