usertools: add file-prefix option for telemetry
authorKevin Laatz <kevin.laatz@intel.com>
Tue, 16 Feb 2021 11:50:08 +0000 (11:50 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 25 Mar 2021 16:53:10 +0000 (17:53 +0100)
commit2d9a697e41cab732f4e081744f39d7f6ad0df3ce
tree410ca739a8059fa90cc05c14fb601eca4c3c8b16
parent21af783a3075efdc4e22cd0bcc582677e3ab3661
usertools: add file-prefix option for telemetry

Currently the dpdk-telemetry.py script connects to all running DPDK apps
consecutively. With the addition of this file-prefix argument, we can limit
the amount of information returned providing improved consumability and
precision to the user.

Signed-off-by: Kevin Laatz <kevin.laatz@intel.com>
Reviewed-by: Bruce Richardson <bruce.richardson@intel.com>
Tested-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>
usertools/dpdk-telemetry.py