> -----Original Message----- > From: Laatz, Kevin > Sent: Thursday, October 11, 2018 9:59 AM > To: [email protected] > Cc: Van Haaren, Harry <[email protected]>; > [email protected]; [email protected]; [email protected]; > [email protected]; [email protected]; Richardson, Bruce > <[email protected]>; Ciara Power <[email protected]>; Brian > Archbold <[email protected]>; Laatz, Kevin <[email protected]> > Subject: [PATCH v4 12/13] usertools: add client python script for telemetry > > From: Ciara Power <[email protected]> > > 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 <[email protected]> > Signed-off-by: Brian Archbold <[email protected]> > Signed-off-by: Kevin Laatz <[email protected]> > ---
Acked-by: Harry van Haaren <[email protected]>

