Skip to content

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

Notifications You must be signed in to change notification settings

clawsoftware/bandwidthmonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages