Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 903 Bytes

File metadata and controls

33 lines (18 loc) · 903 Bytes

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