Stress testing queries

2014-01-30 Thread Josh Harrison
Are there any decent ES specific stress testing tools out there that would allow me to test what kinds of simultaneous load my cluster can handle with concurrent users making queries? Searched around a bit and didn't see anything. Figured I'd ask before I come up with a test approach of my own!

Re: Stress testing queries

2014-01-30 Thread joergpra...@gmail.com
Just a few questions, because I'm also interested in load testing. What kind of stress do you think of? Random data? Wikipedia? Logfiles? Just query? What about indexing? And what client? Java? Other script languages? How should the cluster be configured, one node? two or more nodes? Index

Re: Stress testing queries

2014-01-30 Thread Josh Harrison
In our case, we're just interested in query stress testing. We've got a web app that queries our indexes that are organized based on weeks of the year, with a bunch of aliases making it so specific portions of the data can be reached easily. Questions about scaling the app have come up. In our

Re: Stress testing queries

2014-01-30 Thread Josh Harrison
I think a basic tool that is relatively independent of cluster specifics could be pretty useful. I'm imagining a tool that allows you to do load testing against any cluster you point it at to: Test indexing by selecting the complexity of data objects you're interested in - ie, create X test