killall locust
num="$0"
printf num
nohup locust -f es_locust.py -H http://172.16.52.25:9200 -u ${num} --headless &
nohup locust -f es_locust.py -H http://172.16.52.36:9200 -u ${num} --headless &
nohup locust -f es_locust.py -H http://172.16.52.36:9200 -u ${num} --headless &
tail -f nohup.out