Rate This Document
Findability
Accuracy
Completeness
Readability

Installing the Test Tool for Esrally

  1. 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
    
  2. Configure the test tool.
    1. Open the configuration file.
      1
      vi conf/config
      
    2. 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
      
    3. Press Esc, type :wq!, and press Enter to save the file and exit.