aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/telemetry
diff options
context:
space:
mode:
authorpmikus <pmikus@cisco.com>2021-12-22 09:49:25 +0100
committerPeter Mikus <pmikus@cisco.com>2021-12-22 11:25:11 +0000
commita93f42dff3a1a1d5073c36455cda0537eac5bb12 (patch)
treede0492ca2192258f0b1979edfaf85cab469ad21a /resources/tools/telemetry
parent98ac029416d6c46755d2844e604f463930df119c (diff)
feat(telemetry): show hardware
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I0c0bf055e5963ac794f66cce9d5d45bb628facee
Diffstat (limited to 'resources/tools/telemetry')
-rw-r--r--resources/tools/telemetry/bundle_vpp.py58
1 files changed, 0 insertions, 58 deletions
diff --git a/resources/tools/telemetry/bundle_vpp.py b/resources/tools/telemetry/bundle_vpp.py
index 01526fe83f..64c4c5e4f8 100644
--- a/resources/tools/telemetry/bundle_vpp.py
+++ b/resources/tools/telemetry/bundle_vpp.py
@@ -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
"""