Skip to content

Commit fa28117

Browse files
Add 11 new VPN metrics and updated old metrics columns
* Documented 11 new VPN metrics * Edited titles of all metrics to use *displayName* instead of *name* to match what customers see on portal * Edited descriptions to be more concise and consistent with V WAN docs
1 parent 1093ff6 commit fa28117

File tree

1 file changed

+23
-12
lines changed

1 file changed

+23
-12
lines changed

articles/vpn-gateway/monitor-vpn-gateway.md

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,29 @@ ms.author: alzam
1515
You can monitor Azure VPN gateways using Azure Monitor. This article discusses metrics that are available through the portal. Metrics are lightweight and can support near real-time scenarios, making them useful for alerting and fast issue detection.
1616

1717

18-
|**Metric** | **Unit** | **Granularity** | **Description** |
19-
|--- | --- | --- | --- | --- |
20-
|**AverageBandwidth**| Bytes/s | 5 minutes| Average combined bandwidth utilization of all site-to-site connections on the gateway. |
21-
|**P2SBandwidth**| Bytes/s | 1 minute | Average combined bandwidth utilization of all point-to-site connections on the gateway. |
22-
|**P2SConnectionCount**| Count | 1 minute | Count of point-to-site connections on the gateway. |
23-
|**TunnelAverageBandwidth** | Bytes/s | 5 minutes | Average bandwidth utilization of tunnels created on the gateway. |
24-
|**TunnelEgressBytes** | Bytes | 5 minutes | Outgoing traffic on tunnels created on the gateway. |
25-
|**TunnelEgressPackets** | Count | 5 minutes | Count of outgoing packets on tunnels created on the gateway. |
26-
|**TunnelEgressPacketDropTSMismatch** | Count | 5 minutes | Count of outgoing packets dropped on tunnels caused by traffic-selector mismatch. |
27-
|**TunnelIngressBytes** | Bytes | 5 minutes | Incoming traffic on tunnels created on the gateway. |
28-
|**TunnelIngressPackets** | Count | 5 minutes | Count of incoming packets on tunnels created on the gateway. |
29-
|**TunnelIngressPacketDropTSMismatch** | Count | 5 minutes | Count of incoming packets dropped on tunnels caused by traffic-selector mismatch. |
18+
| **Metric** | **Unit** | **Granularity** | **Description** |
19+
| -------------------------------------------| ------------ | ------------------- | --------------------------------------------------------------------------------------- |
20+
| **BGP Peer Status** | Count | 5 minutes | Average BGP connectivity status per peer and per instance. |
21+
| **BGP Routes Advertised** | Count | 5 minutes | Number of routes advertised per peer and per instance. |
22+
| **BGP Routes Learned** | Count | 5 minutes | Number of routes learned per peer and per instance. |
23+
| **Gateway P2S Bandwidth** | Bytes/s | 1 minute | Average combined bandwidth utilization of all point-to-site connections on the gateway. |
24+
| **Gateway S2S Bandwidth** | Bytes/s | 5 minutes | Average combined bandwidth utilization of all site-to-site connections on the gateway. |
25+
| **P2S Connection Count** | Count | 1 minute | Count of point-to-site connections on the gateway. |
26+
| **Tunnel Bandwidth** | Bytes/s | 5 minutes | Average bandwidth utilization of tunnels created on the gateway. |
27+
| **Tunnel Egress Bytes** | Bytes | 5 minutes | Number of outgoing bytes from a tunnel. |
28+
| **Tunnel Egress Packet Drop Count** | Count | 5 minutes | Number of outgoing packets dropped by a tunnel. |
29+
| **Tunnel Egress Packets** | Count | 5 minutes | Number of outgoing packets from a tunnel. |
30+
| **Tunnel Egress TS Mismatch Packet Drop** | Count | 5 minutes | Number of outgoing packets dropped by tunnels caused by traffic-selector mismatch. |
31+
| **Tunnel Ingress Bytes** | Bytes | 5 minutes | Number of incoming bytes to a tunnel. |
32+
| **Tunnel Ingress Packet Drop Count** | Count | 5 minutes | Number of incoming packets dropped by a tunnel. |
33+
| **Tunnel Ingress Packets** | Count | 5 minutes | Number of incoming packets to a tunnel. |
34+
| **Tunnel Ingress TS Mismatch Packet Drop** | Count | 5 minutes | Number of incoming packets dropped by tunnels caused by traffic-selector mismatch. |
35+
| **Tunnel MMSA Count** | Count | 5 minutes | Number of main mode security associations present. |
36+
| **Tunnel Peak PPS** | Count | 5 minutes | Max number of packets per second per tunnel. |
37+
| **Tunnel QMSA Count** | Count | 5 minutes | Number of quick mode security associations present. |
38+
| **Tunnel Total Flow Count** | Count | 5 minutes | Number of distinct flows created per tunnel. |
39+
| **User Vpn Route Count** | Count | 5 minutes | Number of user VPN routes configured on the VPN Gateway. |
40+
| **VNet Address Prefix Count** | Count | 5 minutes | Number of VNet address prefixes that are used/advertised by the gateway. |
3041

3142
## The following steps help you locate and view metrics:
3243

0 commit comments

Comments
 (0)