ES 5.5.3 esrally压测过程及对比

前言:所有操作在mac下操作(在linux上操作相同命令有差异)

======安装homebrew=======

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 


==> This script will install:
/usr/local/bin/brew
/usr/local/share/doc/homebrew
/usr/local/share/man/man1/brew.1
/usr/local/share/zsh/site-functions/_brew
/usr/local/etc/bash_completion.d/brew
/usr/local/Homebrew
==> The following existing directories will be made group writable:
/usr/local/bin
==> The following existing directories will have their owner set to doctorai:
/usr/local/bin
==> The following existing directories will have their group set to admin:
/usr/local/bin
==> The following new directories will be created:
/usr/local/Cellar
/usr/local/Homebrew
/usr/local/Frameworks
/usr/local/etc
/usr/local/include
/usr/local/lib
/usr/local/opt
/usr/local/sbin
/usr/local/share
/usr/local/share/zsh
/usr/local/share/zsh/site-functions
/usr/local/var
==> The Xcode Command Line Tools will be installed.


Press RETURN to continue or any other key to abort
==> /usr/bin/sudo /bin/chmod u+rwx /usr/local/bin
Password:
==> /usr/bin/sudo /bin/chmod g+rwx /usr/local/bin
==> /usr/bin/sudo /usr/sbin/chown doctorai /usr/local/bin
==> /usr/bin/sudo /usr/bin/chgrp admin /usr/local/bin
==> /usr/bin/sudo /bin/mkdir -p /usr/local/Cellar /usr/local/Homebrew /usr/local/Frameworks /usr/local/etc /usr/local/include /usr/local/lib /usr/local/opt /usr/local/sbin /usr/local/share /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var
==> /usr/bin/sudo /bin/chmod g+rwx /usr/local/Cellar /usr/local/Homebrew /usr/local/Frameworks /usr/local/etc /usr/local/include /usr/local/lib /usr/local/opt /usr/local/sbin /usr/local/share /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var
==> /usr/bin/sudo /bin/chmod 755 /usr/local/share/zsh /usr/local/share/zsh/site-functions
==> /usr/bin/sudo /usr/sbin/chown doctorai /usr/local/Cellar /usr/local/Homebrew /usr/local/Frameworks /usr/local/etc /usr/local/include /usr/local/lib /usr/local/opt /usr/local/sbin /usr/local/share /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var
==> /usr/bin/sudo /usr/bin/chgrp admin /usr/local/Cellar /usr/local/Homebrew /usr/local/Frameworks /usr/local/etc /usr/local/include /usr/local/lib /usr/local/opt /usr/local/sbin /usr/local/share /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var
==> /usr/bin/sudo /bin/mkdir -p /Users/doctorai/Library/Caches/Homebrew
==> /usr/bin/sudo /bin/chmod g+rwx /Users/doctorai/Library/Caches/Homebrew
==> /usr/bin/sudo /usr/sbin/chown doctorai /Users/doctorai/Library/Caches/Homebrew
==> /usr/bin/sudo /bin/mkdir -p /Library/Caches/Homebrew
==> /usr/bin/sudo /bin/chmod g+rwx /Library/Caches/Homebrew
==> /usr/bin/sudo /usr/sbin/chown doctorai /Library/Caches/Homebrew
==> Searching online for the Command Line Tools
==> /usr/bin/sudo /usr/bin/touch /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress


==> Installing Command Line Tools (macOS Sierra version 10.12) for Xcode-9.2
==> /usr/bin/sudo /usr/sbin/softwareupdate -i Command\ Line\ Tools\ (macOS\ Sierra\ version\ 10.12)\ for\ Xcode-9.2
Software Update Tool
Downloading Command Line Tools (macOS Sierra version 10.12) for Xcode
Downloaded Command Line Tools (macOS Sierra version 10.12) for Xcode
Installing Command Line Tools (macOS Sierra version 10.12) for Xcode
Done with Command Line Tools (macOS Sierra version 10.12) for Xcode
Done.
==> /usr/bin/sudo /bin/rm -f /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress
==> /usr/bin/sudo /usr/bin/xcode-select --switch /Library/Developer/CommandLineTools
==> Downloading and installing Homebrew...
remote: Counting objects: 101006, done.
remote: Compressing objects: 100% (45/45), done.
remote: Total 101006 (delta 19), reused 45 (delta 12), pack-reused 100941
Receiving objects: 100% (101006/101006), 23.07 MiB | 563.00 KiB/s, done.
Resolving deltas: 100% (73496/73496), done.
From https://github.com/Homebrew/brew
 * [new branch]          master     -> origin/master
 * [new tag]             0.1        -> 0.1
 * [new tag]             0.2        -> 0.2
 * [new tag]             0.3        -> 0.3
 * [new tag]             0.4        -> 0.4
 * [new tag]             0.5        -> 0.5
 * [new tag]             0.6        -> 0.6
 * [new tag]             0.7        -> 0.7
 * [new tag]             0.7.1      -> 0.7.1
 * [new tag]             0.8        -> 0.8
 * [new tag]             0.8.1      -> 0.8.1
 * [new tag]             0.9        -> 0.9
 * [new tag]             0.9.1      -> 0.9.1
 * [new tag]             0.9.2      -> 0.9.2
 * [new tag]             0.9.3      -> 0.9.3
 * [new tag]             0.9.4      -> 0.9.4
 * [new tag]             0.9.5      -> 0.9.5
 * [new tag]             0.9.8      -> 0.9.8
 * [new tag]             0.9.9      -> 0.9.9
 * [new tag]             1.0.0      -> 1.0.0
 * [new tag]             1.0.1      -> 1.0.1
 * [new tag]             1.0.2      -> 1.0.2
 * [new tag]             1.0.3      -> 1.0.3
 * [new tag]             1.0.4      -> 1.0.4
 * [new tag]             1.0.5      -> 1.0.5
 * [new tag]             1.0.6      -> 1.0.6
 * [new tag]             1.0.7      -> 1.0.7
 * [new tag]             1.0.8      -> 1.0.8
 * [new tag]             1.0.9      -> 1.0.9
 * [new tag]             1.1.0      -> 1.1.0
 * [new tag]             1.1.1      -> 1.1.1
 * [new tag]             1.1.10     -> 1.1.10
 * [new tag]             1.1.11     -> 1.1.11
 * [new tag]             1.1.12     -> 1.1.12
 * [new tag]             1.1.13     -> 1.1.13
 * [new tag]             1.1.2      -> 1.1.2
 * [new tag]             1.1.3      -> 1.1.3
 * [new tag]             1.1.4      -> 1.1.4
 * [new tag]             1.1.5      -> 1.1.5
 * [new tag]             1.1.6      -> 1.1.6
 * [new tag]             1.1.7      -> 1.1.7
 * [new tag]             1.1.8      -> 1.1.8
 * [new tag]             1.1.9      -> 1.1.9
 * [new tag]             1.2.0      -> 1.2.0
 * [new tag]             1.2.1      -> 1.2.1
 * [new tag]             1.2.2      -> 1.2.2
 * [new tag]             1.2.3      -> 1.2.3
 * [new tag]             1.2.4      -> 1.2.4
 * [new tag]             1.2.5      -> 1.2.5
 * [new tag]             1.2.6      -> 1.2.6
 * [new tag]             1.3.0      -> 1.3.0
 * [new tag]             1.3.1      -> 1.3.1
 * [new tag]             1.3.2      -> 1.3.2
 * [new tag]             1.3.3      -> 1.3.3
 * [new tag]             1.3.4      -> 1.3.4
 * [new tag]             1.3.5      -> 1.3.5
 * [new tag]             1.3.6      -> 1.3.6
 * [new tag]             1.3.7      -> 1.3.7
 * [new tag]             1.3.8      -> 1.3.8
 * [new tag]             1.3.9      -> 1.3.9
 * [new tag]             1.4.0      -> 1.4.0
 * [new tag]             1.4.1      -> 1.4.1
 * [new tag]             1.4.2      -> 1.4.2
 * [new tag]             1.4.3      -> 1.4.3
 * [new tag]             1.5.0      -> 1.5.0
 * [new tag]             1.5.1      -> 1.5.1
 * [new tag]             1.5.10     -> 1.5.10
 * [new tag]             1.5.11     -> 1.5.11
 * [new tag]             1.5.12     -> 1.5.12
 * [new tag]             1.5.13     -> 1.5.13
 * [new tag]             1.5.14     -> 1.5.14
 * [new tag]             1.5.2      -> 1.5.2
 * [new tag]             1.5.3      -> 1.5.3
 * [new tag]             1.5.4      -> 1.5.4
 * [new tag]             1.5.5      -> 1.5.5
 * [new tag]             1.5.6      -> 1.5.6
 * [new tag]             1.5.7      -> 1.5.7
 * [new tag]             1.5.8      -> 1.5.8
 * [new tag]             1.5.9      -> 1.5.9
 * [new tag]             1.6.0      -> 1.6.0
 * [new tag]             1.6.1      -> 1.6.1
 * [new tag]             1.6.2      -> 1.6.2
 * [new tag]             1.6.3      -> 1.6.3
HEAD is now at 16fbcd09d Merge pull request #4188 from commitay/cask-audit-uninstall
==> Downloading https://homebrew.bintray.com/bottles-portable-ruby/portable-ruby-2.3.3_2.leopard_64.bottle.tar.gz
######################################################################## 100.0%
==> Pouring portable-ruby-2.3.3_2.leopard_64.bottle.tar.gz
==> Tapping homebrew/core
Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core'...
remote: Counting objects: 4760, done.
remote: Compressing objects: 100% (4555/4555), done.
remote: Total 4760 (delta 54), reused 617 (delta 17), pack-reused 0
Receiving objects: 100% (4760/4760), 3.85 MiB | 388.00 KiB/s, done.
Resolving deltas: 100% (54/54), done.
Tapped 4548 formulae (4,801 files, 12MB)
==> Cleaning up /Library/Caches/Homebrew...
==> Migrating /Library/Caches/Homebrew to /Users/doctorai/Library/Caches/Homebrew...
==> Deleting /Library/Caches/Homebrew...
Already up-to-date.
==> Installation successful!


