Commit 7d483d7b by Will Daly

Update performance test README

parent 7a4bb68b
...@@ -24,7 +24,13 @@ Performance Tests ...@@ -24,7 +24,13 @@ Performance Tests
} }
} }
4. Start the Locust server, and point it at the test server. **NOTE**: You *must* include the trailing slash in the host URL. 4. **Optional**: Increase open file limit:
.. code:: bash
ulimit -n 2048
5. Start the Locust server, and point it at the test server. **NOTE**: You *must* include the trailing slash in the host URL.
.. code:: bash .. code:: bash
...@@ -39,4 +45,4 @@ If your server has basic auth enabled, provide credentials with environment vars ...@@ -39,4 +45,4 @@ If your server has basic auth enabled, provide credentials with environment vars
cd performance cd performance
BASIC_AUTH_USER=foo BASIC_AUTH_PASSWORD=bar locust --host=http://example.com/ BASIC_AUTH_USER=foo BASIC_AUTH_PASSWORD=bar locust --host=http://example.com/
5. Visit the `Locust web UI <http://localhost:8089>`_ 6. Visit the `Locust web UI <http://localhost:8089>`_ to start the test.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment