add long description from nmagedman@yahoo.com
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 10 Feb 2006 20:45:07 +0000 (20:45 +0000)
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 10 Feb 2006 20:45:07 +0000 (20:45 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3216 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/bwm/Config.in

index b50f023..932a71d 100644 (file)
@@ -3,5 +3,6 @@ config BR2_PACKAGE_BWM
        tristate
        default m if CONFIG_DEVEL
        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.