Skip to content

Commit aa8a685

Browse files
committed
disk metric update for caching and odb
1 parent 7e3fd2b commit aa8a685

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

articles/virtual-machines/disks-metrics.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@ All metrics are emitted every minute, except for the bursting credit percentage
2525
The following metrics are available to get insight on VM and Disk IO, throughput, and queue depth performance:
2626

2727
- **OS Disk Queue Depth**: The number of current outstanding IO requests that are waiting to be read from or written to the OS disk.
28-
- **OS Disk Read Bytes/Sec**: The number of bytes that are read in a second from the OS disk.
29-
- **OS Disk Read Operations/Sec**: The number of input operations that are read in a second from the OS disk.
28+
- **OS Disk Read Bytes/Sec**: The number of bytes that are read in a second from the OS disk. If Read-only or Read/write [disk caching](premium-storage-performance.md#disk-caching) is enabled, this metric is inclusive of bytes read from the cache.
29+
- **OS Disk Read Operations/Sec**: The number of input operations that are read in a second from the OS disk. If Read-only or Read/write [disk caching](premium-storage-performance.md#disk-caching) is enabled, this metric is inclusive of IOPs read from the cache.
3030
- **OS Disk Write Bytes/Sec**: The number of bytes that are written in a second from the OS disk.
3131
- **OS Disk Write Operations/Sec**: The number of output operations that are written in a second from the OS disk.
3232
- **Data Disk Queue Depth**: The number of current outstanding IO requests that are waiting to be read from or written to the data disk(s).
33-
- **Data Disk Read Bytes/Sec**: The number of bytes that are read in a second from the data disk(s).
34-
- **Data Disk Read Operations/Sec**: The number of input operations that are read in a second from data disk(s).
33+
- **Data Disk Read Bytes/Sec**: The number of bytes that are read in a second from the data disk(s). If Read-only or Read/write [disk caching](premium-storage-performance.md#disk-caching) is enabled, this metric is inclusive of bytes read from the cache.
34+
- **Data Disk Read Operations/Sec**: The number of input operations that are read in a second from data disk(s). If Read-only or Read/write [disk caching](premium-storage-performance.md#disk-caching) is enabled, this metric is inclusive of IOPs read from the cache.
3535
- **Data Disk Write Bytes/Sec**: The number of bytes that are written in a second from the data disk(s).
3636
- **Data Disk Write Operations/Sec**: The number of output operations that are written in a second from data disk(s).
37-
- **Disk Read Bytes/Sec**: The number of total bytes that are read in a second from all disks attached to a VM.
38-
- **Disk Read Operations/Sec**: The number of input operations that are read in a second from all disks attached to a VM.
39-
- **Disk Write Bytes/Sec**: The number of bytes that are written in a second from all disks attached to a VM.
37+
- **Disk Read Bytes**: The number of total bytes that are read in a minute from all disks attached to a VM. If Read-only or Read/write [disk caching](premium-storage-performance.md#disk-caching) is enabled, this metric is inclusive of bytes read from the cache.
38+
- **Disk Read Operations/Sec**: The number of input operations that are read in a second from all disks attached to a VM. If Read-only or Read/write [disk caching](premium-storage-performance.md#disk-caching) is enabled, this metric is inclusive of IOPs read from the cache.
39+
- **Disk Write Bytes**: The number of bytes that are written in a minute from all disks attached to a VM.
4040
- **Disk Write Operations/Sec**: The number of output operations that are written in a second from all disks attached to a VM.
4141

4242
## Bursting metrics
@@ -54,6 +54,7 @@ The following metrics help with observability into our [bursting](disk-bursting.
5454
- **OS Disk Used Burst BPS Credits Percentage**: The accumulated percentage of the throughput burst used for the OS disk. Emitted on a 5 minute interval.
5555
- **Data Disk Used Burst IO Credits Percentage**: The accumulated percentage of the IOPS burst used for the data disk(s). Emitted on a 5 minute interval.
5656
- **OS Disk Used Burst IO Credits Percentage**: The accumulated percentage of the IOPS burst used for the OS disk. Emitted on a 5 minute interval.
57+
- **Disk On-demand Burst Operations**: The accumulated operations of burst transactions used for disks with on-demand bursting enabled. Emitted on an hour interval.
5758

5859
## VM Bursting metrics
5960
The following metrics provide insight on VM-level bursting:

0 commit comments

Comments
 (0)