- About mountstat : Displays NFS client per-mount statistics
- It comes from : “nfs-utils-1.2.2” package.
- Configuration Files:
- Path: /usr/sbin/mountstats
Examples:
1. To get the NFS mount stats
$ mountstat |
2. To get only NFS mount stats
$ mountstat –nfs |
3. To display the RPC stats
$ mountstat –rpc |
4. To display the version info
$ mountstat –version |