==> Homebrew has enabled anonymous aggregate user behaviour analytics.
Read the analytics documentation (and how to opt-out) here:
  https://docs.brew.sh/Analytics.html


==> Next steps:
- Run `brew help` to get started
- Further documentation: 
    https://docs.brew.sh





================安装py3=================
brew install python3

==> Installing dependencies for python: gdbm, openssl, readline, sqlite, xz
==> Installing python dependency: gdbm
==> Downloading https://homebrew.bintray.com/bottles/gdbm-1.14.1_1.sierra.bottle.tar.gz
######################################################################## 100.0%
==> Pouring gdbm-1.14.1_1.sierra.bottle.tar.gz
  /usr/local/Cellar/gdbm/1.14.1_1: 20 files, 555.8KB
==> Installing python dependency: openssl
==> Downloading https://homebrew.bintray.com/bottles/openssl-1.0.2o_1.sierra.bottle.tar.gz
######################################################################## 100.0%
==> Pouring openssl-1.0.2o_1.sierra.bottle.tar.gz
==> Caveats
A CA file has been bootstrapped using certificates from the SystemRoots
keychain. To add additional certificates (e.g. the certificates added in
the System keychain), place .pem files in
  /usr/local/etc/openssl/certs


and run
  /usr/local/opt/openssl/bin/c_rehash


This formula is keg-only, which means it was not symlinked into /usr/local,
because Apple has deprecated use of OpenSSL in favor of its own TLS and crypto libraries.


If you need to have this software first in your PATH run:
  echo 'export PATH="/usr/local/opt/openssl/bin:$PATH"' >> ~/.bash_profile


For compilers to find this software you may need to set:
    LDFLAGS:  -L/usr/local/opt/openssl/lib
    CPPFLAGS: -I/usr/local/opt/openssl/include


==> Summary
  /usr/local/Cellar/openssl/1.0.2o_1: 1,791 files, 12.3MB
==> Installing python dependency: readline
==> Downloading https://homebrew.bintray.com/bottles/readline-7.0.3_1.sierra.bottle.tar.gz
######################################################################## 100.0%
==> Pouring readline-7.0.3_1.sierra.bottle.tar.gz
==> Caveats
This formula is keg-only, which means it was not symlinked into /usr/local,
because macOS provides the BSD libedit library, which shadows libreadline.
In order to prevent conflicts when programs look for libreadline we are
defaulting this GNU Readline installation to keg-only..


For compilers to find this software you may need to set:
    LDFLAGS:  -L/usr/local/opt/readline/lib
    CPPFLAGS: -I/usr/local/opt/readline/include


==> Summary
  /usr/local/Cellar/readline/7.0.3_1: 46 files, 1.5MB
==> Installing python dependency: sqlite
==> Downloading https://homebrew.bintray.com/bottles/sqlite-3.23.1.sierra.bottle.tar.gz
######################################################################## 100.0%
==> Pouring sqlite-3.23.1.sierra.bottle.tar.gz
==> Caveats
This formula is keg-only, which means it was not symlinked into /usr/local,
because macOS provides an older sqlite3.


If you need to have this software first in your PATH run:
  echo 'export PATH="/usr/local/opt/sqlite/bin:$PATH"' >> ~/.bash_profile


For compilers to find this software you may need to set:
    LDFLAGS:  -L/usr/local/opt/sqlite/lib
    CPPFLAGS: -I/usr/local/opt/sqlite/include


==> Summary
  /usr/local/Cellar/sqlite/3.23.1: 11 files, 3MB
==> Installing python dependency: xz
==> Downloading https://homebrew.bintray.com/bottles/xz-5.2.4.sierra.bottle.tar.gz
######################################################################## 100.0%
==> Pouring xz-5.2.4.sierra.bottle.tar.gz
  /usr/local/Cellar/xz/5.2.4: 92 files, 1MB
==> Installing python
==> Downloading https://homebrew.bintray.com/bottles/python-3.6.5.sierra.bottle.1.tar.gz
######################################################################## 100.0%
==> Pouring python-3.6.5.sierra.bottle.1.tar.gz
==> /usr/local/Cellar/python/3.6.5/bin/python3 -s setup.py --no-user-cfg install --force --verbose --install-scripts=/usr/local/Cell
==> /usr/local/Cellar/python/3.6.5/bin/python3 -s setup.py --no-user-cfg install --force --verbose --install-scripts=/usr/local/Cell
==> /usr/local/Cellar/python/3.6.5/bin/python3 -s setup.py --no-user-cfg install --force --verbose --install-scripts=/usr/local/Cell
==> Caveats
Python has been installed as
  /usr/local/bin/python3


Unversioned symlinks `python`, `python-config`, `pip` etc. pointing to
`python3`, `python3-config`, `pip3` etc., respectively, have been installed into
  /usr/local/opt/python/libexec/bin


If you need Homebrew's Python 2.7 run
  brew install python@2


Pip, setuptools, and wheel have been installed. To update them run
  pip3 install --upgrade pip setuptools wheel


You can install Python packages with
  pip3 install <package>
They will install into the site-package directory
  /usr/local/lib/python3.6/site-packages


See: https://docs.brew.sh/Homebrew-and-Python
==> Summary
  /usr/local/Cellar/python/3.6.5: 4,736 files, 99.2MB








=========安装esrally===========
sudo pip3 install esrally
 
Password:
The directory '/Users/doctorai/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/Users/doctorai/Library/Caches/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting esrally
  Downloading https://files.pythonhosted.org/packages/7b/db/2e3a2f909640b548fbd55aedf8121c5d24d2981b0201131ec55ece9a0853/esrally-0.11.0-py3-none-any.whl (182kB)
    100% |################################| 184kB 107kB/s 
Collecting jsonschema==2.5.1 (from esrally)
  Downloading https://files.pythonhosted.org/packages/bd/cc/5388547ea3504bd8cbf99ba2ae7a3231598f54038e9b228cbd174f8ec6a1/jsonschema-2.5.1-py2.py3-none-any.whl
Collecting elasticsearch==6.2.0 (from esrally)
  Downloading https://files.pythonhosted.org/packages/c3/e3/146b675e6d0138a49c4b817b4e68170eb9b75cee7e71fa3ec69624c4f467/elasticsearch-6.2.0-py2.py3-none-any.whl (69kB)
    100% |################################| 71kB 19kB/s 
Collecting Jinja2==2.9.5 (from esrally)
  Downloading https://files.pythonhosted.org/packages/3c/d1/49d69bc23d0e0c7612248dd8f5391bd043648865132309616c280ca1c837/Jinja2-2.9.5-py2.py3-none-any.whl (340kB)
    100% |################################| 348kB 15kB/s 
Collecting certifi (from esrally)
  Downloading https://files.pythonhosted.org/packages/7c/e6/92ad559b7192d846975fc916b65f667c7b8c3a32bea7372340bfe9a15fa5/certifi-2018.4.16-py2.py3-none-any.whl (150kB)
    100% |################################| 153kB 18kB/s 
Collecting thespian==3.9.2 (from esrally)
  Downloading https://files.pythonhosted.org/packages/89/c1/549ff7c6aecf0d9b69972aacadf47cd3da47ef4be0c1831e962f2243716b/thespian-3.9.2.zip (472kB)
    100% |################################| 481kB 18kB/s 
Collecting psutil==5.4.0 (from esrally)
  Downloading https://files.pythonhosted.org/packages/8d/96/1fc6468be91521192861966c40bd73fdf8b065eae6d82dd0f870b9825a65/psutil-5.4.0.tar.gz (406kB)
    100% |################################| 409kB 30kB/s 
Collecting tabulate==0.8.1 (from esrally)
  Downloading https://files.pythonhosted.org/packages/b6/88/0bd3eff61b663bd25ae824d60de5fdc441a872f1c8988bb5a057a7432a44/tabulate-0.8.1.tar.gz (45kB)
    100% |################################| 51kB 47kB/s 
Collecting py-cpuinfo==3.2.0 (from esrally)
  Downloading https://files.pythonhosted.org/packages/48/1d/404dff45f8bdc63063ac0b822b557a5a5df54679de55261021efc882b8dd/py-cpuinfo-3.2.0.tar.gz (76kB)
    100% |################################| 81kB 16kB/s 
Collecting urllib3<1.23,>=1.21.1 (from elasticsearch==6.2.0->esrally)
  Downloading https://files.pythonhosted.org/packages/63/cb/6965947c13a94236f6d4b8223e21beb4d576dc72e8130bd7880f600839b8/urllib3-1.22-py2.py3-none-any.whl (132kB)
    100% |################################| 133kB 13kB/s 
Collecting MarkupSafe>=0.23 (from Jinja2==2.9.5->esrally)
  Downloading https://files.pythonhosted.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-1.0.tar.gz
Installing collected packages: jsonschema, urllib3, elasticsearch, MarkupSafe, Jinja2, certifi, thespian, psutil, tabulate, py-cpuinfo, esrally
  Running setup.py install for MarkupSafe ... done
  Running setup.py install for thespian ... done
  Running setup.py install for psutil ... done
  Running setup.py install for tabulate ... done
  Running setup.py install for py-cpuinfo ... done
Successfully installed Jinja2-2.9.5 MarkupSafe-1.0 certifi-2018.4.16 elasticsearch-6.2.0 esrally-0.11.0 jsonschema-2.5.1 psutil-5.4.0 py-cpuinfo-3.2.0 tabulate-0.8.1 thespian-3.9.2 urllib3-1.22






