dooshing / open-hardware-monitor

Automatically exported from code.google.com/p/open-hardware-monitor
0 stars 0 forks source link

Upload and Download Monitor #267

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Entry for network activity, mainly monitoring current up/download bandwidth 
from the nic card. Secondary, it would be nice to have a total up and download 
bandwidth used display resettable immediately and a predetermined time each 
month, week, day.  

Original issue reported on code.google.com by dwdal...@gmail.com on 26 Aug 2011 at 11:52

GoogleCodeExporter commented 9 years ago

Original comment by moel.mich on 15 Jan 2012 at 9:43

GoogleCodeExporter commented 9 years ago
I worked on the current bandwidth part using WMI capabilities.
See attached patches/files (sorry for the whole designer mess).

Side note: repo forked on GitHub: https://github.com/spl0k/open-hardware-monitor

Original comment by alban.feron on 10 Jun 2013 at 12:57

Attachments:

GoogleCodeExporter commented 9 years ago
Thank you for the patches. I have tried to integrate this but the repeated WMI 
query seems to block the update process on my system resulting in an 
application that hangs. I have also a few virtual network adapters, maybe that 
is the cause, I don't know. In general my experience with any WMI based 
approach has been very bad (for example when I tried to read HDD SMART values 
via WMI). The WMI system seems very unreliable.

Original comment by moel.mich on 14 Jul 2013 at 3:17

GoogleCodeExporter commented 9 years ago
Issue 163 has been merged into this issue.

Original comment by moel.mich on 14 Jul 2013 at 3:20

GoogleCodeExporter commented 9 years ago
Issue 389 has been merged into this issue.

Original comment by moel.mich on 14 Jul 2013 at 3:21

GoogleCodeExporter commented 9 years ago
Some more debugging showed that the update itself seems to work at times (but 
not always) and it is just too slow for the 4 adapters found on my system. It 
doesn't succeed to update in less than 1 second which then locks up the 
application (more or less).  

Original comment by moel.mich on 14 Jul 2013 at 3:26