|
22 | 22 | \f3pcp-nfsiostat\f1 \- Emulate iostat for NFS mount points using /proc/self/mountstats |
23 | 23 |
|
24 | 24 | .SH SYNOPSIS |
25 | | -\fBpcp\fP [\fBpcp options\fP] \fBnfsiostat\fP [\fB-s\fP \fBsamples\fP] [\fB-a\fP \fBarchive\fP] [\fB-Z\fP \fB--timezone\fP] [\fB-z\fP \fB--hostzone\fP] [\fB-V\fP \fBVersion\fP] |
| 25 | +\fBpcp\fP [\fBpcp options\fP] \fBnfsiostat\fP [\fB-a\fP \fBarchive\fP] [\fB-S\fP \fBstart\fP] [\fB-T\fP \fBfinish\fP] [\fB-O\fP \fBorigin\fP] [\fB-s\fP \fBsamples\fP] [\fB-t\fP \fBinterval\fP] [\fB-Z\fP \fB--timezone\fP] [\fB-h\fP \fB--host\fP] [\fB-z\fP \fB--hostzone\fP] [\fB-V\fP \fBVersion\fP] |
26 | 26 |
|
27 | 27 | .SH DESCRIPTION |
28 | | -The\fB pcp-nfsiostat \fPcommand reports client-side\fB Network File System (NFS) \fPI/O statistics for each mounted NFS filesystem. For every NFS mountpoint, the output consists of a summary section followed by detailed read and write statistics blocks. These statistics include operation rates, data throughput, latency, retransmissions, queueing delays, and error counts. By default,\fB pcp-nfsiostat \fPmonitors NFS mountpoints on the local host and reports live metrics collected via the \fB PCP NFS PMDA\fP. When an archive is specified, historical metrics are reported instead. |
| 28 | +The\fB pcp-nfsiostat \fPcommand reports client-side\fB Network File System (NFS) \fPI/O statistics for each mounted NFS filesystem. For every NFS mountpoint, the output consists of a summary section followed by detailed read and write statistics blocks. These statistics include operation rates, data throughput, latency, retransmissions, queueing delays, and error counts. By default,\fB pcp-nfsiostat \fPmonitors NFS mountpoints on the local host and reports live metrics collected via the \fB PCP NFS PMDA\fP , or from an alternative host if specified. When an archive is specified, historical metrics are reported instead. |
29 | 29 |
|
30 | 30 | .SH OUTPUT FORMAT |
31 | 31 | Statistics are reported per mounted NFS filesystem using the following layout: |
@@ -82,19 +82,39 @@ Number of failed operations and failure percentage. |
82 | 82 |
|
83 | 83 | .SH OPTIONS |
84 | 84 | .TP |
85 | | -.BR \-a ", " \-\-archive " " I archive |
| 85 | +.BR \-a ", " \-\-archive " " \fI archive\fR |
86 | 86 | Fetch NFS I/O statistics from the specified PCP archive. |
87 | 87 |
|
88 | 88 | .TP |
89 | | -.BR \-s ", " \-\-samples " " I samples |
| 89 | +.BR \-s ", " \-\-samples " " \fI samples\fR |
90 | 90 | Number of samples to collect before exiting. |
91 | 91 |
|
| 92 | +.TP |
| 93 | +.BR \-t ", " \-\-interval " " \fI interval\fR |
| 94 | +Set the interval between two samples. The default is one second. |
| 95 | + |
| 96 | +.TP |
| 97 | +.BR \-S ", " \-\-start " " \fI start\fR |
| 98 | +Set the start of the time window when replaying an archive. |
| 99 | + |
| 100 | +.TP |
| 101 | +.BR \-T ", " \-\-finish " " \fI finish\fR |
| 102 | +Set the end of the time window when replaying an archive. |
| 103 | + |
| 104 | +.TP |
| 105 | +.BR \-O ", " \-\-origin " " \fI origin\fR |
| 106 | +Set the initial sample time within the time window when replaying an archive. |
| 107 | + |
| 108 | +.TP |
| 109 | +.BR \-h ", " \-\-host " " \fI host\fR |
| 110 | +Fetch NFS I/O statistics from the specified host. |
| 111 | + |
92 | 112 | .TP |
93 | 113 | .BR \-z ", " \-\-hostzone |
94 | 114 | Set the reporting timezone to the local timezone of the metrics source. |
95 | 115 |
|
96 | 116 | .TP |
97 | | -.BR \-Z ", " \-\-timezone " " I tz |
| 117 | +.BR \-Z ", " \-\-timezone " " \fI tz\fR |
98 | 118 | Set the reporting timezone. |
99 | 119 |
|
100 | 120 | .TP |
|
0 commit comments