When troubleshooting network issues like dropped packets or broken TCP handshakes you often require low-level visibility into what’s happening on the network. That’s where network diagnostic tools come in. They help you understand how data moves through a network and where things might be breaking down. Checkly provides:Documentation Index
Fetch the complete documentation index at: https://checkly-422f444a-sync-playwright-reporter-changelog-v1-5-0.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- TCP dumps: capture network traffic to inspect packet-level behavior
- Traceroute report: trace the path your request takes across the internet
TCP dumps
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:- Did the TCP handshake complete?
- Was the TLS handshake successful?
- Were packets dropped, delayed, or malformed?
How to access
TCP dumps are currently only available for API checks.
.pcap file with the raw packet data from that request.
You can open this file using tools like Wireshark to inspect each packet in detail.
Traceroute report
Traceroute shows the path your request takes across the network and how each hop behaves. A report typically includes:- The sequence of network hops between Checkly and your target
- Packet loss percentage per hop
- Latency statistics (last, average, best, worst, standard deviation)
- Where along the route packets are being dropped
- Which hops introduce unusual latency or instability
How to access
Traceroute is currently only available for API checks.