Tuesday, April 12, 2011

Linux Track NFS Directory / Disk I/O Stats

How do I track NFS client metrics (disk I/O) under Linux operating system?

  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

0 komentar:

Post a Comment