¿ªÔÆÌåÓý

Re: Internet Uptime Monitor for Pi?


 

I am using the following setup for monitoring performance of internet connections.



-Keith

On Tue, Aug 2, 2022 at 6:34 PM Charles MacDonald VA3CPY <aa508@...> wrote:
On 2022-08-02 13:25, Tony via wrote:
> If you have the "traceroute" package installed, just use the native
> tools in a terminal window:
>
> while true; do traceroute ; echo; sleep 10; done

would not subing "ping" for traceroute work in that while statement -
traceroute does generate a lot of traffic which is irrelivant to just
see if the net is up...

the c flag sets the number of tries for each ping

$ ping -c1
PING (172.217.13.174) 56(84) bytes of data.
64 bytes from (172.217.13.174): icmp_seq=1
ttl=116 time=19.1 ms

--- ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 19.157/19.157/19.157/0.000 ms



--
Charles MacDonald? VA3CPY? ? ? ? ? ? ? ?Stittsville Ontario
cmacd@...? ? ? ? ? ? ? Just Beyond the Fringe
No Microsoft Products were used in sending this e-mail.





Join [email protected] to automatically receive all group messages.