mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 20:27:30 +02:00
c2a8a18966
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3216 3c298f89-4303-0410-b956-a3cf2f4a3e73
9 lines
332 B
Plaintext
9 lines
332 B
Plaintext
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.
|