diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2020-02-13 21:27:43 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-04-05 17:03:16 +0200 |
commit | 9c2f892bc8fc4c7f3ba60196f888949ecf70f330 (patch) | |
tree | ead443a8db05ba9174d6350d580ba614d096d39e /op-mode-definitions | |
parent | 46d13b903be47454f22990c12cb0bb3d64e13a47 (diff) | |
download | vyos-1x-9c2f892bc8fc4c7f3ba60196f888949ecf70f330.tar.gz vyos-1x-9c2f892bc8fc4c7f3ba60196f888949ecf70f330.zip |
op-mode: T2032: "monitor bandwidth interface" shows rate in bps
(cherry picked from commit 6ec5e8cf0b7596c96be0eecea2c3c4e4b20212ca)
Diffstat (limited to 'op-mode-definitions')
-rw-r--r-- | op-mode-definitions/bandwidth-monitor.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/bandwidth-monitor.xml b/op-mode-definitions/bandwidth-monitor.xml index 410ab4938..9af0a9e70 100644 --- a/op-mode-definitions/bandwidth-monitor.xml +++ b/op-mode-definitions/bandwidth-monitor.xml @@ -8,7 +8,7 @@ </properties> <children> <tagNode name="interface"> - <command>bmon -p $4</command> + <command>bmon -b -p $4</command> <properties> <help>Monitor bandwidth usage on specified interface</help> <completionHelp> |