On Tue, Oct 18, 2011 at 15:13, Juliusz Chroboczek <[email protected]> wrote: > Has anyone written a Linux program that plots ping times in real time? > I.e. that gives the same information as running ping in an extra window > (with no -c argument), but graphically?
My guess would be gnuplot, use "-" as a file to read from stdin. But I don't know if it will actually do it real-time. http://users.softlab.ece.ntua.gr/~ttsiod/gnuplotStreaming.html is a way it seems. Basically, go UNIX on it and feed the output of a ping-tool as the input of something which can real-time plot data as they arrive. -- J. _______________________________________________ Bloat mailing list [email protected] https://lists.bufferbloat.net/listinfo/bloat
