Installing the Test Tool for Esrally
- Download the test tool.
1 2 3
wget https://mirrors.huaweicloud.com/kunpeng/archive/kunpeng_solution/bigdata/Tools/esrally-test-tools.tar.gz tar -zxf esrally-test-tools-1.0.2.tar.gz cd esrally-test-tools
- Configure the test tool.
- Open the configuration file.
1vi conf/config - Press i to enter the insert mode and modify the conf/config file.
1 2 3 4 5 6 7 8 9
#rpm pkg name --Retain the default value. git_rpm_name=git-2.21.0-1.el7 python3_rpm_name=python-3.7.5-1.el7 #esrally config --Retain the default value. esrally_version=1.0.0 teams_version=6.1 tracks_version=6 #es config --Change the value to Host name of a node in the Elasticsearch cluster:HTTP port number. es_ip_port=agent1:9200
- Press Esc, type :wq!, and press Enter to save the file and exit.
- Open the configuration file.
Parent topic: esrally-test-tool Usage Guidance