=====运行rally( 由rally启动一个ES集群,进行测试)========
esrally --distribution-version=5.5.3


    ____        ____
   / __ \____ _/ / /_  __
  / /_/ / __ `/ / / / / /
 / _, _/ /_/ / / / /_/ /
/_/ |_|\__,_/_/_/\__, /
                /____/


Running simple configuration. Run the advanced configuration with:


  esrally configure --advanced-config


* Autodetecting available third-party software
Unable to find any JVMs matching version "10".
  git    : [OK]
  JDK    : [OK]


* Setting up benchmark data directory in /Users/doctorai/.rally/benchmarks
Enter the JDK 10 root directory (Press Enter to skip): 
********************************************************************************
You don't have a valid JDK 10 installation and cannot benchmark source builds.


You can still benchmark binary distributions with e.g.:


  esrally --distribution-version=6.0.0
********************************************************************************


* Setting up benchmark source directory in /Users/doctorai/.rally/benchmarks/src/elasticsearch


Configuration successfully written to /Users/doctorai/.rally/rally.ini. Happy benchmarking!


To benchmark Elasticsearch 6.0.0 with the default benchmark, run:


  esrally --distribution-version=6.0.0


More info about Rally:


* Type esrally --help
* Read the documentation at https://esrally.readthedocs.io/en/0.11.0/
* Ask a question on the forum at https://discuss.elastic.co/c/elasticsearch/rally
DoctorAI-minideMac-mini-2:~ doctorai$ esrally --distribution-version=5.5.3


    ____        ____
   / __ \____ _/ / /_  __
  / /_/ / __ `/ / / / / /
 / _, _/ /_/ / / / /_/ /
/_/ |_|\__,_/_/_/\__, /
                /____/


[INFO] Writing logs to /Users/doctorai/.rally/logs/rally_out_20180521T034315Z.log
Cloning into '/Users/doctorai/.rally/benchmarks/tracks/default'...
remote: Counting objects: 2753, done.
remote: Compressing objects: 100% (16/16), done.
remote: Total 2753 (delta 2), reused 3 (delta 0), pack-reused 2737
Receiving objects: 100% (2753/2753), 991.23 KiB | 148.00 KiB/s, done.
Resolving deltas: 100% (1908/1908), done.
Cloning into '/Users/doctorai/.rally/benchmarks/teams/default'...
remote: Counting objects: 631, done.
remote: Compressing objects: 100% (137/137), done.
remote: Total 631 (delta 138), reused 235 (delta 107), pack-reused 354
Receiving objects: 100% (631/631), 69.43 KiB | 213.00 KiB/s, done.
Resolving deltas: 100% (297/297), done.
[INFO] Preparing for race ...
[INFO] Downloading Elasticsearch 5.5.3 (31.9 MB total size)                         [100%]
[INFO] Rally will delete the benchmark candidate after the benchmark
[INFO] Racing on track [geonames], challenge [append-no-conflicts] and car ['defaults'] with version [5.5.3].


[INFO] Downloading data for track geonames (252.4 MB total size)                  [100.0%]
[INFO] Decompressing track data from [/Users/doctorai/.rally/benchmarks/data/geonames/documents-2.json.bz2] to [/Users/doctorai/.rally/benchmarks/data/geonames/documents-2.json] (resulting size: 3.30 GB) ... [OK]
[INFO] Preparing file offset table for [/Users/doctorai/.rally/benchmarks/data/geonames/documents-2.json] ... [OK]
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 index-stats                                                            [100% done]
Running node-stats                                                             [100% done]
Running default                                                                [100% done]
Running term                                                                   [100% done]
Running phrase                                                                 [100% done]
Running country_agg_uncached                                                   [100% done]
Running country_agg_cached                                                     [100% done]
Running scroll                                                                 [100% done]
Running expression                                                             [100% done]
Running painless_static                                                        [100% done]
Running painless_dynamic                                                       [100% done]
Running large_terms                                                            [100% done]
Running large_filtered_terms                                                   [100% done]
Running large_prohibited_terms                                                 [100% done]


