New feature - network bandwidth monitor
Closed this issue · 2 comments
Implement network bandwidth monitor in a separate module? Or in a separate thread in the same program? How to keep it consistent with the execution of primary program? How to use values of frequency between log collection to the advantage here for calculating average network speed? Should capture network speed throughout the execution? What about lower-bounds and upper-bounds? Which network adapters to monitor - the active ones or all? Where, how and in which format to save the logs for network bandwidth monitor?
Update:
Progress has been made with a separate module for capturing network speed. Now working on the best integration strategy with the main program.
First prototype has been added. Iterations will now be a part of feature completion for Mark I. Closing this issue.