Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c74ebdd

Browse files
author
dksimpson
committedDec 5, 2017
task 713: Reorganize Verizon reports in TOC and rewrite custom reports topic
1 parent 3f6c2af commit c74ebdd

File tree

4 files changed

+15
-25
lines changed

4 files changed

+15
-25
lines changed
 

‎articles/cdn/TOC.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,11 @@
3838

3939
## Analyze
4040
### [Analyze Azure CDN usage patterns](cdn-log-analysis.md)
41+
### [Azure diagnostics logs](cdn-azure-diagnostic-logs.md)
42+
### Analytics tools for Azure CDN from Verizon
4143
#### [Core reports from Verizon](cdn-analyze-usage-patterns.md)
4244
#### [Custom reports from Verizon](cdn-verizon-custom-reports.md)
43-
#### [Azure diagnostics logs](cdn-azure-diagnostic-logs.md)
44-
### Analytics tools for Azure CDN from Verizon
45+
### Analytics tools for Azure CDN Premium from Verizon
4546
#### [Generate advanced HTTP reports](cdn-advanced-http-reports.md)
4647
#### [View real-time statistics](cdn-real-time-stats.md)
4748
#### [Analyze edge node performance](cdn-edge-performance.md)

‎articles/cdn/cdn-analyze-usage-patterns.md

Lines changed: 11 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -33,30 +33,30 @@ By using Verizon Core Reports via the Manage portal for Verizon profiles, you ca
3333
## Accessing Verizon Core Reports
3434
1. From the CDN profile blade, click the **Manage** button.
3535

36-
![CDN profile blade manage button](./media/cdn-reports/cdn-manage-btn.png)
36+
![CDN profile Manage button](./media/cdn-reports/cdn-manage-btn.png)
3737

3838
The CDN management portal opens.
39-
2. Hover over the **Analytics** tab, then hover over the **Core Reports** flyout. Click on the desired report in the menu.
39+
2. Hover over the **Analytics** tab, then hover over the **Core Reports** flyout. Click on a report in the menu.
4040

4141
![CDN management portal - Core Reports menu](./media/cdn-reports/cdn-core-reports.png)
4242

43+
3. For each report, you can select a date range from the **Date Range** list. You can either select a pre-defined date range, such as **Today** or **This Week**, or you can select **Custom** and manually enter a date range by clicking the calendar icons. After you have selected the date range, click **Go** to generate the report.
44+
45+
4. If you want to export the data in Excel format, click the Excel icon above the **Go** button.
46+
4347
## Bandwidth
44-
The bandwidth report consists of a graph and data table that indicates the bandwidth usage for HTTP and HTTPS over a particular time period. You can view the bandwidth usage across all CDN POPs or a specific CDN POP. This report allows you to view the traffic spikes and distribution across CDN POPs in Mbps.
48+
The bandwidth report consists of a graph and data table that indicates the CDN bandwidth usage for HTTP and HTTPS over a particular time period, in Mbps. You can view the bandwidth usage across all POPs or for a particular POP. This report allows you to view the traffic spikes and distribution for POPs.
4549

46-
* Select All Edge Nodes to see traffic from all nodes or choose a specific region/node from the dropdown list.
47-
* Select Date range to view data for today/this week/this month, etc. or enter custom dates, then click **go** to make sure your selection is updated.
48-
* You can export and download the data by clicking the excel sheet icon located next to **go**.
50+
* From the **Edge Nodes** list, select **All Edge Nodes** to see traffic from all nodes or select a specific region.
4951

5052
The report is updated every five minutes.
5153

5254
![Bandwidth report](./media/cdn-reports/cdn-bandwidth.png)
5355

5456
## Data transferred
55-
This report consists of a graph and data table that indicated the traffic usage for HTTP and HTTPS over a particular time period. You can view the traffic usage across all CDN POPs or a particular POP. This report allows you to view the traffic spikes and distribution across CDN POPs in GB.
57+
This report consists of a graph and data table that indicates the CDN traffic usage for HTTP and HTTPS over a particular time period, in GB. You can view the traffic usage across all POPs or for a particular POP. This report allows you to view the traffic spikes and distribution across POPs.
5658

5759
* Select All Edge Nodes to see traffic from all notes or choose a specific region/node from the dropdown list.
58-
* Select Date range to view data for today/this week/this month, etc. or enter custom dates, then click **go** to make sure your selection is updated.
59-
* You can export and download the data by clicking the excel sheet icon located next to **go**.
6060

6161
The report is updated every five minutes.
6262

@@ -65,9 +65,6 @@ The report is updated every five minutes.
6565
## Hits (status codes)
6666
This report describes the distribution of request status codes for your content. Every request for content generates an HTTP status code. The status code describes how edge POPs handled the request. For example, a 2xx status code indicates that the request was successfully served to a client, while a 4xx status code indicates that an error occurred. For more information about HTTP status codes, see [status codes](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes).
6767

