killall locust
num=$1
echo 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