- TCP dumps: capture network traffic to inspect packet-level behavior
- Traceroute report: trace the path your request takes across the internet
- ICMP monitors: continuously monitor host reachability, latency, and packet loss
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.
ICMP monitors
ICMP monitors let you proactively detect network issues by continuously pinging a host. They measure round-trip latency and packet loss over time, making them useful for:- Verifying reachability of hosts that don’t expose HTTP endpoints
- Detecting network-level outages before they affect application-layer checks
- Tracking latency and packet loss trends across regions