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/expressroute/expressroute-monitoring-metrics-alerts.md
+19-9Lines changed: 19 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,8 +57,9 @@ Metrics explorer supports SUM, MAX, MIN, AVG and COUNT as [aggregation types](..
57
57
58
58
| Metric | Category | Unit | Aggregation Type | Description | Dimensions | Exportable via Diagnostic Settings? |
59
59
| --- | --- | --- | --- | --- | --- | --- |
60
+
|[Bits received per second](#gwbits)| Performance | BitsPerSecond | Average | Total bits received on ExpressRoute gateway per second | roleInstance | No |
60
61
|[CPU utilization](#cpu)| Performance | Count | Average | CPU Utilization of the ExpressRoute Gateway | roleInstance | Yes |
61
-
|[Packets per second](#packets)| Performance | CountPerSecond | Average |Packet count of ExpressRoute Gateway | roleInstance | No |
62
+
|[Packets per second](#packets)| Performance | CountPerSecond | Average |Total Packets received on ExpressRoute Gateway per second| roleInstance | No |
62
63
|[Count of routes advertised to peer](#advertisedroutes)| Availability | Count | Maximum | Count Of Routes Advertised To Peer by ExpressRouteGateway | roleInstance | Yes |
63
64
|[Count of routes learned from peer](#learnedroutes)| Availability | Count | Maximum | Count Of Routes Learned From Peer by ExpressRouteGateway | roleInstance | Yes |
64
65
|[Frequency of routes changed](#frequency)| Availability | Count | Total | Frequency of Routes change in ExpressRoute Gateway | roleInstance | No |
@@ -68,8 +69,8 @@ Metrics explorer supports SUM, MAX, MIN, AVG and COUNT as [aggregation types](..
68
69
69
70
| Metric | Category | Unit | Aggregation Type | Description | Dimensions | Exportable via Diagnostic Settings? |
70
71
| --- | --- | --- | --- | --- | --- | --- |
71
-
|[BitsInPerSecond](#connectionbandwidth)| Traffic | BitsPerSecond | Average | Bits ingressing Azure per second | ConnectionName | No |
72
-
|[BitsOutPerSecond](#connectionbandwidth)| Traffic | BitsPerSecond | Average | Bits egressing Azure per second | ConnectionName | No |
72
+
|[BitsInPerSecond](#connectionbandwidth)| Traffic | BitsPerSecond | Average | Bits ingressing Azure per second through ExpressRoute gateway | ConnectionName | No |
73
+
|[BitsOutPerSecond](#connectionbandwidth)| Traffic | BitsPerSecond | Average | Bits egressing Azure per second through ExpressRoute gateway | ConnectionName | No |
73
74
| DroppedInBitsPerSecond | Traffic | BitsPerSecond | Average | Ingress bits of data dropped per second | ConnectionName | Yes |
74
75
| DroppedOutBitsPerSecond | Traffic | BitPerSecond | Average | Egress bits of data dropped per second | ConnectionName | Yes |
75
76
@@ -180,6 +181,7 @@ Aggregation type: *Avg*
180
181
181
182
When you deploy an ExpressRoute gateway, Azure manages the compute and functions of your gateway. There are six gateway metrics available to you to better understand the performance of your gateway:
182
183
184
+
* Bits received per second
183
185
* CPU Utilization
184
186
* Packets per seconds
185
187
* Count of routes advertised to peers
@@ -189,39 +191,47 @@ When you deploy an ExpressRoute gateway, Azure manages the compute and functions
189
191
190
192
It's highly recommended you set alerts for each of these metrics so that you are aware of when your gateway could be seeing performance issues.
### <aname = "gwbits"></a>Bits received per second - Split by instance
195
+
196
+
Aggregation type: *Avg*
197
+
198
+
This metric captures inbound bandwidth utilization on the ExpressRoute virtual network gateway instances. Set an alert for how frequent the bandwidth utilization exceeds a certain threshold. If you need more bandwidth, increase the size of the ExpressRoute virtual network gateway.
199
+
200
+
:::image type="content" source="./media/expressroute-monitoring-metrics-alerts/inbound-gateway.png" alt-text="Screenshot of inbound bit per second - split metrics.":::
201
+
202
+
### <aname = "cpu"></a>CPU Utilization - Split by instance
193
203
194
204
Aggregation type: *Avg*
195
205
196
206
You can view the CPU utilization of each gateway instance. The CPU utilization may spike briefly during routine host maintenance but prolong high CPU utilization could indicate your gateway is reaching a performance bottleneck. Increasing the size of the ExpressRoute gateway may resolve this issue. Set an alert for how frequent the CPU utilization exceeds a certain threshold.
197
207
198
208
:::image type="content" source="./media/expressroute-monitoring-metrics-alerts/cpu-split.jpg" alt-text="Screenshot of CPU utilization - split metrics.":::
199
209
200
-
### <aname = "packets"></a>Packets Per Second - Split by Instance
210
+
### <aname = "packets"></a>Packets Per Second - Split by instance
201
211
202
212
Aggregation type: *Avg*
203
213
204
214
This metric captures the number of inbound packets traversing the ExpressRoute gateway. You should expect to see a consistent stream of data here if your gateway is receiving traffic from your on-premises network. Set an alert for when the number of packets per second drops below a threshold indicating that your gateway is no longer receiving traffic.
205
215
206
216
:::image type="content" source="./media/expressroute-monitoring-metrics-alerts/pps-split.jpg" alt-text="Screenshot of packets per second - split metrics.":::
207
217
208
-
### <aname = "advertisedroutes"></a>Count of Routes Advertised to Peer - Split by Instance
218
+
### <aname = "advertisedroutes"></a>Count of Routes Advertised to Peer - Split by instance
209
219
210
220
Aggregation type: *Count*
211
221
212
222
This metric is the count for the number of routes the ExpressRoute gateway is advertising to the circuit. The address spaces may include virtual networks that are connected using VNet peering and uses remote ExpressRoute gateway. You should expect the number of routes to remain consistent unless there are frequent changes to the virtual network address spaces. Set an alert for when the number of advertised routes drop below the threshold for the number of virtual network address spaces you're aware of.
213
223
214
224
:::image type="content" source="./media/expressroute-monitoring-metrics-alerts/count-of-routes-advertised-to-peer.png" alt-text="Screenshot of count of routes advertised to peer.":::
215
225
216
-
### <aname = "learnedroutes"></a>Count of Routes Learned from Peer - Split by Instance
226
+
### <aname = "learnedroutes"></a>Count of Routes Learned from Peer - Split by instance
217
227
218
228
Aggregation type: *Max*
219
229
220
230
This metric shows the number of routes the ExpressRoute gateway is learning from peers connected to the ExpressRoute circuit. These routes can be either from another virtual network connected to the same circuit or learned from on-premises. Set an alert for when the number of learned routes drop below a certain threshold. This could indicate either the gateway is seeing a performance problem or remote peers are no longer advertising routes to the ExpressRoute circuit.
221
231
222
232
:::image type="content" source="./media/expressroute-monitoring-metrics-alerts/count-of-routes-learned-from-peer.png" alt-text="Screenshot of count of routes learned from peer.":::
223
233
224
-
### <aname = "frequency"></a>Frequency of Routes change - Split by Instance
234
+
### <aname = "frequency"></a>Frequency of Routes change - Split by instance
225
235
226
236
Aggregation type: *Sum*
227
237
@@ -241,7 +251,7 @@ This metric shows the number of virtual machines that are using the ExpressRoute
241
251
242
252
Aggregation type: *Avg*
243
253
244
-
This metric shows the bandwidth usage for a specific connection to an ExpressRoute circuit.
254
+
This metric shows the bits per second for ingress and egress to Azure through the ExpressRoute gateway. You can split this metric further to see specific connections to the ExpressRoute circuit.
245
255
246
256
:::image type="content" source="./media/expressroute-monitoring-metrics-alerts/erconnections.jpg" alt-text="Screenshot of gateway connection bandwidth usage metric.":::
Copy file name to clipboardExpand all lines: articles/virtual-wan/monitor-virtual-wan.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ $MetricInformation.Data
62
62
63
63
**Metric Name** - Refers to the name of the metric you are querying, which in this case is called 'VirtualHubDataProcessed'. This metric shows all the data that the Virtual Hub Router has processed in the selected time period of the hub.
64
64
65
-
**Time Grain** - Refers to the frequency at which you want see the aggregation of. In the current command, you will see a selected aggregated unit per 5 mins. You can select – 5M/15M/30M/1H/6H/12H and 1D.
65
+
**Time Grain** - Refers to the frequency at which you want to see the aggregation. In the current command, you will see a selected aggregated unit per 5 mins. You can select – 5M/15M/30M/1H/6H/12H and 1D.
66
66
67
67
**Start Time and End Time** - This time is based on UTC, so please ensure that you are entering UTC values when inputting these parameters. If these parameters are not used, by default the past one hour's worth of data is shown.
68
68
@@ -129,10 +129,10 @@ The following metrics are available for Azure ExpressRoute gateways:
129
129
130
130
| Metric | Description|
131
131
| --- | --- |
132
-
|**BitsInPerSecond**| Bits ingressing Azure per second.|
133
-
|**BitsOutPerSecond**| Bits egressing Azure per second.|
132
+
|**BitsInPerSecond**|Bits per second ingressing Azure through the ExpressRoute Gateway. |
133
+
|**BitsOutPerSecond**| Bits per second egressing Azure through the ExpressRoute Gateway |
134
134
|**CPU Utilization**| CPU Utilization of the ExpressRoute Gateway.|
135
-
|**Packets per second**|Packet count of ExpressRoute Gateway.|
135
+
|**Packets per second**|Total Packets received on ExpressRoute Gateway per second.|
136
136
|**Count of routes advertised to peer**| Count of Routes Advertised to Peer by ExpressRoute Gateway. |
137
137
|**Count of routes learned from peer**| Count of Routes Learned from Peer by ExpressRoute Gateway.|
138
138
|**Frequency of routes changed**| Frequency of Route changes in ExpressRoute Gateway.|
0 commit comments