]> git.decadent.org.uk Git - nfs-utils.git/commit
Eliminate the displaying zero stats when the explicit protocol
authorSteve Dickson <steved@redhat.com>
Wed, 8 Apr 2009 13:28:22 +0000 (09:28 -0400)
committerSteve Dickson <steved@redhat.com>
Wed, 8 Apr 2009 13:28:22 +0000 (09:28 -0400)
commitcb81340660112f9296205901b09c0668a480bc47
treeef9e3cd5be0c6de68e7f3dcb9235609df3d45929
parentca8eb17798fb9b4936a38cc58fe379e9e8d379f9
Eliminate the displaying zero stats when the explicit protocol
is specified (-2, -3, -4) the -Z and or --list options.

When a particular protocol is specified and either
the -Z or --list options are used, zeros or blank lines
are echoed to the screen when there is not any NFS traffic.
This cause any useful data to be scroll off the screen.

With this patch only non-zero stats will be shown, which
makes the output of these options more condensed and
in turn more useful.

Signed-off-by: Steve Dickson <steved@redhat.com>
utils/nfsstat/nfsstat.c