locust (for Japanese)
マスター起動時: docker run -d -p 5557:5557 -p 5558:5558 -p 8089:8089 mnagaku/locust /bin/sh -c 'wget -O test.py ${SCRIPT_URL} && locust -f ./test.py -H ${TARGET_BASE_URL} --master'
スレーブ起動時: docker run -d -p 5557:5557 -p 5558:5558 mnagaku/locust /bin/sh -c 'wget -O test.py ${SCRIPT_URL} && locust -f ./test.py --slave --master-host=${MASTER_IP}'
Content type
Image
Digest
sha256:cd02f69f3…
Size
188.8 MB
Last updated
over 10 years ago
docker pull mnagaku/locust