Linux Track NFS Directory / Disk I/O Stats
Q. How do I track NFS client metrics (disk I/O) under Linux operating system?
A. The iostat command is used for monitoring system input/output device loading by observing the time the devices are active in relation to their average transfer rates. The iostat command generates reports that can be used to change system configuration to better balance the input/output load between physical disks. The -n option displays the NFS-directory statistic. Data displayed are valid only with kernels 2.6.17 and newer. This option is exclusive to the -x option:
# iostat -x -n
OR
# iostat -n
Related: How to find out CPU and Disk utilization under Linux using iostat command.
Subscribe to our free e-mail newsletter or RSS feed to get all updates.
You can Email this page to a friend.
Related Linux / UNIX FAQ:
- Linux blanking / formatting CDRW CD / DVD Media
- Linux: How to delete a partition with fdisk command
- How to uninstall GRUB
- Explain Virtual File System
- Redhat Enterprise Linux 5 / CentOS 5 monitor and track TCP connections on the network (eth0)
Discussion on This FAQ
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Please do not use the comment form to ask for help / question. Ask your question on the excellent Linux tech support forum. Thank you very much for stopping by our site!
Tags: disk utilization, input output device, iostat command, kernels, Linux, metrics, monitoring system, nfs directory, operating system, statistic data, system configuration, system input ~ Last updated on: March 20, 2008



March 21st, 2008 at 8:54 am
cat /proc/net/rpc/nfsd and nfsstat for a basic informations.
The project munin draw graphs for nfs client, nfsd, iostats, …
http://munin.projects.linpro.no/