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

Ability to see process memory footprint #204

Closed
themartdev opened this issue Jul 20, 2024 · 3 comments
Closed

Ability to see process memory footprint #204

themartdev opened this issue Jul 20, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@themartdev
Copy link
Contributor

Feature Request

I would like to be able to see the memory footprint of running processes.

Use Case:

I want to use process-compose to assist local development of microservices. Sometimes I need several non-dockerized services running at the same time, and seeing memory footprint of individual processes would be a big help to me.

Proposed Change:

Add a memory column in the TUI

Who Benefits From The Change(s)?

People running long processes like APIs with a considerable memory footprint.

Alternative Approaches

@themartdev
Copy link
Contributor Author

themartdev commented Jul 20, 2024

I have a simple implementation in local, if you think this feature can be added I can tidy it up and make a PR
image

@F1bonacc1
Copy link
Owner

Hey @themartdev,
That's a great proposal and I've been considering it for some time now, but unfortunately couldn't find a cross-platform way to implement it.

A PR would be more than welcome if you found something that works!

@F1bonacc1 F1bonacc1 added the enhancement New feature or request label Jul 22, 2024
@F1bonacc1
Copy link
Owner

Merged into v1.9.0

Thanks @themartdev!

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

Successfully merging a pull request may close this issue.

2 participants