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/traffic-manager/traffic-manager-traffic-view-overview.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.service: traffic-manager
8
8
ms.topic: article
9
9
ms.tgt_pltfrm:
10
10
ms.workload: infrastructure
11
-
ms.date: 04/18/2022
11
+
ms.date: 03/22/2023
12
12
ms.author: greglin
13
13
ms.custom:
14
14
---
@@ -27,7 +27,7 @@ For example, you can use Traffic View to understand which regions have a large a
27
27
28
28
## How Traffic View works
29
29
30
-
Traffic View works by look at the incoming queries received over the last seven days for a profile. From the incoming queries information, Traffic View extracts the source IP of the DNS resolver used to represent the location of the users. This information gets grouped together at a DNS resolver level to create user-base regions. Traffic Manager maintains the geographic information of IP addresses. Traffic Manager then looks at the Azure regions to which the query gets routed and constructs a traffic flow map for users from those regions.
30
+
Traffic View works by look at the incoming queries received over the last seven days for a profile. From the incoming queries information, Traffic View extracts the subnet address for the DNS resolver used to represent the location of the users. This information gets grouped together at a DNS resolver level to create user-base regions. Traffic Manager maintains the geographic information of IP addresses. Traffic Manager then looks at the Azure regions to which the query gets routed and constructs a traffic flow map for users from those regions.
31
31
32
32
In the next step, Traffic Manager correlates the user base region to Azure region mapping with the network intelligence latency tables. This table is maintained for different end-user networks to understand the average latency experienced by users from those regions when connecting to Azure regions. All these calculations are then combined at a per local DNS resolver IP level before it's presented to you. You can consume the information in various ways.
33
33
@@ -47,7 +47,7 @@ When you navigate to the **Traffic View** section in your Traffic Manager page,
47
47
For those local DNS resolvers for which location information is available, they're shown in the map. The color of the DNS resolver denotes the average latency experienced by end users who used that DNS resolver for their Traffic Manager queries.
48
48
49
49
If you hover over a DNS resolver location in the map, it shows:
50
-
- the IP address of the DNS resolver
50
+
- the subnet of the DNS resolver (labeled as: DNS query source IP)
51
51
- the volume of DNS query traffic seen by Traffic Manager from it
52
52
- the endpoints to which traffic from the DNS resolver was routed, as a line between the endpoint and the DNS resolver
53
53
- the average latency from that location to the endpoint, represented as the color of the line connecting them
@@ -61,11 +61,11 @@ The Azure regions in which the endpoints are located are shown as blue dots in t
61
61
62
62
You can view the Traffic View data in a tabular format in Azure portal. There's an entry for each DNS resolver IP / endpoint pair that shows:
63
63
64
-
* The IP address of the DNS resolver.
65
-
* The name.
66
-
* The geographical location of the Azure region in which the endpoint is located (if available).
67
-
* The volume of requests associated with that DNS resolver to that endpoint.
68
-
* The representative latency associated with end users using that DNS (where available).
64
+
* The subnet of the DNS resolver (labeled as: DNS query source IP)
65
+
* The name
66
+
* The geographical location of the Azure region in which the endpoint is located (if available)
67
+
* The volume of requests associated with that DNS resolver to that endpoint
68
+
* The representative latency associated with end users using that DNS (where available)
69
69
70
70
You can also download the Traffic View data as a CSV file that can be used as a part of an analytics workflow of your choice.
0 commit comments