Re: [PATCH v8 5/5] eal: add lcore usage telemetry endpoint

2023-02-06 Thread fengchengwen
On 2023/2/6 16:24, Robin Jarry wrote: > fengchengwen, Feb 06, 2023 at 04:27: >> The telemetry should be human-readable also. >> >> so why not "/eal/lcore/usage": { >>     "lcore_4" : { >>     "total_cycles" : xxx >>     "busy_cycles" : xxx >>     "busy/total ratio" : "xx%" >>     }, >>

Re: [PATCH v8 5/5] eal: add lcore usage telemetry endpoint

2023-02-06 Thread Robin Jarry
fengchengwen, Feb 06, 2023 at 04:27: The telemetry should be human-readable also. so why not "/eal/lcore/usage": { "lcore_4" : { "total_cycles" : xxx "busy_cycles" : xxx "busy/total ratio" : "xx%" }, "lcore_5" : { "total_cycles" : yyy "busy_cyc

Re: [PATCH v8 5/5] eal: add lcore usage telemetry endpoint

2023-02-05 Thread fengchengwen
Hi Robin, On 2023/2/2 21:43, Robin Jarry wrote: > Allow fetching CPU cycles usage for all lcores with a single request. > This endpoint is intended for repeated and frequent invocations by > external monitoring systems and therefore returns condensed data. > > It consists of a single dictionary w

RE: [PATCH v8 5/5] eal: add lcore usage telemetry endpoint

2023-02-02 Thread Morten Brørup
> From: Robin Jarry [mailto:rja...@redhat.com] > Sent: Thursday, 2 February 2023 14.43 > > Allow fetching CPU cycles usage for all lcores with a single request. > This endpoint is intended for repeated and frequent invocations by > external monitoring systems and therefore returns condensed data.