시스템이 처리할 수 있는 동시 사용자 수를 결정하는 부하 테스트 도구. 더 많은 정보: https://locust.io.
locust --host={{http://example.com}}
locust --locustfile={{테스트_파일.py}} --host={{http://example.com}}
locust --no-web --clients={{100}} --hatch-rate={{1}} --host={{http://example.com}}
locust --master --host={{http://example.com}}
locust --slave --host={{http://example.com}}
locust --slave --master-host={{마스터_호스트명}} --host={{http://example.com}}