Ping a host over the SIM connection

Measure ICMP latency, jitter, and packet loss over the cellular connection.

Ping a host over the SIM's data connection and measure round-trip time, jitter, and packet loss. The reference action for tracking cellular network latency over time.

Parameters

ParameterRequiredDescription
HostYesHost to ping, for example 8.8.8.8 or google.fr.
Ping countNoNumber of pings. Default: 10.
Packet sizeNoPacket size in bytes. Default: 64.
Ping should failNoInvert the verdict.

Plus the shared connection settings: access technology, APN, keep PDP context, check network. The action ships with a default assertion: packet_loss == 0.

Results and metrics

In the action report (result):

FieldDescription
rtt_meanMean round-trip time.
jitterVariation between round-trip times.
packet_loss_pctPercentage of lost packets.
ping_count, packet_size, ping_duplicateThe run's parameters and duplicate count.
durationTotal execution time in seconds.

In Analytics, each run feeds the ping measurement with rtt_seconds, jitter, packet_loss_percent, and duration_seconds, tagged by status, APN, DNS server, antenna, and access technology. These are the series behind latency dashboards and alert thresholds.

What's next?

TCP Ping

Latency at the TCP layer, when ICMP is filtered

HTTP Ping

Latency against a real web endpoint

Last updated on