-
Notifications
You must be signed in to change notification settings - Fork 4
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
research: Load and Stress Testing for Grid-Proxy #610
Comments
17-11-2024created script which used locally using vegeta pkg
TODO:
|
Update:Prometheus --> resource utilization already each node has node exporter could be monitored from Grafana since tests can be running on different machine pprof --> need to modify in the server, not compatible with the mux server we are using, can be added in the upcoming refactoring of the api |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The goal is to perform stress and load testing (give the priority to the load testing) on the grid-proxy. Stress and load testing are crucial to ensure the service can handle high traffic and maintain optimal performance under different scenarios.
Goals
Test Scenarios
Scenario 1: Peak Load
Scenario 2: Concurrent Connections
Scenario 3: Resource Utilization
... xD
Tooling Suggestions
To achieve the goals outlined above, the following tooling is recommended:
Load Testing Tool:
Monitoring and Profiling:
Automation:
The text was updated successfully, but these errors were encountered: