Skip to content

Commit

Permalink
Update quickstart.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Baldwin committed Sep 26, 2023
1 parent c203481 commit 3b160dd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Binary file added docs/images/modern-webui-splash-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@ The following screenshots show what it might look like when running this test us

If you need some help digging into server side problems, or you're having trouble generating enough load to saturate your system, have a look at the `Locust FAQ <https://github.com/locustio/locust/wiki/FAQ#increase-my-request-raterps>`_.

There is now a modern version of the Web UI available! Try it out by setting the ```--modern-ui``` flag.

.. image:: images/modern-webui-splash-screenshot.png

.. note::

This feature is experimental and you may experience breaking changes.

Direct command line usage / headless
====================================

Expand Down
2 changes: 1 addition & 1 deletion locust/argument_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ def setup_parser_arguments(parser):
"--modern-ui",
default=False,
action="store_true",
help="*Experimental* Enable using a modern React frontend as the Web UI",
help="*Experimental* enable using a modern React frontend as the Web UI",
env_var="LOCUST_MODERN_UI",
)

Expand Down

0 comments on commit 3b160dd

Please sign in to comment.