Skip to content

Commit 685c86e

Browse files
authored
Merge pull request #178873 from jaidharosenblatt/patch-2
Add 11 new VPN metrics and updated old metrics columns
2 parents e8f139e + 0c9cd29 commit 685c86e

File tree

1 file changed

+25
-14
lines changed

1 file changed

+25
-14
lines changed

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

Lines changed: 25 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,31 @@ 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. |
30-
31-
## The following steps help you locate and view metrics:
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. |
41+
42+
## The following steps help you locate and view metrics
3243

3344
1. Navigate to the virtual network gateway resource in the Portal
3445
2. Select **Overview** to see the Total tunnel ingress and egress metrics.

0 commit comments

Comments
 (0)