jacek-kurlit / pik

Process Interactive Kill
https://crates.io/crates/pik
MIT License
184 stars 6 forks source link

Feature: add memory and cpu consumption columns #74

Open grouzen opened 2 months ago

grouzen commented 2 months ago

One of my common use cases is finding a process that leaks memory or is greedy for CPU resources. So it would be nice to be able to add sorting by MEM/CPU consumption.

jacek-kurlit commented 2 months ago

That would be useful but I'm using sysinfo crate under the hood and in order to get CPU usage a couple of refresh must be performed. Therefore this https://github.com/jacek-kurlit/pik/issues/26 must be resolved before

grouzen commented 2 months ago

I got it! I think implementing a confirmation dialog is a good thing.