@@ -15,18 +15,29 @@ ms.author: alzam
15
15
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.
16
16
17
17
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. |
30
41
31
42
## The following steps help you locate and view metrics:
32
43
0 commit comments