Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should summarize have way of specifying which columns to emit? #105

Open
michaelwoerister opened this issue Jan 9, 2020 · 1 comment
Open

Comments

@michaelwoerister
Copy link
Member

There's lots of information that is interesting for investigating certain performance issues (e.g. #67) but that might be considered unnecessary clutter in the default case.

Maybe summarize should have an option to specify which columns are emitted in which order, like lsblk's -o option.

Having a way of filtering the output would lower the bar for adding new columns for less common cases.

The alternative is to provide no filtering and let downstream tools (like perf.rlo) take care of only processing the needed information.

@wesleywiser
Copy link
Member

It would also be great to have the ability to do custom sorting of results by an argument. We'll also likely want the ability to drill down into a particular query and see all instances of it with the corresponding query keys.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants