Currently there is no way to show the counter information like memory, bandwidth, process CPU etc. in the profiler CLI. It would be good to have a way to see the counter information, so for example, we can check which areas use more memory.
I didn't think about it too in depth yet, but the cli could contain commands like:
profiler-cli counter list # List all counters with one-line summaries
profiler-cli counter info <handle> # Detailed info for one counter (e.g. c-0) with additional stats
profiler-cli counter samples <handle> # Per-sample values within current zoom
It would be good to also show the counters inside pq profile info with their handle and we probably need to update pq guide as well. And ideally it should use the counter schema as much as possible for things like the name, type, tooltip information etc.
┆Issue is synchronized with this Jira Task
Currently there is no way to show the counter information like memory, bandwidth, process CPU etc. in the profiler CLI. It would be good to have a way to see the counter information, so for example, we can check which areas use more memory.
I didn't think about it too in depth yet, but the cli could contain commands like:
It would be good to also show the counters inside
pq profile infowith their handle and we probably need to updatepq guideas well. And ideally it should use the counter schema as much as possible for things like the name, type, tooltip information etc.┆Issue is synchronized with this Jira Task