]> git.decadent.org.uk Git - nfs-utils.git/blob - utils/nfsstat/nfsstat.man
287f205c149599fab4a23906cce6bcbd0d04d596
[nfs-utils.git] / utils / nfsstat / nfsstat.man
1 .\"
2 .\" nfsstat(8)
3 .\" 
4 .\" Copyright (C) 1996 Olaf Kirch <okir@monad.swb.de>
5 .TH nfsstat 8 "05 Oct 2001"
6 .SH NAME
7 nfsstat \- print NFS statistics
8 .SH SYNOPSIS
9 .BI "/usr/sbin/nfsstat [-anrcsz] [-o " "facility" "] ...
10 .SH DESCRIPTION
11 The
12 .B nfsstat
13 displays statistics kept about NFS client and server activity.
14 .SH OPTIONS
15 .TP
16 .B -s
17 Print only server-side statistics. The default is to print both server and
18 client statistics.
19 .TP
20 .B -c
21 Print only client-side statistics.
22 .TP
23 .B -n
24 Print only NFS statistics. The default is to print both NFS and RPC
25 information.
26 .TP
27 .B -r
28 Print only RPC statistics.
29 .TP
30 .BI -o " facility
31 Display statistics for the specified facility, which must be one of:
32 .RS
33 .TP
34 .B nfs
35 NFS protocol information, split up by RPC call.
36 .TP
37 .B rpc
38 General RPC information.
39 .TP
40 .B net
41 Network layer statistics, such as the number of received packets, number
42 of TCP connections, etc.
43 .TP
44 .B fh
45 Usage information on the server's file handle cache, including the
46 total number of lookups, and the number of hits and misses.
47 .TP
48 .B rc
49 Usage information on the server's request reply cache, including the
50 total number of lookups, and the number of hits and misses.
51 .RE
52 .SH EXAMPLES
53 .\" --------------------- FILES ----------------------------------
54 .SH FILES
55 .TP
56 .B /proc/net/rpc/nfsd
57 .BR procfs -based
58 interface to kernel NFS server statistics.
59 .TP
60 .B /proc/net/rpc/nfs
61 .BR procfs -based
62 interface to kernel NFS client statistics.
63 .\" -------------------- SEE ALSO --------------------------------
64 .SH SEE ALSO
65 .BR rpc.nfsd (8).
66 .\" -------------------- AUTHOR ----------------------------------
67 .SH AUTHOR
68 Olaf Kirch, <okir@monad.swb.de>