Using iostat you can monitor disk load on a specific device.
iostat -dx {device name} 2 10
Examples:
iostat -dx /dev/sdc 2 10
The 2 is the interval and the 10 is the number of iterations. So you will see stats every 2 seconds for 10 iterations.
Using iostat you can monitor disk load on a specific device.
iostat -dx {device name} 2 10
Examples:
iostat -dx /dev/sdc 2 10
The 2 is the interval and the 10 is the number of iterations. So you will see stats every 2 seconds for 10 iterations.
0 comments:
Post a Comment