A9T9 / Speed-Test-Loggger

Download Speed Test Loggger for Windows - Test your download (speed with which you receive data from the internet) periodically and generate download speed over time graphs. Also log service interruptions (PC offline/online). In other words: Measure the reliability of your internet connection easily.
http://loggger.com/
GNU Affero General Public License v3.0
34 stars 9 forks source link

Monitor and Log Disconnects / Reconnects #32

Open x-DodgyBob-x opened 5 years ago

x-DodgyBob-x commented 5 years ago

Hi folks,

Is it possible that 'Speed Test Loggger for Windows' could monitor for and log internet disconnects / reconnects please?

In this 'uptime.png' screencap from my router's GUI, it shows that around 11h30m ago my WAN connection reset, which puts this disconnect/reconnect at around 21:46 last night.

uptime

In this 'loggger.png' screencap you can see that around that same time, loggger didn't respond or feel the need to record anything!

loggger

This would be a very handy feature to have so that us users can capture this information and pass it on to our ISPs for further investigation!

Kind regards, Dodgy Bob

jameelh1980 commented 5 years ago

Good Day Doggy Bob,

If the main developer can be so kind to send me the dependency for the Graph i can make the changes and upload again with full latest source code as well as this is an opensource application.

Kind Regards Jameel (TnA Technologies (Pty Ltd))

jameelh1980 commented 5 years ago

Here is a possible solution to your request Dodgy Bob:

new Thread(() => { if (CheckInternetConnection() == false) { Dispatcher.Invoke(new Action(delegate { //replace with code to write log file on failure })); } else { Dispatcher.Invoke(new Action(delegate { //replace with code to write log file if success })); }

        Thread.Sleep(2000);
    }).Start();
jameelh1980 commented 5 years ago

App

Hi folks,

Is it possible that 'Speed Test Loggger for Windows' could monitor for and log internet disconnects / reconnects please?

In this 'uptime.png' screencap from my router's GUI, it shows that around 11h30m ago my WAN connection reset, which puts this disconnect/reconnect at around 21:46 last night.

uptime

In this 'loggger.png' screencap you can see that around that same time, loggger didn't respond or feel the need to record anything!

loggger

This would be a very handy feature to have so that us users can capture this information and pass it on to our ISPs for further investigation!

Kind regards, Dodgy Bob

Apologies for the typo of your TAG Name