Re: [dpdk-dev] [PATCH v1] usertools/telemetry: add non-interactive mode

2021-09-15 Thread David Hunt
On 15/9/2021 11:49 AM, Power, Ciara wrote: Hi Dave, -Original Message- From: Richardson, Bruce Sent: Monday 13 September 2021 11:54 To: Hunt, David Cc: dev@dpdk.org; Power, Ciara Subject: Re: [dpdk-dev] [PATCH v1] usertools/telemetry: add non-interactive mode On Mon, Sep 13, 2021

Re: [dpdk-dev] [PATCH v1] usertools/telemetry: add non-interactive mode

2021-09-15 Thread Power, Ciara
Hi Dave, >-Original Message- >From: Richardson, Bruce >Sent: Monday 13 September 2021 11:54 >To: Hunt, David >Cc: dev@dpdk.org; Power, Ciara >Subject: Re: [dpdk-dev] [PATCH v1] usertools/telemetry: add non-interactive >mode > >On Mon, Sep 13, 2021 at 11:43:2

Re: [dpdk-dev] [PATCH v1] usertools/telemetry: add non-interactive mode

2021-09-13 Thread Bruce Richardson
On Mon, Sep 13, 2021 at 11:43:25AM +0100, Bruce Richardson wrote: > On Thu, Sep 09, 2021 at 04:56:25PM +0100, David Hunt wrote: > > Add non-interactive mode to dpdk-telemetry.py so that a query string > > can be supplied on the command line, and script dumps out data and > > exits. Handing for call

Re: [dpdk-dev] [PATCH v1] usertools/telemetry: add non-interactive mode

2021-09-13 Thread Bruce Richardson
On Thu, Sep 09, 2021 at 04:56:25PM +0100, David Hunt wrote: > Add non-interactive mode to dpdk-telemetry.py so that a query string > can be supplied on the command line, and script dumps out data and > exits. Handing for calling from scripts. > > Signed-off-by: David Hunt > --- Hi Dave, I'm not

[dpdk-dev] [PATCH v1] usertools/telemetry: add non-interactive mode

2021-09-09 Thread David Hunt
Add non-interactive mode to dpdk-telemetry.py so that a query string can be supplied on the command line, and script dumps out data and exits. Handing for calling from scripts. Signed-off-by: David Hunt --- usertools/dpdk-telemetry.py | 22 ++ 1 file changed, 14 insertions(+)