Disk Request Service Table
Name - The name of the raw disk drive device file.
I/O - The number of requests to this disk per second.
Request - The average time to service disk requests.
Service - The average time taken to service requests including wait time in the queue.
Active - The amount of time the disk was busy as a percentage.
The Disk Request View profiles the disk queues and provides an insight into the efficiency of the disk subsystem. Ideally, request and service times should be as low as possible. If the service time is significantly longer than the request time, it indicates that the disk requests are waiting in the disk queue too long before being serviced by the disk driver. This may be due to excessive I/O load in which case a faster disk controller, disk drives or both may be needed. Long queue wait times can also be caused by too small a buffer cache or a fragmented disk. If the buffer cache is too small, normal application load will translate into high disk I/O request rates. See the System Buffering View to investigate this further.
A disk is said to be fragmented when logically sequential blocks are physically stored on the disk in non-contiguous regions. Blocks of large files are then scattered all over the disk, causing the disk arm to move randomly when reading or writing the required blocks.
Use the File System Balance View to determine which are the most heavily used filesystems. You will increase I/O performance by moving these filesystems together and to the front of the disk.