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>