feat(telemetry): show hardware
[csit.git] / resources / tools / telemetry / bundle_vpp.py
index 01526fe..64c4c5e 100644 (file)
@@ -264,16 +264,6 @@ class BundleVpp:
         """
         Parse the show interface output.
 
-        Output format:
-        {
-            "name": "rx_packets",
-            "labels": {
-                "name": "tap0",
-                "index": "0",
-            },
-            "value": "31",
-        },
-
         :param reply: API reply.
         :type reply: str
         """
@@ -302,19 +292,6 @@ class BundleVpp:
         """
         Parse the show runtime output.
 
-        Output format:
-        {
-            "name": "clocks",
-            "labels": {
-                "name": "virtio-input",
-                "state": "polling",
-                "thread_name": "vpp_wk_1",
-                "thread_id": "2",
-                "thread_lcore": "3",
-            },
-            "value": "3.17e2",
-        },
-
         :param reply: API reply.
         :type reply: str
         """
@@ -347,19 +324,6 @@ class BundleVpp:
         """
         Parse the show node conuter output.
 
-        Output format:
-        {
-            "name": "node_counters",
-            "labels": {
-                "name": "dpdk-input",
-                "reason": "no_error",
-                "severity": "error",
-                "thread_name": "vpp_wk_1",
-                "thread_id": "2",
-            },
-            "value": "1",
-        },
-
         :param reply: API reply.
         :type reply: str
         """
@@ -391,19 +355,6 @@ class BundleVpp:
         """
         Parse the permon output.
 
-        Output format:
-        {
-            "name": "clocks",
-            "labels": {
-                "name": "virtio-input",
-                "state": "polling",
-                "thread_name": "vpp_wk_1",
-                "thread_id": "2",
-                "thread_lcore": "3",
-            },
-            "value": "3.17e2",
-        },
-
         :param reply: API reply.
         :type reply: str
         """
@@ -480,15 +431,6 @@ class BundleVpp:
         """
         Parse the version output.
 
-        Output format:
-        {
-            "name": "version",
-            "labels": {
-                "version": "v21.06-rc0~596-g1ca6c65e5~b1065",
-            },
-            "value": 1.0,
-        },
-
         :param reply: API reply.
         :type reply: str
         """