Skip to content

[Feature Request] Apply process filter to other charts #154

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

Open
alshdavid opened this issue Nov 22, 2024 · 2 comments
Open

[Feature Request] Apply process filter to other charts #154

alshdavid opened this issue Nov 22, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@alshdavid
Copy link

When using a filter in the process list, is it possible to only show the usage for the filtered processes in the other charts?

For instance, if I filter for my-app, the cpu/mem chart excludes other processes and only shows the utilization for the processes that apply to the filter for?

@bvaisvil
Copy link
Owner

That's a very cool idea, I will look into it

@bvaisvil bvaisvil self-assigned this Nov 24, 2024
@bvaisvil bvaisvil added the enhancement New feature or request label Nov 24, 2024
@alshdavid
Copy link
Author

alshdavid commented Apr 9, 2025

On this same thread, it would be cool if you could launch Zenith with a filter or target PID

# Filter by name
node ./index.js &
zenith --filter "node ./index.js"

# Or by PID
node ./index.js &
zenith --pid "$!"

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

No branches or pull requests

2 participants