Penguin
Annotated edit history of nfsstat(8) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 nfsstat
2 !!!nfsstat
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 EXAMPLES
8 FILES
9 SEE ALSO
10 AUTHOR
11 ----
12 !!NAME
13
14
15 nfsstat - print NFS statistics
16 !!SYNOPSIS
17
18
19 __/usr/sbin/nfsstat [[-anrcsz] [[-o__ ''facility''__]
20 ...__
21 !!DESCRIPTION
22
23
24 The __nfsstat__ displays statistics kept about NFS client
25 and server activity.
26 !!OPTIONS
27
28
29 __-s__
30
31
32 Print only server-side statistics. The default is to print
33 both server and client statistics.
34
35
36 __-c__
37
38
39 Print only client-side statistics.
40
41
42 __-n__
43
44
45 Print only NFS statistics. The default is to print both NFS
46 and RPC information.
47
48
49 __-r__
50
51
52 Print only RPC statistics.
53
54
55 __-o__ ''facility''
56
57
58 Display statistics for the specified facility, which must be
59 one of:
60
61
62 __nfs__
63
64
65 NFS protocol information, split up by RPC call.
66
67
68 __rpc__
69
70
71 General RPC information.
72
73
74 __net__
75
76
77 Network layer statistics, such as the number of received
78 packets, number of TCP connections, etc.
79
80
81 __fh__
82
83
84 Usage information on the server's file handle cache,
85 including the total number of lookups, and the number of
86 hits and misses.
87
88
89 __rc__
90
91
92 Usage information on the server's request reply cache,
93 including the total number of lookups, and the number of
94 hits and misses.
95 !!EXAMPLES
96 !!FILES
97
98
99 __/proc/net/rpc/nfsd__
100
101
102 __procfs__-based interface to kernel NFS server
103 statistics.
104
105
106 __/proc/net/rpc/nfs__
107
108
109 __procfs__-based interface to kernel NFS client
110 statistics.
111 !!SEE ALSO
112
113
2 perry 114 rpc.nfsd(8).
1 perry 115 !!AUTHOR
116
117
118 Olaf Kirch,
119 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.