Linux Track NFS Directory / Disk I/O Stats

by Vivek Gite on March 20, 2008 · 1 comment

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.

Featured Articles:

Share this with other sys admins!
Facebook it - Tweet it - Print it -

{ 1 comment… read it below or add one }

1 Richard March 21, 2008

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/

Reply

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <blockquote> <pre> <a href="" title="">




Previous post:

Next post: