1nfsiostat(8) System Manager's Manual nfsiostat(8)
2
3
4
6 nfsiostat - Emulate iostat for NFS mount points using
7 /proc/self/mountstats
8
10 nfsiostat [[<interval>] [<count>]] [<options>][<mount_point>]
11
13 The nfsiostat command displays NFS client per-mount statisitics.
14
15 <interval>
16 specifies the amount of time in seconds between each report.
17 The first report contains statistics for the time since each
18 file system was mounted. Each subsequent report contains sta‐
19 tistics collected during the interval since the previous report.
20
21 <count>
22 If the <count> parameter is specified, the value of <count>
23 determines the number of reports generated at seconds apart. if
24 the interval parameter is specified without the <count> parame‐
25 ter, the command generates reports continuously.
26
27 <options>
28 Define below
29
30 <mount_point>
31 If one or more <mount point> names are specified, statistics for
32 only these mount points will be displayed. Otherwise, all NFS
33 mount points on the client are listed.
34
36 -a or --attr
37 displays statistics related to the attribute cache
38
39 -d or --dir
40 displays statistics related to directory operations
41
42 -h or --help
43 shows help message and exit
44
45 -l LIST or --list=LIST
46 only print stats for first LIST mount points
47
48 -p or --page
49 displays statistics related to the page cache
50
51 -s or --sort
52 Sort NFS mount points by ops/second
53
54 --version
55 show program's version number and exit
56
58 /proc/self/mountstats
59
61 iostat(8), mountstats(8), nfsstat(8)
62
64 Chuck Lever <chuck.lever@oracle.com>
65
66
67
68 15 Apr 2010 nfsiostat(8)