esperf
esperf copied to clipboard
Support Index API
Suggest to support load test of Index data,and could help create test data automatic.
Hi @liaoyanyunde
Could you please provide us with an example of an index call that would be useful to yo (including HTTP method)?
Sorry, I didn't reply because I was busy these two days。
I think load test of index data cannot just measure the performence of one index call. we shoud conside client num、doc num、index num、duration time,and These will involve circular requests(index call)。
There's an open source project "https://github.com/logzio/elasticsearch-stress-test", its code by python and metrics are simple,but I think The idea is referable.
In other way ,I think load test of query call also should Considering the concurrent too.