Skip to content

Commit 2665082

Browse files
Merge pull request #247572 from albecker1/metric-update-cache-ODBurst
disk metric update for caching and odb
2 parents e2ef2ba + aa8a685 commit 2665082

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
@@ -24,18 +24,18 @@ All metrics are emitted every minute, except for the bursting credit percentage
2424
The following metrics are available to get insight on VM and Disk IO, throughput, and queue depth performance:
2525

2626
- **OS Disk Queue Depth**: The number of current outstanding IO requests that are waiting to be read from or written to the OS disk.
27-
- **OS Disk Read Bytes/Sec**: The number of bytes that are read in a second from the OS disk.
28-
- **OS Disk Read Operations/Sec**: The number of input operations that are read in a second from the OS disk.
27+
- **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.
28+
- **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.
2929
- **OS Disk Write Bytes/Sec**: The number of bytes that are written in a second from the OS disk.
3030
- **OS Disk Write Operations/Sec**: The number of output operations that are written in a second from the OS disk.
3131
- **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).
32-
- **Data Disk Read Bytes/Sec**: The number of bytes that are read in a second from the data disk(s).
33-
- **Data Disk Read Operations/Sec**: The number of input operations that are read in a second from data disk(s).
32+
- **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.
33+
- **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.
3434
- **Data Disk Write Bytes/Sec**: The number of bytes that are written in a second from the data disk(s).
3535
- **Data Disk Write Operations/Sec**: The number of output operations that are written in a second from data disk(s).
36-
- **Disk Read Bytes/Sec**: The number of total bytes that are read in a second from all disks attached to a VM.
37-
- **Disk Read Operations/Sec**: The number of input operations that are read in a second from all disks attached to a VM.
38-
- **Disk Write Bytes/Sec**: The number of bytes that are written in a second from all disks attached to a VM.
36+
- **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.
37+
- **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.
38+
- **Disk Write Bytes**: The number of bytes that are written in a minute from all disks attached to a VM.
3939
- **Disk Write Operations/Sec**: The number of output operations that are written in a second from all disks attached to a VM.
4040

4141
## Bursting metrics
@@ -53,6 +53,7 @@ The following metrics help with observability into our [bursting](disk-bursting.
5353
- **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.
5454
- **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.
5555
- **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.
56+
- **Disk On-demand Burst Operations**: The accumulated operations of burst transactions used for disks with on-demand bursting enabled. Emitted on an hour interval.
5657

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

0 commit comments

Comments
 (0)