[dpdk-dev] [PATCH] lib/telemetry: add support to fetch global metrics
Laatz, Kevin
kevin.laatz at intel.com
Fri May 31 14:41:56 CEST 2019
On 17/05/2019 17:07, Reshma Pattan wrote:
> telemetry has support for fetching port based stats
> from metrics library.
>
> Metrics library also has global stats which are
> not fetched by telemetry, so extend telemetry to
> fetch the global metrics.
>
> Signed-off-by: Reshma Pattan <reshma.pattan at intel.com>
> ---
> doc/guides/howto/telemetry.rst | 9 +-
> doc/guides/rel_notes/release_19_08.rst | 5 +
> lib/librte_telemetry/rte_telemetry.c | 119 ++++++++++++----
> lib/librte_telemetry/rte_telemetry_internal.h | 31 ++++-
> lib/librte_telemetry/rte_telemetry_parser.c | 130 +++++++++++++++---
> usertools/dpdk-telemetry-client.py | 13 +-
> 6 files changed, 253 insertions(+), 54 deletions(-)
Looks good to me, thanks!
Acked-by: Kevin Laatz <kevin.laatz at intel.com>
More information about the dev
mailing list