> -----Original Message----- > From: Laatz, Kevin > Sent: Thursday, October 11, 2018 9:59 AM > To: dev@dpdk.org > Cc: Van Haaren, Harry <harry.van.haa...@intel.com>; > step...@networkplumber.org; gaetan.ri...@6wind.com; shreyansh.j...@nxp.com; > tho...@monjalon.net; mattias.ronnb...@ericsson.com; Richardson, Bruce > <bruce.richard...@intel.com>; Ciara Power <ciara.po...@intel.com>; Brian > Archbold <brian.archb...@intel.com>; Laatz, Kevin <kevin.la...@intel.com> > Subject: [PATCH v4 12/13] usertools: add client python script for telemetry > > From: Ciara Power <ciara.po...@intel.com> > > 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.po...@intel.com> > Signed-off-by: Brian Archbold <brian.archb...@intel.com> > Signed-off-by: Kevin Laatz <kevin.la...@intel.com> > ---
Acked-by: Harry van Haaren <harry.van.haa...@intel.com>