I'd like to do some general disk io monitoring on a debian linux server. What are the tools I should know about that monitor disk io so I can see if a disk's performance is maxed out or spikes at certain time throughout the day?
|
|
For disk I/O trending there are a few options. My personal favorite in the
The %iowait is the time spent waiting on I/O. Using the Debian package, you must enable the stat collector via the To see current utilization broken out by device, you can use the
Some other options that can show disk usage in trending graphs is munin and cacti. |
|||
|
|
Monitoring Disk Io can be done by multiple tools like the following.
Also some important operating system concepts are very much necessary to comprehend them..read the Linux IO complete tutorial |
|||
|
|
|
Have a look at iotop. Or iodump, if that's more down your way of thinking. Note: This requires at least kernel 2.6.20 to work. |
|||||||||
|
|
The best thing to do if you want to see performance on a long period is to use Centreon which is a powerful tools build on Nagios. Centreon make you able to monitor by drawing graphs of resource's performances and lot of other things. |
||||
|
|
|
I like
It is available for most Linux distributions, but sometimes needs to be installed from repositories. |
||||
|
|
|
Just from files on your computer (assuming a recent kernel) you can ask |
|||
|
|

