Disk counters
These counters measure the page-in and page-out operations and disk reads and writes. These counters are common to all components.
Dashboard path:
| Property | Description | Windows Counter Name |
|---|---|---|
| pg_in | The number of page-in operations | Memory\Pages Input/sec |
| pg_out | The number of page-out operations | Memory\Pages Output/sec |
| reads | The number of disk reads | \PhysicalDisk(_Total)\Disk Reads/sec |
| writes | The number of disk writes | \PhysicalDisk(_Total)\Disk Writes/sec |