summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show_vpp_runtime.xml.in
blob: d0fa61dbb9bfe5d4fb05172359496589e001b702 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0"?>
<interfaceDefinition>
  <node name="show">
    <children>
      <node name="vpp">
        <children>
          <node name="runtime">
            <properties>
              <help>Show VPP runtime statistics</help>
            </properties>
            <command>sudo ${vyos_op_scripts_dir}/vpp.py show_runtime</command>
          </node>
        </children>
      </node>
    </children>
  </node>
</interfaceDefinition>