usertools: add client script for telemetry
authorCiara Power <ciara.power@intel.com>
Sat, 27 Oct 2018 09:17:49 +0000 (10:17 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sat, 27 Oct 2018 13:21:38 +0000 (15:21 +0200)
commitd1b94da4a4e03e1f90a1980fecca9d430d54221e
tree4f85570d77d7b36e64d3d89d60e2a29a88016444
parent57ae0ec6262076788b8b9acd4ed1527c3655f9a9
usertools: add client script for telemetry

This patch adds a python script which can be used as a demo
client. The script is interactive and will allow the user to
register, request statistics, and unregister.

To run the script, an argument for the client file path must
be passed in: "python telemetry_client.py <file_path>".

This script is useful to see how the Telemetry API for DPDK
is used, and how to make the initial connection.

Signed-off-by: Ciara Power <ciara.power@intel.com>
Signed-off-by: Brian Archbold <brian.archbold@intel.com>
Signed-off-by: Kevin Laatz <kevin.laatz@intel.com>
Acked-by: Harry van Haaren <harry.van.haaren@intel.com>
MAINTAINERS
usertools/dpdk-telemetry-client.py [new file with mode: 0644]