------------------------------------------------------
    _______             __   _____                    
   / ____(_)___  ____ _/ /  / ___/_________  ________ 
  / /_  / / __ \/ __ `/ /   \__ \/ ___/ __ \/ ___/ _ \
 / __/ / / / / / /_/ / /   ___/ / /__/ /_/ / /  /  __/
/_/   /_/_/ /_/\__,_/_/   /____/\___/\____/_/   \___/ 
------------------------------------------------------


|   Lap |                         Metric |                   Task |       Value |    Unit |
|------:|-------------------------------:|-----------------------:|------------:|--------:|
|   All |                  Indexing time |                        |     34.7735 |     min |
|   All |         Indexing throttle time |                        |           0 |     min |
|   All |                     Merge time |                        |      40.244 |     min |
|   All |                   Refresh time |                        |     10.0354 |     min |
|   All |                     Flush time |                        |     0.20965 |     min |
|   All |            Merge throttle time |                        |     1.30965 |     min |
|   All |               Median CPU usage |                        |       363.6 |       % |
|   All |             Total Young Gen GC |                        |     441.774 |       s |
|   All |               Total Old Gen GC |                        |      258.11 |       s |
|   All |                     Store size |                        |     3.15805 |      GB |
|   All |                  Translog size |                        | 2.00234e-07 |      GB |
|   All |                     Index size |                        |     3.15805 |      GB |
|   All |                Totally written |                        |     21.8808 |      GB |
|   All |         Heap used for segments |                        |     17.9366 |      MB |
|   All |       Heap used for doc values |                        |    0.115234 |      MB |
|   All |            Heap used for terms |                        |     16.7303 |      MB |
|   All |            Heap used for norms |                        |   0.0737915 |      MB |
|   All |           Heap used for points |                        |    0.209012 |      MB |
|   All |    Heap used for stored fields |                        |     0.80825 |      MB |
|   All |                  Segment count |                        |          96 |         |
|   All |                 Min Throughput |           index-append |     12615.7 |  docs/s |
|   All |              Median Throughput |           index-append |       13105 |  docs/s |
|   All |                 Max Throughput |           index-append |     16241.2 |  docs/s |
|   All |        50th percentile latency |           index-append |     2452.72 |      ms |
|   All |        90th percentile latency |           index-append |     3442.29 |      ms |
|   All |        99th percentile latency |           index-append |     5059.79 |      ms |
|   All |      99.9th percentile latency |           index-append |     5908.45 |      ms |
|   All |       100th percentile latency |           index-append |     6419.02 |      ms |
|   All |   50th percentile service time |           index-append |     2452.72 |      ms |
|   All |   90th percentile service time |           index-append |     3442.29 |      ms |
|   All |   99th percentile service time |           index-append |     5059.79 |      ms |
|   All | 99.9th percentile service time |           index-append |     5908.45 |      ms |
|   All |  100th percentile service time |           index-append |     6419.02 |      ms |
|   All |                     error rate |           index-append |           0 |       % |
|   All |                 Min Throughput |            index-stats |      100.02 |   ops/s |
|   All |              Median Throughput |            index-stats |      100.04 |   ops/s |
|   All |                 Max Throughput |            index-stats |      100.08 |   ops/s |
|   All |        50th percentile latency |            index-stats |     5.57332 |      ms |
|   All |        90th percentile latency |            index-stats |     5.90826 |      ms |
|   All |        99th percentile latency |            index-stats |     6.83636 |      ms |
|   All |      99.9th percentile latency |            index-stats |     30.9082 |      ms |
|   All |       100th percentile latency |            index-stats |     31.9747 |      ms |
|   All |   50th percentile service time |            index-stats |     3.27089 |      ms |
|   All |   90th percentile service time |            index-stats |     3.35149 |      ms |
|   All |   99th percentile service time |            index-stats |     3.93431 |      ms |
|   All | 99.9th percentile service time |            index-stats |     28.6769 |      ms |
|   All |  100th percentile service time |            index-stats |     29.6533 |      ms |
|   All |                     error rate |            index-stats |           0 |       % |
|   All |                 Min Throughput |             node-stats |      100.01 |   ops/s |
|   All |              Median Throughput |             node-stats |      100.06 |   ops/s |
|   All |                 Max Throughput |             node-stats |      100.42 |   ops/s |
|   All |        50th percentile latency |             node-stats |     5.60406 |      ms |
|   All |        90th percentile latency |             node-stats |     5.88028 |      ms |
|   All |        99th percentile latency |             node-stats |     6.86688 |      ms |
|   All |      99.9th percentile latency |             node-stats |      16.421 |      ms |
|   All |       100th percentile latency |             node-stats |     18.0752 |      ms |
|   All |   50th percentile service time |             node-stats |     3.30541 |      ms |
|   All |   90th percentile service time |             node-stats |     3.49551 |      ms |
|   All |   99th percentile service time |             node-stats |     4.27068 |      ms |
|   All | 99.9th percentile service time |             node-stats |     8.31882 |      ms |
|   All |  100th percentile service time |             node-stats |     15.8049 |      ms |
|   All |                     error rate |             node-stats |           0 |       % |
|   All |                 Min Throughput |                default |       49.98 |   ops/s |
|   All |              Median Throughput |                default |       50.01 |   ops/s |
|   All |                 Max Throughput |                default |       50.02 |   ops/s |
|   All |        50th percentile latency |                default |      14.461 |      ms |
|   All |        90th percentile latency |                default |     15.4019 |      ms |
|   All |        99th percentile latency |                default |     29.6655 |      ms |
|   All |      99.9th percentile latency |                default |     71.8801 |      ms |
|   All |       100th percentile latency |                default |     80.3944 |      ms |
|   All |   50th percentile service time |                default |     11.6216 |      ms |
|   All |   90th percentile service time |                default |     12.3057 |      ms |
|   All |   99th percentile service time |                default |     16.6697 |      ms |
|   All | 99.9th percentile service time |                default |     42.9965 |      ms |
|   All |  100th percentile service time |                default |     77.4098 |      ms |
|   All |                     error rate |                default |           0 |       % |
|   All |                 Min Throughput |                   term |       199.8 |   ops/s |
|   All |              Median Throughput |                   term |      200.06 |   ops/s |
|   All |                 Max Throughput |                   term |      200.14 |   ops/s |
|   All |        50th percentile latency |                   term |     2.83991 |      ms |
|   All |        90th percentile latency |                   term |      3.0106 |      ms |
|   All |        99th percentile latency |                   term |      57.939 |      ms |
|   All |      99.9th percentile latency |                   term |     86.9345 |      ms |
|   All |       100th percentile latency |                   term |     89.5942 |      ms |
|   All |   50th percentile service time |                   term |     1.66589 |      ms |
|   All |   90th percentile service time |                   term |     1.76622 |      ms |
|   All |   99th percentile service time |                   term |     2.42701 |      ms |
|   All | 99.9th percentile service time |                   term |     17.9453 |      ms |
|   All |  100th percentile service time |                   term |     88.4567 |      ms |
|   All |                     error rate |                   term |           0 |       % |
|   All |                 Min Throughput |                 phrase |      167.21 |   ops/s |
|   All |              Median Throughput |                 phrase |      199.92 |   ops/s |
|   All |                 Max Throughput |                 phrase |      200.06 |   ops/s |
|   All |        50th percentile latency |                 phrase |     3.54109 |      ms |
|   All |        90th percentile latency |                 phrase |      849.88 |      ms |
|   All |        99th percentile latency |                 phrase |     1070.78 |      ms |
|   All |      99.9th percentile latency |                 phrase |     1087.29 |      ms |
|   All |       100th percentile latency |                 phrase |     1089.53 |      ms |
|   All |   50th percentile service time |                 phrase |     2.30222 |      ms |
|   All |   90th percentile service time |                 phrase |     2.71773 |      ms |
|   All |   99th percentile service time |                 phrase |     4.26442 |      ms |
|   All | 99.9th percentile service time |                 phrase |     15.1914 |      ms |
|   All |  100th percentile service time |                 phrase |     55.3139 |      ms |
|   All |                     error rate |                 phrase |           0 |       % |
|   All |                 Min Throughput |   country_agg_uncached |           3 |   ops/s |
|   All |              Median Throughput |   country_agg_uncached |        3.03 |   ops/s |
|   All |                 Max Throughput |   country_agg_uncached |        3.05 |   ops/s |
|   All |        50th percentile latency |   country_agg_uncached |     32803.7 |      ms |
|   All |        90th percentile latency |   country_agg_uncached |     37445.3 |      ms |
|   All |        99th percentile latency |   country_agg_uncached |     38458.4 |      ms |
|   All |       100th percentile latency |   country_agg_uncached |     38574.6 |      ms |
|   All |   50th percentile service time |   country_agg_uncached |     315.887 |      ms |
|   All |   90th percentile service time |   country_agg_uncached |     325.529 |      ms |
|   All |   99th percentile service time |   country_agg_uncached |     343.755 |      ms |
|   All |  100th percentile service time |   country_agg_uncached |     362.678 |      ms |
|   All |                     error rate |   country_agg_uncached |           0 |       % |
|   All |                 Min Throughput |     country_agg_cached |      100.03 |   ops/s |
|   All |              Median Throughput |     country_agg_cached |      100.05 |   ops/s |
|   All |                 Max Throughput |     country_agg_cached |       100.1 |   ops/s |
|   All |        50th percentile latency |     country_agg_cached |     4.48819 |      ms |
|   All |        90th percentile latency |     country_agg_cached |     5.15424 |      ms |
|   All |        99th percentile latency |     country_agg_cached |     5.81586 |      ms |
|   All |      99.9th percentile latency |     country_agg_cached |     8.52729 |      ms |
|   All |       100th percentile latency |     country_agg_cached |     12.0691 |      ms |
|   All |   50th percentile service time |     country_agg_cached |     1.81581 |      ms |
|   All |   90th percentile service time |     country_agg_cached |     1.94646 |      ms |
|   All |   99th percentile service time |     country_agg_cached |     2.52259 |      ms |
|   All | 99.9th percentile service time |     country_agg_cached |     4.73125 |      ms |
|   All |  100th percentile service time |     country_agg_cached |     9.31207 |      ms |
|   All |                     error rate |     country_agg_cached |           0 |       % |
|   All |                 Min Throughput |                 scroll |       25.04 | pages/s |
|   All |              Median Throughput |                 scroll |       25.05 | pages/s |
|   All |                 Max Throughput |                 scroll |       25.07 | pages/s |
|   All |        50th percentile latency |                 scroll |     450.894 |      ms |
|   All |        90th percentile latency |                 scroll |     458.224 |      ms |
|   All |        99th percentile latency |                 scroll |     462.654 |      ms |
|   All |       100th percentile latency |                 scroll |     538.549 |      ms |
|   All |   50th percentile service time |                 scroll |     443.923 |      ms |
|   All |   90th percentile service time |                 scroll |      449.22 |      ms |
|   All |   99th percentile service time |                 scroll |     455.252 |      ms |
|   All |  100th percentile service time |                 scroll |     533.287 |      ms |
|   All |                     error rate |                 scroll |           0 |       % |
|   All |                 Min Throughput |             expression |        1.34 |   ops/s |
|   All |              Median Throughput |             expression |        1.36 |   ops/s |
|   All |                 Max Throughput |             expression |        1.36 |   ops/s |
|   All |        50th percentile latency |             expression |     60099.1 |      ms |
|   All |        90th percentile latency |             expression |     68618.1 |      ms |
|   All |        99th percentile latency |             expression |     70532.9 |      ms |
|   All |       100th percentile latency |             expression |       70739 |      ms |
|   All |   50th percentile service time |             expression |     711.441 |      ms |
|   All |   90th percentile service time |             expression |     725.993 |      ms |
|   All |   99th percentile service time |             expression |      743.23 |      ms |
|   All |  100th percentile service time |             expression |      743.63 |      ms |
|   All |                     error rate |             expression |           0 |       % |
|   All |                 Min Throughput |        painless_static |        1.13 |   ops/s |
|   All |              Median Throughput |        painless_static |        1.13 |   ops/s |
|   All |                 Max Throughput |        painless_static |        1.13 |   ops/s |
|   All |        50th percentile latency |        painless_static |     55610.9 |      ms |
|   All |        90th percentile latency |        painless_static |     63918.5 |      ms |
|   All |        99th percentile latency |        painless_static |     65787.3 |      ms |
|   All |       100th percentile latency |        painless_static |     66013.5 |      ms |
|   All |   50th percentile service time |        painless_static |      876.43 |      ms |
|   All |   90th percentile service time |        painless_static |       891.8 |      ms |
|   All |   99th percentile service time |        painless_static |     900.975 |      ms |
|   All |  100th percentile service time |        painless_static |     908.306 |      ms |
|   All |                     error rate |        painless_static |           0 |       % |
|   All |                 Min Throughput |       painless_dynamic |        1.21 |   ops/s |
|   All |              Median Throughput |       painless_dynamic |        1.21 |   ops/s |
|   All |                 Max Throughput |       painless_dynamic |        1.21 |   ops/s |
|   All |        50th percentile latency |       painless_dynamic |     40825.2 |      ms |
|   All |        90th percentile latency |       painless_dynamic |     46805.1 |      ms |
|   All |        99th percentile latency |       painless_dynamic |     48179.3 |      ms |
|   All |       100th percentile latency |       painless_dynamic |     48319.6 |      ms |
|   All |   50th percentile service time |       painless_dynamic |      816.75 |      ms |
|   All |   90th percentile service time |       painless_dynamic |     829.123 |      ms |
|   All |   99th percentile service time |       painless_dynamic |     843.998 |      ms |
|   All |  100th percentile service time |       painless_dynamic |     853.508 |      ms |
|   All |                     error rate |       painless_dynamic |           0 |       % |
|   All |                 Min Throughput |            large_terms |        0.11 |   ops/s |
|   All |              Median Throughput |            large_terms |        0.11 |   ops/s |
|   All |                 Max Throughput |            large_terms |        0.12 |   ops/s |
|   All |        50th percentile latency |            large_terms |  2.0209e+06 |      ms |
|   All |        90th percentile latency |            large_terms | 2.29477e+06 |      ms |
|   All |        99th percentile latency |            large_terms | 2.35597e+06 |      ms |
|   All |       100th percentile latency |            large_terms | 2.36355e+06 |      ms |
|   All |   50th percentile service time |            large_terms |     7340.02 |      ms |
|   All |   90th percentile service time |            large_terms |      7917.7 |      ms |
|   All |   99th percentile service time |            large_terms |     8155.38 |      ms |
|   All |  100th percentile service time |            large_terms |     8215.34 |      ms |
|   All |                     error rate |            large_terms |           0 |       % |
|   All |                 Min Throughput |   large_filtered_terms |        1.19 |   ops/s |
|   All |              Median Throughput |   large_filtered_terms |         1.2 |   ops/s |
|   All |                 Max Throughput |   large_filtered_terms |         1.2 |   ops/s |
|   All |        50th percentile latency |   large_filtered_terms |     84018.8 |      ms |
|   All |        90th percentile latency |   large_filtered_terms |     96469.2 |      ms |
|   All |        99th percentile latency |   large_filtered_terms |     99323.8 |      ms |
|   All |       100th percentile latency |   large_filtered_terms |     99645.9 |      ms |
|   All |   50th percentile service time |   large_filtered_terms |     815.321 |      ms |
|   All |   90th percentile service time |   large_filtered_terms |     825.828 |      ms |
|   All |   99th percentile service time |   large_filtered_terms |     834.477 |      ms |
|   All |  100th percentile service time |   large_filtered_terms |     886.207 |      ms |
|   All |                     error rate |   large_filtered_terms |           0 |       % |
|   All |                 Min Throughput | large_prohibited_terms |         1.3 |   ops/s |
|   All |              Median Throughput | large_prohibited_terms |         1.3 |   ops/s |
|   All |                 Max Throughput | large_prohibited_terms |         1.3 |   ops/s |
|   All |        50th percentile latency | large_prohibited_terms |     67789.1 |      ms |
|   All |        90th percentile latency | large_prohibited_terms |     78323.5 |      ms |
|   All |        99th percentile latency | large_prohibited_terms |     80372.9 |      ms |
|   All |       100th percentile latency | large_prohibited_terms |     80639.4 |      ms |
|   All |   50th percentile service time | large_prohibited_terms |     777.229 |      ms |
|   All |   90th percentile service time | large_prohibited_terms |     786.196 |      ms |
|   All |   99th percentile service time | large_prohibited_terms |     796.965 |      ms |
|   All |  100th percentile service time | large_prohibited_terms |     943.094 |      ms |
|   All |                     error rate | large_prohibited_terms |           0 |       % |




----------------------------------
[INFO] SUCCESS (took 5723 seconds)
----------------------------------


======运行rally(测试目标es)=======
esrally --pipeline=benchmark-only --target-hosts=192.168.0.201:9200,192.168.0.202:9200


    ____        ____
   / __ \____ _/ / /_  __
  / /_/ / __ `/ / / / / /
 / _, _/ /_/ / / / /_/ /