68-
* Select Date range to view data for today/this week/this month, etc. or enter custom dates, then click **go** to make sure your selection is updated.
69-
* You can export and download the data by clicking the excel sheet located next to **go**.
70-
7168
![Hits report](./media/cdn-reports/cdn-hits.png)
7269

7370
## Cache statuses
@@ -80,8 +77,6 @@ This report describes the distribution of cache hits and cache misses for client
8077
* TCP_MISS: Served from Origin. The object was not in the cache and the response was back to origin.
8178
* TCP_EXPIRED _MISS: Served from origin after revalidation with origin. The object was in the cache, but had exceeded its max-age. A revalidation with origin resulted in the cache object being replaced by a new response from origin.
8279
* TCP_EXPIRED _HIT: Served from Edge after revalidation with origin. The object was in cache but had exceeded its max-age. A revalidation with the origin server resulted in the cache object being unmodified.
83-
* Select Date range to view data for today/this week/this month, etc. or enter custom dates, then click **go** to make sure your selection is updated.
84-
* You can export and download the data by clicking the excel sheet icon located next to **go**.
8580

8681
### Full list of cache statuses
8782
* TCP_HIT - This status is reported when a request is served directly from the POP to the client. An asset is immediately served from a POP when it is cached on the POP closest to the client and has a valid time-to-live (TTL). TTL is determined by the following response headers:
@@ -94,11 +89,11 @@ This report describes the distribution of cache hits and cache misses for client
9489

9590
An expired request typically results in a revalidation request to the origin server. For a TCP_EXPIRED _HIT to occur, the origin server must indicate that a newer version of the asset does not exist. This situation typically results in an update of the asset's Cache-Control and Expires headers.
9691
* TCP_EXPIRED _MISS - This status is reported when a newer version of an expired cached asset is served from the POP to the client. This status occurs when the TTL for a cached asset is expired (for example, expired max-age) and the origin server returns a newer version of that asset. This new version of the asset is served to the client instead of the cached version. Additionally, it is cached on the edge server and the client.
97-
* CONFIG_NOCACHE - This status indicates that a customer-specific configuration on our edge POP prevented the asset from being cached.
92+
* CONFIG_NOCACHE - This status indicates that a customer-specific configuration the edge POP prevented the asset from being cached.
9893
* NONE - This status indicates that a cache content freshness check was not performed.
9994
* TCP_ CLIENT_REFRESH _MISS - This status is reported when an HTTP client, such as a browser, forces an edge POP to retrieve a new version of a stale asset from the origin server.
10095

101-
By default, our servers prevent an HTTP client from forcing our edge servers to retrieve a new version of the asset from the origin server.
96+
By default, the servers prevent an HTTP client from forcing the edge servers to retrieve a new version of the asset from the origin server.
10297
* TCP_ PARTIAL_HIT - This status is reported when a byte range request results in a hit for a partially cached asset. The requested byte range is immediately served from the POP to the client.
10398
* UNCACHEABLE - This status is reported when an asset's Cache-Control and Expires headers indicate that it should not be cached on a POP or by the HTTP client. These types of requests are served from the origin server.
10499

@@ -119,19 +114,13 @@ The report doesn't include:
119114

120115
The formula is: (TCP_ HIT/(TCP_ HIT+TCP_MISS))*100
121116

122-
* Select Date range to view data for today/this week/this month, etc. or enter custom dates, then click **go** to make sure your selection is updated.
123-
* You can export and download the data by clicking the excel sheet icon located next to **go**.
124-
125117
![Cache hit ratio report](./media/cdn-reports/cdn-cache-hit-ratio.png)
126118

127119
## IPV4/IPV6 Data transferred
128120
This report shows the traffic usage distribution in IPV4 vs IPV6.
129121

130122
![IPV4/IPV6 Data transferred](./media/cdn-reports/cdn-ipv4-ipv6.png)
131123

132-
* Select Date range to view data for today/this week/this month, etc. or enter custom dates.
133-
* Then, click **go** to make sure your selection is updated.
134-
135124
## Considerations
136125
Reports can only be generated within the last 18 months.
137126

‎articles/cdn/cdn-verizon-custom-reports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ By using Verizon Custom Reports via the Manage portal for Verizon profiles, you
2727
## Accessing Verizon Custom Reports
2828
1. From the CDN profile blade, click the **Manage** button.
2929

30-
![CDN profile blade manage button](./media/cdn-reports/cdn-manage-btn.png)
30+
![CDN profile Manage button](./media/cdn-reports/cdn-manage-btn.png)
3131

3232
The CDN management portal opens.
3333
2. Hover over the **Analytics** tab, then hover over the **Custom Reports** flyout. Click **Edge CNAMEs**.
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.