takecare / pingmonitor

ping an address periodically, output results/logs to a file, get stats at the end

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

usage

  1. chmod +x ping.sh
  2. ping.sh [ipaddr] [outputfile]
  3. node index.js outputfile

reasoning

a few years back i was experiencing terrible connection quality on my broadband service (plusnet, uk). their support was unhelpful as they wouldn't even acknowledge the issue. not a single day went by where the connection wouldn't drop for tens of minutes and, when it was "working", the packet loss was considerable and the speed terrible. i rescinded the contract and complained to the relevant authorities (comms ombudsman, uk). the stats i collected with this little tool helped me make my case and i ultimately won, avoiding paying any penalties (and having past payments refunded).

About

ping an address periodically, output results/logs to a file, get stats at the end

License:MIT License


Languages

Language:JavaScript 72.8%Language:Shell 27.2%