summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-system.xml
diff options
context:
space:
mode:
Diffstat (limited to 'op-mode-definitions/show-system.xml')
-rw-r--r--op-mode-definitions/show-system.xml12
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>