Networking – How to monitor the ISP’s connection quality over time

internet connectionispnetworkingping

I've got a very badĀ ISP and want to monitor the connection quality over a month's time.

At the moment I just wrote a script which logs ping requests to Google's DNS server 8.8.8.8.

How can I do that more efficiently? Is there a better way to achieve long term monitoring?

Or a command line tool to measure the bandwidth? Then i could run a cronjob to do this.

Best Answer

You can monitor connection quality over time with SmokePing. In a single graph you get round-trip time, jitter and packet loss. Excellent to monitor links.

Example of graph generated by SmokePing

Related Question