- 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?
- Did DNS resolution succeed?
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.