diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2020-06-19 16:56:22 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-19 15:56:22 +0200 |
commit | a686e090b2bd19ce27d3d09318d63208448e0707 (patch) | |
tree | 227602605de719d2efbc6654d0c83779fba8419e /op-mode-definitions/show-system.xml | |
parent | 4b5793bced424034daa944400eb8c2f198d0d0d2 (diff) | |
download | vyos-1x-a686e090b2bd19ce27d3d09318d63208448e0707.tar.gz vyos-1x-a686e090b2bd19ce27d3d09318d63208448e0707.zip |
op-mode: T2617: rewrite vyatta-op-quagga to XML
Diffstat (limited to 'op-mode-definitions/show-system.xml')
-rw-r--r-- | op-mode-definitions/show-system.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/op-mode-definitions/show-system.xml b/op-mode-definitions/show-system.xml index a39d9b481..74b34ae92 100644 --- a/op-mode-definitions/show-system.xml +++ b/op-mode-definitions/show-system.xml @@ -124,6 +124,12 @@ </properties> <command>cat /proc/meminfo</command> </leafNode> + <leafNode name="routing-daemons"> + <properties> + <help>Show memory usage of all routing protocols</help> + </properties> + <command>/usr/bin/vtysh -c "show memory"</command> + </leafNode> </children> </node> <node name="processes"> @@ -152,6 +158,12 @@ </leafNode> </children> </node> + <leafNode name="routing-daemons"> + <properties> + <help>Show Quagga routing daemons</help> + </properties> + <command>/usr/bin/vtysh -c "show daemons"</command> + </leafNode> <leafNode name="storage"> <properties> <help>Show filesystem usage</help> |