habitat
habitat copied to clipboard
Healthcheck Performance Testing
Tests with the following configuration should be setup:
- Run a specified version of habitat
- Start 15 services consisting of:
- A simple
run
hook - A simple
healthcheck
hook
- A simple
- The
healthcheck
hook interval should be configurable via an environment variable - Metrics should be reported to datadog
- Total CPU/memory usage
- Per process CPU/memory usage
- The test should run on linux and windows
Just want to point out that we should definitely use a bash hook for linux and not a single powershell hook that can be shared on both platforms. Otherwise we add extra bloat to the everyday linux use case.
we should definitely use a bash hook for linux and not a single powershell hook
Agreed, although it would be interesting to compare bash and powershell and powershell on linux and windows.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. We value your input and contribution. Please leave a comment if this issue still affects you.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. We value your input and contribution. Please leave a comment if this issue still affects you.