.\" .\" nfsstat(8) .\" .\" Copyright (C) 1996 Olaf Kirch .TH nfsstat 8 "05 Oct 2001" .SH NAME nfsstat \- print NFS statistics .SH SYNOPSIS .BI "/usr/sbin/nfsstat [-anrcsz] [-o " "facility" "] ... .SH DESCRIPTION The .B nfsstat displays statistics kept about NFS client and server activity. .SH OPTIONS .TP .B -s Print only server-side statistics. The default is to print both server and client statistics. .TP .B -c Print only client-side statistics. .TP .B -n Print only NFS statistics. The default is to print both NFS and RPC information. .TP .B -r Print only RPC statistics. .TP .BI -o " facility Display statistics for the specified facility, which must be one of: .RS .TP .B nfs NFS protocol information, split up by RPC call. .TP .B rpc General RPC information. .TP .B net Network layer statistics, such as the number of received packets, number of TCP connections, etc. .TP .B fh Usage information on the server's file handle cache, including the total number of lookups, and the number of hits and misses. .TP .B rc Usage information on the server's request reply cache, including the total number of lookups, and the number of hits and misses. .RE .SH EXAMPLES .\" --------------------- FILES ---------------------------------- .SH FILES .TP .B /proc/net/rpc/nfsd .BR procfs -based interface to kernel NFS server statistics. .TP .B /proc/net/rpc/nfs .BR procfs -based interface to kernel NFS client statistics. .\" -------------------- SEE ALSO -------------------------------- .SH SEE ALSO .BR rpc.nfsd (8). .\" -------------------- AUTHOR ---------------------------------- .SH AUTHOR Olaf Kirch,