Ping, TCP, and HTTP answer different questions about the same path. Investigate them in layers:
- Ping: Is the target reachable, and what does the round trip look like?
- TCP: Can the probe establish a connection to the service port?
- HTTP: Does the application return the expected response, and where is the request time spent?
First read Insight scope and time controls if you are not yet comfortable selecting one or more assignments.
Decide between detail and comparison
Select one probe and one check when you need summary metrics or the latest HTTP result. Select several probes with the same check when you need to determine whether a symptom is target-wide or isolated to one network.

When several check types are selected, Insight creates a separate Ping, TCP, and HTTP panel. Traceroute uses its own topology and timeline views rather than a regular line-series panel.
Investigate reachability with Ping
Ping measures ICMP reachability, round-trip time, and packet loss.

Read the summary
| Metric | What it tells you | What to check next |
|---|---|---|
| Average | Typical round-trip time in the selected range | Compare with the same probe’s baseline |
| Max | Worst retained round-trip measurement | Check whether it is isolated or sustained |
| Loss | Share of packets without replies | Compare other probes and downstream protocols |
| Success | Share of successful Ping results | Confirm whether loss is intermittent or continuous |
| Samples | Retained replies represented in the range | Check schedule, range, and missing data |
Look for shapes, not only headline values:
- A sustained level shift is more actionable than one isolated spike.
- Repeating peaks can align with backups, traffic bursts, or scheduled work.
- A gap is missing evidence; it is not automatically zero latency or a healthy period.
- Loss and high latency beginning together often indicate congestion or an unstable path.
Compare probes
| Observation | Likely scope | Verification |
|---|---|---|
| All probes change at the same time | Target, shared upstream, or a broad event | Compare TCP/HTTP and external changes |
| One probe changes | Local access network, regional path, or probe host | Compare another probe in the same region |
| Nearby probes change, distant probes do not | Regional provider or peering path | Inspect Traceroute from affected and unaffected probes |
| Ping fails but TCP/HTTP succeeds | ICMP filtering or deprioritization | Treat the service protocol as stronger availability evidence |
Do not use Ping alone to declare an application outage. Many networks filter or deprioritize ICMP while allowing the monitored service traffic.
Investigate service access with TCP
TCP measures whether the configured port accepts a connection and how long connection setup takes.

The summary reports average and maximum connection time, failure percentage, success percentage, and connection attempts. Interpret it with Ping:
| Ping | TCP | Interpretation |
|---|---|---|
| Successful | Successful | The network path and service port are reachable |
| Successful | Failing | Closed port, firewall, listener failure, overload, or connection refusal |
| Degraded | Degraded | Congestion, routing instability, or a busy endpoint may affect setup time |
| Failing | Successful | ICMP is likely blocked or treated differently from TCP |
| Failing | Failing | Broad reachability, routing, target, or probe-network problem |
If only one probe has slow TCP setup, investigate its network path. If every probe changes together while Ping remains stable, inspect the target listener, load balancer, firewall, and connection capacity.
Investigate application behavior with HTTP
HTTP combines transport evidence with response validation. Depending on the check configuration, a result can include status validation, body matching, redirects, response size, final URL, resolved address, request phases, and TLS negotiation.

Read the summary and series
| Metric | Meaning |
|---|---|
| Average total | Typical end-to-end request duration in the selected range |
| Max total | Slowest retained request in the selected range |
| Average TTFB | Typical time until the first response byte |
| Failure | Requests that timed out, errored, or failed configured validation |
| Success | Requests that completed and satisfied the check |
| Certificate floor | Lowest remaining certificate lifetime observed in the range |
Use the phase series to narrow the likely owner:
- DNS increases: resolver latency, cache misses, or name-resolution failure.
- Connect increases: path latency, packet loss, firewall handling, load balancer pressure, or connection backlog.
- TLS increases: handshake latency, certificate-chain work, protocol negotiation, or an intercepting proxy.
- TTFB increases: upstream application, dependency, queue, or server processing time.
- Total increases while TTFB stays stable: response transfer, response size, or the later part of the request is more likely.
Inspect the latest retained result

The latest result is independent of the selected chart range. It always represents the newest retained measurement for the exact assignment, even when the chart is showing an older absolute incident window.
Check:
- Observed and Completed before correlating it with the chart.
- Status and any error code or message.
- Resolved address to detect DNS or routing differences between probes.
- Final URL and Redirects to identify unexpected redirect behavior.
- Body assertion when the check validates response content.
- Response truncated before drawing conclusions from retained response metadata.
Compare TLS evidence
Selecting one HTTP/HTTPS check across several probes opens the TLS certificate inventory.

Like the latest HTTP result, the inventory is independent of the chart time range. Use Last observed to confirm freshness.
Differences between probes can reveal:
- A regional CDN edge serving a different certificate.
- A corporate proxy or TLS inspection device.
- Split-horizon DNS sending probes to different endpoints.
- A stale node that has not received a certificate rotation.
- Different TLS protocol or cipher support along one path.
A valid certificate does not prove that hostname validation, status validation, or the response body succeeded. Read the HTTP result and certificate state together.
Common mistakes
- Comparing different targets or check types as if they were the same series.
- Reading a long-range aggregate as an exact event timeline.
- Treating a missing point as a successful measurement.
- Treating Ping failure as proof that TCP or HTTP is unavailable.
- Using the latest HTTP/TLS panel without checking its timestamp.
- Comparing probes without considering their region, provider, labels, or resolved address.
- Enabling page refresh faster than the check produces measurements.
Turn evidence into action
After locating a repeatable condition:
- Narrow the chart to an absolute incident window.
- Save the Insight URL and note the timezone.
- Compare affected and unaffected probes.
- Use Traceroute when the evidence points to a path-specific problem.
- Create an alert rule for a stable threshold such as loss, failure percentage, or latency.