/_/ |_|\__,_/_/_/\__, /
                /____/


[INFO] Writing logs to /Users/doctorai/.rally/logs/rally_out_20180521T063718Z.log


************************************************************************
************** WARNING: A dark dungeon lies ahead of you  **************
************************************************************************


Rally does not have control over the configuration of the benchmarked
Elasticsearch cluster.


Be aware that results may be misleading due to problems with the setup.
Rally is also not able to gather lots of metrics at all (like CPU usage
of the benchmarked cluster) or may even produce misleading metrics (like
the index size).


************************************************************************
****** Use this pipeline only if you are aware of the tradeoffs.  ******
*************************** Watch your step! ***************************
************************************************************************


[INFO] Racing on track [geonames], challenge [append-no-conflicts] and car ['external'] with version [5.5.3].


[WARNING] merges_total_time is 3980324 ms indicating that the cluster is not in a defined clean state. Recorded index time metrics may be misleading.
[WARNING] merges_total_throttled_time is 2123083 ms indicating that the cluster is not in a defined clean state. Recorded index time metrics may be misleading.
[WARNING] indexing_total_time is 5884534 ms indicating that the cluster is not in a defined clean state. Recorded index time metrics may be misleading.
[WARNING] refresh_total_time is 748484 ms indicating that the cluster is not in a defined clean state. Recorded index time metrics may be misleading.
[WARNING] flush_total_time is 81197 ms indicating that the cluster is not in a defined clean state. Recorded index time metrics may be misleading.
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 index-stats                                                            [100% done]
Running node-stats                                                             [100% done]
Running default                                                                [100% done]
Running term                                                                   [100% done]
Running phrase                                                                 [100% done]
Running country_agg_uncached                                                   [100% done]
Running country_agg_cached                                                     [100% done]
Running scroll                                                                 [100% done]
Running expression                                                             [100% done]
Running painless_static                                                        [100% done]
Running painless_dynamic                                                       [100% done]
Running large_terms                                                            [100% done]
Running large_filtered_terms                                                   [100% done]
Running large_prohibited_terms                                                 [100% done]

