Is there anything available basically to do the same function but with the ping originating at my end?
I am using a Pi4 with OpenWRT as a router, and I also have an Odroid HC1 NAS, both permanently on so either could be used.
If nothing available I am tempted to roll something myself.
I have just knocked up a rough script that produces a file of data (date, time, dropped packets, min, average ,max, ping times) as here.
2021-02-19 12:03:00 0 8.753 9.119 12.144
2021-02-19 12:04:00 0 8.699 9.120 10.882
2021-02-19 12:05:00 0 8.717 9.125 12.268
2021-02-19 12:06:00 0 8.693 9.163 12.125
2021-02-19 12:07:00 0 8.764 9.144 9.887
2021-02-19 12:08:00 0 8.663 9.205 12.144
2021-02-19 12:09:00 0 8.727 10.126 61.395
2021-02-19 12:10:00 0 8.697 9.094 9.702
I am guessing I can use GnuPlot to display this in a similar format to BQM.
I am currently pinging dns,google.com (8.8.8.8) any alternative suggestions?
Tim



Print Thread
TimJ