| This is super cool! I like the ability to review previous results. Not sure why people are getting so hung up on how ping in the terminal is so much simpler. Not sure if this is desired, but if at some point alerting was built into this, that would be awesome. --- On a related note, I currently use the following tools to monitor my network: - bash-uptime[1] -- BASH script I wrote for simple (for me) icmp/http monitoring. - iPerf3 server so I can test my bandwidth speeds over the LAN or Wireguard - Nfcapd/nfdump to ingest netflow from my firewall and router and give me the ability to search that netflow with nfdump (I have a multi-arch Docker image for Nfcapd that I maintain[2]) - Syslog-ng to ingest logs and write them to my filesystem with some scripts I use to search the logs quickly via grep - Gotify for all my network-related notifications [1] https://github.com/heywoodlh/bash-uptime [2] https://hub.docker.com/r/heywoodlh/nfcapd |