You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/disks-metrics.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,20 +14,22 @@ ms.custom: ignite-2022
14
14
15
15
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:
16
16
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.
18
18
-**Disk bursting metrics** - These are the metrics provide observability into our [bursting](disk-bursting.md) feature on our premium disks.
19
19
-**Storage IO utilization metrics** - These metrics help diagnose bottlenecks in your storage performance with disks.
20
20
21
21
All metrics are emitted every minute, except for the bursting credit percentage metric, which is emitted every 5 minutes.
22
22
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:
25
25
26
+
-**OS Disk Latency (Preview)**: The average time to complete IOs during the monitoring for the OS disk. Values are in miliseconds.
26
27
-**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
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.
28
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.
29
30
-**OS Disk Write Bytes/Sec**: The number of bytes that are written in a second from the OS disk.
30
31
-**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.
31
33
-**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
34
-**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
35
-**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
37
39
-**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
40
-**Disk Write Bytes**: The number of bytes that are written in a minute from all disks attached to a VM.
39
41
-**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.
40
48
41
49
## Bursting metrics
42
50
The following metrics help with observability into our [bursting](disk-bursting.md) feature on our premium disks:
0 commit comments