You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the CPU/memory usage displayed on the TUI only considers the spawned process, but does not consider the usage of their spawned subprocesses. It would be nice if the combined CPU/memory usage was shown instead.
Use Case:
In my case, I use just to run the actual processes I need. I could imagine this also being useful for some servers that spawn subprocesses eg. nginx
Proposed Change:
Sum the usages of the spawned process and all its subprocesses; and display those on the TUI
Who Benefits From The Change(s)?
--
Alternative Approaches
Aside from looking at htop/similar tools, none really
The text was updated successfully, but these errors were encountered:
Feature Request
Right now, the CPU/memory usage displayed on the TUI only considers the spawned process, but does not consider the usage of their spawned subprocesses. It would be nice if the combined CPU/memory usage was shown instead.
Use Case:
In my case, I use just to run the actual processes I need. I could imagine this also being useful for some servers that spawn subprocesses eg. nginx
Proposed Change:
Sum the usages of the spawned process and all its subprocesses; and display those on the TUI
Who Benefits From The Change(s)?
--
Alternative Approaches
Aside from looking at htop/similar tools, none really
The text was updated successfully, but these errors were encountered: