projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
update motion package, add a patch to honor CPPFLAGS,
[openwrt.git]
/
openwrt
/
package
/
bwm
/
Config.in
diff --git
a/openwrt/package/bwm/Config.in
b/openwrt/package/bwm/Config.in
index
3a04ffd
..
932a71d
100644
(file)
--- a/
openwrt/package/bwm/Config.in
+++ b/
openwrt/package/bwm/Config.in
@@
-1,5
+1,8
@@
config BR2_PACKAGE_BWM
config BR2_PACKAGE_BWM
- tristate "bwm"
- default m
+ prompt "bwm............................... A very tiny BandWidth Monitor"
+ tristate
+ default m if CONFIG_DEVEL
help
help
- A very tiny bandwidth monitor.
+ 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.
This page took
0.022955 seconds
and
4
git commands to generate.