You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
332 B
8 lines
332 B
config BR2_PACKAGE_BWM
|
|
prompt "bwm............................... A very tiny BandWidth Monitor"
|
|
tristate
|
|
default m if CONFIG_DEVEL
|
|
help
|
|
Continually displays data transfer rates (received, transmitted, and
|
|
total) for each interface, measured in KiB/sec. Works by sampling
|
|
values from /proc/net/dev and calculating deltas.
|
|
|