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: platform/network-diagnostic-tools.mdx
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,13 @@ That's where network diagnostic tools come in. They help you understand how data
10
10
11
11
Checkly provides:
12
12
13
-
-**TCP Dumps:** capture network traffic to inspect packet-level behavior
13
+
-**TCP dumps:** capture network traffic to inspect packet-level behavior
14
14
-**Traceroute report:** trace the path your request takes across the internet
15
15
{/* - **Ping (ICMP):** test basic reachability and measure latency to a target host */}
16
16
17
-
Whether you're debugging a slow response or tracing a connection failure, these tools help you get to the root of the problem.
17
+
Whether you're debugging a slow response or tracing a connection failure, these tools can help you get to the root of the problem.
18
18
19
-
## TCP Dumps
19
+
## TCP dumps
20
20
21
21
TCP dumps give you a detailed look at what's happening at the packet level when a request fails. They capture the packets exchanged between Checkly and your target, letting you analyze things like:
22
22
@@ -32,7 +32,7 @@ This level of visibility is especially helpful for diagnosing flaky networking b
32
32
TCP dumps are currently only available for API checks.
33
33
</Note>
34
34
35
-
For checks that fail due to network errors (e.g. DNS resolution issues, TCP handshake failures, connection timeouts), you'll find a Download PCAP button in the *Network Diagnostics* section of the check results page. This gives you a `.pcap` file with the raw packet data from that request.
35
+
For checks that fail due to network errors (e.g. DNS resolution issues, TCP handshake failures, connection timeouts), you'll find a *Download PCAP* button in the **Network Diagnostics** section of the check results page. This gives you a `.pcap` file with the raw packet data from that request.
36
36
37
37
You can open this file using tools like Wireshark to inspect each packet in detail.
38
38
@@ -55,7 +55,8 @@ This makes it especially useful for diagnosing:
55
55
Traceroute is currently only available for API checks.
56
56
</Note>
57
57
58
-
On checks that fail due to network errors (e.g. DNS resolution issues, TCP handshake failures, connection timeouts), a traceroute report is displayed directly in the Network Diagnostics section of the check results page. The table shows each hop, its IP or hostname, along with metrics such as packet loss, latency, and jitter.
58
+
On checks that fail due to network errors (e.g. DNS resolution issues, TCP handshake failures, connection timeouts), a traceroute report is displayed in the **Network Diagnostics** section of the check results page.
59
+
The table shows each hop, its IP or hostname, along with metrics such as packet loss, latency, and jitter.
0 commit comments