Hello,
I'm running ESRally against an existing (test/staging) cluster (whose traffic I can stop if needed for the benchmark duration) and I would like to compare the resulting benchmark against a new, empty cluster. I'm using --pipeline=benchmark-only
in both cases, but the Index time metrics (cumulative indexing time, etc) are not comparable.
My understanding is that this is because the old cluster has been running for quite some time now, and ESRally fetches the Index time metrics only once, at the end of the benchmark, for all indices, including those which have not been modified by the benchmark. Is this correct?
Is there a way to configure Rally so that it either:
- Displays only the difference between start and end values for all metrics
- Collect metrics only for the indices the track uses ?
That would help me getting comparable results, I think.
If I request the index stats API manually on each cluster, for the index the track works on, I get figures that looks comparable to me. Can you confirm this is the method I should use if Rally doesn't support it natively?
Thank you very much!