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: Add memory column #205

Closed themartdev closed 4 months ago

themartdev commented 4 months ago

I think psutil is a useful dependency to add, it opens up a lot of doors for cross-platform process instrumentation. We could potentially add think like CPU percentage and such. (although I'm not sure if it would make sense to squeeze CPU% in there)

Fixes #204

sonarcloud[bot] commented 4 months ago

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

themartdev commented 4 months ago

How do you fix the nix build? I'm not familiar with it :thinking:

F1bonacc1 commented 4 months ago

How do you fix the nix build? I'm not familiar with it 🤔

I will take care of that once I merge.

F1bonacc1 commented 4 months ago

Squashed and Merged, thanks again!!! ❤️