X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fnfsstat%2Fnfsstat.c;h=4f0b8a88e9a3f098d11e99f965b0e97d220f461d;hp=55b5cd08d90c06dec6e7dfbfa260b1258ddffd39;hb=3ce25efd1c72fedeba514b8c14748364c42f21e4;hpb=8b7ad01b14df1e7529b9ba8a1ea17df0d6004ef9 diff --git a/utils/nfsstat/nfsstat.c b/utils/nfsstat/nfsstat.c index 55b5cd0..4f0b8a8 100644 --- a/utils/nfsstat/nfsstat.c +++ b/utils/nfsstat/nfsstat.c @@ -49,10 +49,10 @@ static unsigned int svcrcinfo[8]; /* 0 repcache hits * 2 uncached reqs * * including fh info: - * 3 cached fh's - * 4 valid fh's - * 5 fixup required - * 6 lookup (?) + * 3 FH lookups + * 4 'anon' FHs + * 5 noncached non-directories + * 6 noncached directories * 7 stale */ @@ -203,7 +203,7 @@ main(int argc, char **argv) if (opt_prt & PRNT_FH) { print_numbers( "Server file handle cache:\n" - "cached valid fixup lookup stale\n", + "lookup anon ncachendir ncachedir stale\n", svcrcinfo + 3, 5); } if (opt_prt & PRNT_CALLS) {