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
* new metrics info
* added new troubleshooting info
* added troubleshooting partial
* updated with dashbutton
* removed extra space
* added tab and bold
* corrected dash
* refined text
* refined text
* refined text
Copy file name to clipboardExpand all lines: src/content/docs/magic-wan/configuration/connector/device-metrics.mdx
+55-43Lines changed: 55 additions & 43 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,57 +5,69 @@ sidebar:
5
5
order: 8
6
6
---
7
7
8
-
import { DashButton } from"~/components";
8
+
Cloudflare customers can inspect metrics for a specific Magic WAN Connector in the Cloudflare dashboard. These metrics help you troubleshoot potential issues with your Connector. Refer to [Troubleshooting](/magic-wan/configuration/connector/troubleshooting/) for more information.
9
9
10
-
Cloudflare customers can inspect metrics for a specific Magic WAN Connector in the Cloudflare dashboard. The Magic WAN Connector device metrics measured by Cloudflare include:
11
-
12
-
- CPU load
13
-
- System temperature (this is always zero for Virtual Connector)
14
-
- Disk utilization
15
-
- Memory utilization
16
-
17
-
To check for Connector metrics:
18
-
19
-
1. In the Cloudflare dash, go to the **Configuration* page.
2. In the **Connectors** tab, select the Connector you want to check metrics for.
24
-
3. In the side panel that opens, scroll down to **Usage information**.
25
-
26
-
### Query metrics with GraphQL
10
+
## Query metrics with GraphQL
27
11
28
12
Customers can query Cloudflare's GraphQL API to fetch their Magic WAN Connector device metrics. The Cloudflare dashboard displays Magic WAN Connector device metrics over the past one hour. Via the GraphQL API, customers can query for up to 30 days of historical Magic WAN Connector device metrics.
Copy file name to clipboardExpand all lines: src/content/docs/magic-wan/configuration/connector/troubleshooting.mdx
+79-1Lines changed: 79 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,84 @@ sidebar:
5
5
order: 10
6
6
---
7
7
8
+
import { Render } from"~/components";
9
+
10
+
## Device metrics
11
+
12
+
Cloudflare customers can inspect metrics for a specific Magic WAN Connector in the Cloudflare dashboard. These metrics help you troubleshoot potential issues with your Connector. The information spans categories such as:
13
+
14
+
- Performance analytics
15
+
- Port analytics
16
+
- Event logs
17
+
- DHCP leasing information
18
+
19
+
To find the information above and start troubleshooting your Connector:
In Performance analytics you can review your Connector's performance over time including:
26
+
27
+
- Kernel boot time (how long it has been running and if it is activated or not)
28
+
- Last device snapshot (this also shows the frequency with which your device captures the snapshots that are used in several troubleshooting procedures)
Port analytics gives you access to information related to the packets sent and received through the ports in your Connector. You can adjust the time range for the information displayed in the dashboard regarding to:
41
+
42
+
- Rate for packets sent and received
43
+
- Rate for data sent and received
44
+
45
+
The dashboard provides this information for all active ports in your Connector. To access port analytics:
Use Event logs to identify general patterns and changes over time. This is useful to find correlations with other data and gather deeper insights into your Connector. The following event logs are available:
53
+
54
+
-`Init`: Initialized `mcon-agent` process. This process manages Connector.
55
+
-`Leave`: Stopped `mcon-agent` process.
56
+
-`StartAttestation`: Started attestation to verify the integrity of Connector before allowing the device to connect to your account.
If you are experiencing difficulties with your Magic WAN Connector, refer to the following tips to troubleshoot what might be happening.
9
87
10
88
## I have set up a site, but my Connector is not working
@@ -31,4 +109,4 @@ Magic WAN Connector sends a heartbeat periodically to Cloudflare. You can [acces
31
109
32
110
## What do I do in the event of hardware issues with Magic WAN Connector?
33
111
34
-
Cloudflare is the single point of contact for any issues related to Magic WAN Connector, including issues with hardware. When required, Cloudflare Support will work with our partner, TD Synnex, to resolve any issues with the physical device.
112
+
Cloudflare is the single point of contact for any issues related to Magic WAN Connector, including issues with hardware. When required, Cloudflare Support will work with our partner, TD Synnex, to resolve any issues with the physical device.
0 commit comments