Skip to content

Commit a545330

Browse files
removed vars
1 parent 09601c2 commit a545330

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

src/content/docs/cloudflare-one/networks/connectors/wan-tunnels/reference/bandwidth-measurement.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ import { Render } from "~/components";
1111
file="magic-wan/reference/bandwidth-measurement"
1212
product="networking-services"
1313
params={{
14-
productName: "Magic WAN",
15-
cloudflareTunnelURL: "/cloudflare-one/networks/connectors/wan-tunnels/zero-trust/cloudflare-tunnel/",
16-
warpURL: "/cloudflare-one/team-and-resources/devices/warp/"
17-
14+
cloudflareTunnelURL: "/cloudflare-one/networks/connectors/wan-tunnels/zero-trust/cloudflare-tunnel/"
1815
}}
1916
/>

src/content/docs/magic-wan/reference/bandwidth-measurement.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ import { Render } from "~/components";
1111
file="magic-wan/reference/bandwidth-measurement"
1212
product="networking-services"
1313
params={{
14-
productName: "Magic WAN",
15-
cloudflareTunnelURL: "/magic-wan/zero-trust/cloudflare-tunnel/",
16-
warpURL: "/cloudflare-one/team-and-resources/devices/warp/"
17-
14+
cloudflareTunnelURL: "/magic-wan/zero-trust/cloudflare-tunnel/"
1815
}}
1916
/>
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
---
22
params:
3-
- productName
43
- cloudflareTunnelURL
5-
- warpURL
64
---
75

8-
Cloudflare measures {props.productName} usage based on the 95th percentile of bandwidth utilized by the customer's configured network.
6+
Cloudflare measures Magic WAN usage based on the 95th percentile of bandwidth utilized by the customer's configured network.
97

10-
Configured {props.productName} network's bandwidth refers to the sum of traffic routed in and out of Magic WAN network namespace by measuring and summing each active customer's configured [GRE](https://www.cloudflare.com/learning/network-layer/what-is-gre-tunneling/), [IPSEC](https://www.cloudflare.com/learning/network-layer/what-is-ipsec/), <a href={props.cloudflareTunnelURL}>Cloudflare Tunnel</a> and [Cloudflare Network Interconnect](/network-interconnect/) tunnel's highest P95th percentile (ingress or egress traffic). The usage measurement excludes <a href={props.warpURL}>WARP</a> traffic.
8+
Configured Magic WAN network's bandwidth refers to the sum of traffic routed in and out of Magic WAN network namespace by measuring and summing each active customer's configured [GRE](https://www.cloudflare.com/learning/network-layer/what-is-gre-tunneling/), [IPSEC](https://www.cloudflare.com/learning/network-layer/what-is-ipsec/), <a href={props.cloudflareTunnelURL}>Cloudflare Tunnel</a> and [Cloudflare Network Interconnect](/network-interconnect/) tunnel's highest P95th percentile (ingress or egress traffic). The usage measurement excludes [WARP](/cloudflare-one/team-and-resources/devices/warp/) traffic.
119

1210
To measure 95th percentile bandwidth at each tunnel, Cloudflare records bandwidth incoming and leaving our global network at five minute intervals, sorts these measurements in descending order, and discards the top 5% of recorded measurements. The highest remaining value constitutes the 95th percentile bandwidth measurement for that time period.

0 commit comments

Comments
 (0)