Start locust in master mode

locust

  • Load-testing tool to determine number of concurrent users a system can handle.
    More information: <https://locust.io>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

locust --master --host={{http://example.com}}

click the source code to copy