amanusk / s-tui

Terminal-based CPU stress and monitoring utility
https://amanusk.github.io/s-tui/
GNU General Public License v2.0
4.06k stars 140 forks source link

FR: Show top cpu using processes #108

Closed gerroon closed 5 years ago

gerroon commented 5 years ago

Hi

It would be nice if the app can also show top couple apps using most of the cpus, say if the cpu usage goes above certain range.

Sure I can fire top or htop but would not be much easier and realtime if this is implemented?

thanks

amanusk commented 5 years ago

Hi @gerroon , it should not be too complicated to add the most power hungry process, but there are plenty of programs that do process monitoring already.

The idea is for s-tui to be something similar to the Inter Power gadget for linux, more of a stress-test/benchmarking tool

gerroon commented 5 years ago

thanks