|
Answer» Using command ‘nfsiostat‘ we can list iostat of nfs mount points. USE the below command :
# nfsiostat <interval> <count> <mount_point>
- <interval> : specifies the amount of time in seconds between each REPORT. The first report contains statistics for the time since each FILE system was mounted. Each subsequent report contains statistics collected during the interval since the previous report.
- <count> : If the <count> parameter is specified, the value of <count> determines the number of reports generated at seconds apart. if the interval parameter is specified WITHOUT the <count> parameter, the command generates reports CONTINUOUSLY.
- <mount_point> : If one or more <mount point> names are specified, statistics for only these mount points will be displayed. Otherwise, all NFS mount points on the client are listed.
Using command ‘nfsiostat‘ we can list iostat of nfs mount points. Use the below command : # nfsiostat <interval> <count> <mount_point>
|