Skip to content

Instantly share code, notes, and snippets.

@mdelaney
Last active September 12, 2016 22:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdelaney/b710fb3d25fabf7818f471bd4abe70a5 to your computer and use it in GitHub Desktop.
Save mdelaney/b710fb3d25fabf7818f471bd4abe70a5 to your computer and use it in GitHub Desktop.
Example track for ES Rally
------------------------------------------------------
_______ __ _____
/ ____(_)___ ____ _/ / / ___/_________ ________
/ /_ / / __ \/ __ `/ / \__ \/ ___/ __ \/ ___/ _ \
/ __/ / / / / / /_/ / / ___/ / /__/ /_/ / / / __/
/_/ /_/_/ /_/\__,_/_/ /____/\___/\____/_/ \___/
------------------------------------------------------
| Metric | Value |
|-----------------------------------------:|----------:|
| Min Indexing Throughput [docs/s] | 16258 |
| Median Indexing Throughput [docs/s] | 17144.5 |
| Max Indexing Throughput [docs/s] | 17739 |
| Indexing time [min] | 93.1419 |
| Merge time [min] | 30.4437 |
| Refresh time [min] | 1.79742 |
| Flush time [min] | 1.12073 |
| Merge throttle time [min] | 0.563917 |
| Query latency 2_a (90.0 percentile) [ms] | 591.176 |
| Query latency 2_a (99.0 percentile) [ms] | 1441.94 |
| Query latency 2_a (100 percentile) [ms] | 1606.71 |
| Query latency 2_b (90.0 percentile) [ms] | 446.304 |
| Query latency 2_b (99.0 percentile) [ms] | 495.317 |
| Query latency 2_b (100 percentile) [ms] | 571.277 |
| Query latency 2_c (90.0 percentile) [ms] | 3342.52 |
| Query latency 2_c (99.0 percentile) [ms] | 3820.33 |
| Query latency 2_c (100 percentile) [ms] | 4048.23 |
| Query latency 2_d (90.0 percentile) [ms] | 2651.61 |
| Query latency 2_d (99.0 percentile) [ms] | 2833.7 |
| Query latency 2_d (100 percentile) [ms] | 2953.94 |
| Median CPU usage (index) [%] | 1513.8 |
| Median CPU usage (search) [%] | 107.9 |
| Total Young Gen GC [s] | 95.719 |
| Total Old Gen GC [s] | 8.764 |
| Index size [GB] | 7.22774 |
| Totally written [GB] | 72.1656 |
| Heap used for segments [MB] | 35.0643 |
| Heap used for doc values [MB] | 0.805763 |
| Heap used for terms [MB] | 31.4182 |
| Heap used for norms [MB] | 0.0166016 |
| Heap used for stored fields [MB] | 2.82375 |
| Segment count | 68 |
{
"meta": {
"short-description": "VI benchmark",
"description": "",
"data-url": ""
},
"indices": [
{
"name": "test_benchmark",
"types": [
{
"name": "video",
"mapping": "mappings.json",
"documents": "documents.json.bz2",
"document-count": 221559523,
"compressed-bytes": 880218733,
"uncompressed-bytes": 427629207483
}
]
}
],
"operations": [
{
"name": "index-append",
"type": "index",
"index-settings": {
"index.number_of_replicas": 0,
"index.number_of_shards": 1
},
"bulk-size": 5000,
"force-merge": true,
"clients": {
"count": 16
}
},
{
"name": "run-searches",
"type": "search",
"warmup-iterations": 10,
"iterations": 200,
"clients": {
"count": 1
},
"queries": [
{
"name": "my-query",
"body": {
// INSERT QUERY BODY HERE
}
}
]
}
],
"challenges": [
{
"name": "append-no-conflicts",
"description": "",
"schedule": [
"index-append",
"run-searches"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment