Skip to content

alexgg/docker-app-bwc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Bandwidth consumption measuring application

Alpine based container application that launches the bmon application on all eth* and wlan* interfaces by default.

It also contains the following useful tools:

Usage

The application needs to run as a privileged container on the host's network, which is the default for single Balena applications.

By default the application will run bmon on all eth* and wlan* interfaces for 10 minutes and print formatted output to /data/bmon.out.

See the dockerfile for service configuration variables.

On the shell you also have access to the rest of the tools.

Some examples:

To watch traffic statistics:

bmon -p eth*,wlan*

To capture traffic from a given interface (f.e eth0) to a given file:

tcmpdump -i eth0 -w /data/eth0.pcap

About

A container with tools for bandwidth monitoring

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published