clawsoftware / bandwidthmonitor

Monitors the network bandwidth of all processes. Has the option to record the data only if the mobile connection is active. Uses windows event tracing.

Repository from Github https://github.comclawsoftware/bandwidthmonitorRepository from Github https://github.comclawsoftware/bandwidthmonitor

bandwidthmonitor in C#

Monitors the network bandwidth of all processes. Has the option to record the data only if the mobile connection is active. Uses windows event tracing.

Screenshot

screen

Commandline

  • /? Help
  • /m=false|true Log only when mobile connection is active. Default: false
  • /csv=false|true Log as CSV-File. Default: false
  • /s=u|d Which Column to sort. Upload or download. Default: d
  • /l="logfolder" Logfile destination. Default: %EXEFOLDER%\bandwidthmonitor_%date%%computer%%randomnum%.log

Changelog

v1.0.0 (2019.01.19)

  • initial version

Dependencies

Microsoft.Diagnostics.Tracing.TraceEvent

License

Copyright © 2019 Andrew Hess // clawSoft
Licensed under MIT License

About

Monitors the network bandwidth of all processes. Has the option to record the data only if the mobile connection is active. Uses windows event tracing.

License:MIT License


Languages

Language:C# 100.0%