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-desktop/insights-glossary.md
+53Lines changed: 53 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,59 @@ When an error or alert appears in Azure Virtual Desktop Insights, it's categoriz
68
68
69
69
Each diagnostics issue or error includes a message that explains what went wrong. To learn more about troubleshooting errors, see [Identify and diagnose Azure Virtual Desktop issues](./troubleshoot-set-up-overview.md).
70
70
71
+
## Gateway region codes
72
+
73
+
Some metrics in Azure Virtual Desktop Insights list the gateway region a user connects through. The gateway region is represented by a three or four-letter code that corresponds to the Azure region where the gateway is located. The following table lists the gateway region codes and their corresponding Azure regions:
74
+
75
+
| Gateway region code | Azure region |
76
+
|--|--|
77
+
| AUC | Australia Central |
78
+
| AUC2 | Australia Central 2 |
79
+
| AUE | Australia East |
80
+
| AUSE | Australia Southeast |
81
+
| BRS | Brazil South |
82
+
| CAC | Canada Central |
83
+
| CAE | Canada East |
84
+
| CHNO | Switzerland North |
85
+
| CIN | Central India |
86
+
| CUS | Central US |
87
+
| EAS | East Asia |
88
+
| EEU | East Europe |
89
+
| EUS | East US |
90
+
| EUS2 | East US 2 |
91
+
| FRAS | France South |
92
+
| FRC | France Central |
93
+
| GEC | Germany Central |
94
+
| GEN | Germany North |
95
+
| GENE | Germany Northeast |
96
+
| GWC | Germany West Central |
97
+
| JPE | Japan East |
98
+
| JPW | Japan West |
99
+
| KRC | Korea Central |
100
+
| KRS | Korea South |
101
+
| KRS2 | Korea South 2 |
102
+
| NCUS | North Central US |
103
+
| NEU | North Europe |
104
+
| NOE | Norway East |
105
+
| NOW | Norway West |
106
+
| SAN | South Africa North |
107
+
| SAW | South Africa West |
108
+
| SCUS | South Central US |
109
+
| SEA2 | Southeast Asia 2 |
110
+
| SEAS | Southeast Asia |
111
+
| SIN | South India |
112
+
| SWW | Switzerland West |
113
+
| UAEC | UAE Central |
114
+
| UAEN | UAE North |
115
+
| UKN | UK North |
116
+
| UKS | UK South |
117
+
| UKS2 | UK South 2 |
118
+
| UKW | UK West |
119
+
| WCUS | West Central US |
120
+
| WEU | West Europe |
121
+
| WIN | West India |
122
+
| WUS | West US |
123
+
71
124
## Input delay
72
125
73
126
"Input delay" in Azure Virtual Desktop Insights means the input delay per process performance counter for each session. In the host performance page at [aka.ms/azmonwvdi](https://portal.azure.com/#blade/Microsoft_Azure_WVD/WvdManagerMenuBlade/workbooks), this performance counter is configured to send a report to the service once every 30 seconds. These 30-second intervals are called "samples," and the report the worst case in that window. The median and p95 values reflect the median and 95th percentile across all samples.
Copy file name to clipboardExpand all lines: articles/virtual-desktop/insights-use-cases.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,11 @@ To view round-trip time:
32
32
1. From the drop-down lists, select one or more **subscriptions**, **resource groups**, **host pools**, and specify a **time range**, then select the **Connection Performance** tab.
33
33
34
34
1. Review the section for **Round-trip time** and focus on the table for **RTT by gateway region** and the graph **RTT median and 95th percentile for all regions**. In the example below, most median latencies are under the ideal threshold of 100 ms, but several are higher. In many cases, the 95th percentile (p95) is substantially higher than the median, meaning that there are some users experiencing periods of higher latency.
35
-
35
+
36
36
:::image type="content" source="media/insights-use-cases/insights-connection-performance-latency-1.png" alt-text="A screenshot of a table and graph showing the round-trip time." lightbox="media/insights-use-cases/insights-connection-performance-latency-1.png":::
37
+
38
+
> [!TIP]
39
+
> You can find a list of the gateway region codes and their corresponding Azure region at [Gateway region codes](insights-glossary.md#gateway-region-codes).
37
40
38
41
1. For the table **RTT by gateway region**, select **Median**, until the arrow next to it points down, to sort by the median latency in descending order. This order highlights gateways your users are reaching with the highest latency that could be having the most impact. Select a gateway to view the graph of its RTT median and 95th percentile, and filter the list of 20 top users by RTT median to the specific region.
0 commit comments