JDK17 对es带来的性能提升基准测试报告
测试JDK17 对es的提升网传说JDK17各方面(尤其是G1垃圾回收器,低延迟,高吞吐量)都有比较不错的提升。JDK17提升相关介绍:https://blog.csdn.net/best_luxi/article/details/121768142ES和lucene都是使用Java语言开发的。它们都运行在JVM虚拟机上,JDK的进步一定程度上提升es的性能。基于这个点,对JDK1.8和JDK17
说明
本文不涉及到工具如何使用的介绍。只有测试结论,以及全部的测试结果,测试过程。
测试需求
网传说JDK17各方面(尤其是G1垃圾回收器,低延迟,高吞吐量)都有比较不错的提升。
JDK17提升相关介绍:https://blog.csdn.net/best_luxi/article/details/121768142
ES和lucene都是使用Java语言开发的。它们都运行在JVM虚拟机上,JDK的进步一定程度上提升es的性能。基于这个点,对JDK1.8和JDK17做一个对比。
测试工具
使用es官方的EsRally压测工具来压测集群。esrally 是 elastic 官方开源的一款基于 python3 实现的针对 es 的压测工具,源码地址为https://github.com/elastic/rally,
相关博客介绍在这里。esrally主要功能如下:
1、自动创建、压测和销毁 es 集群
2、可分 es 版本管理压测数据和方案
3、完善的压测数据展示,支持不同压测之间的数据对比分析,也可以将数据存储到指定的es中进行二次分析
4、支持收集 JVM 详细信息,比如内存、GC等数据来定位性能问题
环境介绍
单台机器三个节点压测,切换不同版本的JDK,垃圾回收器使用G1。
集群规模 | 总内存 | ES | 堆内存 | 垃圾回收器 | 对比JDK版本 | 磁盘 | CPU |
---|---|---|---|---|---|---|---|
单台机器,三个节点组成集群 | 376G | 6.8.0 | 每个节点31G | G1 | JDK1.8 -VS- JDK17 | 每个节点写一块盘,每块盘1.8T,磁盘类型为SSD | Intel® Xeon® Silver 4210R CPU @ 2.40GHz 40核心 |
测试场景
测试主要覆盖以下三个场景,包括 pmc、noaa、percolator,以上三个场景是压测工具esrally中的说法,它对应的是编写好的测试用例,和提供好的测试数据。
测试场景 | 场景说明 | |
---|---|---|
pmc | 里边包含了 search 、term 、 match_phrase 、 date_histogram 、 match_all 的滚动查询 | |
noaa | range范围查询,term+range,range + agg, range + sort, range + sort + agg(多层agg) date_histogram ,aggs terms | |
percolator | query 相关 |
测试结果汇总
写入性能
整理上来看,写入性能略有提升。
测试场景(写) | JDK1.8 | JDK17 | 提升 | 说明 |
---|---|---|---|---|
pmc | 74.9166 min | 72.6961 min | 3% | 这里是记录的写相同的数据使用的时间,测试数据是取多轮结果的均值 |
noaa | 41.7912 min | 38.5719 min | 7% | 这里是记录的写相同的数据使用的时间,测试数据是取多轮结果的均值 |
percolator | 1.52436 min | 1.3835 min | 9% | 这里是记录的写相同的数据使用的时间,测试数据是取多轮结果的均值 |
查询性能
测试场景 | JDK1.8 | JDK17 | 提升 | 说明 |
---|---|---|---|---|
term | 8.8753 ms | 8.001 ms | 9.8% | 取值指标为:100th percentile service time。也就是百分百请求成功响应结果。测试为多轮的平均值。 |
phrase | 20.2827 ms | 10.3129 ms | 49% | 取值指标为:100th percentile service time。也就是百分百请求成功响应结果。测试为多轮的平均值。 |
articles_monthly_agg_uncached | 26.1105 ms | 27.7638 ms | -6.3% | 取值指标为:100th percentile service time。也就是百分百请求成功响应结果。测试为多轮的平均值。 |
articles_monthly_agg_cached | 5.4818 ms | 3.2448 ms | 40 % | 取值指标为:100th percentile service time。也就是百分百请求成功响应结果。测试为多轮的平均值。 |
scroll | 878.66 ms | 977.17 ms | -11% | 取值指标为:100th percentile service time。也就是百分百请求成功响应结果。测试为多轮的平均值。 |
range_field_big_range | 301.483 ms | 301.60 ms | 基本没有变化 | 取值指标为:100th percentile service time。也就是百分百请求成功响应结果。测试为多轮的平均值。 |
range_field_small_range | 118.6402 | 67.3542 ms | 43% | 取值指标为:100th percentile service time。也就是百分百请求成功响应结果。测试为多轮的平均值。 |
query | 60.1175 | 58.8929 ms | 2% | 取值指标为:100th percentile service time。也就是百分百请求成功响应结果。测试为多轮的平均值。 |
高亮 | 10.5496 | 15.2228 ms | -40% | 取值指标为:100th percentile service time。也就是百分百请求成功响应结果。测试为多轮的平均值。 |
测试数据
JDK 17 + es6.8 + pmc场景 第一轮
[root@es09 ~]# esrally race --track=pmc --target-hosts=10.10.10.10:9200,10.10.10.10:9201,10.10.10.10:9202 --pipeline=benchmark-only
[INFO] Race id is [a9292a33-a87c-410d-8095-a1b8560b6a2b]
[INFO] Racing on track [pmc], challenge [append-no-conflicts] and car [‘external’] with version [6.8.0].
Running put-settings [100% done]
Running delete-index [100% done]
Running create-index [100% done]
Running check-cluster-health [100% done]
Running index-append [100% done]
Running refresh-after-index [100% done]
Running force-merge [100% done]
Running refresh-after-force-merge [100% done]
Running wait-until-merges-finish [100% done]
Running default [100% done]
Running term [100% done]
Running phrase [100% done]
Running articles_monthly_agg_uncached [100% done]
Running articles_monthly_agg_cached [100% done]
Running scroll [100% done]
Metric | Task | Value | Unit |
---|---|---|---|
Cumulative indexing time of primary shards | 73.8599 | min | |
Min cumulative indexing time across primary shards | 12.3538 | min | |
Median cumulative indexing time across primary shards | 15.0921 | min | |
Max cumulative indexing time across primary shards | 16.1241 | min | |
Cumulative indexing throttle time of primary shards | 0 | min | |
Min cumulative indexing throttle time across primary shards | 0 | min | |
Median cumulative indexing throttle time across primary shards | 0 | min | |
Max cumulative indexing throttle time across primary shards | 0 | min | |
Cumulative merge time of primary shards | 37.711 | min | |
Cumulative merge count of primary shards | 431 | ||
Min cumulative merge time across primary shards | 7.09765 | min | |
Median cumulative merge time across primary shards | 7.4894 | min | |
Max cumulative merge time across primary shards | 8.17682 | min | |
Cumulative merge throttle time of primary shards | 13.8432 | min | |
Min cumulative merge throttle time across primary shards | 2.35178 | min | |
Median cumulative merge throttle time across primary shards | 2.52672 | min | |
Max cumulative merge throttle time across primary shards | 3.777 | min | |
Cumulative refresh time of primary shards | 5.20143 | min | |
Cumulative refresh count of primary shards | 745 | ||
Min cumulative refresh time across primary shards | 0.994533 | min | |
Median cumulative refresh time across primary shards | 1.04797 | min | |
Max cumulative refresh time across primary shards | 1.07787 | min | |
Cumulative flush time of primary shards | 1.60493 | min | |
Cumulative flush count of primary shards | 48 | ||
Min cumulative flush time across primary shards | 0.1925 | min | |
Median cumulative flush time across primary shards | 0.345267 | min | |
Max cumulative flush time across primary shards | 0.383983 | min | |
Total Young Gen GC time | 2.14 | s | |
Total Young Gen GC count | 41 | ||
Total Old Gen GC time | 0 | s | |
Total Old Gen GC count | 0 | ||
Store size | 20.1879 | GB | |
Translog size | 2.68032 | GB | |
Heap used for segments | 13.0638 | MB | |
Heap used for doc values | 0.000324249 | MB | |
Heap used for terms | 11.2218 | MB | |
Heap used for norms | 0.00152588 | MB | |
Heap used for points | 0.0087986 | MB | |
Heap used for stored fields | 1.83133 | MB | |
Segment count | 5 | ||
Total Ingest Pipeline count | 0 | ||
Total Ingest Pipeline time | 0 | s | |
Total Ingest Pipeline failed | 0 | ||
error rate | index-append | 0 | % |
Min Throughput | default | 20.02 | ops/s |
Mean Throughput | default | 20.03 | ops/s |
Median Throughput | default | 20.03 | ops/s |
Max Throughput | default | 20.03 | ops/s |
50th percentile latency | default | 5.85139 | ms |
90th percentile latency | default | 6.69088 | ms |
99th percentile latency | default | 7.9304 | ms |
100th percentile latency | default | 9.39543 | ms |
50th percentile service time | default | 5.12919 | ms |
90th percentile service time | default | 5.86536 | ms |
99th percentile service time | default | 6.63231 | ms |
100th percentile service time | default | 8.28812 | ms |
error rate | default | 0 | % |
Min Throughput | term | 20.02 | ops/s |
Mean Throughput | term | 20.03 | ops/s |
Median Throughput | term | 20.03 | ops/s |
Max Throughput | term | 20.03 | ops/s |
50th percentile latency | term | 4.56994 | ms |
90th percentile latency | term | 5.19098 | ms |
99th percentile latency | term | 5.75968 | ms |
100th percentile latency | term | 6.89428 | ms |
50th percentile service time | term | 3.86802 | ms |
90th percentile service time | term | 4.15926 | ms |
99th percentile service time | term | 4.99608 | ms |
100th percentile service time | term | 6.46242 | ms |
error rate | term | 0 | % |
Min Throughput | phrase | 20.03 | ops/s |
Mean Throughput | phrase | 20.03 | ops/s |
Median Throughput | phrase | 20.03 | ops/s |
Max Throughput | phrase | 20.03 | ops/s |
50th percentile latency | phrase | 3.90095 | ms |
90th percentile latency | phrase | 4.31383 | ms |
99th percentile latency | phrase | 5.04612 | ms |
100th percentile latency | phrase | 8.86926 | ms |
50th percentile service time | phrase | 3.0558 | ms |
90th percentile service time | phrase | 3.23401 | ms |
99th percentile service time | phrase | 4.62631 | ms |
100th percentile service time | phrase | 7.68649 | ms |
error rate | phrase | 0 | % |
Min Throughput | articles_monthly_agg_uncached | 20.02 | ops/s |
Mean Throughput | articles_monthly_agg_uncached | 20.02 | ops/s |
Median Throughput | articles_monthly_agg_uncached | 20.02 | ops/s |
Max Throughput | articles_monthly_agg_uncached | 20.03 | ops/s |
50th percentile latency | articles_monthly_agg_uncached | 10.413 | ms |
90th percentile latency | articles_monthly_agg_uncached | 14.1392 | ms |
99th percentile latency | articles_monthly_agg_uncached | 29.7243 | ms |
100th percentile latency | articles_monthly_agg_uncached | 31.2707 | ms |
50th percentile service time | articles_monthly_agg_uncached | 9.47316 | ms |
90th percentile service time | articles_monthly_agg_uncached | 13.4355 | ms |
99th percentile service time | articles_monthly_agg_uncached | 29.0287 | ms |
100th percentile service time | articles_monthly_agg_uncached | 30.1349 | ms |
error rate | articles_monthly_agg_uncached | 0 | % |
Min Throughput | articles_monthly_agg_cached | 20.02 | ops/s |
Mean Throughput | articles_monthly_agg_cached | 20.02 | ops/s |
Median Throughput | articles_monthly_agg_cached | 20.02 | ops/s |
Max Throughput | articles_monthly_agg_cached | 20.03 | ops/s |
50th percentile latency | articles_monthly_agg_cached | 2.6421 | ms |
90th percentile latency | articles_monthly_agg_cached | 3.06131 | ms |
99th percentile latency | articles_monthly_agg_cached | 3.49871 | ms |
100th percentile latency | articles_monthly_agg_cached | 4.40272 | ms |
50th percentile service time | articles_monthly_agg_cached | 1.7113 | ms |
90th percentile service time | articles_monthly_agg_cached | 1.90315 | ms |
99th percentile service time | articles_monthly_agg_cached | 2.15277 | ms |
100th percentile service time | articles_monthly_agg_cached | 3.95557 | ms |
error rate | articles_monthly_agg_cached | 0 | % |
Min Throughput | scroll | 12.54 | pages/s |
Mean Throughput | scroll | 12.57 | pages/s |
Median Throughput | scroll | 12.56 | pages/s |
Max Throughput | scroll | 12.62 | pages/s |
50th percentile latency | scroll | 988.373 | ms |
90th percentile latency | scroll | 1016.68 | ms |
99th percentile latency | scroll | 1043.46 | ms |
100th percentile latency | scroll | 1049.34 | ms |
50th percentile service time | scroll | 985.909 | ms |
90th percentile service time | scroll | 1013.08 | ms |
99th percentile service time | scroll | 1041.04 | ms |
100th percentile service time | scroll | 1046.64 | ms |
error rate | scroll | 0 | % |
[WARNING] No throughput metrics available for [index-append]. Likely cause: The benchmark ended already during warmup.
[INFO] SUCCESS (took 904 seconds)
JDK 17 + es6.8 + pmc场景 第二轮
[root@es09 ~]# esrally race --track=pmc --target-hosts=10.10.10.10:9200,10.10.10.10:9201,10.10.10.10:9202 --pipeline=benchmark-only
[INFO] Race id is [80963f39-6cec-459e-80a4-fd10fd95c9ff]
[WARNING] Could not update tracks. Continuing with your locally available state.
[WARNING] Could not update tracks. Continuing with your locally available state.
[INFO] Racing on track [pmc], challenge [append-no-conflicts] and car [‘external’] with version [6.8.0].
Running put-settings [100% done]
Running delete-index [100% done]
Running create-index [100% done]
Running check-cluster-health [100% done]
Running index-append [100% done]
Running refresh-after-index [100% done]
Running force-merge [100% done]
Running refresh-after-force-merge [100% done]
Running wait-until-merges-finish [100% done]
Running default [100% done]
Running term [100% done]
Running phrase [100% done]
Running articles_monthly_agg_uncached [100% done]
Running articles_monthly_agg_cached [100% done]
Running scroll [100% done]
Metric | Task | Value | Unit |
---|---|---|---|
Cumulative indexing time of primary shards | 71.5323 | min | |
Min cumulative indexing time across primary shards | 13.0452 | min | |
Median cumulative indexing time across primary shards | 14.5568 | min | |
Max cumulative indexing time across primary shards | 14.9076 | min | |
Cumulative indexing throttle time of primary shards | 0 | min | |
Min cumulative indexing throttle time across primary shards | 0 | min | |
Median cumulative indexing throttle time across primary shards | 0 | min | |
Max cumulative indexing throttle time across primary shards | 0 | min | |
Cumulative merge time of primary shards | 37.858 | min | |
Cumulative merge count of primary shards | 452 | ||
Min cumulative merge time across primary shards | 6.69525 | min | |
Median cumulative merge time across primary shards | 7.66472 | min | |
Max cumulative merge time across primary shards | 8.14165 | min | |
Cumulative merge throttle time of primary shards | 15.1053 | min | |
Min cumulative merge throttle time across primary shards | 2.33935 | min | |
Median cumulative merge throttle time across primary shards | 3.11728 | min | |
Max cumulative merge throttle time across primary shards | 3.457 | min | |
Cumulative refresh time of primary shards | 4.80743 | min | |
Cumulative refresh count of primary shards | 750 | ||
Min cumulative refresh time across primary shards | 0.888867 | min | |
Median cumulative refresh time across primary shards | 0.969017 | min | |
Max cumulative refresh time across primary shards | 1.0576 | min | |
Cumulative flush time of primary shards | 1.4485 | min | |
Cumulative flush count of primary shards | 49 | ||
Min cumulative flush time across primary shards | 0.205017 | min | |
Median cumulative flush time across primary shards | 0.304067 | min | |
Max cumulative flush time across primary shards | 0.342417 | min | |
Total Young Gen GC time | 1.684 | s | |
Total Young Gen GC count | 43 | ||
Total Old Gen GC time | 0 | s | |
Total Old Gen GC count | 0 | ||
Store size | 20.1871 | GB | |
Translog size | 2.62156 | GB | |
Heap used for segments | 13.056 | MB | |
Heap used for doc values | 0.000324249 | MB | |
Heap used for terms | 11.2158 | MB | |
Heap used for norms | 0.00152588 | MB | |
Heap used for points | 0.00882435 | MB | |
Heap used for stored fields | 1.82959 | MB | |
Segment count | 5 | ||
Total Ingest Pipeline count | 0 | ||
Total Ingest Pipeline time | 0 | s | |
Total Ingest Pipeline failed | 0 | ||
error rate | index-append | 0 | % |
Min Throughput | default | 20.02 | ops/s |
Mean Throughput | default | 20.03 | ops/s |
Median Throughput | default | 20.03 | ops/s |
Max Throughput | default | 20.03 | ops/s |
50th percentile latency | default | 6.67353 | ms |
90th percentile latency | default | 7.40282 | ms |
99th percentile latency | default | 8.19464 | ms |
100th percentile latency | default | 9.03686 | ms |
50th percentile service time | default | 6.04046 | ms |
90th percentile service time | default | 6.38321 | ms |
99th percentile service time | default | 7.34572 | ms |
100th percentile service time | default | 7.77082 | ms |
error rate | default | 0 | % |
Min Throughput | term | 20.03 | ops/s |
Mean Throughput | term | 20.03 | ops/s |
Median Throughput | term | 20.03 | ops/s |
Max Throughput | term | 20.03 | ops/s |
50th percentile latency | term | 3.9522 | ms |
90th percentile latency | term | 4.40202 | ms |
99th percentile latency | term | 5.60051 | ms |
100th percentile latency | term | 10.4281 | ms |
50th percentile service time | term | 3.15715 | ms |
90th percentile service time | term | 3.41572 | ms |
99th percentile service time | term | 5.02143 | ms |
100th percentile service time | term | 9.54043 | ms |
error rate | term | 0 | % |
Min Throughput | phrase | 20.03 | ops/s |
Mean Throughput | phrase | 20.03 | ops/s |
Median Throughput | phrase | 20.03 | ops/s |
Max Throughput | phrase | 20.03 | ops/s |
50th percentile latency | phrase | 3.81188 | ms |
90th percentile latency | phrase | 4.49728 | ms |
99th percentile latency | phrase | 7.08481 | ms |
100th percentile latency | phrase | 13.3173 | ms |
50th percentile service time | phrase | 2.90896 | ms |
90th percentile service time | phrase | 3.43949 | ms |
99th percentile service time | phrase | 6.07183 | ms |
100th percentile service time | phrase | 12.9395 | ms |
error rate | phrase | 0 | % |
Min Throughput | articles_monthly_agg_uncached | 20.02 | ops/s |
Mean Throughput | articles_monthly_agg_uncached | 20.02 | ops/s |
Median Throughput | articles_monthly_agg_uncached | 20.02 | ops/s |
Max Throughput | articles_monthly_agg_uncached | 20.03 | ops/s |
50th percentile latency | articles_monthly_agg_uncached | 10.2236 | ms |
90th percentile latency | articles_monthly_agg_uncached | 11.4267 | ms |
99th percentile latency | articles_monthly_agg_uncached | 25.3997 | ms |
100th percentile latency | articles_monthly_agg_uncached | 25.819 | ms |
50th percentile service time | articles_monthly_agg_uncached | 9.31745 | ms |
90th percentile service time | articles_monthly_agg_uncached | 10.672 | ms |
99th percentile service time | articles_monthly_agg_uncached | 24.5584 | ms |
100th percentile service time | articles_monthly_agg_uncached | 25.3928 | ms |
error rate | articles_monthly_agg_uncached | 0 | % |
Min Throughput | articles_monthly_agg_cached | 20.02 | ops/s |
Mean Throughput | articles_monthly_agg_cached | 20.02 | ops/s |
Median Throughput | articles_monthly_agg_cached | 20.02 | ops/s |
Max Throughput | articles_monthly_agg_cached | 20.03 | ops/s |
50th percentile latency | articles_monthly_agg_cached | 2.44867 | ms |
90th percentile latency | articles_monthly_agg_cached | 2.8025 | ms |
99th percentile latency | articles_monthly_agg_cached | 3.06041 | ms |
100th percentile latency | articles_monthly_agg_cached | 3.30295 | ms |
50th percentile service time | articles_monthly_agg_cached | 1.5404 | ms |
90th percentile service time | articles_monthly_agg_cached | 1.76709 | ms |
99th percentile service time | articles_monthly_agg_cached | 1.98021 | ms |
100th percentile service time | articles_monthly_agg_cached | 2.53415 | ms |
error rate | articles_monthly_agg_cached | 0 | % |
Min Throughput | scroll | 12.55 | pages/s |
Mean Throughput | scroll | 12.58 | pages/s |
Median Throughput | scroll | 12.57 | pages/s |
Max Throughput | scroll | 12.64 | pages/s |
50th percentile latency | scroll | 846.843 | ms |
90th percentile latency | scroll | 868.576 | ms |
99th percentile latency | scroll | 889.236 | ms |
100th percentile latency | scroll | 911.05 | ms |
50th percentile service time | scroll | 844.297 | ms |
90th percentile service time | scroll | 866.044 | ms |
99th percentile service time | scroll | 886.51 | ms |
100th percentile service time | scroll | 907.71 | ms |
error rate | scroll | 0 | % |
[WARNING] No throughput metrics available for [index-append]. Likely cause: The benchmark ended already during warmup.
[INFO] SUCCESS (took 1045 seconds)
JDK 1.8 + es6.8 + pmc场景 第一轮
[root@es09 ~]# esrally race --track=pmc --target-hosts=10.10.10.10:9200,10.10.10.10:9201,10.10.10.10:9202 --pipeline=benchmark-only
____ ____
/ __ ____ / / / __
/ // / __ `/ / / / / /
/ , / // / / / // /
// ||_,///_, /
/____/
[INFO] Race id is [24598e6e-e881-453b-b65d-4a81c01a7ff3]
[WARNING] Could not update tracks. Continuing with your locally available state.
[INFO] Racing on track [pmc], challenge [append-no-conflicts] and car [‘external’] with version [6.8.0].
Running put-settings [100% done]
Running delete-index [100% done]
Running create-index [100% done]
Running check-cluster-health [100% done]
Running index-append [100% done]
Running refresh-after-index [100% done]
Running force-merge [100% done]
Running refresh-after-force-merge [100% done]
Running wait-until-merges-finish [100% done]
Running default [100% done]
Running term [100% done]
Running phrase [100% done]
Running articles_monthly_agg_uncached [100% done]
Running articles_monthly_agg_cached [100% done]
Running scroll [100% done]
Metric | Task | Value | Unit |
---|---|---|---|
Cumulative indexing time of primary shards | 75.6648 | min | |
Min cumulative indexing time across primary shards | 14.7586 | min | |
Median cumulative indexing time across primary shards | 14.8591 | min | |
Max cumulative indexing time across primary shards | 15.8476 | min | |
Cumulative indexing throttle time of primary shards | 0 | min | |
Min cumulative indexing throttle time across primary shards | 0 | min | |
Median cumulative indexing throttle time across primary shards | 0 | min | |
Max cumulative indexing throttle time across primary shards | 0 | min | |
Cumulative merge time of primary shards | 38.6138 | min | |
Cumulative merge count of primary shards | 448 | ||
Min cumulative merge time across primary shards | 7.14153 | min | |
Median cumulative merge time across primary shards | 7.73165 | min | |
Max cumulative merge time across primary shards | 8.4385 | min | |
Cumulative merge throttle time of primary shards | 15.0725 | min | |
Min cumulative merge throttle time across primary shards | 2.4066 | min | |
Median cumulative merge throttle time across primary shards | 3.04638 | min | |
Max cumulative merge throttle time across primary shards | 3.46637 | min | |
Cumulative refresh time of primary shards | 5.04645 | min | |
Cumulative refresh count of primary shards | 751 | ||
Min cumulative refresh time across primary shards | 0.948883 | min | |
Median cumulative refresh time across primary shards | 0.979267 | min | |
Max cumulative refresh time across primary shards | 1.1149 | min | |
Cumulative flush time of primary shards | 1.46238 | min | |
Cumulative flush count of primary shards | 48 | ||
Min cumulative flush time across primary shards | 0.192917 | min | |
Median cumulative flush time across primary shards | 0.31285 | min | |
Max cumulative flush time across primary shards | 0.357783 | min | |
Total Young Gen GC time | 3.701 | s | |
Total Young Gen GC count | 43 | ||
Total Old Gen GC time | 0 | s | |
Total Old Gen GC count | 0 | ||
Store size | 20.1885 | GB | |
Translog size | 2.70994 | GB | |
Heap used for segments | 13.0594 | MB | |
Heap used for doc values | 0.000324249 | MB | |
Heap used for terms | 11.2197 | MB | |
Heap used for norms | 0.00152588 | MB | |
Heap used for points | 0.00882435 | MB | |
Heap used for stored fields | 1.829 | MB | |
Segment count | 5 | ||
Total Ingest Pipeline count | 0 | ||
Total Ingest Pipeline time | 0 | s | |
Total Ingest Pipeline failed | 0 | ||
error rate | index-append | 0 | % |
Min Throughput | default | 20 | ops/s |
Mean Throughput | default | 20 | ops/s |
Median Throughput | default | 20 | ops/s |
Max Throughput | default | 20 | ops/s |
50th percentile latency | default | 6.34616 | ms |
90th percentile latency | default | 7.24209 | ms |
99th percentile latency | default | 9.11239 | ms |
100th percentile latency | default | 27.4833 | ms |
50th percentile service time | default | 5.55141 | ms |
90th percentile service time | default | 6.19549 | ms |
99th percentile service time | default | 8.3654 | ms |
100th percentile service time | default | 26.4744 | ms |
error rate | default | 0 | % |
Min Throughput | term | 20.02 | ops/s |
Mean Throughput | term | 20.02 | ops/s |
Median Throughput | term | 20.02 | ops/s |
Max Throughput | term | 20.02 | ops/s |
50th percentile latency | term | 4.16893 | ms |
90th percentile latency | term | 4.65915 | ms |
99th percentile latency | term | 5.83338 | ms |
100th percentile latency | term | 7.02082 | ms |
50th percentile service time | term | 3.28686 | ms |
90th percentile service time | term | 3.70059 | ms |
99th percentile service time | term | 4.96878 | ms |
100th percentile service time | term | 6.07929 | ms |
error rate | term | 0 | % |
Min Throughput | phrase | 20.02 | ops/s |
Mean Throughput | phrase | 20.02 | ops/s |
Median Throughput | phrase | 20.02 | ops/s |
Max Throughput | phrase | 20.02 | ops/s |
50th percentile latency | phrase | 4.33422 | ms |
90th percentile latency | phrase | 4.85815 | ms |
99th percentile latency | phrase | 5.73173 | ms |
100th percentile latency | phrase | 21.3714 | ms |
50th percentile service time | phrase | 3.56106 | ms |
90th percentile service time | phrase | 3.82105 | ms |
99th percentile service time | phrase | 4.8171 | ms |
100th percentile service time | phrase | 20.4777 | ms |
error rate | phrase | 0 | % |
Min Throughput | articles_monthly_agg_uncached | 19.93 | ops/s |
Mean Throughput | articles_monthly_agg_uncached | 19.94 | ops/s |
Median Throughput | articles_monthly_agg_uncached | 19.94 | ops/s |
Max Throughput | articles_monthly_agg_uncached | 19.95 | ops/s |
50th percentile latency | articles_monthly_agg_uncached | 10.2604 | ms |
90th percentile latency | articles_monthly_agg_uncached | 11.5247 | ms |
99th percentile latency | articles_monthly_agg_uncached | 26.5964 | ms |
100th percentile latency | articles_monthly_agg_uncached | 33.4233 | ms |
50th percentile service time | articles_monthly_agg_uncached | 9.39845 | ms |
90th percentile service time | articles_monthly_agg_uncached | 10.6383 | ms |
99th percentile service time | articles_monthly_agg_uncached | 25.7943 | ms |
100th percentile service time | articles_monthly_agg_uncached | 32.5472 | ms |
error rate | articles_monthly_agg_uncached | 0 | % |
Min Throughput | articles_monthly_agg_cached | 20.01 | ops/s |
Mean Throughput | articles_monthly_agg_cached | 20.02 | ops/s |
Median Throughput | articles_monthly_agg_cached | 20.02 | ops/s |
Max Throughput | articles_monthly_agg_cached | 20.02 | ops/s |
50th percentile latency | articles_monthly_agg_cached | 2.71889 | ms |
90th percentile latency | articles_monthly_agg_cached | 3.21013 | ms |
99th percentile latency | articles_monthly_agg_cached | 5.45752 | ms |
100th percentile latency | articles_monthly_agg_cached | 9.23353 | ms |
50th percentile service time | articles_monthly_agg_cached | 1.90624 | ms |
90th percentile service time | articles_monthly_agg_cached | 2.13758 | ms |
99th percentile service time | articles_monthly_agg_cached | 4.45541 | ms |
100th percentile service time | articles_monthly_agg_cached | 8.44584 | ms |
error rate | articles_monthly_agg_cached | 0 | % |
Min Throughput | scroll | 12.54 | pages/s |
Mean Throughput | scroll | 12.57 | pages/s |
Median Throughput | scroll | 12.56 | pages/s |
Max Throughput | scroll | 12.63 | pages/s |
50th percentile latency | scroll | 732.614 | ms |
90th percentile latency | scroll | 757.869 | ms |
99th percentile latency | scroll | 823.254 | ms |
100th percentile latency | scroll | 844.817 | ms |
50th percentile service time | scroll | 729.993 | ms |
90th percentile service time | scroll | 755.074 | ms |
99th percentile service time | scroll | 820.639 | ms |
100th percentile service time | scroll | 842.059 | ms |
error rate | scroll | 0 | % |
[WARNING] No throughput metrics available for [index-append]. Likely cause: The benchmark ended already during warmup.
[INFO] SUCCESS (took 1074 seconds)
JDK 1.8 + es6.8 + pmc场景 第二轮
[root@es09 ~]# esrally race --track=pmc --target-hosts=10.10.10.10:9200,10.10.10.10:9201,10.10.10.10:9202 --pipeline=benchmark-only
[INFO] Race id is [50958dd8-4129-4aa0-8363-10547fc2ca49]
[INFO] Racing on track [pmc], challenge [append-no-conflicts] and car [‘external’] with version [6.8.0].
Running put-settings [100% done]
Running delete-index [100% done]
Running create-index [100% done]
Running check-cluster-health [100% done]
Running index-append [100% done]
Running refresh-after-index [100% done]
Running force-merge [100% done]
Running refresh-after-force-merge [100% done]
Running wait-until-merges-finish [100% done]
Running default [100% done]
Running term [100% done]
Running phrase [100% done]
Running articles_monthly_agg_uncached [100% done]
Running articles_monthly_agg_cached [100% done]
Running scroll [100% done]
Metric | Task | Value | Unit |
---|---|---|---|
Cumulative indexing time of primary shards | 75.2698 | min | |
Min cumulative indexing time across primary shards | 14.6033 | min | |
Median cumulative indexing time across primary shards | 14.9319 | min | |
Max cumulative indexing time across primary shards | 15.4797 | min | |
Cumulative indexing throttle time of primary shards | 0 | min | |
Min cumulative indexing throttle time across primary shards | 0 | min | |
Median cumulative indexing throttle time across primary shards | 0 | min | |
Max cumulative indexing throttle time across primary shards | 0 | min | |
Cumulative merge time of primary shards | 37.7707 | min | |
Cumulative merge count of primary shards | 456 | ||
Min cumulative merge time across primary shards | 7.28893 | min | |
Median cumulative merge time across primary shards | 7.51737 | min | |
Max cumulative merge time across primary shards | 8.0407 | min | |
Cumulative merge throttle time of primary shards | 14.5527 | min | |
Min cumulative merge throttle time across primary shards | 2.76157 | min | |
Median cumulative merge throttle time across primary shards | 2.97812 | min | |
Max cumulative merge throttle time across primary shards | 3.02337 | min | |
Cumulative refresh time of primary shards | 5.02385 | min | |
Cumulative refresh count of primary shards | 763 | ||
Min cumulative refresh time across primary shards | 0.894067 | min | |
Median cumulative refresh time across primary shards | 1.00557 | min | |
Max cumulative refresh time across primary shards | 1.12143 | min | |
Cumulative flush time of primary shards | 1.50973 | min | |
Cumulative flush count of primary shards | 48 | ||
Min cumulative flush time across primary shards | 0.218833 | min | |
Median cumulative flush time across primary shards | 0.315617 | min | |
Max cumulative flush time across primary shards | 0.340783 | min | |
Total Young Gen GC time | 3.899 | s | |
Total Young Gen GC count | 39 | ||
Total Old Gen GC time | 0 | s | |
Total Old Gen GC count | 0 | ||
Store size | 20.1874 | GB | |
Translog size | 2.59972 | GB | |
Heap used for segments | 13.0604 | MB | |
Heap used for doc values | 0.000324249 | MB | |
Heap used for terms | 11.2188 | MB | |
Heap used for norms | 0.00152588 | MB | |
Heap used for points | 0.00880051 | MB | |
Heap used for stored fields | 1.83098 | MB | |
Segment count | 5 | ||
Total Ingest Pipeline count | 0 | ||
Total Ingest Pipeline time | 0 | s | |
Total Ingest Pipeline failed | 0 | ||
error rate | index-append | 0 | % |
Min Throughput | default | 20.02 | ops/s |
Mean Throughput | default | 20.03 | ops/s |
Median Throughput | default | 20.03 | ops/s |
Max Throughput | default | 20.03 | ops/s |
50th percentile latency | default | 7.44696 | ms |
90th percentile latency | default | 8.04674 | ms |
99th percentile latency | default | 20.2611 | ms |
100th percentile latency | default | 23.3738 | ms |
50th percentile service time | default | 6.70902 | ms |
90th percentile service time | default | 6.98887 | ms |
99th percentile service time | default | 19.8296 | ms |
100th percentile service time | default | 22.6746 | ms |
error rate | default | 0 | % |
Min Throughput | term | 20.02 | ops/s |
Mean Throughput | term | 20.03 | ops/s |
Median Throughput | term | 20.03 | ops/s |
Max Throughput | term | 20.03 | ops/s |
50th percentile latency | term | 4.5284 | ms |
90th percentile latency | term | 5.15708 | ms |
99th percentile latency | term | 6.46767 | ms |
100th percentile latency | term | 7.00255 | ms |
50th percentile service time | term | 3.74346 | ms |
90th percentile service time | term | 4.16108 | ms |
99th percentile service time | term | 5.61242 | ms |
100th percentile service time | term | 6.22733 | ms |
error rate | term | 0 | % |
Min Throughput | phrase | 20.03 | ops/s |
Mean Throughput | phrase | 20.03 | ops/s |
Median Throughput | phrase | 20.03 | ops/s |
Max Throughput | phrase | 20.03 | ops/s |
50th percentile latency | phrase | 4.49343 | ms |
90th percentile latency | phrase | 5.0953 | ms |
99th percentile latency | phrase | 6.96155 | ms |
100th percentile latency | phrase | 20.7846 | ms |
50th percentile service time | phrase | 3.80515 | ms |
90th percentile service time | phrase | 3.99979 | ms |
99th percentile service time | phrase | 6.44527 | ms |
100th percentile service time | phrase | 20.0878 | ms |
error rate | phrase | 0 | % |
Min Throughput | articles_monthly_agg_uncached | 20.02 | ops/s |
Mean Throughput | articles_monthly_agg_uncached | 20.02 | ops/s |
Median Throughput | articles_monthly_agg_uncached | 20.02 | ops/s |
Max Throughput | articles_monthly_agg_uncached | 20.03 | ops/s |
50th percentile latency | articles_monthly_agg_uncached | 10.509 | ms |
90th percentile latency | articles_monthly_agg_uncached | 11.8513 | ms |
99th percentile latency | articles_monthly_agg_uncached | 16.4455 | ms |
100th percentile latency | articles_monthly_agg_uncached | 22.8397 | ms |
50th percentile service time | articles_monthly_agg_uncached | 9.72392 | ms |
90th percentile service time | articles_monthly_agg_uncached | 10.9757 | ms |
99th percentile service time | articles_monthly_agg_uncached | 15.2573 | ms |
100th percentile service time | articles_monthly_agg_uncached | 21.8276 | ms |
error rate | articles_monthly_agg_uncached | 0 | % |
Min Throughput | articles_monthly_agg_cached | 20.02 | ops/s |
Mean Throughput | articles_monthly_agg_cached | 20.02 | ops/s |
Median Throughput | articles_monthly_agg_cached | 20.02 | ops/s |
Max Throughput | articles_monthly_agg_cached | 20.03 | ops/s |
50th percentile latency | articles_monthly_agg_cached | 2.58785 | ms |
90th percentile latency | articles_monthly_agg_cached | 3.0445 | ms |
99th percentile latency | articles_monthly_agg_cached | 4.26062 | ms |
100th percentile latency | articles_monthly_agg_cached | 4.94467 | ms |
50th percentile service time | articles_monthly_agg_cached | 1.75642 | ms |
90th percentile service time | articles_monthly_agg_cached | 1.97186 | ms |
99th percentile service time | articles_monthly_agg_cached | 3.69769 | ms |
100th percentile service time | articles_monthly_agg_cached | 3.76498 | ms |
error rate | articles_monthly_agg_cached | 0 | % |
Min Throughput | scroll | 12.55 | pages/s |
Mean Throughput | scroll | 12.58 | pages/s |
Median Throughput | scroll | 12.57 | pages/s |
Max Throughput | scroll | 12.64 | pages/s |
50th percentile latency | scroll | 834.305 | ms |
90th percentile latency | scroll | 858.212 | ms |
99th percentile latency | scroll | 895.79 | ms |
100th percentile latency | scroll | 896.774 | ms |
50th percentile service time | scroll | 831.433 | ms |
90th percentile service time | scroll | 855.137 | ms |
99th percentile service time | scroll | 893.303 | ms |
100th percentile service time | scroll | 893.788 | ms |
error rate | scroll | 0 | % |
[WARNING] No throughput metrics available for [index-append]. Likely cause: The benchmark ended already during warmup.
[INFO] SUCCESS (took 974 seconds)
JDK 1.8 + es6.8 + pmc场景 第三轮
[root@es09 ~]# esrally race --track=pmc --target-hosts=10.10.10.10:9200,10.10.10.10:9201,10.10.10.10:9202 --pipeline=benchmark-only
____ ____
/ __ ____ / / / __
/ // / __ `/ / / / / /
/ , / // / / / // /
// ||_,///_, /
/____/
[INFO] Race id is [8cdca4c3-e0d0-4236-be62-d3441d599154]
[INFO] Racing on track [pmc], challenge [append-no-conflicts] and car [‘external’] with version [6.8.0].
Running put-settings [100% done]
Running delete-index [100% done]
Running create-index [100% done]
Running check-cluster-health [100% done]
Running index-append [100% done]
Running refresh-after-index [100% done]
Running force-merge [100% done]
Running refresh-after-force-merge [100% done]
Running wait-until-merges-finish [100% done]
Running default [100% done]
Running term [100% done]
Running phrase [100% done]
Running articles_monthly_agg_uncached [100% done]
Running articles_monthly_agg_cached [100% done]
Running scroll [100% done]
Metric | Task | Value | Unit |
---|---|---|---|
Cumulative indexing time of primary shards | 73.8152 | min | |
Min cumulative indexing time across primary shards | 13.7965 | min | |
Median cumulative indexing time across primary shards | 15.047 | min | |
Max cumulative indexing time across primary shards | 15.2944 | min | |
Cumulative indexing throttle time of primary shards | 0 | min | |
Min cumulative indexing throttle time across primary shards | 0 | min | |
Median cumulative indexing throttle time across primary shards | 0 | min | |
Max cumulative indexing throttle time across primary shards | 0 | min | |
Cumulative merge time of primary shards | 37.5761 | min | |
Cumulative merge count of primary shards | 461 | ||
Min cumulative merge time across primary shards | 7.2194 | min | |
Median cumulative merge time across primary shards | 7.30398 | min | |
Max cumulative merge time across primary shards | 8.41758 | min | |
Cumulative merge throttle time of primary shards | 14.3259 | min | |
Min cumulative merge throttle time across primary shards | 2.623 | min | |
Median cumulative merge throttle time across primary shards | 2.70348 | min | |
Max cumulative merge throttle time across primary shards | 3.54023 | min | |
Cumulative refresh time of primary shards | 4.88795 | min | |
Cumulative refresh count of primary shards | 746 | ||
Min cumulative refresh time across primary shards | 0.9241 | min | |
Median cumulative refresh time across primary shards | 0.9431 | min | |
Max cumulative refresh time across primary shards | 1.1247 | min | |
Cumulative flush time of primary shards | 1.7852 | min | |
Cumulative flush count of primary shards | 47 | ||
Min cumulative flush time across primary shards | 0.263783 | min | |
Median cumulative flush time across primary shards | 0.36875 | min | |
Max cumulative flush time across primary shards | 0.421733 | min | |
Total Young Gen GC time | 3.092 | s | |
Total Young Gen GC count | 39 | ||
Total Old Gen GC time | 0 | s | |
Total Old Gen GC count | 0 | ||
Store size | 20.1881 | GB | |
Translog size | 2.71742 | GB | |
Heap used for segments | 13.0615 | MB | |
Heap used for doc values | 0.000324249 | MB | |
Heap used for terms | 11.2228 | MB | |
Heap used for norms | 0.00152588 | MB | |
Heap used for points | 0.00878716 | MB | |
Heap used for stored fields | 1.82809 | MB | |
Segment count | 5 | ||
Total Ingest Pipeline count | 0 | ||
Total Ingest Pipeline time | 0 | s | |
Total Ingest Pipeline failed | 0 | ||
error rate | index-append | 0 | % |
Min Throughput | default | 20.02 | ops/s |
Mean Throughput | default | 20.03 | ops/s |
Median Throughput | default | 20.03 | ops/s |
Max Throughput | default | 20.03 | ops/s |
50th percentile latency | default | 6.59768 | ms |
90th percentile latency | default | 7.559 | ms |
99th percentile latency | default | 9.31898 | ms |
100th percentile latency | default | 10.5468 | ms |
50th percentile service time | default | 5.91348 | ms |
90th percentile service time | default | 6.81214 | ms |
99th percentile service time | default | 8.90176 | ms |
100th percentile service time | default | 9.64286 | ms |
error rate | default | 0 | % |
Min Throughput | term | 20.02 | ops/s |
Mean Throughput | term | 20.03 | ops/s |
Median Throughput | term | 20.03 | ops/s |
Max Throughput | term | 20.03 | ops/s |
50th percentile latency | term | 4.51057 | ms |
90th percentile latency | term | 5.04187 | ms |
99th percentile latency | term | 6.48649 | ms |
100th percentile latency | term | 15.0184 | ms |
50th percentile service time | term | 3.73151 | ms |
90th percentile service time | term | 3.97397 | ms |
99th percentile service time | term | 5.58462 | ms |
100th percentile service time | term | 14.3195 | ms |
error rate | term | 0 | % |
Min Throughput | phrase | 20.02 | ops/s |
Mean Throughput | phrase | 20.03 | ops/s |
Median Throughput | phrase | 20.03 | ops/s |
Max Throughput | phrase | 20.03 | ops/s |
50th percentile latency | phrase | 4.13184 | ms |
90th percentile latency | phrase | 4.51206 | ms |
99th percentile latency | phrase | 5.44403 | ms |
100th percentile latency | phrase | 7.88551 | ms |
50th percentile service time | phrase | 3.30163 | ms |
90th percentile service time | phrase | 3.49615 | ms |
99th percentile service time | phrase | 4.92933 | ms |
100th percentile service time | phrase | 6.58554 | ms |
error rate | phrase | 0 | % |
Min Throughput | articles_monthly_agg_uncached | 20.02 | ops/s |
Mean Throughput | articles_monthly_agg_uncached | 20.02 | ops/s |
Median Throughput | articles_monthly_agg_uncached | 20.02 | ops/s |
Max Throughput | articles_monthly_agg_uncached | 20.03 | ops/s |
50th percentile latency | articles_monthly_agg_uncached | 10.4941 | ms |
90th percentile latency | articles_monthly_agg_uncached | 12.9054 | ms |
99th percentile latency | articles_monthly_agg_uncached | 21.0745 | ms |
100th percentile latency | articles_monthly_agg_uncached | 24.9579 | ms |
50th percentile service time | articles_monthly_agg_uncached | 9.59065 | ms |
90th percentile service time | articles_monthly_agg_uncached | 11.839 | ms |
99th percentile service time | articles_monthly_agg_uncached | 20.4018 | ms |
100th percentile service time | articles_monthly_agg_uncached | 23.9567 | ms |
error rate | articles_monthly_agg_uncached | 0 | % |
Min Throughput | articles_monthly_agg_cached | 20.02 | ops/s |
Mean Throughput | articles_monthly_agg_cached | 20.02 | ops/s |
Median Throughput | articles_monthly_agg_cached | 20.02 | ops/s |
Max Throughput | articles_monthly_agg_cached | 20.03 | ops/s |
50th percentile latency | articles_monthly_agg_cached | 2.39335 | ms |
90th percentile latency | articles_monthly_agg_cached | 2.85621 | ms |
99th percentile latency | articles_monthly_agg_cached | 3.25957 | ms |
100th percentile latency | articles_monthly_agg_cached | 4.66466 | ms |
50th percentile service time | articles_monthly_agg_cached | 1.5597 | ms |
90th percentile service time | articles_monthly_agg_cached | 1.7074 | ms |
99th percentile service time | articles_monthly_agg_cached | 2.01625 | ms |
100th percentile service time | articles_monthly_agg_cached | 4.23473 | ms |
error rate | articles_monthly_agg_cached | 0 | % |
Min Throughput | scroll | 12.55 | pages/s |
Mean Throughput | scroll | 12.57 | pages/s |
Median Throughput | scroll | 12.57 | pages/s |
Max Throughput | scroll | 12.63 | pages/s |
50th percentile latency | scroll | 856.218 | ms |
90th percentile latency | scroll | 874.421 | ms |
99th percentile latency | scroll | 898.011 | ms |
100th percentile latency | scroll | 902.992 | ms |
50th percentile service time | scroll | 852.635 | ms |
90th percentile service time | scroll | 871.909 | ms |
99th percentile service time | scroll | 895.095 | ms |
100th percentile service time | scroll | 900.153 | ms |
error rate | scroll | 0 | % |
[WARNING] No throughput metrics available for [index-append]. Likely cause: The benchmark ended already during warmup.
[INFO] SUCCESS (took 1095 seconds)
JDK 17 + es6.8 + noaa场景 第一轮
[root@es09 ~]# esrally race --track=noaa --target-hosts=10.10.10.10:9200,10.10.10.10:9201,10.10.10.10:9202 --pipeline=benchmark-only
[INFO] Race id is [d85b2587-11cf-4dde-b68a-810b4f6c40fc]
[WARNING] Could not update tracks. Continuing with your locally available state.
[INFO] Racing on track [noaa], challenge [append-no-conflicts] and car [‘external’] with version [6.8.0].
Running delete-index [100% done]
Running create-index [100% done]
Running check-cluster-health [100% done]
Running index [100% done]
Running refresh-after-index [100% done]
Running force-merge [100% done]
Running refresh-after-force-merge [100% done]
Running wait-until-merges-finish [100% done]
Running range_field_big_range [100% done]
Running range_field_small_range [100% done]
Running range_field_conjunction_big_range_small_term_query [100% done]
Running range_field_conjunction_small_range_small_term_query [100% done]
Running range_field_conjunction_small_range_big_term_query [100% done]
Running range_field_conjunction_big_range_big_term_query [100% done]
Running range_field_disjunction_small_range_small_term_query [100% done]
Running range_field_disjunction_big_range_small_term_query [100% done]
Metric | Task | Value | Unit |
---|---|---|---|
Cumulative indexing time of primary shards | 37.8854 | min | |
Min cumulative indexing time across primary shards | 37.8854 | min | |
Median cumulative indexing time across primary shards | 37.8854 | min | |
Max cumulative indexing time across primary shards | 37.8854 | min | |
Cumulative indexing throttle time of primary shards | 0 | min | |
Min cumulative indexing throttle time across primary shards | 0 | min | |
Median cumulative indexing throttle time across primary shards | 0 | min | |
Max cumulative indexing throttle time across primary shards | 0 | min | |
Cumulative merge time of primary shards | 24.5368 | min | |
Cumulative merge count of primary shards | 300 | ||
Min cumulative merge time across primary shards | 24.5368 | min | |
Median cumulative merge time across primary shards | 24.5368 | min | |
Max cumulative merge time across primary shards | 24.5368 | min | |
Cumulative merge throttle time of primary shards | 2.23247 | min | |
Min cumulative merge throttle time across primary shards | 2.23247 | min | |
Median cumulative merge throttle time across primary shards | 2.23247 | min | |
Max cumulative merge throttle time across primary shards | 2.23247 | min | |
Cumulative refresh time of primary shards | 1.14157 | min | |
Cumulative refresh count of primary shards | 343 | ||
Min cumulative refresh time across primary shards | 1.14157 | min | |
Median cumulative refresh time across primary shards | 1.14157 | min | |
Max cumulative refresh time across primary shards | 1.14157 | min | |
Cumulative flush time of primary shards | 0.917233 | min | |
Cumulative flush count of primary shards | 25 | ||
Min cumulative flush time across primary shards | 0.917233 | min | |
Median cumulative flush time across primary shards | 0.917233 | min | |
Max cumulative flush time across primary shards | 0.917233 | min | |
Total Young Gen GC time | 0.849 | s | |
Total Young Gen GC count | 58 | ||
Total Old Gen GC time | 0 | s | |
Total Old Gen GC count | 0 | ||
Store size | 6.37511 | GB | |
Translog size | 0.542763 | GB | |
Heap used for segments | 12.6147 | MB | |
Heap used for doc values | 0.00615311 | MB | |
Heap used for terms | 9.61489 | MB | |
Heap used for norms | 0 | MB | |
Heap used for points | 1.20467 | MB | |
Heap used for stored fields | 1.78897 | MB | |
Segment count | 1 | ||
Total Ingest Pipeline count | 0 | ||
Total Ingest Pipeline time | 0 | s | |
Total Ingest Pipeline failed | 0 | ||
Min Throughput | index | 95977.4 | docs/s |
Mean Throughput | index | 99243 | docs/s |
Median Throughput | index | 98931.1 | docs/s |
Max Throughput | index | 100966 | docs/s |
50th percentile latency | index | 344.445 | ms |
90th percentile latency | index | 577.353 | ms |
99th percentile latency | index | 808.492 | ms |
99.9th percentile latency | index | 4791.88 | ms |
100th percentile latency | index | 4961.73 | ms |
50th percentile service time | index | 344.445 | ms |
90th percentile service time | index | 577.353 | ms |
99th percentile service time | index | 808.492 | ms |
99.9th percentile service time | index | 4791.88 | ms |
100th percentile service time | index | 4961.73 | ms |
error rate | index | 0 | % |
Min Throughput | range_field_big_range | 4.5 | ops/s |
Mean Throughput | range_field_big_range | 4.51 | ops/s |
Median Throughput | range_field_big_range | 4.51 | ops/s |
Max Throughput | range_field_big_range | 4.52 | ops/s |
50th percentile latency | range_field_big_range | 19361.2 | ms |
90th percentile latency | range_field_big_range | 30320.4 | ms |
99th percentile latency | range_field_big_range | 32741.2 | ms |
100th percentile latency | range_field_big_range | 33008.2 | ms |
50th percentile service time | range_field_big_range | 218.871 | ms |
90th percentile service time | range_field_big_range | 224.98 | ms |
99th percentile service time | range_field_big_range | 273.895 | ms |
100th percentile service time | range_field_big_range | 290.735 | ms |
error rate | range_field_big_range | 0 | % |
Min Throughput | range_field_small_range | 10.01 | ops/s |
Mean Throughput | range_field_small_range | 10.02 | ops/s |
Median Throughput | range_field_small_range | 10.02 | ops/s |
Max Throughput | range_field_small_range | 10.05 | ops/s |
50th percentile latency | range_field_small_range | 43.5639 | ms |
90th percentile latency | range_field_small_range | 44.8104 | ms |
99th percentile latency | range_field_small_range | 57.4783 | ms |
100th percentile latency | range_field_small_range | 60.3855 | ms |
50th percentile service time | range_field_small_range | 42.602 | ms |
90th percentile service time | range_field_small_range | 43.9283 | ms |
99th percentile service time | range_field_small_range | 56.4339 | ms |
100th percentile service time | range_field_small_range | 59.2259 | ms |
error rate | range_field_small_range | 0 | % |
Min Throughput | range_field_conjunction_big_range_small_term_query | 10.01 | ops/s |
Mean Throughput | range_field_conjunction_big_range_small_term_query | 10.01 | ops/s |
Median Throughput | range_field_conjunction_big_range_small_term_query | 10.01 | ops/s |
Max Throughput | range_field_conjunction_big_range_small_term_query | 10.03 | ops/s |
50th percentile latency | range_field_conjunction_big_range_small_term_query | 24.8393 | ms |
90th percentile latency | range_field_conjunction_big_range_small_term_query | 26.3691 | ms |
99th percentile latency | range_field_conjunction_big_range_small_term_query | 27.9199 | ms |
100th percentile latency | range_field_conjunction_big_range_small_term_query | 28.8794 | ms |
50th percentile service time | range_field_conjunction_big_range_small_term_query | 23.8711 | ms |
90th percentile service time | range_field_conjunction_big_range_small_term_query | 25.3925 | ms |
99th percentile service time | range_field_conjunction_big_range_small_term_query | 26.671 | ms |
100th percentile service time | range_field_conjunction_big_range_small_term_query | 28.0417 | ms |
error rate | range_field_conjunction_big_range_small_term_query | 0 | % |
Min Throughput | range_field_conjunction_small_range_small_term_query | 10.01 | ops/s |
Mean Throughput | range_field_conjunction_small_range_small_term_query | 10.03 | ops/s |
Median Throughput | range_field_conjunction_small_range_small_term_query | 10.02 | ops/s |
Max Throughput | range_field_conjunction_small_range_small_term_query | 10.07 | ops/s |
50th percentile latency | range_field_conjunction_small_range_small_term_query | 22.9209 | ms |
90th percentile latency | range_field_conjunction_small_range_small_term_query | 23.6099 | ms |
99th percentile latency | range_field_conjunction_small_range_small_term_query | 26.8437 | ms |
100th percentile latency | range_field_conjunction_small_range_small_term_query | 37.2829 | ms |
50th percentile service time | range_field_conjunction_small_range_small_term_query | 22.0058 | ms |
90th percentile service time | range_field_conjunction_small_range_small_term_query | 22.5554 | ms |
99th percentile service time | range_field_conjunction_small_range_small_term_query | 25.6544 | ms |
100th percentile service time | range_field_conjunction_small_range_small_term_query | 35.9002 | ms |
error rate | range_field_conjunction_small_range_small_term_query | 0 | % |
Min Throughput | range_field_conjunction_small_range_big_term_query | 4 | ops/s |
Mean Throughput | range_field_conjunction_small_range_big_term_query | 4.01 | ops/s |
Median Throughput | range_field_conjunction_small_range_big_term_query | 4 | ops/s |
Max Throughput | range_field_conjunction_small_range_big_term_query | 4.01 | ops/s |
50th percentile latency | range_field_conjunction_small_range_big_term_query | 151.085 | ms |
90th percentile latency | range_field_conjunction_small_range_big_term_query | 155.156 | ms |
99th percentile latency | range_field_conjunction_small_range_big_term_query | 170.487 | ms |
100th percentile latency | range_field_conjunction_small_range_big_term_query | 176.21 | ms |
50th percentile service time | range_field_conjunction_small_range_big_term_query | 150.142 | ms |
90th percentile service time | range_field_conjunction_small_range_big_term_query | 153.869 | ms |
99th percentile service time | range_field_conjunction_small_range_big_term_query | 169.414 | ms |
100th percentile service time | range_field_conjunction_small_range_big_term_query | 175.074 | ms |
error rate | range_field_conjunction_small_range_big_term_query | 0 | % |
Min Throughput | range_field_conjunction_big_range_big_term_query | 1 | ops/s |
Mean Throughput | range_field_conjunction_big_range_big_term_query | 1 | ops/s |
Median Throughput | range_field_conjunction_big_range_big_term_query | 1 | ops/s |
Max Throughput | range_field_conjunction_big_range_big_term_query | 1 | ops/s |
50th percentile latency | range_field_conjunction_big_range_big_term_query | 670.755 | ms |
90th percentile latency | range_field_conjunction_big_range_big_term_query | 683.038 | ms |
99th percentile latency | range_field_conjunction_big_range_big_term_query | 706.916 | ms |
100th percentile latency | range_field_conjunction_big_range_big_term_query | 805.476 | ms |
50th percentile service time | range_field_conjunction_big_range_big_term_query | 669.608 | ms |
90th percentile service time | range_field_conjunction_big_range_big_term_query | 681.654 | ms |
99th percentile service time | range_field_conjunction_big_range_big_term_query | 705.644 | ms |
100th percentile service time | range_field_conjunction_big_range_big_term_query | 804.496 | ms |
error rate | range_field_conjunction_big_range_big_term_query | 0 | % |
Min Throughput | range_field_disjunction_small_range_small_term_query | 10 | ops/s |
Mean Throughput | range_field_disjunction_small_range_small_term_query | 10.01 | ops/s |
Median Throughput | range_field_disjunction_small_range_small_term_query | 10.01 | ops/s |
Max Throughput | range_field_disjunction_small_range_small_term_query | 10.03 | ops/s |
50th percentile latency | range_field_disjunction_small_range_small_term_query | 65.5826 | ms |
90th percentile latency | range_field_disjunction_small_range_small_term_query | 67.6225 | ms |
99th percentile latency | range_field_disjunction_small_range_small_term_query | 81.8965 | ms |
100th percentile latency | range_field_disjunction_small_range_small_term_query | 88.6424 | ms |
50th percentile service time | range_field_disjunction_small_range_small_term_query | 64.5528 | ms |
90th percentile service time | range_field_disjunction_small_range_small_term_query | 66.5813 | ms |
99th percentile service time | range_field_disjunction_small_range_small_term_query | 81.07 | ms |
100th percentile service time | range_field_disjunction_small_range_small_term_query | 87.2836 | ms |
error rate | range_field_disjunction_small_range_small_term_query | 0 | % |
Min Throughput | range_field_disjunction_big_range_small_term_query | 2.9 | ops/s |
Mean Throughput | range_field_disjunction_big_range_small_term_query | 2.9 | ops/s |
Median Throughput | range_field_disjunction_big_range_small_term_query | 2.9 | ops/s |
Max Throughput | range_field_disjunction_big_range_small_term_query | 2.91 | ops/s |
50th percentile latency | range_field_disjunction_big_range_small_term_query | 50863.3 | ms |
90th percentile latency | range_field_disjunction_big_range_small_term_query | 79735.2 | ms |
99th percentile latency | range_field_disjunction_big_range_small_term_query | 86176.1 | ms |
100th percentile latency | range_field_disjunction_big_range_small_term_query | 86889.2 | ms |
50th percentile service time | range_field_disjunction_big_range_small_term_query | 341.24 | ms |
90th percentile service time | range_field_disjunction_big_range_small_term_query | 353.848 | ms |
99th percentile service time | range_field_disjunction_big_range_small_term_query | 403.414 | ms |
100th percentile service time | range_field_disjunction_big_range_small_term_query | 423.236 | ms |
error rate | range_field_disjunction_big_range_small_term_query | 0 | % |
[INFO] SUCCESS (took 2332 seconds)
JDK 17 + es6.8 + noaa场景 第二轮
[root@es09 ~]# esrally race --track=noaa --target-hosts=10.10.10.10:9200,10.10.10.10:9201,10.10.10.10:9202 --pipeline=benchmark-only
____ ____
/ __ ____ / / / suydo
[INFO] Race id is [a33f6c6f-4a16-4715-8023-92a90b24b66c]
[WARNING] Could not update tracks. Continuing with your locally available state.
[INFO] Racing on track [noaa], challenge [append-no-conflicts] and car [‘external’] with version [6.8.0].
Running delete-index [100% done]
Running create-index [100% done]
Running check-cluster-health [100% done]
Running index [100% done]
Running refresh-after-index [100% done]
Running force-merge [100% done]
Running refresh-after-force-merge [100% done]
Running wait-until-merges-finish [100% done]
Running range_field_big_range [100% done]
Running range_field_small_range [100% done]
Running range_field_conjunction_big_range_small_term_query [100% done]
Running range_field_conjunction_small_range_small_term_query [100% done]
Running range_field_conjunction_small_range_big_term_query [100% done]
Running range_field_conjunction_big_range_big_term_query [100% done]
Running range_field_disjunction_small_range_small_term_query [100% done]
Running range_field_disjunction_big_range_small_term_query [100% done]
Metric | Task | Value | Unit |
---|---|---|---|
Cumulative indexing time of primary shards | 37.6532 | min | |
Min cumulative indexing time across primary shards | 37.6532 | min | |
Median cumulative indexing time across primary shards | 37.6532 | min | |
Max cumulative indexing time across primary shards | 37.6532 | min | |
Cumulative indexing throttle time of primary shards | 0 | min | |
Min cumulative indexing throttle time across primary shards | 0 | min | |
Median cumulative indexing throttle time across primary shards | 0 | min | |
Max cumulative indexing throttle time across primary shards | 0 | min | |
Cumulative merge time of primary shards | 24.8411 | min | |
Cumulative merge count of primary shards | 300 | ||
Min cumulative merge time across primary shards | 24.8411 | min | |
Median cumulative merge time across primary shards | 24.8411 | min | |
Max cumulative merge time across primary shards | 24.8411 | min | |
Cumulative merge throttle time of primary shards | 2.40592 | min | |
Min cumulative merge throttle time across primary shards | 2.40592 | min | |
Median cumulative merge throttle time across primary shards | 2.40592 | min | |
Max cumulative merge throttle time across primary shards | 2.40592 | min | |
Cumulative refresh time of primary shards | 1.12382 | min | |
Cumulative refresh count of primary shards | 344 | ||
Min cumulative refresh time across primary shards | 1.12382 | min | |
Median cumulative refresh time across primary shards | 1.12382 | min | |
Max cumulative refresh time across primary shards | 1.12382 | min | |
Cumulative flush time of primary shards | 0.864167 | min | |
Cumulative flush count of primary shards | 24 | ||
Min cumulative flush time across primary shards | 0.864167 | min | |
Median cumulative flush time across primary shards | 0.864167 | min | |
Max cumulative flush time across primary shards | 0.864167 | min | |
Total Young Gen GC time | 0.878 | s | |
Total Young Gen GC count | 58 | ||
Total Old Gen GC time | 0 | s | |
Total Old Gen GC count | 0 | ||
Store size | 6.37484 | GB | |
Translog size | 0.514908 | GB | |
Heap used for segments | 12.6393 | MB | |
Heap used for doc values | 0.00615311 | MB | |
Heap used for terms | 9.63841 | MB | |
Heap used for norms | 0 | MB | |
Heap used for points | 1.20475 | MB | |
Heap used for stored fields | 1.78995 | MB | |
Segment count | 1 | ||
Total Ingest Pipeline count | 0 | ||
Total Ingest Pipeline time | 0 | s | |
Total Ingest Pipeline failed | 0 | ||
Min Throughput | index | 96115.9 | docs/s |
Mean Throughput | index | 98612.2 | docs/s |
Median Throughput | index | 99590.3 | docs/s |
Max Throughput | index | 100262 | docs/s |
50th percentile latency | index | 348.228 | ms |
90th percentile latency | index | 571.712 | ms |
99th percentile latency | index | 791.367 | ms |
99.9th percentile latency | index | 4779.81 | ms |
100th percentile latency | index | 4948.33 | ms |
50th percentile service time | index | 348.228 | ms |
90th percentile service time | index | 571.712 | ms |
99th percentile service time | index | 791.367 | ms |
99.9th percentile service time | index | 4779.81 | ms |
100th percentile service time | index | 4948.33 | ms |
error rate | index | 0 | % |
Min Throughput | range_field_big_range | 4.51 | ops/s |
Mean Throughput | range_field_big_range | 4.52 | ops/s |
Median Throughput | range_field_big_range | 4.53 | ops/s |
Max Throughput | range_field_big_range | 4.53 | ops/s |
50th percentile latency | range_field_big_range | 19108.8 | ms |
90th percentile latency | range_field_big_range | 30227.6 | ms |
99th percentile latency | range_field_big_range | 32788.1 | ms |
100th percentile latency | range_field_big_range | 33060.9 | ms |
50th percentile service time | range_field_big_range | 218.762 | ms |
90th percentile service time | range_field_big_range | 228.371 | ms |
99th percentile service time | range_field_big_range | 243.712 | ms |
100th percentile service time | range_field_big_range | 288.819 | ms |
error rate | range_field_big_range | 0 | % |
Min Throughput | range_field_small_range | 10.01 | ops/s |
Mean Throughput | range_field_small_range | 10.02 | ops/s |
Median Throughput | range_field_small_range | 10.01 | ops/s |
Max Throughput | range_field_small_range | 10.05 | ops/s |
50th percentile latency | range_field_small_range | 43.7777 | ms |
90th percentile latency | range_field_small_range | 45.6267 | ms |
99th percentile latency | range_field_small_range | 60.0914 | ms |
100th percentile latency | range_field_small_range | 66.9764 | ms |
50th percentile service time | range_field_small_range | 42.8082 | ms |
90th percentile service time | range_field_small_range | 44.5972 | ms |
99th percentile service time | range_field_small_range | 59.4607 | ms |
100th percentile service time | range_field_small_range | 66.0569 | ms |
error rate | range_field_small_range | 0 | % |
Min Throughput | range_field_conjunction_big_range_small_term_query | 10.01 | ops/s |
Mean Throughput | range_field_conjunction_big_range_small_term_query | 10.01 | ops/s |
Median Throughput | range_field_conjunction_big_range_small_term_query | 10.01 | ops/s |
Max Throughput | range_field_conjunction_big_range_small_term_query | 10.03 | ops/s |
50th percentile latency | range_field_conjunction_big_range_small_term_query | 24.5979 | ms |
90th percentile latency | range_field_conjunction_big_range_small_term_query | 28.3377 | ms |
99th percentile latency | range_field_conjunction_big_range_small_term_query | 30.3661 | ms |
100th percentile latency | range_field_conjunction_big_range_small_term_query | 38.942 | ms |
50th percentile service time | range_field_conjunction_big_range_small_term_query | 23.6063 | ms |
90th percentile service time | range_field_conjunction_big_range_small_term_query | 26.6339 | ms |
99th percentile service time | range_field_conjunction_big_range_small_term_query | 29.3976 | ms |
100th percentile service time | range_field_conjunction_big_range_small_term_query | 36.9309 | ms |
error rate | range_field_conjunction_big_range_small_term_query | 0 | % |
Min Throughput | range_field_conjunction_small_range_small_term_query | 10.01 | ops/s |
Mean Throughput | range_field_conjunction_small_range_small_term_query | 10.03 | ops/s |
Median Throughput | range_field_conjunction_small_range_small_term_query | 10.02 | ops/s |
Max Throughput | range_field_conjunction_small_range_small_term_query | 10.07 | ops/s |
50th percentile latency | range_field_conjunction_small_range_small_term_query | 23.239 | ms |
90th percentile latency | range_field_conjunction_small_range_small_term_query | 24.0827 | ms |
99th percentile latency | range_field_conjunction_small_range_small_term_query | 37.1214 | ms |
100th percentile latency | range_field_conjunction_small_range_small_term_query | 44.9011 | ms |
50th percentile service time | range_field_conjunction_small_range_small_term_query | 22.2344 | ms |
90th percentile service time | range_field_conjunction_small_range_small_term_query | 22.9556 | ms |
99th percentile service time | range_field_conjunction_small_range_small_term_query | 35.9167 | ms |
100th percentile service time | range_field_conjunction_small_range_small_term_query | 44.3277 | ms |
error rate | range_field_conjunction_small_range_small_term_query | 0 | % |
Min Throughput | range_field_conjunction_small_range_big_term_query | 4 | ops/s |
Mean Throughput | range_field_conjunction_small_range_big_term_query | 4.01 | ops/s |
Median Throughput | range_field_conjunction_small_range_big_term_query | 4 | ops/s |
Max Throughput | range_field_conjunction_small_range_big_term_query | 4.01 | ops/s |
50th percentile latency | range_field_conjunction_small_range_big_term_query | 152.811 | ms |
90th percentile latency | range_field_conjunction_small_range_big_term_query | 159.519 | ms |
99th percentile latency | range_field_conjunction_small_range_big_term_query | 178.735 | ms |
100th percentile latency | range_field_conjunction_small_range_big_term_query | 278.956 | ms |
50th percentile service time | range_field_conjunction_small_range_big_term_query | 151.842 | ms |
90th percentile service time | range_field_conjunction_small_range_big_term_query | 158.024 | ms |
99th percentile service time | range_field_conjunction_small_range_big_term_query | 177.731 | ms |
100th percentile service time | range_field_conjunction_small_range_big_term_query | 277.852 | ms |
error rate | range_field_conjunction_small_range_big_term_query | 0 | % |
Min Throughput | range_field_conjunction_big_range_big_term_query | 1 | ops/s |
Mean Throughput | range_field_conjunction_big_range_big_term_query | 1 | ops/s |
Median Throughput | range_field_conjunction_big_range_big_term_query | 1 | ops/s |
Max Throughput | range_field_conjunction_big_range_big_term_query | 1 | ops/s |
50th percentile latency | range_field_conjunction_big_range_big_term_query | 672.894 | ms |
90th percentile latency | range_field_conjunction_big_range_big_term_query | 685.953 | ms |
99th percentile latency | range_field_conjunction_big_range_big_term_query | 708.761 | ms |
100th percentile latency | range_field_conjunction_big_range_big_term_query | 732.374 | ms |
50th percentile service time | range_field_conjunction_big_range_big_term_query | 671.647 | ms |
90th percentile service time | range_field_conjunction_big_range_big_term_query | 684.775 | ms |
99th percentile service time | range_field_conjunction_big_range_big_term_query | 707.069 | ms |
100th percentile service time | range_field_conjunction_big_range_big_term_query | 730.792 | ms |
error rate | range_field_conjunction_big_range_big_term_query | 0 | % |
Min Throughput | range_field_disjunction_small_range_small_term_query | 10.01 | ops/s |
Mean Throughput | range_field_disjunction_small_range_small_term_query | 10.01 | ops/s |
Median Throughput | range_field_disjunction_small_range_small_term_query | 10.01 | ops/s |
Max Throughput | range_field_disjunction_small_range_small_term_query | 10.03 | ops/s |
50th percentile latency | range_field_disjunction_small_range_small_term_query | 65.6426 | ms |
90th percentile latency | range_field_disjunction_small_range_small_term_query | 67.4932 | ms |
99th percentile latency | range_field_disjunction_small_range_small_term_query | 79.865 | ms |
100th percentile latency | range_field_disjunction_small_range_small_term_query | 88.8646 | ms |
50th percentile service time | range_field_disjunction_small_range_small_term_query | 64.7123 | ms |
90th percentile service time | range_field_disjunction_small_range_small_term_query | 66.5639 | ms |
99th percentile service time | range_field_disjunction_small_range_small_term_query | 77.8628 | ms |
100th percentile service time | range_field_disjunction_small_range_small_term_query | 87.8154 | ms |
error rate | range_field_disjunction_small_range_small_term_query | 0 | % |
Min Throughput | range_field_disjunction_big_range_small_term_query | 2.88 | ops/s |
Mean Throughput | range_field_disjunction_big_range_small_term_query | 2.89 | ops/s |
Median Throughput | range_field_disjunction_big_range_small_term_query | 2.89 | ops/s |
Max Throughput | range_field_disjunction_big_range_small_term_query | 2.9 | ops/s |
50th percentile latency | range_field_disjunction_big_range_small_term_query | 51372.9 | ms |
90th percentile latency | range_field_disjunction_big_range_small_term_query | 80370.8 | ms |
99th percentile latency | range_field_disjunction_big_range_small_term_query | 86812.6 | ms |
100th percentile latency | range_field_disjunction_big_range_small_term_query | 87521.4 | ms |
50th percentile service time | range_field_disjunction_big_range_small_term_query | 341.872 | ms |
90th percentile service time | range_field_disjunction_big_range_small_term_query | 354.095 | ms |
99th percentile service time | range_field_disjunction_big_range_small_term_query | 402.306 | ms |
100th percentile service time | range_field_disjunction_big_range_small_term_query | 410.105 | ms |
error rate | range_field_disjunction_big_range_small_term_query | 0 | % |
[INFO] SUCCESS (took 2465 seconds)
JDK 17 + es6.8 + noaa场景 第三轮
[root@es09 ~]# esrally race --track=noaa --target-hosts=10.10.10.10:9200,10.10.10.10:9201,10.10.10.10:9202 --pipeline=benchmark-only
____ ____
/ __ ____ / / / __
/ // / __ `/ / / / / /
/ , / // / / / // /
// ||_,///_, /
/____/
[INFO] Race id is [6868aef8-1bfc-4a98-b75e-63e1376cbf67]
[INFO] Racing on track [noaa], challenge [append-no-conflicts] and car [‘external’] with version [6.8.0].
Running delete-index [100% done]
Running create-index [100% done]
Running check-cluster-health [100% done]
Running index [100% done]
Running refresh-after-index [100% done]
Running force-merge [100% done]
Running refresh-after-force-merge [100% done]
Running wait-until-merges-finish [100% done]
Running range_field_big_range [100% done]
Running range_field_small_range [100% done]
Running range_field_conjunction_big_range_small_term_query [100% done]
Running range_field_conjunction_small_range_small_term_query [100% done]
Running range_field_conjunction_small_range_big_term_query [100% done]
Running range_field_conjunction_big_range_big_term_query [100% done]
Running range_field_disjunction_small_range_small_term_query [100% done]
Running range_field_disjunction_big_range_small_term_query [100% done]
Metric | Task | Value | Unit |
---|---|---|---|
Cumulative indexing time of primary shards | 40.1771 | min | |
Min cumulative indexing time across primary shards | 40.1771 | min | |
Median cumulative indexing time across primary shards | 40.1771 | min | |
Max cumulative indexing time across primary shards | 40.1771 | min | |
Cumulative indexing throttle time of primary shards | 0 | min | |
Min cumulative indexing throttle time across primary shards | 0 | min | |
Median cumulative indexing throttle time across primary shards | 0 | min | |
Max cumulative indexing throttle time across primary shards | 0 | min | |
Cumulative merge time of primary shards | 23.5102 | min | |
Cumulative merge count of primary shards | 313 | ||
Min cumulative merge time across primary shards | 23.5102 | min | |
Median cumulative merge time across primary shards | 23.5102 | min | |
Max cumulative merge time across primary shards | 23.5102 | min | |
Cumulative merge throttle time of primary shards | 2.23988 | min | |
Min cumulative merge throttle time across primary shards | 2.23988 | min | |
Median cumulative merge throttle time across primary shards | 2.23988 | min | |
Max cumulative merge throttle time across primary shards | 2.23988 | min | |
Cumulative refresh time of primary shards | 1.11793 | min | |
Cumulative refresh count of primary shards | 359 | ||
Min cumulative refresh time across primary shards | 1.11793 | min | |
Median cumulative refresh time across primary shards | 1.11793 | min | |
Max cumulative refresh time across primary shards | 1.11793 | min | |
Cumulative flush time of primary shards | 0.903583 | min | |
Cumulative flush count of primary shards | 25 | ||
Min cumulative flush time across primary shards | 0.903583 | min | |
Median cumulative flush time across primary shards | 0.903583 | min | |
Max cumulative flush time across primary shards | 0.903583 | min | |
Total Young Gen GC time | 1.005 | s | |
Total Young Gen GC count | 59 | ||
Total Old Gen GC time | 0 | s | |
Total Old Gen GC count | 0 | ||
Store size | 6.37554 | GB | |
Translog size | 0.542315 | GB | |
Heap used for segments | 12.49 | MB | |
Heap used for doc values | 0.00615311 | MB | |
Heap used for terms | 9.48622 | MB | |
Heap used for norms | 0 | MB | |
Heap used for points | 1.20477 | MB | |
Heap used for stored fields | 1.79282 | MB | |
Segment count | 1 | ||
Total Ingest Pipeline count | 0 | ||
Total Ingest Pipeline time | 0 | s | |
Total Ingest Pipeline failed | 0 | ||
Min Throughput | index | 91914.8 | docs/s |
Mean Throughput | index | 94358.6 | docs/s |
Median Throughput | index | 93762.3 | docs/s |
Max Throughput | index | 96732.8 | docs/s |
50th percentile latency | index | 365.164 | ms |
90th percentile latency | index | 592.804 | ms |
99th percentile latency | index | 816.879 | ms |
99.9th percentile latency | index | 4224.15 | ms |
100th percentile latency | index | 4295.22 | ms |
50th percentile service time | index | 365.164 | ms |
90th percentile service time | index | 592.804 | ms |
99th percentile service time | index | 816.879 | ms |
99.9th percentile service time | index | 4224.15 | ms |
100th percentile service time | index | 4295.22 | ms |
error rate | index | 0 | % |
Min Throughput | range_field_big_range | 3.31 | ops/s |
Mean Throughput | range_field_big_range | 3.31 | ops/s |
Median Throughput | range_field_big_range | 3.31 | ops/s |
Max Throughput | range_field_big_range | 3.32 | ops/s |
50th percentile latency | range_field_big_range | 47486.4 | ms |
90th percentile latency | range_field_big_range | 74398.6 | ms |
99th percentile latency | range_field_big_range | 80441.9 | ms |
100th percentile latency | range_field_big_range | 81108.5 | ms |
50th percentile service time | range_field_big_range | 299.819 | ms |
90th percentile service time | range_field_big_range | 308.47 | ms |
99th percentile service time | range_field_big_range | 321.288 | ms |
100th percentile service time | range_field_big_range | 325.247 | ms |
error rate | range_field_big_range | 0 | % |
Min Throughput | range_field_small_range | 10.01 | ops/s |
Mean Throughput | range_field_small_range | 10.02 | ops/s |
Median Throughput | range_field_small_range | 10.01 | ops/s |
Max Throughput | range_field_small_range | 10.04 | ops/s |
50th percentile latency | range_field_small_range | 49.0839 | ms |
90th percentile latency | range_field_small_range | 50.2781 | ms |
99th percentile latency | range_field_small_range | 66.5772 | ms |
100th percentile latency | range_field_small_range | 78.0153 | ms |
50th percentile service time | range_field_small_range | 47.7562 | ms |
90th percentile service time | range_field_small_range | 48.9751 | ms |
99th percentile service time | range_field_small_range | 65.5544 | ms |
100th percentile service time | range_field_small_range | 76.7798 | ms |
error rate | range_field_small_range | 0 | % |
Min Throughput | range_field_conjunction_big_range_small_term_query | 10.01 | ops/s |
Mean Throughput | range_field_conjunction_big_range_small_term_query | 10.01 | ops/s |
Median Throughput | range_field_conjunction_big_range_small_term_query | 10.01 | ops/s |
Max Throughput | range_field_conjunction_big_range_small_term_query | 10.04 | ops/s |
50th percentile latency | range_field_conjunction_big_range_small_term_query | 23.9166 | ms |
90th percentile latency | range_field_conjunction_big_range_small_term_query | 27.7001 | ms |
99th percentile latency | range_field_conjunction_big_range_small_term_query | 29.406 | ms |
100th percentile latency | range_field_conjunction_big_range_small_term_query | 32.5692 | ms |
50th percentile service time | range_field_conjunction_big_range_small_term_query | 23.0002 | ms |
90th percentile service time | range_field_conjunction_big_range_small_term_query | 26.3871 | ms |
99th percentile service time | range_field_conjunction_big_range_small_term_query | 28.5578 | ms |
100th percentile service time | range_field_conjunction_big_range_small_term_query | 31.8691 | ms |
error rate | range_field_conjunction_big_range_small_term_query | 0 | % |
Min Throughput | range_field_conjunction_small_range_small_term_query | 10.01 | ops/s |
Mean Throughput | range_field_conjunction_small_range_small_term_query | 10.02 | ops/s |
Median Throughput | range_field_conjunction_small_range_small_term_query | 10.02 | ops/s |
Max Throughput | range_field_conjunction_small_range_small_term_query | 10.07 | ops/s |
50th percentile latency | range_field_conjunction_small_range_small_term_query | 29.9601 | ms |
90th percentile latency | range_field_conjunction_small_range_small_term_query | 31.1798 | ms |
99th percentile latency | range_field_conjunction_small_range_small_term_query | 44.2029 | ms |
100th percentile latency | range_field_conjunction_small_range_small_term_query | 53.1079 | ms |
50th percentile service time | range_field_conjunction_small_range_small_term_query | 28.5544 | ms |
90th percentile service time | range_field_conjunction_small_range_small_term_query | 29.5042 | ms |
99th percentile service time | range_field_conjunction_small_range_small_term_query | 42.479 | ms |
100th percentile service time | range_field_conjunction_small_range_small_term_query | 50.8176 | ms |
error rate | range_field_conjunction_small_range_small_term_query | 0 | % |
Min Throughput | range_field_conjunction_small_range_big_term_query | 4 | ops/s |
Mean Throughput | range_field_conjunction_small_range_big_term_query | 4 | ops/s |
Median Throughput | range_field_conjunction_small_range_big_term_query | 4 | ops/s |
Max Throughput | range_field_conjunction_small_range_big_term_query | 4.01 | ops/s |
50th percentile latency | range_field_conjunction_small_range_big_term_query | 157.387 | ms |
90th percentile latency | range_field_conjunction_small_range_big_term_query | 161.348 | ms |
99th percentile latency | range_field_conjunction_small_range_big_term_query | 177.001 | ms |
100th percentile latency | range_field_conjunction_small_range_big_term_query | 186.314 | ms |
50th percentile service time | range_field_conjunction_small_range_big_term_query | 156.426 | ms |
90th percentile service time | range_field_conjunction_small_range_big_term_query | 160.513 | ms |
99th percentile service time | range_field_conjunction_small_range_big_term_query | 176.16 | ms |
100th percentile service time | range_field_conjunction_small_range_big_term_query | 185.313 | ms |
error rate | range_field_conjunction_small_range_big_term_query | 0 | % |
Min Throughput | range_field_conjunction_big_range_big_term_query | 1 | ops/s |
Mean Throughput | range_field_conjunction_big_range_big_term_query | 1 | ops/s |
Median Throughput | range_field_conjunction_big_range_big_term_query | 1 | ops/s |
Max Throughput | range_field_conjunction_big_range_big_term_query | 1 | ops/s |
50th percentile latency | range_field_conjunction_big_range_big_term_query | 748.232 | ms |
90th percentile latency | range_field_conjunction_big_range_big_term_query | 763.588 | ms |
99th percentile latency | range_field_conjunction_big_range_big_term_query | 788.107 | ms |
100th percentile latency | range_field_conjunction_big_range_big_term_query | 807.782 | ms |
50th percentile service time | range_field_conjunction_big_range_big_term_query | 747.024 | ms |
90th percentile service time | range_field_conjunction_big_range_big_term_query | 762.384 | ms |
99th percentile service time | range_field_conjunction_big_range_big_term_query | 786.823 | ms |
100th percentile service time | range_field_conjunction_big_range_big_term_query | 806.922 | ms |
error rate | range_field_conjunction_big_range_big_term_query | 0 | % |
Min Throughput | range_field_disjunction_small_range_small_term_query | 10 | ops/s |
Mean Throughput | range_field_disjunction_small_range_small_term_query | 10.01 | ops/s |
Median Throughput | range_field_disjunction_small_range_small_term_query | 10.01 | ops/s |
Max Throughput | range_field_disjunction_small_range_small_term_query | 10.02 | ops/s |
50th percentile latency | range_field_disjunction_small_range_small_term_query | 75.0613 | ms |
90th percentile latency | range_field_disjunction_small_range_small_term_query | 76.8478 | ms |
99th percentile latency | range_field_disjunction_small_range_small_term_query | 88.9965 | ms |
100th percentile latency | range_field_disjunction_small_range_small_term_query | 95.3851 | ms |
50th percentile service time | range_field_disjunction_small_range_small_term_query | 73.809 | ms |
90th percentile service time | range_field_disjunction_small_range_small_term_query | 75.4773 | ms |
99th percentile service time | range_field_disjunction_small_range_small_term_query | 86.9087 | ms |
100th percentile service time | range_field_disjunction_small_range_small_term_query | 94.8077 | ms |
error rate | range_field_disjunction_small_range_small_term_query | 0 | % |
Min Throughput | range_field_disjunction_big_range_small_term_query | 2.26 | ops/s |
Mean Throughput | range_field_disjunction_big_range_small_term_query | 2.26 | ops/s |
Median Throughput | range_field_disjunction_big_range_small_term_query | 2.26 | ops/s |
Max Throughput | range_field_disjunction_big_range_small_term_query | 2.26 | ops/s |
50th percentile latency | range_field_disjunction_big_range_small_term_query | 85053.5 | ms |
90th percentile latency | range_field_disjunction_big_range_small_term_query | 133287 | ms |
99th percentile latency | range_field_disjunction_big_range_small_term_query | 144169 | ms |
100th percentile latency | range_field_disjunction_big_range_small_term_query | 145423 | ms |
50th percentile service time | range_field_disjunction_big_range_small_term_query | 439.793 | ms |
90th percentile service time | range_field_disjunction_big_range_small_term_query | 450.758 | ms |
99th percentile service time | range_field_disjunction_big_range_small_term_query | 463.147 | ms |
100th percentile service time | range_field_disjunction_big_range_small_term_query | 471.401 | ms |
error rate | range_field_disjunction_big_range_small_term_query | 0 | % |
[INFO] SUCCESS (took 2314 seconds)
JDK 1.8 + es6.8 + noaa场景 第一轮
[root@es09 ~]# esrally race --track=noaa --target-hosts=10.10.10.10:9200,10.10.10.10:9201,10.10.10.10:9202 --pipeline=benchmark-only
[INFO] Race id is [8fd59d9b-ef9a-457a-912b-d3d61e719d3e]
[WARNING] Could not update tracks. Continuing with your locally available state.
[INFO] Racing on track [noaa], challenge [append-no-conflicts] and car [‘external’] with version [6.8.0].
Running delete-index [100% done]
Running create-index [100% done]
Running check-cluster-health [100% done]
Running index [100% done]
Running refresh-after-index [100% done]
Running force-merge [100% done]
Running refresh-after-force-merge [100% done]
Running wait-until-merges-finish [100% done]
Running range_field_big_range [100% done]
Running range_field_small_range [100% done]
Running range_field_conjunction_big_range_small_term_query [100% done]
Running range_field_conjunction_small_range_small_term_query [100% done]
Running range_field_conjunction_small_range_big_term_query [100% done]
Running range_field_conjunction_big_range_big_term_query [100% done]
Running range_field_disjunction_small_range_small_term_query [100% done]
Running range_field_disjunction_big_range_small_term_query [100% done]
Metric | Task | Value | Unit |
---|---|---|---|
Cumulative indexing time of primary shards | 42.0112 | min | |
Min cumulative indexing time across primary shards | 42.0112 | min | |
Median cumulative indexing time across primary shards | 42.0112 | min | |
Max cumulative indexing time across primary shards | 42.0112 | min | |
Cumulative indexing throttle time of primary shards | 0 | min | |
Min cumulative indexing throttle time across primary shards | 0 | min | |
Median cumulative indexing throttle time across primary shards | 0 | min | |
Max cumulative indexing throttle time across primary shards | 0 | min | |
Cumulative merge time of primary shards | 30.2031 | min | |
Cumulative merge count of primary shards | 330 | ||
Min cumulative merge time across primary shards | 30.2031 | min | |
Median cumulative merge time across primary shards | 30.2031 | min | |
Max cumulative merge time across primary shards | 30.2031 | min | |
Cumulative merge throttle time of primary shards | 1.62308 | min | |
Min cumulative merge throttle time across primary shards | 1.62308 | min | |
Median cumulative merge throttle time across primary shards | 1.62308 | min | |
Max cumulative merge throttle time across primary shards | 1.62308 | min | |
Cumulative refresh time of primary shards | 1.19047 | min | |
Cumulative refresh count of primary shards | 377 | ||
Min cumulative refresh time across primary shards | 1.19047 | min | |
Median cumulative refresh time across primary shards | 1.19047 | min | |
Max cumulative refresh time across primary shards | 1.19047 | min | |
Cumulative flush time of primary shards | 0.877767 | min | |
Cumulative flush count of primary shards | 24 | ||
Min cumulative flush time across primary shards | 0.877767 | min | |
Median cumulative flush time across primary shards | 0.877767 | min | |
Max cumulative flush time across primary shards | 0.877767 | min | |
Total Young Gen GC time | 1.815 | s | |
Total Young Gen GC count | 62 | ||
Total Old Gen GC time | 0 | s | |
Total Old Gen GC count | 0 | ||
Store size | 6.37575 | GB | |
Translog size | 0.540028 | GB | |
Heap used for segments | 12.2933 | MB | |
Heap used for doc values | 0.00615311 | MB | |
Heap used for terms | 9.38496 | MB | |
Heap used for norms | 0 | MB | |
Heap used for points | 1.20479 | MB | |
Heap used for stored fields | 1.6974 | MB | |
Segment count | 1 | ||
Total Ingest Pipeline count | 0 | ||
Total Ingest Pipeline time | 0 | s | |
Total Ingest Pipeline failed | 0 | ||
Min Throughput | index | 87386.7 | docs/s |
Mean Throughput | index | 88743.3 | docs/s |
Median Throughput | index | 88225.6 | docs/s |
Max Throughput | index | 90218.1 | docs/s |
50th percentile latency | index | 393.602 | ms |
90th percentile latency | index | 610.097 | ms |
99th percentile latency | index | 806.007 | ms |
99.9th percentile latency | index | 3884.09 | ms |
100th percentile latency | index | 3948.9 | ms |
50th percentile service time | index | 393.602 | ms |
90th percentile service time | index | 610.097 | ms |
99th percentile service time | index | 806.007 | ms |
99.9th percentile service time | index | 3884.09 | ms |
100th percentile service time | index | 3948.9 | ms |
error rate | index | 0 | % |
Min Throughput | range_field_big_range | 3.58 | ops/s |
Mean Throughput | range_field_big_range | 3.6 | ops/s |
Median Throughput | range_field_big_range | 3.6 | ops/s |
Max Throughput | range_field_big_range | 3.6 | ops/s |
50th percentile latency | range_field_big_range | 38998.3 | ms |
90th percentile latency | range_field_big_range | 61107.1 | ms |
99th percentile latency | range_field_big_range | 66079.6 | ms |
100th percentile latency | range_field_big_range | 66631.3 | ms |
50th percentile service time | range_field_big_range | 275.588 | ms |
90th percentile service time | range_field_big_range | 283.799 | ms |
99th percentile service time | range_field_big_range | 292.637 | ms |
100th percentile service time | range_field_big_range | 306.532 | ms |
error rate | range_field_big_range | 0 | % |
Min Throughput | range_field_small_range | 10.01 | ops/s |
Mean Throughput | range_field_small_range | 10.02 | ops/s |
Median Throughput | range_field_small_range | 10.01 | ops/s |
Max Throughput | range_field_small_range | 10.04 | ops/s |
50th percentile latency | range_field_small_range | 47.0484 | ms |
90th percentile latency | range_field_small_range | 48.4564 | ms |
99th percentile latency | range_field_small_range | 60.2573 | ms |
100th percentile latency | range_field_small_range | 63.0614 | ms |
50th percentile service time | range_field_small_range | 46.1757 | ms |
90th percentile service time | range_field_small_range | 47.3204 | ms |
99th percentile service time | range_field_small_range | 59.0615 | ms |
100th percentile service time | range_field_small_range | 61.5164 | ms |
error rate | range_field_small_range | 0 | % |
Min Throughput | range_field_conjunction_big_range_small_term_query | 10 | ops/s |
Mean Throughput | range_field_conjunction_big_range_small_term_query | 10.01 | ops/s |
Median Throughput | range_field_conjunction_big_range_small_term_query | 10.01 | ops/s |
Max Throughput | range_field_conjunction_big_range_small_term_query | 10.02 | ops/s |
50th percentile latency | range_field_conjunction_big_range_small_term_query | 25.2106 | ms |
90th percentile latency | range_field_conjunction_big_range_small_term_query | 26.7394 | ms |
99th percentile latency | range_field_conjunction_big_range_small_term_query | 28.7892 | ms |
100th percentile latency | range_field_conjunction_big_range_small_term_query | 39.8079 | ms |
50th percentile service time | range_field_conjunction_big_range_small_term_query | 24.3337 | ms |
90th percentile service time | range_field_conjunction_big_range_small_term_query | 25.7164 | ms |
99th percentile service time | range_field_conjunction_big_range_small_term_query | 27.7805 | ms |
100th percentile service time | range_field_conjunction_big_range_small_term_query | 38.5622 | ms |
error rate | range_field_conjunction_big_range_small_term_query | 0 | % |
Min Throughput | range_field_conjunction_small_range_small_term_query | 10.01 | ops/s |
Mean Throughput | range_field_conjunction_small_range_small_term_query | 10.02 | ops/s |
Median Throughput | range_field_conjunction_small_range_small_term_query | 10.02 | ops/s |
Max Throughput | range_field_conjunction_small_range_small_term_query | 10.06 | ops/s |
50th percentile latency | range_field_conjunction_small_range_small_term_query | 28.8474 | ms |
90th percentile latency | range_field_conjunction_small_range_small_term_query | 30.6301 | ms |
99th percentile latency | range_field_conjunction_small_range_small_term_query | 42.6825 | ms |
100th percentile latency | range_field_conjunction_small_range_small_term_query | 172.028 | ms |
50th percentile service time | range_field_conjunction_small_range_small_term_query | 27.0192 | ms |
90th percentile service time | range_field_conjunction_small_range_small_term_query | 29.4612 | ms |
99th percentile service time | range_field_conjunction_small_range_small_term_query | 40.4066 | ms |
100th percentile service time | range_field_conjunction_small_range_small_term_query | 169.881 | ms |
error rate | range_field_conjunction_small_range_small_term_query | 0 | % |
Min Throughput | range_field_conjunction_small_range_big_term_query | 4 | ops/s |
Mean Throughput | range_field_conjunction_small_range_big_term_query | 4.01 | ops/s |
Median Throughput | range_field_conjunction_small_range_big_term_query | 4 | ops/s |
Max Throughput | range_field_conjunction_small_range_big_term_query | 4.01 | ops/s |
50th percentile latency | range_field_conjunction_small_range_big_term_query | 150.516 | ms |
90th percentile latency | range_field_conjunction_small_range_big_term_query | 152.823 | ms |
99th percentile latency | range_field_conjunction_small_range_big_term_query | 164.403 | ms |
100th percentile latency | range_field_conjunction_small_range_big_term_query | 187.971 | ms |
50th percentile service time | range_field_conjunction_small_range_big_term_query | 149.565 | ms |
90th percentile service time | range_field_conjunction_small_range_big_term_query | 151.865 | ms |
99th percentile service time | range_field_conjunction_small_range_big_term_query | 163.526 | ms |
100th percentile service time | range_field_conjunction_small_range_big_term_query | 187.051 | ms |
error rate | range_field_conjunction_small_range_big_term_query | 0 | % |
Min Throughput | range_field_conjunction_big_range_big_term_query | 1 | ops/s |
Mean Throughput | range_field_conjunction_big_range_big_term_query | 1 | ops/s |
Median Throughput | range_field_conjunction_big_range_big_term_query | 1 | ops/s |
Max Throughput | range_field_conjunction_big_range_big_term_query | 1 | ops/s |
50th percentile latency | range_field_conjunction_big_range_big_term_query | 722.758 | ms |
90th percentile latency | range_field_conjunction_big_range_big_term_query | 733.851 | ms |
99th percentile latency | range_field_conjunction_big_range_big_term_query | 763.327 | ms |
100th percentile latency | range_field_conjunction_big_range_big_term_query | 804.441 | ms |
50th percentile service time | range_field_conjunction_big_range_big_term_query | 721.418 | ms |
90th percentile service time | range_field_conjunction_big_range_big_term_query | 732.921 | ms |
99th percentile service time | range_field_conjunction_big_range_big_term_query | 761.675 | ms |
100th percentile service time | range_field_conjunction_big_range_big_term_query | 802.91 | ms |
error rate | range_field_conjunction_big_range_big_term_query | 0 | % |
Min Throughput | range_field_disjunction_small_range_small_term_query | 10 | ops/s |
Mean Throughput | range_field_disjunction_small_range_small_term_query | 10 | ops/s |
Median Throughput | range_field_disjunction_small_range_small_term_query | 10 | ops/s |
Max Throughput | range_field_disjunction_small_range_small_term_query | 10.01 | ops/s |
50th percentile latency | range_field_disjunction_small_range_small_term_query | 84.896 | ms |
90th percentile latency | range_field_disjunction_small_range_small_term_query | 87.2281 | ms |
99th percentile latency | range_field_disjunction_small_range_small_term_query | 98.6165 | ms |
100th percentile latency | range_field_disjunction_small_range_small_term_query | 100.719 | ms |
50th percentile service time | range_field_disjunction_small_range_small_term_query | 84.0099 | ms |
90th percentile service time | range_field_disjunction_small_range_small_term_query | 86.3019 | ms |
99th percentile service time | range_field_disjunction_small_range_small_term_query | 97.6928 | ms |
100th percentile service time | range_field_disjunction_small_range_small_term_query | 99.804 | ms |
error rate | range_field_disjunction_small_range_small_term_query | 0 | % |
Min Throughput | range_field_disjunction_big_range_small_term_query | 1.92 | ops/s |
Mean Throughput | range_field_disjunction_big_range_small_term_query | 1.92 | ops/s |
Median Throughput | range_field_disjunction_big_range_small_term_query | 1.92 | ops/s |
Max Throughput | range_field_disjunction_big_range_small_term_query | 1.92 | ops/s |
50th percentile latency | range_field_disjunction_big_range_small_term_query | 112647 | ms |
90th percentile latency | range_field_disjunction_big_range_small_term_query | 176709 | ms |
99th percentile latency | range_field_disjunction_big_range_small_term_query | 191128 | ms |
100th percentile latency | range_field_disjunction_big_range_small_term_query | 192716 | ms |
50th percentile service time | range_field_disjunction_big_range_small_term_query | 517.549 | ms |
90th percentile service time | range_field_disjunction_big_range_small_term_query | 530.515 | ms |
99th percentile service time | range_field_disjunction_big_range_small_term_query | 550.07 | ms |
100th percentile service time | range_field_disjunction_big_range_small_term_query | 606.412 | ms |
error rate | range_field_disjunction_big_range_small_term_query | 0 | % |
[INFO] SUCCESS (took 2880 seconds)
JDK 1.8 + es6.8 + noaa场景 第二轮
[root@es09 ~]# esrally race --track=noaa --target-hosts=10.10.10.10:9200,10.10.10.10:9201,10.10.10.10:9202 --pipeline=benchmark-only
[INFO] Race id is [f8366f04-7df5-4246-b6e9-264cda0f4123]
[WARNING] Could not update tracks. Continuing with your locally available state.
[WARNING] Could not update tracks. Continuing with your locally available state.
[INFO] Racing on track [noaa], challenge [append-no-conflicts] and car [‘external’] with version [6.8.0].
Running delete-index [100% done]
Running create-index [100% done]
Running check-cluster-health [100% done]
Running index [100% done]
Running refresh-after-index [100% done]
Running force-merge [100% done]
Running refresh-after-force-merge [100% done]
Running wait-until-merges-finish [100% done]
Running range_field_big_range [100% done]
Running range_field_small_range [100% done]
Running range_field_conjunction_big_range_small_term_query [100% done]
Running range_field_conjunction_small_range_small_term_query [100% done]
Running range_field_conjunction_small_range_big_term_query [100% done]
Running range_field_conjunction_big_range_big_term_query [100% done]
Running range_field_disjunction_small_range_small_term_query [100% done]
Running range_field_disjunction_big_range_small_term_query [100% done]
Metric | Task | Value | Unit |
---|---|---|---|
Cumulative indexing time of primary shards | 41.5712 | min | |
Min cumulative indexing time across primary shards | 41.5712 | min | |
Median cumulative indexing time across primary shards | 41.5712 | min | |
Max cumulative indexing time across primary shards | 41.5712 | min | |
Cumulative indexing throttle time of primary shards | 0 | min | |
Min cumulative indexing throttle time across primary shards | 0 | min | |
Median cumulative indexing throttle time across primary shards | 0 | min | |
Max cumulative indexing throttle time across primary shards | 0 | min | |
Cumulative merge time of primary shards | 22.9617 | min | |
Cumulative merge count of primary shards | 330 | ||
Min cumulative merge time across primary shards | 22.9617 | min | |
Median cumulative merge time across primary shards | 22.9617 | min | |
Max cumulative merge time across primary shards | 22.9617 | min | |
Cumulative merge throttle time of primary shards | 2.01155 | min | |
Min cumulative merge throttle time across primary shards | 2.01155 | min | |
Median cumulative merge throttle time across primary shards | 2.01155 | min | |
Max cumulative merge throttle time across primary shards | 2.01155 | min | |
Cumulative refresh time of primary shards | 1.16432 | min | |
Cumulative refresh count of primary shards | 378 | ||
Min cumulative refresh time across primary shards | 1.16432 | min | |
Median cumulative refresh time across primary shards | 1.16432 | min | |
Max cumulative refresh time across primary shards | 1.16432 | min | |
Cumulative flush time of primary shards | 1.009 | min | |
Cumulative flush count of primary shards | 25 | ||
Min cumulative flush time across primary shards | 1.009 | min | |
Median cumulative flush time across primary shards | 1.009 | min | |
Max cumulative flush time across primary shards | 1.009 | min | |
Total Young Gen GC time | 2.524 | s | |
Total Young Gen GC count | 62 | ||
Total Old Gen GC time | 0 | s | |
Total Old Gen GC count | 0 | ||
Store size | 6.37581 | GB | |
Translog size | 0.549214 | GB | |
Heap used for segments | 12.3989 | MB | |
Heap used for doc values | 0.00615311 | MB | |
Heap used for terms | 9.39889 | MB | |
Heap used for norms | 0 | MB | |
Heap used for points | 1.20484 | MB | |
Heap used for stored fields | 1.78903 | MB | |
Segment count | 1 | ||
Total Ingest Pipeline count | 0 | ||
Total Ingest Pipeline time | 0 | s | |
Total Ingest Pipeline failed | 0 | ||
Min Throughput | index | 88069.2 | docs/s |
Mean Throughput | index | 90018.1 | docs/s |
Median Throughput | index | 90116.2 | docs/s |
Max Throughput | index | 91054.3 | docs/s |
50th percentile latency | index | 391.313 | ms |
90th percentile latency | index | 617.416 | ms |
99th percentile latency | index | 807.244 | ms |
99.9th percentile latency | index | 3103.67 | ms |
100th percentile latency | index | 3308.69 | ms |
50th percentile service time | index | 391.313 | ms |
90th percentile service time | index | 617.416 | ms |
99th percentile service time | index | 807.244 | ms |
99.9th percentile service time | index | 3103.67 | ms |
100th percentile service time | index | 3308.69 | ms |
error rate | index | 0 | % |
Min Throughput | range_field_big_range | 3.66 | ops/s |
Mean Throughput | range_field_big_range | 3.67 | ops/s |
Median Throughput | range_field_big_range | 3.67 | ops/s |
Max Throughput | range_field_big_range | 3.67 | ops/s |
50th percentile latency | range_field_big_range | 37290.3 | ms |
90th percentile latency | range_field_big_range | 58463.5 | ms |
99th percentile latency | range_field_big_range | 63250.9 | ms |
100th percentile latency | range_field_big_range | 63785.2 | ms |
50th percentile service time | range_field_big_range | 270.869 | ms |
90th percentile service time | range_field_big_range | 280.14 | ms |
99th percentile service time | range_field_big_range | 289.453 | ms |
100th percentile service time | range_field_big_range | 296.434 | ms |
error rate | range_field_big_range | 0 | % |
Min Throughput | range_field_small_range | 10 | ops/s |
Mean Throughput | range_field_small_range | 10.02 | ops/s |
Median Throughput | range_field_small_range | 10.01 | ops/s |
Max Throughput | range_field_small_range | 10.05 | ops/s |
50th percentile latency | range_field_small_range | 46.5228 | ms |
90th percentile latency | range_field_small_range | 48.0354 | ms |
99th percentile latency | range_field_small_range | 60.8918 | ms |
100th percentile latency | range_field_small_range | 207.083 | ms |
50th percentile service time | range_field_small_range | 45.5805 | ms |
90th percentile service time | range_field_small_range | 47.1138 | ms |
99th percentile service time | range_field_small_range | 59.2172 | ms |
100th percentile service time | range_field_small_range | 175.764 | ms |
error rate | range_field_small_range | 0 | % |
Min Throughput | range_field_conjunction_big_range_small_term_query | 10.01 | ops/s |
Mean Throughput | range_field_conjunction_big_range_small_term_query | 10.01 | ops/s |
Median Throughput | range_field_conjunction_big_range_small_term_query | 10.01 | ops/s |
Max Throughput | range_field_conjunction_big_range_small_term_query | 10.04 | ops/s |
50th percentile latency | range_field_conjunction_big_range_small_term_query | 24.156 | ms |
90th percentile latency | range_field_conjunction_big_range_small_term_query | 25.4746 | ms |
99th percentile latency | range_field_conjunction_big_range_small_term_query | 27.608 | ms |
100th percentile latency | range_field_conjunction_big_range_small_term_query | 34.757 | ms |
50th percentile service time | range_field_conjunction_big_range_small_term_query | 23.2698 | ms |
90th percentile service time | range_field_conjunction_big_range_small_term_query | 24.6577 | ms |
99th percentile service time | range_field_conjunction_big_range_small_term_query | 26.6356 | ms |
100th percentile service time | range_field_conjunction_big_range_small_term_query | 33.9604 | ms |
error rate | range_field_conjunction_big_range_small_term_query | 0 | % |
Min Throughput | range_field_conjunction_small_range_small_term_query | 10.01 | ops/s |
Mean Throughput | range_field_conjunction_small_range_small_term_query | 10.02 | ops/s |
Median Throughput | range_field_conjunction_small_range_small_term_query | 10.02 | ops/s |
Max Throughput | range_field_conjunction_small_range_small_term_query | 10.07 | ops/s |
50th percentile latency | range_field_conjunction_small_range_small_term_query | 28.8377 | ms |
90th percentile latency | range_field_conjunction_small_range_small_term_query | 29.6972 | ms |
99th percentile latency | range_field_conjunction_small_range_small_term_query | 31.4686 | ms |
100th percentile latency | range_field_conjunction_small_range_small_term_query | 32.295 | ms |
50th percentile service time | range_field_conjunction_small_range_small_term_query | 27.0773 | ms |
90th percentile service time | range_field_conjunction_small_range_small_term_query | 27.617 | ms |
99th percentile service time | range_field_conjunction_small_range_small_term_query | 29.5806 | ms |
100th percentile service time | range_field_conjunction_small_range_small_term_query | 30.0048 | ms |
error rate | range_field_conjunction_small_range_small_term_query | 0 | % |
Min Throughput | range_field_conjunction_small_range_big_term_query | 4 | ops/s |
Mean Throughput | range_field_conjunction_small_range_big_term_query | 4.01 | ops/s |
Median Throughput | range_field_conjunction_small_range_big_term_query | 4 | ops/s |
Max Throughput | range_field_conjunction_small_range_big_term_query | 4.01 | ops/s |
50th percentile latency | range_field_conjunction_small_range_big_term_query | 151.225 | ms |
90th percentile latency | range_field_conjunction_small_range_big_term_query | 155.268 | ms |
99th percentile latency | range_field_conjunction_small_range_big_term_query | 171.014 | ms |
100th percentile latency | range_field_conjunction_small_range_big_term_query | 181.412 | ms |
50th percentile service time | range_field_conjunction_small_range_big_term_query | 150.189 | ms |
90th percentile service time | range_field_conjunction_small_range_big_term_query | 154.31 | ms |
99th percentile service time | range_field_conjunction_small_range_big_term_query | 170.064 | ms |
100th percentile service time | range_field_conjunction_small_range_big_term_query | 180.705 | ms |
error rate | range_field_conjunction_small_range_big_term_query | 0 | % |
Min Throughput | range_field_conjunction_big_range_big_term_query | 1 | ops/s |
Mean Throughput | range_field_conjunction_big_range_big_term_query | 1 | ops/s |
Median Throughput | range_field_conjunction_big_range_big_term_query | 1 | ops/s |
Max Throughput | range_field_conjunction_big_range_big_term_query | 1 | ops/s |
50th percentile latency | range_field_conjunction_big_range_big_term_query | 727.747 | ms |
90th percentile latency | range_field_conjunction_big_range_big_term_query | 738.902 | ms |
99th percentile latency | range_field_conjunction_big_range_big_term_query | 766.764 | ms |
100th percentile latency | range_field_conjunction_big_range_big_term_query | 786.151 | ms |
50th percentile service time | range_field_conjunction_big_range_big_term_query | 726.422 | ms |
90th percentile service time | range_field_conjunction_big_range_big_term_query | 737.509 | ms |
99th percentile service time | range_field_conjunction_big_range_big_term_query | 765.802 | ms |
100th percentile service time | range_field_conjunction_big_range_big_term_query | 784.866 | ms |
error rate | range_field_conjunction_big_range_big_term_query | 0 | % |
Min Throughput | range_field_disjunction_small_range_small_term_query | 10 | ops/s |
Mean Throughput | range_field_disjunction_small_range_small_term_query | 10 | ops/s |
Median Throughput | range_field_disjunction_small_range_small_term_query | 10 | ops/s |
Max Throughput | range_field_disjunction_small_range_small_term_query | 10.01 | ops/s |
50th percentile latency | range_field_disjunction_small_range_small_term_query | 84.6086 | ms |
90th percentile latency | range_field_disjunction_small_range_small_term_query | 86.2697 | ms |
99th percentile latency | range_field_disjunction_small_range_small_term_query | 98.4764 | ms |
100th percentile latency | range_field_disjunction_small_range_small_term_query | 99.4547 | ms |
50th percentile service time | range_field_disjunction_small_range_small_term_query | 83.733 | ms |
90th percentile service time | range_field_disjunction_small_range_small_term_query | 85.5627 | ms |
99th percentile service time | range_field_disjunction_small_range_small_term_query | 97.3994 | ms |
100th percentile service time | range_field_disjunction_small_range_small_term_query | 98.409 | ms |
error rate | range_field_disjunction_small_range_small_term_query | 0 | % |
Min Throughput | range_field_disjunction_big_range_small_term_query | 1.92 | ops/s |
Mean Throughput | range_field_disjunction_big_range_small_term_query | 1.93 | ops/s |
Median Throughput | range_field_disjunction_big_range_small_term_query | 1.93 | ops/s |
Max Throughput | range_field_disjunction_big_range_small_term_query | 1.93 | ops/s |
50th percentile latency | range_field_disjunction_big_range_small_term_query | 111942 | ms |
90th percentile latency | range_field_disjunction_big_range_small_term_query | 175460 | ms |
99th percentile latency | range_field_disjunction_big_range_small_term_query | 189625 | ms |
100th percentile latency | range_field_disjunction_big_range_small_term_query | 191193 | ms |
50th percentile service time | range_field_disjunction_big_range_small_term_query | 514.205 | ms |
90th percentile service time | range_field_disjunction_big_range_small_term_query | 528.152 | ms |
99th percentile service time | range_field_disjunction_big_range_small_term_query | 542.106 | ms |
100th percentile service time | range_field_disjunction_big_range_small_term_query | 685.196 | ms |
error rate | range_field_disjunction_big_range_small_term_query | 0 | % |
[INFO] SUCCESS (took 2501 seconds)
JDK 17 + es6.8 + percolator场景 第一轮
[root@es09 ~]# esrally race --track=percolator --target-hosts=10.10.10.10:9200,10.10.10.10:9201,10.10.10.10:9202 --pipeline=benchmark-only
____ ____
/ __ ____ / / / __
/ // / __ `/ / / / / /
/ , / // / / / // /
// ||_,///_, /
/____/
[INFO] Race id is [69702d68-7888-4a5d-b6fe-f6c184d70214]
[WARNING] Could not update tracks. Continuing with your locally available state.
[WARNING] Could not update tracks. Continuing with your locally available state.
[WARNING] Could not update tracks. Continuing with your locally available state.
[INFO] Racing on track [percolator], challenge [append-no-conflicts] and car [‘external’] with version [6.8.0].
Running delete-index [100% done]
Running create-index [100% done]
Running check-cluster-health [100% done]
Running index [100% done]
Running refresh-after-index [100% done]
Running force-merge [100% done]
Running refresh-after-force-merge [100% done]
Running wait-until-merges-finish [100% done]
Running percolator_with_content_president_bush [100% done]
Running percolator_with_content_saddam_hussein [100% done]
Running percolator_with_content_hurricane_katrina [100% done]
Running percolator_with_content_google [100% done]
Running percolator_no_score_with_content_google [100% done]
Running percolator_with_highlighting [100% done]
Running percolator_with_content_ignore_me [100% done]
Running percolator_no_score_with_content_ignore_me [100% done]
Metric | Task | Value | Unit |
---|---|---|---|
Cumulative indexing time of primary shards | 1.51138 | min | |
Min cumulative indexing time across primary shards | 0.246967 | min | |
Median cumulative indexing time across primary shards | 0.31565 | min | |
Max cumulative indexing time across primary shards | 0.324467 | min | |
Cumulative indexing throttle time of primary shards | 0 | min | |
Min cumulative indexing throttle time across primary shards | 0 | min | |
Median cumulative indexing throttle time across primary shards | 0 | min | |
Max cumulative indexing throttle time across primary shards | 0 | min | |
Cumulative merge time of primary shards | 0.111133 | min | |
Cumulative merge count of primary shards | 17 | ||
Min cumulative merge time across primary shards | 0.0152 | min | |
Median cumulative merge time across primary shards | 0.0165833 | min | |
Max cumulative merge time across primary shards | 0.03225 | min | |
Cumulative merge throttle time of primary shards | 0 | min | |
Min cumulative merge throttle time across primary shards | 0 | min | |
Median cumulative merge throttle time across primary shards | 0 | min | |
Max cumulative merge throttle time across primary shards | 0 | min | |
Cumulative refresh time of primary shards | 0.0391 | min | |
Cumulative refresh count of primary shards | 94 | ||
Min cumulative refresh time across primary shards | 0.00611667 | min | |
Median cumulative refresh time across primary shards | 0.00785 | min | |
Max cumulative refresh time across primary shards | 0.00923333 | min | |
Cumulative flush time of primary shards | 0 | min | |
Cumulative flush count of primary shards | 5 | ||
Min cumulative flush time across primary shards | 0 | min | |
Median cumulative flush time across primary shards | 0 | min | |
Max cumulative flush time across primary shards | 0 | min | |
Total Young Gen GC time | 3.598 | s | |
Total Young Gen GC count | 776 | ||
Total Old Gen GC time | 0 | s | |
Total Old Gen GC count | 0 | ||
Store size | 0.131722 | GB | |
Translog size | 0.240319 | GB | |
Heap used for segments | 0.804817 | MB | |
Heap used for doc values | 0.00605392 | MB | |
Heap used for terms | 0.738709 | MB | |
Heap used for norms | 0 | MB | |
Heap used for points | 0.0096159 | MB | |
Heap used for stored fields | 0.0504379 | MB | |
Segment count | 29 | ||
Total Ingest Pipeline count | 0 | ||
Total Ingest Pipeline time | 0 | s | |
Total Ingest Pipeline failed | 0 | ||
error rate | index | 0 | % |
Min Throughput | percolator_with_content_president_bush | 50.06 | ops/s |
Mean Throughput | percolator_with_content_president_bush | 50.08 | ops/s |
Median Throughput | percolator_with_content_president_bush | 50.08 | ops/s |
Max Throughput | percolator_with_content_president_bush | 50.1 | ops/s |
50th percentile latency | percolator_with_content_president_bush | 11.426 | ms |
90th percentile latency | percolator_with_content_president_bush | 13.6555 | ms |
99th percentile latency | percolator_with_content_president_bush | 30.4949 | ms |
100th percentile latency | percolator_with_content_president_bush | 31.9408 | ms |
50th percentile service time | percolator_with_content_president_bush | 10.0838 | ms |
90th percentile service time | percolator_with_content_president_bush | 11.1951 | ms |
99th percentile service time | percolator_with_content_president_bush | 29.977 | ms |
100th percentile service time | percolator_with_content_president_bush | 30.5158 | ms |
error rate | percolator_with_content_president_bush | 0 | % |
Min Throughput | percolator_with_content_saddam_hussein | 50.21 | ops/s |
Mean Throughput | percolator_with_content_saddam_hussein | 50.27 | ops/s |
Median Throughput | percolator_with_content_saddam_hussein | 50.27 | ops/s |
Max Throughput | percolator_with_content_saddam_hussein | 50.33 | ops/s |
50th percentile latency | percolator_with_content_saddam_hussein | 3.65088 | ms |
90th percentile latency | percolator_with_content_saddam_hussein | 4.17728 | ms |
99th percentile latency | percolator_with_content_saddam_hussein | 4.67185 | ms |
100th percentile latency | percolator_with_content_saddam_hussein | 6.18272 | ms |
50th percentile service time | percolator_with_content_saddam_hussein | 2.76077 | ms |
90th percentile service time | percolator_with_content_saddam_hussein | 3.10342 | ms |
99th percentile service time | percolator_with_content_saddam_hussein | 3.33856 | ms |
100th percentile service time | percolator_with_content_saddam_hussein | 5.09141 | ms |
error rate | percolator_with_content_saddam_hussein | 0 | % |
Min Throughput | percolator_with_content_hurricane_katrina | 50.08 | ops/s |
Mean Throughput | percolator_with_content_hurricane_katrina | 50.09 | ops/s |
Median Throughput | percolator_with_content_hurricane_katrina | 50.09 | ops/s |
Max Throughput | percolator_with_content_hurricane_katrina | 50.11 | ops/s |
50th percentile latency | percolator_with_content_hurricane_katrina | 10.1518 | ms |
90th percentile latency | percolator_with_content_hurricane_katrina | 11.4306 | ms |
99th percentile latency | percolator_with_content_hurricane_katrina | 13.6196 | ms |
100th percentile latency | percolator_with_content_hurricane_katrina | 15.551 | ms |
50th percentile service time | percolator_with_content_hurricane_katrina | 9.11904 | ms |
90th percentile service time | percolator_with_content_hurricane_katrina | 10.2527 | ms |
99th percentile service time | percolator_with_content_hurricane_katrina | 12.2748 | ms |
100th percentile service time | percolator_with_content_hurricane_katrina | 14.2026 | ms |
error rate | percolator_with_content_hurricane_katrina | 0 | % |
Min Throughput | percolator_with_content_google | 22.85 | ops/s |
Mean Throughput | percolator_with_content_google | 23.12 | ops/s |
Median Throughput | percolator_with_content_google | 23.18 | ops/s |
Max Throughput | percolator_with_content_google | 23.25 | ops/s |
50th percentile latency | percolator_with_content_google | 920.357 | ms |
90th percentile latency | percolator_with_content_google | 1187.31 | ms |
99th percentile latency | percolator_with_content_google | 1271.38 | ms |
100th percentile latency | percolator_with_content_google | 1277.91 | ms |
50th percentile service time | percolator_with_content_google | 42.3025 | ms |
90th percentile service time | percolator_with_content_google | 48.1545 | ms |
99th percentile service time | percolator_with_content_google | 54.4607 | ms |
100th percentile service time | percolator_with_content_google | 58.2554 | ms |
error rate | percolator_with_content_google | 0 | % |
Min Throughput | percolator_no_score_with_content_google | 100.2 | ops/s |
Mean Throughput | percolator_no_score_with_content_google | 100.2 | ops/s |
Median Throughput | percolator_no_score_with_content_google | 100.2 | ops/s |
Max Throughput | percolator_no_score_with_content_google | 100.2 | ops/s |
50th percentile latency | percolator_no_score_with_content_google | 3.78442 | ms |
90th percentile latency | percolator_no_score_with_content_google | 4.20793 | ms |
99th percentile latency | percolator_no_score_with_content_google | 4.99521 | ms |
100th percentile latency | percolator_no_score_with_content_google | 6.09812 | ms |
50th percentile service time | percolator_no_score_with_content_google | 2.92748 | ms |
90th percentile service time | percolator_no_score_with_content_google | 3.28532 | ms |
99th percentile service time | percolator_no_score_with_content_google | 4.50769 | ms |
100th percentile service time | percolator_no_score_with_content_google | 5.46018 | ms |
error rate | percolator_no_score_with_content_google | 0 | % |
Min Throughput | percolator_with_highlighting | 49.62 | ops/s |
Mean Throughput | percolator_with_highlighting | 49.66 | ops/s |
Median Throughput | percolator_with_highlighting | 49.66 | ops/s |
Max Throughput | percolator_with_highlighting | 49.71 | ops/s |
50th percentile latency | percolator_with_highlighting | 7.08559 | ms |
90th percentile latency | percolator_with_highlighting | 7.84214 | ms |
99th percentile latency | percolator_with_highlighting | 11.2258 | ms |
100th percentile latency | percolator_with_highlighting | 24.1709 | ms |
50th percentile service time | percolator_with_highlighting | 5.6344 | ms |
90th percentile service time | percolator_with_highlighting | 6.16834 | ms |
99th percentile service time | percolator_with_highlighting | 10.0086 | ms |
100th percentile service time | percolator_with_highlighting | 22.9274 | ms |
error rate | percolator_with_highlighting | 0 | % |
Min Throughput | percolator_with_content_ignore_me | 0.07 | ops/s |
Mean Throughput | percolator_with_content_ignore_me | 0.08 | ops/s |
Median Throughput | percolator_with_content_ignore_me | 0.08 | ops/s |
Max Throughput | percolator_with_content_ignore_me | 0.08 | ops/s |
50th percentile latency | percolator_with_content_ignore_me | 75701.6 | ms |
90th percentile latency | percolator_with_content_ignore_me | 118944 | ms |
99th percentile latency | percolator_with_content_ignore_me | 125290 | ms |
100th percentile latency | percolator_with_content_ignore_me | 126162 | ms |
50th percentile service time | percolator_with_content_ignore_me | 13064.3 | ms |
90th percentile service time | percolator_with_content_ignore_me | 13686.1 | ms |
99th percentile service time | percolator_with_content_ignore_me | 14083 | ms |
100th percentile service time | percolator_with_content_ignore_me | 14126.7 | ms |
error rate | percolator_with_content_ignore_me | 0 | % |
Min Throughput | percolator_no_score_with_content_ignore_me | 15.03 | ops/s |
Mean Throughput | percolator_no_score_with_content_ignore_me | 15.05 | ops/s |
Median Throughput | percolator_no_score_with_content_ignore_me | 15.04 | ops/s |
Max Throughput | percolator_no_score_with_content_ignore_me | 15.06 | ops/s |
50th percentile latency | percolator_no_score_with_content_ignore_me | 32.7674 | ms |
90th percentile latency | percolator_no_score_with_content_ignore_me | 50.2203 | ms |
99th percentile latency | percolator_no_score_with_content_ignore_me | 54.4034 | ms |
100th percentile latency | percolator_no_score_with_content_ignore_me | 55.9176 | ms |
50th percentile service time | percolator_no_score_with_content_ignore_me | 31.6571 | ms |
90th percentile service time | percolator_no_score_with_content_ignore_me | 49.2724 | ms |
99th percentile service time | percolator_no_score_with_content_ignore_me | 53.2333 | ms |
100th percentile service time | percolator_no_score_with_content_ignore_me | 55.2031 | ms |
error rate | percolator_no_score_with_content_ignore_me | 0 | % |
[WARNING] No throughput metrics available for [index]. Likely cause: The benchmark ended already during warmup.
[INFO] SUCCESS (took 1984 seconds)
JDK 17 + es6.8 + percolator场景 第二轮
[root@es09 ~]# esrally race --track=percolator --target-hosts=10.10.10.10:9200,10.10.10.10:9201,10.10.10.10:9202 --pipeline=benchmark-only
[INFO] Race id is [bfba6e4b-32e7-440d-bd6b-0a6cf6c5c779]
[WARNING] Could not update tracks. Continuing with your locally available state.
[INFO] Racing on track [percolator], challenge [append-no-conflicts] and car [‘external’] with version [6.8.0].
Running delete-index [100% done]
Running create-index [100% done]
Running check-cluster-health [100% done]
Running index [100% done]
Running refresh-after-index [100% done]
Running force-merge [100% done]
Running refresh-after-force-merge [100% done]
Running wait-until-merges-finish [100% done]
Running percolator_with_content_president_bush [100% done]
Running percolator_with_content_saddam_hussein [100% done]
Running percolator_with_content_hurricane_katrina [100% done]
Running percolator_with_content_google [100% done]
Running percolator_no_score_with_content_google [100% done]
Running percolator_with_highlighting [100% done]
Running percolator_with_content_ignore_me [100% done]
Running percolator_no_score_with_content_ignore_me [100% done]
Metric | Task | Value | Unit |
---|---|---|---|
Cumulative indexing time of primary shards | 1.25565 | min | |
Min cumulative indexing time across primary shards | 0.236517 | min | |
Median cumulative indexing time across primary shards | 0.2478 | min | |
Max cumulative indexing time across primary shards | 0.268083 | min | |
Cumulative indexing throttle time of primary shards | 0 | min | |
Min cumulative indexing throttle time across primary shards | 0 | min | |
Median cumulative indexing throttle time across primary shards | 0 | min | |
Max cumulative indexing throttle time across primary shards | 0 | min | |
Cumulative merge time of primary shards | 0.154833 | min | |
Cumulative merge count of primary shards | 20 | ||
Min cumulative merge time across primary shards | 0.0291167 | min | |
Median cumulative merge time across primary shards | 0.0321 | min | |
Max cumulative merge time across primary shards | 0.0323667 | min | |
Cumulative merge throttle time of primary shards | 0 | min | |
Min cumulative merge throttle time across primary shards | 0 | min | |
Median cumulative merge throttle time across primary shards | 0 | min | |
Max cumulative merge throttle time across primary shards | 0 | min | |
Cumulative refresh time of primary shards | 0.0347167 | min | |
Cumulative refresh count of primary shards | 120 | ||
Min cumulative refresh time across primary shards | 0.006 | min | |
Median cumulative refresh time across primary shards | 0.00688333 | min | |
Max cumulative refresh time across primary shards | 0.00798333 | min | |
Cumulative flush time of primary shards | 0 | min | |
Cumulative flush count of primary shards | 5 | ||
Min cumulative flush time across primary shards | 0 | min | |
Median cumulative flush time across primary shards | 0 | min | |
Max cumulative flush time across primary shards | 0 | min | |
Total Young Gen GC time | 3.405 | s | |
Total Young Gen GC count | 774 | ||
Total Old Gen GC time | 0 | s | |
Total Old Gen GC count | 0 | ||
Store size | 0.129454 | GB | |
Translog size | 0.240319 | GB | |
Heap used for segments | 1.02814 | MB | |
Heap used for doc values | 0.00154495 | MB | |
Heap used for terms | 0.969244 | MB | |
Heap used for norms | 0 | MB | |
Heap used for points | 0.00937557 | MB | |
Heap used for stored fields | 0.0479736 | MB | |
Segment count | 5 | ||
Total Ingest Pipeline count | 0 | ||
Total Ingest Pipeline time | 0 | s | |
Total Ingest Pipeline failed | 0 | ||
error rate | index | 0 | % |
Min Throughput | percolator_with_content_president_bush | 50.07 | ops/s |
Mean Throughput | percolator_with_content_president_bush | 50.09 | ops/s |
Median Throughput | percolator_with_content_president_bush | 50.09 | ops/s |
Max Throughput | percolator_with_content_president_bush | 50.12 | ops/s |
50th percentile latency | percolator_with_content_president_bush | 10.7302 | ms |
90th percentile latency | percolator_with_content_president_bush | 12.1869 | ms |
99th percentile latency | percolator_with_content_president_bush | 18.4037 | ms |
100th percentile latency | percolator_with_content_president_bush | 19.201 | ms |
50th percentile service time | percolator_with_content_president_bush | 9.65139 | ms |
90th percentile service time | percolator_with_content_president_bush | 10.8686 | ms |
99th percentile service time | percolator_with_content_president_bush | 16.8586 | ms |
100th percentile service time | percolator_with_content_president_bush | 18.1659 | ms |
error rate | percolator_with_content_president_bush | 0 | % |
Min Throughput | percolator_with_content_saddam_hussein | 50.23 | ops/s |
Mean Throughput | percolator_with_content_saddam_hussein | 50.29 | ops/s |
Median Throughput | percolator_with_content_saddam_hussein | 50.29 | ops/s |
Max Throughput | percolator_with_content_saddam_hussein | 50.34 | ops/s |
50th percentile latency | percolator_with_content_saddam_hussein | 3.13917 | ms |
90th percentile latency | percolator_with_content_saddam_hussein | 4.52568 | ms |
99th percentile latency | percolator_with_content_saddam_hussein | 4.70083 | ms |
100th percentile latency | percolator_with_content_saddam_hussein | 4.9136 | ms |
50th percentile service time | percolator_with_content_saddam_hussein | 2.36902 | ms |
90th percentile service time | percolator_with_content_saddam_hussein | 2.52259 | ms |
99th percentile service time | percolator_with_content_saddam_hussein | 2.61275 | ms |
100th percentile service time | percolator_with_content_saddam_hussein | 2.64048 | ms |
error rate | percolator_with_content_saddam_hussein | 0 | % |
Min Throughput | percolator_with_content_hurricane_katrina | 50.12 | ops/s |
Mean Throughput | percolator_with_content_hurricane_katrina | 50.16 | ops/s |
Median Throughput | percolator_with_content_hurricane_katrina | 50.16 | ops/s |
Max Throughput | percolator_with_content_hurricane_katrina | 50.19 | ops/s |
50th percentile latency | percolator_with_content_hurricane_katrina | 8.69564 | ms |
90th percentile latency | percolator_with_content_hurricane_katrina | 10.2225 |
更多推荐
所有评论(0)