aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/telemetry
AgeCommit message (Collapse)AuthorFilesLines
2022-12-06feat(telemetry): Add telemetry exportpmikus4-9/+14
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: Ibb8a59fd4e08bc736494c7ab18e689a55f7a98dc
2022-11-21Fix: when collected telemetry data are brokenViliam Luc1-6/+6
Signed-off-by: Viliam Luc <vluc@cisco.com> Change-Id: Ibf9cf8d56fcddd3d83f25294dffaac7449bf3088
2022-11-07telemetry: small fixesViliam Luc2-38/+35
- removed remnant debugging code + fix compatibility with Metric naming convention + fix failures when perf-stat command returns wrong data + better handling when perf-stat command fails Signed-off-by: Viliam Luc <vluc@cisco.com> Change-Id: I23a064ed09c8cf0394abb5306fb04f4e33c20aa4
2022-09-28telemetry: linux telemetry with perf-statViliam Luc6-10/+133
Signed-off-by: Viliam Luc <vluc@cisco.com> Change-Id: I17ced17a309cc0ac21c5fc94e570c89a456339e2
2022-06-29feat(telemetry): print executed command in vppctlVratko Polak1-0/+1
The vpp bundle does that, so this will make the outputs more similar. Change-Id: Iadad9b683d90b7bdd672ed3f51bce9f57f652eaa Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2022-06-28feat(telemetry): ReworkPeter Mikus1-0/+424
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I0a84ce88b318c488ba2d519b20237c88b9f9f1e6
2022-06-14fix(pylint): Some quick pylintsPeter Mikus3-17/+16
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: Iba133914882485191ad962e36fae70b6fda0af98
2022-04-19telemetry: convert openmetrics to readable outputViliam Luc1-1/+42
Signed-off-by: Viliam Luc <vluc@cisco.com> Change-Id: I4b12f8e49a473ff54ca30d9ed3f02798136c6971
2022-04-04telemetry: error message handling part2Viliam Luc4-10/+25
Signed-off-by: Viliam Luc <vluc@cisco.com> Change-Id: I4d8de4e6ccff25c0c1dcf66c192c56710939bf7d
2022-03-31telemetry: fix Linux bundlesViliam Luc2-3/+4
Signed-off-by: Viliam Luc <vluc@cisco.com> Change-Id: I71c795c211652f353d3afd81908d04969dd3e067
2022-03-31telemetry: error message handlingViliam Luc3-15/+70
Change-Id: I3bc07072337d45ff24acfbb75cced3b0b052b6f5 Signed-off-by: Viliam Luc <vluc@cisco.com>
2021-12-22feat(telemetry): show hardwarepmikus1-58/+0
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I0c0bf055e5963ac794f66cce9d5d45bb628facee
2021-06-24Metrics: Fix timestamps, they were not epochVratko Polak1-5/+11
Library documentation [0] says this about monotonic(): The reference point of the returned value is undefined, so that only the difference between the results of two calls is valid. Switching to time(). [0] https://docs.python.org/3/library/time.html Change-Id: Ia7ef8d89119f7dc72619cac44b213611163ff054 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2021-05-28Framework: Telemetry retakepmikus8-0/+1621
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I2f019a083916aec9f7816266f6ad5b92dcc31fa0