Elasticsearch Load Testing
Setup
- Download the chromedriver for Selenium from here. Place it in the same directory as
run.py. - Run
yum update -yto make sure everything is up to date. Reboot if you have any kernel updates. - Install python 3 with
yum install -y python3 - Run
pip3 install seleniumto install selenium
Usage
Run python3 run.py for usage information on CentOS.
Run python run.py for usage information on Windows.
Version
I built and tested using Python v3.8.0 on Windows 10.