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

Feature: Add nanocl stats command to support multiple process monitoring #1144

Open
leon3s opened this issue Nov 4, 2024 · 0 comments
Open
Labels
cli Include change in `bin/nanocl` enhancement New feature or request good first issue Good for newcomers

Comments

@leon3s
Copy link
Member

leon3s commented Nov 4, 2024

Is your feature request related to a problem? Please describe.
Currently, there is no nanocl stats command available, making it difficult for developers to monitor resource usage (e.g., CPU, memory) of processes managed by Nanocl. This can be a significant gap for those who need real-time insight into the performance and resource consumption of multiple processes.

Describe the solution you'd like
Implement a nanocl stats command that can display real-time resource usage for specified processes. This command should accept multiple process names as arguments, allowing usage such as nanocl stats my-process my-second-process, with combined resource statistics output for all specified processes.

Describe alternatives you've considered

  • Using external monitoring tools that may not be tightly integrated with Nanocl, adding setup complexity.
  • Manually checking resource consumption per process using system tools like top or htop, which lacks process-specific integration within Nanocl.

Additional context
Adding a nanocl stats command would greatly enhance the ability to monitor and manage the performance of services within the Nanocl ecosystem. This feature would provide a streamlined way for developers to get real-time metrics on multiple processes, supporting better optimization and troubleshooting efforts.

@leon3s leon3s added enhancement New feature or request good first issue Good for newcomers cli Include change in `bin/nanocl` labels Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Include change in `bin/nanocl` enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant