Skip to content

Commit 9361f12

Browse files
authored
Merge pull request #68 from checkly/network-debugging-typo
ensured consistent wording
2 parents 0008aed + da3c29d commit 9361f12

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

platform/network-diagnostic-tools.mdx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ That's where network diagnostic tools come in. They help you understand how data
1010

1111
Checkly provides:
1212

13-
- **TCP Dumps:** capture network traffic to inspect packet-level behavior
13+
- **TCP dumps:** capture network traffic to inspect packet-level behavior
1414
- **Traceroute report:** trace the path your request takes across the internet
1515
{/* - **Ping (ICMP):** test basic reachability and measure latency to a target host */}
1616

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.
1818

19-
## TCP Dumps
19+
## TCP dumps
2020

2121
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:
2222

@@ -32,7 +32,7 @@ This level of visibility is especially helpful for diagnosing flaky networking b
3232
TCP dumps are currently only available for API checks.
3333
</Note>
3434

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.
3636

3737
You can open this file using tools like Wireshark to inspect each packet in detail.
3838

@@ -55,7 +55,8 @@ This makes it especially useful for diagnosing:
5555
Traceroute is currently only available for API checks.
5656
</Note>
5757

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.
5960

6061
{/* ### Ping (ICMP)
6162

0 commit comments

Comments
 (0)