> ## Content Index
> Fetch the complete content index at: https://kudithipudi.org/llms.txt
> Use this file to discover other available public pages before exploring further.

# HOW TO : Use iostat to check network share performance
- URL: https://kudithipudi.org/how-to-use-iostat-to-check-network-share-performance/
- Published: 2012-05-31T18:16:35.000Z
- Updated: 2012-05-31T18:16:35.000Z
- Description: Use the following option to check out how network (NFS) shares are performing on your sever [code]iostat -n 2[/code] The -n option tells iostat to just...
- Author: admin
- Tags: HOWTO, Linux, Technology, Uncategorized, #wp, #wp-post, #Import 2026-08-23 02:32

Use the following option to check out how network (NFS) shares are performing on your sever

```
iostat -n 2
```

The -n option tells iostat to just show the network shares

2 tells iostat to refresh the stats every 2 seconds