Table of Disks
previous next
In many cases, disk data is most effectively viewed as a table.  In this example, the disk statistics have been formatted into a table as well as text.  Tables can be sorted by either percent busy or average service time, so that the most critical data is presented at the beginning of the table.

 

The -dtoo switch has been used to format disk statistics into the following table.

Disk Device Statistics
Disk Device Average Percent Busy Peak Percent Busy Queue Depth when occupied Average Service Time
dad0 1.7 4.0 0.4 13.7
sd2 0.0 0.0 0.0 0.0

The device dad0 was busy an average of 1.7 percent of the time and had an average queue depth of 0.4 (when occupied). The average service time reported for this device and its accompanying disk subsystem was 13.7 milliseconds. This is relatively fast considering that queuing time is included in this statistic. Service time is the delay between the time a request was sent to a device and the time that the device signaled completion of the request.