pinggraph is a nim reimplementation of lagraph, command-line utility that draws a ping graph.
Why rust and not nim?
With Nim toolchain installed: nimble install pinggraph
To run the binary without root rights, it needs raw socket capability: setcap cap_net_raw+ep $(which pinggraph)
Windows isnt supported.