From f69735a0afd651b5f9589379c2467c08b0703bbf Mon Sep 17 00:00:00 2001 From: dhiggen Date: Fri, 8 Dec 2000 19:00:23 +0000 Subject: [PATCH] Fix up file handle stats for new processing. --- utils/nfsstat/nfsstat.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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) { -- 2.39.2