-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow to measure create/restore snapshot speed (#1013)
With this commit we add the ability to measure throughput (in byte/s) of the create snapshot and restore snapshot operations (the latter is piggybacked on shard recovery in Elasticsearch). To have Rally report the actual throughput of the server-side operation, the respective runners don't take the response time of Elasticsearch into account but rather how long the operation actually took. We also provide additional meta-data how many bytes have been snapshotted / recovered. All this let's us calculate the throughput in byte/s which is more meaningful than the actual response time of the request.
- Loading branch information
1 parent
6961f87
commit 9f73d5d
Showing
7 changed files
with
364 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.