Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Measure CPU/memory usage of child processes #289

Open
ekisu opened this issue Dec 29, 2024 · 0 comments
Open

Measure CPU/memory usage of child processes #289

ekisu opened this issue Dec 29, 2024 · 0 comments

Comments

@ekisu
Copy link

ekisu commented Dec 29, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant