[Feature Request] Apply process filter to other charts
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?
That's a very cool idea, I will look into it
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 "$!"
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