Ping Latency Graph

This is a simple page to graph a visual representation of the ping command output. All processing is done locally in the browser.

Directions:

On linux, run the ping command with the D and O options so that timestamps and missed replies are included and direct the output to a file. Let it run for the time period you wish to monitor, then kill the command. Drag and drop the output file into this window to see the graph.

Example:

ping -DO 1.1.1.1 > ping.log

The output should end up in this format.

PING 1.1.1.1 (1.1.1.1) 56(84) bytes of data.
[1709413716.542809] 64 bytes from 1.1.1.1: icmp_seq=1 ttl=56 time=28.6 ms
[1709413717.544846] 64 bytes from 1.1.1.1: icmp_seq=2 ttl=56 time=28.6 ms
[1709413718.549149] 64 bytes from 1.1.1.1: icmp_seq=3 ttl=56 time=30.9 ms
               

Drop and Drop the output file here or view an example graph

Drop file to view graph