------------------------------------------------------
    _______             __   _____                    
   / ____(_)___  ____ _/ /  / ___/_________  ________ 
  / /_  / / __ \/ __ `/ /   \__ \/ ___/ __ \/ ___/ _ \
 / __/ / / / / / /_/ / /   ___/ / /__/ /_/ / /  /  __/
/_/   /_/_/ /_/\__,_/_/   /____/\___/\____/_/   \___/ 
------------------------------------------------------


|   Lap |                         Metric |                   Task |       Value |    Unit |
|------:|-------------------------------:|-----------------------:|------------:|--------:|
|   All |                  Indexing time |                        |     35.2385 |     min |
|   All |         Indexing throttle time |                        |           0 |     min |
|   All |                     Merge time |                        |     37.3494 |     min |
|   All |                   Refresh time |                        |     9.82355 |     min |
|   All |                     Flush time |                        |    0.174733 |     min |
|   All |            Merge throttle time |                        |     3.86808 |     min |
|   All |             Total Young Gen GC |                        |     196.543 |       s |
|   All |               Total Old Gen GC |                        |      13.308 |       s |
|   All |                     Store size |                        |     3.97189 |      GB |
|   All |                  Translog size |                        | 2.28267e-06 |      GB |
|   All |         Heap used for segments |                        |     18.5627 |      MB |
|   All |       Heap used for doc values |                        |    0.256039 |      MB |
|   All |            Heap used for terms |                        |       17.08 |      MB |
|   All |            Heap used for norms |                        |   0.0715942 |      MB |
|   All |           Heap used for points |                        |    0.215772 |      MB |
|   All |    Heap used for stored fields |                        |    0.939262 |      MB |
|   All |                  Segment count |                        |         145 |         |
|   All |                 Min Throughput |           index-append |       15731 |  docs/s |
|   All |              Median Throughput |           index-append |     16194.9 |  docs/s |
|   All |                 Max Throughput |           index-append |     17875.5 |  docs/s |
|   All |        50th percentile latency |           index-append |     1395.49 |      ms |
|   All |        90th percentile latency |           index-append |     2216.77 |      ms |
|   All |        99th percentile latency |           index-append |      3950.5 |      ms |
|   All |      99.9th percentile latency |           index-append |     14679.3 |      ms |
|   All |       100th percentile latency |           index-append |     15582.6 |      ms |
|   All |   50th percentile service time |           index-append |     1395.49 |      ms |
|   All |   90th percentile service time |           index-append |     2216.77 |      ms |
|   All |   99th percentile service time |           index-append |      3950.5 |      ms |
|   All | 99.9th percentile service time |           index-append |     14679.3 |      ms |
|   All |  100th percentile service time |           index-append |     15582.6 |      ms |
|   All |                     error rate |           index-append |           0 |       % |
|   All |                 Min Throughput |            index-stats |       53.72 |   ops/s |
|   All |              Median Throughput |            index-stats |       54.76 |   ops/s |
|   All |                 Max Throughput |            index-stats |       55.21 |   ops/s |
|   All |        50th percentile latency |            index-stats |     8271.97 |      ms |
|   All |        90th percentile latency |            index-stats |     11420.3 |      ms |
|   All |        99th percentile latency |            index-stats |       12105 |      ms |
|   All |      99.9th percentile latency |            index-stats |       12180 |      ms |
|   All |       100th percentile latency |            index-stats |     12186.5 |      ms |
|   All |   50th percentile service time |            index-stats |     15.8867 |      ms |
|   All |   90th percentile service time |            index-stats |     27.7932 |      ms |
|   All |   99th percentile service time |            index-stats |     39.8006 |      ms |
|   All | 99.9th percentile service time |            index-stats |     136.987 |      ms |
|   All |  100th percentile service time |            index-stats |     138.344 |      ms |
|   All |                     error rate |            index-stats |           0 |       % |
|   All |                 Min Throughput |             node-stats |       58.26 |   ops/s |
|   All |              Median Throughput |             node-stats |       59.35 |   ops/s |
|   All |                 Max Throughput |             node-stats |        60.3 |   ops/s |
|   All |        50th percentile latency |             node-stats |     3965.77 |      ms |
|   All |        90th percentile latency |             node-stats |      6864.8 |      ms |
|   All |        99th percentile latency |             node-stats |     7488.92 |      ms |
|   All |      99.9th percentile latency |             node-stats |     7524.35 |      ms |
|   All |       100th percentile latency |             node-stats |     7540.19 |      ms |
|   All |   50th percentile service time |             node-stats |     14.5179 |      ms |
|   All |   90th percentile service time |             node-stats |     29.1796 |      ms |
|   All |   99th percentile service time |             node-stats |     42.1806 |      ms |
|   All | 99.9th percentile service time |             node-stats |     65.3458 |      ms |
|   All |  100th percentile service time |             node-stats |     126.512 |      ms |
|   All |                     error rate |             node-stats |           0 |       % |
|   All |                 Min Throughput |                default |       27.01 |   ops/s |
|   All |              Median Throughput |                default |        27.1 |   ops/s |
|   All |                 Max Throughput |                default |       27.16 |   ops/s |
|   All |        50th percentile latency |                default |       16938 |      ms |
|   All |        90th percentile latency |                default |     23697.6 |      ms |
|   All |        99th percentile latency |                default |     25179.6 |      ms |
|   All |      99.9th percentile latency |                default |     25316.4 |      ms |
|   All |       100th percentile latency |                default |     25343.6 |      ms |
|   All |   50th percentile service time |                default |      38.045 |      ms |
|   All |   90th percentile service time |                default |     48.3653 |      ms |
|   All |   99th percentile service time |                default |      55.321 |      ms |
|   All | 99.9th percentile service time |                default |     63.7045 |      ms |
|   All |  100th percentile service time |                default |     68.4508 |      ms |
|   All |                     error rate |                default |           0 |       % |
|   All |                 Min Throughput |                   term |      105.19 |   ops/s |
|   All |              Median Throughput |                   term |      110.53 |   ops/s |
|   All |                 Max Throughput |                   term |      113.75 |   ops/s |
|   All |        50th percentile latency |                   term |     4054.09 |      ms |
|   All |        90th percentile latency |                   term |     5369.96 |      ms |
|   All |        99th percentile latency |                   term |     5642.86 |      ms |
|   All |      99.9th percentile latency |                   term |     5677.42 |      ms |
|   All |       100th percentile latency |                   term |     5680.29 |      ms |
|   All |   50th percentile service time |                   term |     8.38075 |      ms |
|   All |   90th percentile service time |                   term |     14.1923 |      ms |
|   All |   99th percentile service time |                   term |     19.3601 |      ms |
|   All | 99.9th percentile service time |                   term |      20.864 |      ms |
|   All |  100th percentile service time |                   term |     22.8874 |      ms |
|   All |                     error rate |                   term |           0 |       % |
|   All |                 Min Throughput |                 phrase |       58.09 |   ops/s |
|   All |              Median Throughput |                 phrase |       63.62 |   ops/s |
|   All |                 Max Throughput |                 phrase |       64.99 |   ops/s |
|   All |        50th percentile latency |                 phrase |     10765.1 |      ms |
|   All |        90th percentile latency |                 phrase |     14490.9 |      ms |
|   All |        99th percentile latency |                 phrase |     15685.9 |      ms |
|   All |      99.9th percentile latency |                 phrase |     15762.8 |      ms |
|   All |       100th percentile latency |                 phrase |     15772.1 |      ms |
|   All |   50th percentile service time |                 phrase |     14.1987 |      ms |
|   All |   90th percentile service time |                 phrase |     20.5914 |      ms |
|   All |   99th percentile service time |                 phrase |     26.5624 |      ms |
|   All | 99.9th percentile service time |                 phrase |     30.0938 |      ms |
|   All |  100th percentile service time |                 phrase |     385.036 |      ms |
|   All |                     error rate |                 phrase |           0 |       % |
|   All |                 Min Throughput |   country_agg_uncached |        3.34 |   ops/s |
|   All |              Median Throughput |   country_agg_uncached |        3.38 |   ops/s |
|   All |                 Max Throughput |   country_agg_uncached |         3.4 |   ops/s |
|   All |        50th percentile latency |   country_agg_uncached |     23926.2 |      ms |
|   All |        90th percentile latency |   country_agg_uncached |     28436.4 |      ms |
|   All |        99th percentile latency |   country_agg_uncached |     29106.5 |      ms |
|   All |       100th percentile latency |   country_agg_uncached |     29163.3 |      ms |
|   All |   50th percentile service time |   country_agg_uncached |     255.329 |      ms |
|   All |   90th percentile service time |   country_agg_uncached |     375.588 |      ms |
|   All |   99th percentile service time |   country_agg_uncached |     713.828 |      ms |
|   All |  100th percentile service time |   country_agg_uncached |     747.001 |      ms |
|   All |                     error rate |   country_agg_uncached |           0 |       % |
|   All |                 Min Throughput |     country_agg_cached |       97.48 |   ops/s |
|   All |              Median Throughput |     country_agg_cached |        99.9 |   ops/s |
|   All |                 Max Throughput |     country_agg_cached |       99.94 |   ops/s |
|   All |        50th percentile latency |     country_agg_cached |     16.6884 |      ms |
|   All |        90th percentile latency |     country_agg_cached |     233.075 |      ms |
|   All |        99th percentile latency |     country_agg_cached |     369.642 |      ms |
|   All |      99.9th percentile latency |     country_agg_cached |     393.548 |      ms |
|   All |       100th percentile latency |     country_agg_cached |     395.138 |      ms |
|   All |   50th percentile service time |     country_agg_cached |     8.75357 |      ms |
|   All |   90th percentile service time |     country_agg_cached |     15.3724 |      ms |
|   All |   99th percentile service time |     country_agg_cached |     21.3475 |      ms |
|   All | 99.9th percentile service time |     country_agg_cached |     24.4268 |      ms |
|   All |  100th percentile service time |     country_agg_cached |     25.6324 |      ms |
|   All |                     error rate |     country_agg_cached |           0 |       % |
|   All |                 Min Throughput |                 scroll |       12.46 | pages/s |
|   All |              Median Throughput |                 scroll |       12.86 | pages/s |
|   All |                 Max Throughput |                 scroll |       13.18 | pages/s |
|   All |        50th percentile latency |                 scroll |      237601 |      ms |
|   All |        90th percentile latency |                 scroll |      264075 |      ms |
|   All |        99th percentile latency |                 scroll |      269607 |      ms |
|   All |       100th percentile latency |                 scroll |      269941 |      ms |
|   All |   50th percentile service time |                 scroll |     1660.92 |      ms |
|   All |   90th percentile service time |                 scroll |     2111.44 |      ms |
|   All |   99th percentile service time |                 scroll |     2348.25 |      ms |
|   All |  100th percentile service time |                 scroll |     2391.02 |      ms |
|   All |                     error rate |                 scroll |           0 |       % |
|   All |                 Min Throughput |             expression |        1.77 |   ops/s |
|   All |              Median Throughput |             expression |         1.8 |   ops/s |
|   All |                 Max Throughput |             expression |        1.82 |   ops/s |
|   All |        50th percentile latency |             expression |       14663 |      ms |
|   All |        90th percentile latency |             expression |     15135.3 |      ms |
|   All |        99th percentile latency |             expression |       15947 |      ms |
|   All |       100th percentile latency |             expression |     15961.7 |      ms |
|   All |   50th percentile service time |             expression |     508.591 |      ms |
|   All |   90th percentile service time |             expression |     534.893 |      ms |
|   All |   99th percentile service time |             expression |     830.003 |      ms |
|   All |  100th percentile service time |             expression |     863.858 |      ms |
|   All |                     error rate |             expression |           0 |       % |
|   All |                 Min Throughput |        painless_static |         1.5 |   ops/s |
|   All |              Median Throughput |        painless_static |         1.5 |   ops/s |
|   All |                 Max Throughput |        painless_static |         1.5 |   ops/s |
|   All |        50th percentile latency |        painless_static |     670.433 |      ms |
|   All |        90th percentile latency |        painless_static |      850.92 |      ms |
|   All |        99th percentile latency |        painless_static |     997.675 |      ms |
|   All |       100th percentile latency |        painless_static |     1019.27 |      ms |
|   All |   50th percentile service time |        painless_static |     610.261 |      ms |
|   All |   90th percentile service time |        painless_static |     782.476 |      ms |
|   All |   99th percentile service time |        painless_static |      854.04 |      ms |
|   All |  100th percentile service time |        painless_static |     1013.32 |      ms |
|   All |                     error rate |        painless_static |           0 |       % |
|   All |                 Min Throughput |       painless_dynamic |        1.49 |   ops/s |
|   All |              Median Throughput |       painless_dynamic |         1.5 |   ops/s |
|   All |                 Max Throughput |       painless_dynamic |         1.5 |   ops/s |
|   All |        50th percentile latency |       painless_dynamic |     677.901 |      ms |
|   All |        90th percentile latency |       painless_dynamic |     986.934 |      ms |
|   All |        99th percentile latency |       painless_dynamic |      1534.6 |      ms |
|   All |       100th percentile latency |       painless_dynamic |      1625.2 |      ms |
|   All |   50th percentile service time |       painless_dynamic |     587.105 |      ms |
|   All |   90th percentile service time |       painless_dynamic |      786.42 |      ms |
|   All |   99th percentile service time |       painless_dynamic |     1151.53 |      ms |
|   All |  100th percentile service time |       painless_dynamic |     1229.42 |      ms |
|   All |                     error rate |       painless_dynamic |           0 |       % |
|   All |                     error rate |            large_terms |           0 |       % |
|   All |                 Min Throughput |   large_filtered_terms |        0.61 |   ops/s |
|   All |              Median Throughput |   large_filtered_terms |        0.64 |   ops/s |
|   All |                 Max Throughput |   large_filtered_terms |        0.66 |   ops/s |
|   All |        50th percentile latency |   large_filtered_terms |      268226 |      ms |
|   All |        90th percentile latency |   large_filtered_terms |      295363 |      ms |
|   All |        99th percentile latency |   large_filtered_terms |      303699 |      ms |
|   All |       100th percentile latency |   large_filtered_terms |      304377 |      ms |
|   All |   50th percentile service time |   large_filtered_terms |     1155.77 |      ms |
|   All |   90th percentile service time |   large_filtered_terms |     1528.66 |      ms |
|   All |   99th percentile service time |   large_filtered_terms |     2015.58 |      ms |
|   All |  100th percentile service time |   large_filtered_terms |     2615.63 |      ms |
|   All |                     error rate |   large_filtered_terms |           0 |       % |
|   All |                 Min Throughput | large_prohibited_terms |        0.83 |   ops/s |
|   All |              Median Throughput | large_prohibited_terms |        0.84 |   ops/s |
|   All |                 Max Throughput | large_prohibited_terms |        0.84 |   ops/s |
|   All |        50th percentile latency | large_prohibited_terms |      173227 |      ms |
|   All |        90th percentile latency | large_prohibited_terms |      199889 |      ms |
|   All |        99th percentile latency | large_prohibited_terms |      205931 |      ms |
|   All |       100th percentile latency | large_prohibited_terms |      206388 |      ms |
|   All |   50th percentile service time | large_prohibited_terms |     1120.49 |      ms |
|   All |   90th percentile service time | large_prohibited_terms |     1404.63 |      ms |
|   All |   99th percentile service time | large_prohibited_terms |     1701.94 |      ms |
|   All |  100th percentile service time | large_prohibited_terms |     1978.98 |      ms |
|   All |                     error rate | large_prohibited_terms |           0 |       % |


[WARNING] No throughput metrics available for [large_terms]. Likely cause: The benchmark ended already during warmup.


----------------------------------
[INFO] SUCCESS (took 6803 seconds)
----------------------------------




=====查看压测结果的列表=======
esrally list races


    ____        ____
   / __ \____ _/ / /_  __
  / /_/ / __ `/ / / / / /
 / _, _/ /_/ / / / /_/ /
/_/ |_|\__,_/_/_/\__, /
                /____/


[INFO] Writing logs to /Users/doctorai/.rally/logs/rally_out_20180521T084051Z.log


Recent races:


Race Timestamp    Track     Track Parameters    Challenge            Car       User Tags
----------------  --------  ------------------  -------------------  --------  -----------
20180521T063718Z  geonames                      append-no-conflicts  external
20180521T034315Z  geonames                      append-no-conflicts  defaults


-------------------------------
[INFO] SUCCESS (took 3 seconds)
-------------------------------




=====对比两次压测结果======
esrally compare --baseline=20180521T034315Z --contender=20180521T063718Z

    ____        ____
   / __ \____ _/ / /_  __
  / /_/ / __ `/ / / / / /
 / _, _/ /_/ / / / /_/ /
/_/ |_|\__,_/_/_/\__, /
                /____/


[INFO] Writing logs to /Users/doctorai/.rally/logs/rally_out_20180521T084405Z.log


Comparing baseline
  Race timestamp: 2018-05-21 03:43:15
  Challenge: append-no-conflicts
  Car: defaults


with contender
  Race timestamp: 2018-05-21 06:37:18
  Challenge: append-no-conflicts
  Car: external


------------------------------------------------------
    _______             __   _____                    
   / ____(_)___  ____ _/ /  / ___/_________  ________ 
  / /_  / / __ \/ __ `/ /   \__ \/ ___/ __ \/ ___/ _ \
 / __/ / / / / / /_/ / /   ___/ / /__/ /_/ / /  /  __/
/_/   /_/_/ /_/\__,_/_/   /____/\___/\____/_/   \___/ 
------------------------------------------------------


