|
This is essentially the output of the 'iostat' command and shows disk I/O information since the last restart of the system. As a result, the Blk_read adn Blk_wrtn fields (which are blocks read and blocks written) may become less useful the longer the server is up. However the transfers per second (tps) may be helpful in determining overall system bottlenecks. Likewise for the Blk_read/s and Blk_wrtn/s columns since these show the average number of blocks read or written per seconds. I/O Stats
Data is since last restatNote that running iostat via the command-line may give you different results since you can specify as part of the command arguments an interval with which to recalculate these values on. For instnace 'iostat 60' would provide statistics based on the previous minute (although the inital output of iostat is always since the last restart). iostat, when invoked in this way, will provide updates to the console at every interval until interrupted by a CTRL-C. For more information on iostat, you should visit the man-page ('man iostat' via the command-line). |