Counter |
Description |
LogicalDisk% Free Space |
Reports the percentage of unallocated disk space to the total usable space on the logical volume. When calculating the _Total instance, the %Free Space counters recalculate the sum as a percentage for each disk.There is no % Free Space counter for the PhysicalDisk object. |
LogicalDisk|PhysicalDisk
Avg. Disk Bytes/Transfer |
Measures the size of input/output (I/O) operations. The disk is efficient if it transfers large amounts of data relatively quickly.Watch this counter when measuring maximum throughput.To analyze transfer data further, use Avg. Disk Bytes/Read and Avg. Disk Bytes/Write. |
LogicalDisk|PhysicalDisk
Avg. Disk sec/Transfer |
Indicates how fast data is being moved (in seconds). Measures the average time of each data transfer, regardless of the number of bytes read or written. Shows the total time of the read or write, from the moment it leaves the Diskperf.sys driver to the moment it is complete.A high value for this counter might mean that the system is retrying requests due to lengthy queuing or, less commonly, disk failures.To analyze transfer data further, use Avg. Disk sec/Read and Avg. Disk sec/Write. |
LogicalDisk|PhysicalDisk
Avg. Disk Queue Length |
Tracks the number of requests that are queued and waiting for a disk during the sample interval, as well as requests in service. As a result, this might overstate activity. If more than two requests are continuously waiting on a single-disk system, the disk might be a bottleneck. To analyze queue length data further, use Avg. Disk Read Queue Length and Avg. Disk Write Queue Length. |
LogicalDisk|PhysicalDisk
Current Disk Queue Length |
Indicates the number of disk requests that are currently waiting as well as requests currently being serviced. Subject to wide variations unless the workload has achieved a steady state and you have collected a sufficient number of samples to establish a pattern.An instantaneous value or snapshot of the current queue length, unlike Avg. Disk Queue Length, Avg. Disk Read Queue Length, and Avg. Disk Write Queue Length, that reports averages. |
LogicalDisk|PhysicalDisk
Disk Bytes/sec |
Indicates the rate at which bytes are transferred and is the primary measure of disk throughput.To analyze transfer data based on reads and writes, use Disk Read Bytes/sec and Disk Write Bytes/sec, respectively. |
LogicalDisk|PhysicalDisk
Disk Transfers/sec |
Indicates the number of read and writes completed per second, regardless of how much data they involve. Measures disk utilization.If value exceeds 50 (per physical disk in the case of a striped volume), then a bottleneck might be developing.To analyze transfer data based on reads and writes, use Disk Read/sec and Disk Writes/sec, respectively. |
LogicalDiskFree Megabytes |
Reports the amount of bytes on the disk that are not allocated. There is no Free Megabytes counter for the PhysicalDisk object. |
LogicalDisk|PhysicalDisk
Split IO/sec |
Reports the rate at which the operating system divides I/O requests to the disk into multiple requests. A split I/O request might occur if the program requests data in a size that is too large to fit into a single request or if the disk is fragmented. Factors that influence the size of an I/O request can include application design, the file system, or drivers. A high rate of split I/O might not, in itself, represent a problem. However, on single-disk systems, a high rate for this counter tends to indicate disk fragmentation. |
LogicalDisk|PhysicalDisk
% Disk Time |
Reports the percentage of time that the selected disk drive is busy servicing read or write requests. Because this counter's data can span more than one sample, and consequently overstate disk utilization, compare this value against % Idle Time for a more accurate picture.By default this counter cannot exceed 100 percent; however, you can reset the registry to allow System Monitor to display percentages exceeding 100 percent if appropriate. For information about this adjustment and other aspects of performance data collection and reporting, see "Performance Objects" in "Overview of Performance Monitoring" in this book. |
LogicalDisk|PhysicalDisk
% Disk Write Time |
Reports the percentage of time that the selected disk drive is busy servicing write requests. |
LogicalDisk|PhysicalDisk
% Disk Read Time |
Reports the percentage of time that the selected disk drive is busy servicing read requests. |
LogicalDisk|PhysicalDisk
% Idle Time |
Reports the percentage of time that the disk system was not processing requests and no work was queued. Notice that this counter, when added to % Disk Time, might not equal 100 percent, because % Disk Time can exaggerate disk utilization. |