zenith icon indicating copy to clipboard operation
zenith copied to clipboard

[Feature Request] Apply process filter to other charts

Open alshdavid opened this issue 1 year ago • 3 comments

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?

alshdavid avatar Nov 22 '24 03:11 alshdavid

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

bvaisvil avatar Nov 22 '24 22:11 bvaisvil

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 "$!"

alshdavid avatar Apr 09 '25 02:04 alshdavid

Hey, no pressure just wondering if any progress has been made with this feature? I was doing a demo at work the other day and someone asked me what the process monitor (zenith) I was using was quickly followed up with "can you filter the usage graphs by process?"

Haha, reminded me that I asked this

alshdavid avatar May 18 '25 10:05 alshdavid