Compiling Esrally
- Download the Esrally installation package.
1wget https://github.com/elastic/rally/releases/download/1.0.0/esrally-dist-1.0.0.tar.gz - Decompress esrally-dist-1.0.0.tar.gz.
1tar -xzf esrally-dist-1.0.0.tar.gz
- Go to the directory where the Esrally installation package is stored.
1cd esrally-dist-1.0.0
- Install Esrally.
1 2 3 4
yum install python3-devel bash install.sh ln -s /usr/local/python3/bin/esrally /usr/bin/esrally esrally configure
If the following information is displayed, the installation is successful:

Parent topic: Esrally Usage Guidance (for Elasticsearch)