Skip to content

Expose counter information in profiler-cli #6040

@canova

Description

@canova

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

Metadata

Metadata

Assignees

Labels

cliIssues related to the profiler CLI
No fields configured for Feature.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions