Skip to content

Commit 847707e

Browse files
Merge pull request #257461 from albecker1/latency-temp-metrics
latency and temp disk metrics additions
2 parents 885b303 + 19d53ae commit 847707e

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

articles/virtual-machines/disks-metrics.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,22 @@ ms.custom: ignite-2022
1414

1515
Azure offers metrics in the Azure portal that provide insight on how your virtual machines (VM) and disks perform. The metrics can also be retrieved through an API call. This article is broken into 3 subsections:
1616

17-
- **Disk IO, throughput and queue depth metrics** - These metrics allow you to see the storage performance from the perspective of a disk and a virtual machine.
17+
- **Disk IO, throughput, queue depth and latency metrics** - These metrics allow you to see the storage performance from the perspective of a disk and a virtual machine.
1818
- **Disk bursting metrics** - These are the metrics provide observability into our [bursting](disk-bursting.md) feature on our premium disks.
1919
- **Storage IO utilization metrics** - These metrics help diagnose bottlenecks in your storage performance with disks.
2020

2121
All metrics are emitted every minute, except for the bursting credit percentage metric, which is emitted every 5 minutes.
2222

23-
## Disk IO, throughput and queue depth metrics
24-
The following metrics are available to get insight on VM and Disk IO, throughput, and queue depth performance:
23+
## Disk IO, throughput, queue depth and latency metrics
24+
The following metrics are available to get insight on VM and disk IO, throughput, and queue depth performance:
2525

26+
- **OS Disk Latency (Preview)**: The average time to complete IOs during the monitoring for the OS disk. Values are in miliseconds.
2627
- **OS Disk Queue Depth**: The number of current outstanding IO requests that are waiting to be read from or written to the OS disk.
2728
- **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.
2829
- **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.
2930
- **OS Disk Write Bytes/Sec**: The number of bytes that are written in a second from the OS disk.
3031
- **OS Disk Write Operations/Sec**: The number of output operations that are written in a second from the OS disk.
32+
- **Data Disk Latency (Preview)**: The average time to complete IOs during the monitoring for the data disk. Values are in miliseconds.
3133
- **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).
3234
- **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.
3335
- **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.
@@ -37,6 +39,12 @@ The following metrics are available to get insight on VM and Disk IO, throughput
3739
- **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.
3840
- **Disk Write Bytes**: The number of bytes that are written in a minute from all disks attached to a VM.
3941
- **Disk Write Operations/Sec**: The number of output operations that are written in a second from all disks attached to a VM.
42+
- **Temp Disk Latency (Preview)**: The average time to complete IOs during the monitoring for the temporary disk. Values are in miliseconds.
43+
- **Temp Disk Queue Depth**: The number of current outstanding IO requests that are waiting to be read from or written to the temporary disk.
44+
- **Temp Disk Read Bytes/Sec**: The number of bytes that are read in a second from the temporary disk.
45+
- **Temp Disk Read Operations/Sec**: The number of input operations that are read in a second from the temporary disk.
46+
- **Temp Disk Write Bytes/Sec**: The number of bytes that are written in a second from the temporary disk.
47+
- **Temp Disk Write Operations/Sec**: The number of output operations that are written in a second from the temporary disk.
4048

4149
## Bursting metrics
4250
The following metrics help with observability into our [bursting](disk-bursting.md) feature on our premium disks:

0 commit comments

Comments
 (0)