F1bonacc1 / process-compose

Process Compose is a simple and flexible scheduler and orchestrator to manage non-containerized applications.
https://f1bonacc1.github.io/process-compose/
Apache License 2.0
1.34k stars 52 forks source link

Feat: show system resource usage #254

Closed kran6a closed 1 month ago

kran6a commented 2 months ago

Feature Request

Show overall system resource usage on this section of the TUI.

image

The resource usage should show how many resources are used by processes managed by process-compose, how many resources are used by other processes and how many resources are available.

Use Case:

Being able to view the aggregated resource usage and capacity without having to use the keyboard to close the TUI, open htop then closing htop and opening the TUI again.

Who Benefits From The Change(s)?

I believe most power users out there would consider it a nice QoL change.

Alternative Approaches

Closing the process-compose TUI, opening htop then closing htop and opening the TUI again.

F1bonacc1 commented 1 month ago

Added in v1.34