|                         Metric |                   Task |    Baseline |   Contender |     Diff |    Unit |
|-------------------------------:|-----------------------:|------------:|------------:|---------:|--------:|
|                  Indexing time |                        |     34.7735 |     35.2385 |  0.46502 |     min |
|         Indexing throttle time |                        |           0 |           0 |        0 |     min |
|                     Merge time |                        |      40.244 |     37.3494 | -2.89465 |     min |
|                   Refresh time |                        |     10.0354 |     9.82355 | -0.21188 |     min |
|                     Flush time |                        |     0.20965 |    0.174733 | -0.03492 |     min |
|            Merge throttle time |                        |     1.30965 |     3.86808 |  2.55843 |     min |
|             Total Young Gen GC |                        |     441.774 |     196.543 | -245.231 |       s |
|               Total Old Gen GC |                        |      258.11 |      13.308 | -244.802 |       s |
|                     Store size |                        |     3.15805 |     3.97189 |  0.81384 |      GB |
|                  Translog size |                        | 2.00234e-07 | 2.28267e-06 |        0 |      GB |
|         Heap used for segments |                        |     17.9366 |     18.5627 |   0.6261 |      MB |
|       Heap used for doc values |                        |    0.115234 |    0.256039 |   0.1408 |      MB |
|            Heap used for terms |                        |     16.7303 |       17.08 |  0.34973 |      MB |
|            Heap used for norms |                        |   0.0737915 |   0.0715942 |  -0.0022 |      MB |
|           Heap used for points |                        |    0.209012 |    0.215772 |  0.00676 |      MB |
|    Heap used for stored fields |                        |     0.80825 |    0.939262 |  0.13101 |      MB |
|                  Segment count |                        |          96 |         145 |       49 |         |
|                 Min Throughput |           index-append |     12615.7 |       15731 |  3115.22 |  docs/s |
|              Median Throughput |           index-append |       13105 |     16194.9 |  3089.84 |  docs/s |
|                 Max Throughput |           index-append |     16241.2 |     17875.6 |  1634.38 |  docs/s |
|        50th percentile latency |           index-append |     2452.72 |     1395.49 | -1057.23 |      ms |
|        90th percentile latency |           index-append |     3442.29 |     2216.77 | -1225.52 |      ms |
|        99th percentile latency |           index-append |     5059.79 |      3950.5 |  -1109.3 |      ms |
|      99.9th percentile latency |           index-append |     5908.45 |     14679.3 |  8770.86 |      ms |
|       100th percentile latency |           index-append |     6419.02 |     15582.6 |  9163.54 |      ms |
|   50th percentile service time |           index-append |     2452.72 |     1395.49 | -1057.23 |      ms |
|   90th percentile service time |           index-append |     3442.29 |     2216.77 | -1225.52 |      ms |
|   99th percentile service time |           index-append |     5059.79 |      3950.5 |  -1109.3 |      ms |
| 99.9th percentile service time |           index-append |     5908.45 |     14679.3 |  8770.86 |      ms |
|  100th percentile service time |           index-append |     6419.02 |     15582.6 |  9163.54 |      ms |
|                     error rate |           index-append |           0 |           0 |        0 |       % |
|                 Min Throughput |            index-stats |     100.017 |     53.7177 |  -46.299 |   ops/s |
|              Median Throughput |            index-stats |     100.036 |     54.7586 | -45.2769 |   ops/s |
|                 Max Throughput |            index-stats |     100.085 |     55.2054 | -44.8794 |   ops/s |
|        50th percentile latency |            index-stats |     5.57332 |     8271.97 |   8266.4 |      ms |
|        90th percentile latency |            index-stats |     5.90826 |     11420.3 |  11414.4 |      ms |
|        99th percentile latency |            index-stats |     6.83636 |       12105 |  12098.2 |      ms |
|      99.9th percentile latency |            index-stats |     30.9082 |       12180 |  12149.1 |      ms |
|       100th percentile latency |            index-stats |     31.9747 |     12186.5 |  12154.6 |      ms |
|   50th percentile service time |            index-stats |     3.27089 |     15.8867 |  12.6158 |      ms |
|   90th percentile service time |            index-stats |     3.35149 |     27.7932 |  24.4417 |      ms |
|   99th percentile service time |            index-stats |     3.93431 |     39.8006 |  35.8663 |      ms |
| 99.9th percentile service time |            index-stats |     28.6769 |     136.987 |   108.31 |      ms |
|  100th percentile service time |            index-stats |     29.6533 |     138.344 |  108.691 |      ms |
|                     error rate |            index-stats |           0 |           0 |        0 |       % |
|                 Min Throughput |             node-stats |     100.012 |     58.2643 | -41.7472 |   ops/s |
|              Median Throughput |             node-stats |     100.056 |     59.3529 | -40.7028 |   ops/s |
|                 Max Throughput |             node-stats |     100.421 |        60.3 | -40.1209 |   ops/s |
|        50th percentile latency |             node-stats |     5.60406 |     3965.77 |  3960.17 |      ms |
|        90th percentile latency |             node-stats |     5.88028 |      6864.8 |  6858.92 |      ms |
|        99th percentile latency |             node-stats |     6.86688 |     7488.92 |  7482.05 |      ms |
|      99.9th percentile latency |             node-stats |      16.421 |     7524.35 |  7507.92 |      ms |
|       100th percentile latency |             node-stats |     18.0752 |     7540.19 |  7522.12 |      ms |
|   50th percentile service time |             node-stats |     3.30541 |     14.5179 |  11.2125 |      ms |
|   90th percentile service time |             node-stats |     3.49551 |     29.1796 |   25.684 |      ms |
|   99th percentile service time |             node-stats |     4.27068 |     42.1806 |  37.9099 |      ms |
| 99.9th percentile service time |             node-stats |     8.31882 |     65.3458 |   57.027 |      ms |
|  100th percentile service time |             node-stats |     15.8049 |     126.512 |  110.707 |      ms |
|                     error rate |             node-stats |           0 |           0 |        0 |       % |
|                 Min Throughput |                default |      49.984 |     27.0075 | -22.9765 |   ops/s |
|              Median Throughput |                default |     50.0128 |     27.0972 | -22.9156 |   ops/s |
|                 Max Throughput |                default |     50.0225 |     27.1637 | -22.8587 |   ops/s |
|        50th percentile latency |                default |      14.461 |       16938 |  16923.5 |      ms |
|        90th percentile latency |                default |     15.4019 |     23697.6 |  23682.2 |      ms |
|        99th percentile latency |                default |     29.6655 |     25179.6 |    25150 |      ms |
|      99.9th percentile latency |                default |     71.8801 |     25316.4 |  25244.5 |      ms |
|       100th percentile latency |                default |     80.3944 |     25343.6 |  25263.2 |      ms |
|   50th percentile service time |                default |     11.6216 |      38.045 |  26.4234 |      ms |
|   90th percentile service time |                default |     12.3057 |     48.3653 |  36.0595 |      ms |
|   99th percentile service time |                default |     16.6697 |      55.321 |  38.6514 |      ms |
| 99.9th percentile service time |                default |     42.9965 |     63.7045 |   20.708 |      ms |
|  100th percentile service time |                default |     77.4098 |     68.4508 | -8.95905 |      ms |
|                     error rate |                default |           0 |           0 |        0 |       % |
|                 Min Throughput |                   term |     199.799 |     105.191 | -94.6082 |   ops/s |
|              Median Throughput |                   term |     200.065 |      110.53 | -89.5345 |   ops/s |
|                 Max Throughput |                   term |     200.142 |     113.748 |  -86.393 |   ops/s |
|        50th percentile latency |                   term |     2.83991 |     4054.09 |  4051.25 |      ms |
|        90th percentile latency |                   term |      3.0106 |     5369.96 |  5366.95 |      ms |
|        99th percentile latency |                   term |      57.939 |     5642.86 |  5584.92 |      ms |
|      99.9th percentile latency |                   term |     86.9345 |     5677.42 |  5590.49 |      ms |
|       100th percentile latency |                   term |     89.5942 |     5680.29 |   5590.7 |      ms |
|   50th percentile service time |                   term |     1.66589 |     8.38075 |  6.71486 |      ms |
|   90th percentile service time |                   term |     1.76622 |     14.1923 |  12.4261 |      ms |
|   99th percentile service time |                   term |     2.42701 |     19.3601 |  16.9331 |      ms |
| 99.9th percentile service time |                   term |     17.9453 |      20.864 |  2.91871 |      ms |
|  100th percentile service time |                   term |     88.4567 |     22.8874 | -65.5694 |      ms |
|                     error rate |                   term |           0 |           0 |        0 |       % |
|                 Min Throughput |                 phrase |     167.213 |     58.0891 | -109.123 |   ops/s |
|              Median Throughput |                 phrase |     199.923 |     63.6176 | -136.305 |   ops/s |
|                 Max Throughput |                 phrase |     200.056 |     64.9905 | -135.065 |   ops/s |
|        50th percentile latency |                 phrase |     3.54109 |     10765.1 |  10761.6 |      ms |
|        90th percentile latency |                 phrase |      849.88 |     14490.9 |  13641.1 |      ms |
|        99th percentile latency |                 phrase |     1070.78 |     15685.9 |  14615.1 |      ms |
|      99.9th percentile latency |                 phrase |     1087.29 |     15762.8 |  14675.5 |      ms |
|       100th percentile latency |                 phrase |     1089.53 |     15772.1 |  14682.6 |      ms |
|   50th percentile service time |                 phrase |     2.30222 |     14.1987 |  11.8964 |      ms |
|   90th percentile service time |                 phrase |     2.71773 |     20.5914 |  17.8736 |      ms |
|   99th percentile service time |                 phrase |     4.26442 |     26.5624 |   22.298 |      ms |
| 99.9th percentile service time |                 phrase |     15.1914 |     30.0938 |  14.9024 |      ms |
|  100th percentile service time |                 phrase |     55.3139 |     385.036 |  329.723 |      ms |
|                     error rate |                 phrase |           0 |           0 |        0 |       % |
|                 Min Throughput |   country_agg_uncached |     3.00407 |     3.34381 |  0.33974 |   ops/s |
|              Median Throughput |   country_agg_uncached |     3.02879 |     3.37627 |  0.34749 |   ops/s |
|                 Max Throughput |   country_agg_uncached |     3.04912 |     3.39593 |  0.34681 |   ops/s |
|        50th percentile latency |   country_agg_uncached |     32803.7 |     23926.2 | -8877.41 |      ms |
|        90th percentile latency |   country_agg_uncached |     37445.3 |     28436.4 | -9008.83 |      ms |
|        99th percentile latency |   country_agg_uncached |     38458.4 |     29106.5 | -9351.94 |      ms |
|       100th percentile latency |   country_agg_uncached |     38574.6 |     29163.3 | -9411.38 |      ms |
|   50th percentile service time |   country_agg_uncached |     315.887 |     255.329 | -60.5576 |      ms |
|   90th percentile service time |   country_agg_uncached |     325.529 |     375.588 |  50.0589 |      ms |
|   99th percentile service time |   country_agg_uncached |     343.755 |     713.828 |  370.074 |      ms |
|  100th percentile service time |   country_agg_uncached |     362.678 |     747.001 |  384.323 |      ms |
|                     error rate |   country_agg_uncached |           0 |           0 |        0 |       % |
|                 Min Throughput |     country_agg_cached |     100.026 |     97.4776 | -2.54881 |   ops/s |
|              Median Throughput |     country_agg_cached |     100.052 |     99.8998 | -0.15257 |   ops/s |
|                 Max Throughput |     country_agg_cached |     100.104 |     99.9438 | -0.16042 |   ops/s |
|        50th percentile latency |     country_agg_cached |     4.48819 |     16.6884 |  12.2002 |      ms |
|        90th percentile latency |     country_agg_cached |     5.15424 |     233.075 |  227.921 |      ms |
|        99th percentile latency |     country_agg_cached |     5.81586 |     369.642 |  363.826 |      ms |
|      99.9th percentile latency |     country_agg_cached |     8.52729 |     393.548 |  385.021 |      ms |
|       100th percentile latency |     country_agg_cached |     12.0691 |     395.138 |  383.069 |      ms |
|   50th percentile service time |     country_agg_cached |     1.81581 |     8.75357 |  6.93776 |      ms |
|   90th percentile service time |     country_agg_cached |     1.94646 |     15.3724 |  13.4259 |      ms |
|   99th percentile service time |     country_agg_cached |     2.52259 |     21.3475 |  18.8249 |      ms |
| 99.9th percentile service time |     country_agg_cached |     4.73125 |     24.4268 |  19.6956 |      ms |
|  100th percentile service time |     country_agg_cached |     9.31207 |     25.6324 |  16.3203 |      ms |
|                     error rate |     country_agg_cached |           0 |           0 |        0 |       % |
|                 Min Throughput |                 scroll |     25.0447 |     12.4551 | -12.5895 | pages/s |
|              Median Throughput |                 scroll |     25.0535 |     12.8562 | -12.1974 | pages/s |
|                 Max Throughput |                 scroll |     25.0676 |     13.1819 | -11.8857 | pages/s |
|        50th percentile latency |                 scroll |     450.894 |      237601 |   237150 |      ms |
|        90th percentile latency |                 scroll |     458.224 |      264075 |   263617 |      ms |
|        99th percentile latency |                 scroll |     462.654 |      269607 |   269144 |      ms |
|       100th percentile latency |                 scroll |     538.549 |      269941 |   269402 |      ms |
|   50th percentile service time |                 scroll |     443.923 |     1660.92 |     1217 |      ms |
|   90th percentile service time |                 scroll |      449.22 |     2111.44 |  1662.22 |      ms |
|   99th percentile service time |                 scroll |     455.252 |     2348.25 |     1893 |      ms |
|  100th percentile service time |                 scroll |     533.287 |     2391.02 |  1857.74 |      ms |
|                     error rate |                 scroll |           0 |           0 |        0 |       % |
|                 Min Throughput |             expression |     1.34392 |     1.77338 |  0.42945 |   ops/s |
|              Median Throughput |             expression |      1.3551 |     1.79638 |  0.44127 |   ops/s |
|                 Max Throughput |             expression |      1.3621 |     1.81701 |  0.45491 |   ops/s |
|        50th percentile latency |             expression |     60099.1 |       14663 | -45436.1 |      ms |
|        90th percentile latency |             expression |     68618.1 |     15135.3 | -53482.8 |      ms |
|        99th percentile latency |             expression |     70532.9 |       15947 | -54585.8 |      ms |
|       100th percentile latency |             expression |       70739 |     15961.7 | -54777.3 |      ms |
|   50th percentile service time |             expression |     711.441 |     508.591 |  -202.85 |      ms |
|   90th percentile service time |             expression |     725.993 |     534.893 | -191.101 |      ms |
|   99th percentile service time |             expression |      743.23 |     830.003 |  86.7724 |      ms |
|  100th percentile service time |             expression |      743.63 |     863.858 |  120.228 |      ms |
|                     error rate |             expression |           0 |           0 |        0 |       % |
|                 Min Throughput |        painless_static |     1.12669 |     1.49709 |   0.3704 |   ops/s |
|              Median Throughput |        painless_static |     1.12862 |     1.49957 |  0.37095 |   ops/s |
|                 Max Throughput |        painless_static |     1.13059 |     1.50061 |  0.37002 |   ops/s |
|        50th percentile latency |        painless_static |     55610.9 |     670.433 | -54940.5 |      ms |
|        90th percentile latency |        painless_static |     63918.5 |      850.92 | -63067.5 |      ms |
|        99th percentile latency |        painless_static |     65787.3 |     997.675 | -64789.6 |      ms |
|       100th percentile latency |        painless_static |     66013.5 |     1019.27 | -64994.2 |      ms |
|   50th percentile service time |        painless_static |      876.43 |     610.261 | -266.169 |      ms |
|   90th percentile service time |        painless_static |       891.8 |     782.476 | -109.324 |      ms |
|   99th percentile service time |        painless_static |     900.975 |      854.04 | -46.9346 |      ms |
|  100th percentile service time |        painless_static |     908.306 |     1013.32 |  105.019 |      ms |
|                     error rate |        painless_static |           0 |           0 |        0 |       % |
|                 Min Throughput |       painless_dynamic |     1.20642 |     1.49269 |  0.28627 |   ops/s |
|              Median Throughput |       painless_dynamic |     1.20917 |     1.49956 |  0.29039 |   ops/s |
|                 Max Throughput |       painless_dynamic |     1.21132 |     1.50097 |  0.28965 |   ops/s |
|        50th percentile latency |       painless_dynamic |     40825.2 |     677.901 | -40147.3 |      ms |
|        90th percentile latency |       painless_dynamic |     46805.1 |     986.934 | -45818.2 |      ms |
|        99th percentile latency |       painless_dynamic |     48179.3 |      1534.6 | -46644.6 |      ms |
|       100th percentile latency |       painless_dynamic |     48319.6 |      1625.2 | -46694.4 |      ms |
|   50th percentile service time |       painless_dynamic |      816.75 |     587.105 | -229.645 |      ms |
|   90th percentile service time |       painless_dynamic |     829.123 |      786.42 | -42.7034 |      ms |
|   99th percentile service time |       painless_dynamic |     843.998 |     1151.53 |  307.529 |      ms |
|  100th percentile service time |       painless_dynamic |     853.508 |     1229.42 |  375.917 |      ms |
|                     error rate |       painless_dynamic |           0 |           0 |        0 |       % |
|                     error rate |            large_terms |           0 |           0 |        0 |       % |
|                 Min Throughput |   large_filtered_terms |     1.19356 |    0.607874 | -0.58569 |   ops/s |
|              Median Throughput |   large_filtered_terms |     1.19984 |    0.637418 | -0.56242 |   ops/s |
|                 Max Throughput |   large_filtered_terms |     1.20406 |    0.661402 | -0.54266 |   ops/s |
|        50th percentile latency |   large_filtered_terms |     84018.8 |      268226 |   184207 |      ms |
|        90th percentile latency |   large_filtered_terms |     96469.2 |      295363 |   198894 |      ms |
|        99th percentile latency |   large_filtered_terms |     99323.8 |      303699 |   204375 |      ms |
|       100th percentile latency |   large_filtered_terms |     99645.9 |      304377 |   204731 |      ms |
|   50th percentile service time |   large_filtered_terms |     815.321 |     1155.77 |  340.447 |      ms |
|   90th percentile service time |   large_filtered_terms |     825.828 |     1528.66 |  702.831 |      ms |
|   99th percentile service time |   large_filtered_terms |     834.477 |     2015.58 |  1181.11 |      ms |
|  100th percentile service time |   large_filtered_terms |     886.207 |     2615.63 |  1729.43 |      ms |
|                     error rate |   large_filtered_terms |           0 |           0 |        0 |       % |
|                 Min Throughput | large_prohibited_terms |     1.29938 |    0.834655 | -0.46472 |   ops/s |
|              Median Throughput | large_prohibited_terms |     1.30168 |    0.840647 | -0.46103 |   ops/s |
|                 Max Throughput | large_prohibited_terms |     1.30392 |    0.843365 | -0.46056 |   ops/s |
|        50th percentile latency | large_prohibited_terms |     67789.1 |      173227 |   105437 |      ms |
|        90th percentile latency | large_prohibited_terms |     78323.5 |      199889 |   121566 |      ms |
|        99th percentile latency | large_prohibited_terms |     80372.9 |      205931 |   125558 |      ms |
|       100th percentile latency | large_prohibited_terms |     80639.4 |      206388 |   125749 |      ms |
|   50th percentile service time | large_prohibited_terms |     777.229 |     1120.49 |  343.259 |      ms |
|   90th percentile service time | large_prohibited_terms |     786.196 |     1404.63 |  618.429 |      ms |
|   99th percentile service time | large_prohibited_terms |     796.965 |     1701.94 |  904.979 |      ms |
|  100th percentile service time | large_prohibited_terms |     943.094 |     1978.98 |  1035.89 |      ms |
|                     error rate | large_prohibited_terms |           0 |           0 |        0 |       % |


-------------------------------
[INFO] SUCCESS (took 1 seconds)
-------------------------------





































评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值