opensearch-project / opensearch-benchmark

OpenSearch Benchmark - a community driven, open source project to run performance tests for OpenSearch
https://opensearch.org/docs/latest/benchmark/
Apache License 2.0
111 stars 77 forks source link

Ability to scale and ramp up throughput with OSB #373

Open IanHoang opened 1 year ago

IanHoang commented 1 year ago

Is your feature request related to a problem? Please describe. To better simulate customer experiences, OSB should include a mechanism that scales up throughput during a test.

Describe the solution you'd like OSB should incorporate a feature that autoscales the number of clients to produce more throughput.

Describe alternatives you've considered

Additional context

AkshathRaghav commented 1 year ago

@IanHoang I have a question about this. Is this meant to help during execution or creation of a workload? Does #403 help in this?

IanHoang commented 12 months ago

This is more for execution of the workload. This is separate from #403

wbeckler commented 7 months ago

Some ideas for how to scale the client in order to do load testing are here: https://github.com/opensearch-project/opensearch-clients/issues/27