Commit Graph

40 Commits

Author SHA1 Message Date
Lars Holmberg 6d11925849 Various grammar fixes in documentation. Remove references to legacy ui in docs. 2024-04-27 09:07:50 +02:00
Lars Holmberg e4c5d197da Fix some documentation stuff, remove unneeded whitespace... 2024-02-11 17:19:04 +01:00
Lars Holmberg f2c6792785 docs: another http->https 2023-11-20 23:00:58 +01:00
Lars Holmberg d4804422d1 Move the rest method into FastHttpUser instead of RestUser. Remove RestUser. Update docs accordingly. 2022-12-13 10:03:00 +01:00
Lars Holmberg c93476bd7e docs: More RestUser updates 2022-12-13 01:09:02 +01:00
Lars Holmberg 4d15535200 docs: update RestUser stuff 2022-12-13 01:00:24 +01:00
Lars Holmberg 92bed8c532 docs 2022-12-13 00:12:13 +01:00
Lars Holmberg ecfc90ab95 export RestUser to locust module level. fix some issues in rest_ex.py. 2022-12-12 23:54:31 +01:00
Lars Holmberg d3bc48ac03 docs: fix link to rest_ex.py 2022-12-12 23:52:45 +01:00
Lars Holmberg 5a45e28a1b docs 2022-12-12 20:29:19 +01:00
Lars Holmberg 213959a2ce Add RestUser to documentation. Rework testing-other-systems docs. Rework gRPC example code (mainly moving the ClientInterceptor and abstract base User into its own file) 2022-12-12 20:29:03 +01:00
Aleh Strakachuk 3ce774b150 Grpc example - rewrite using interceptor 2022-12-10 00:18:43 +02:00
Xavier Sosnovsky f411ef2efd Minor edits to the documentation 2022-07-25 19:20:31 +02:00
Lars Holmberg 0d0826190c doc update 2021-12-09 22:12:02 +01:00
Lars Holmberg a26bc0f76b Update some docs 2021-12-09 22:11:54 +01:00
serhiy d4dd43866a Change context manager name to rename_request
Remove duplicated documentation
2021-08-21 14:52:39 +01:00
serhiy a1840d58b5 Split out example of session patching 2021-08-21 14:01:40 +01:00
serhiy 5410e688ef Add example of session patching 2021-08-19 14:32:44 +01:00
Lars Holmberg 00ad268872 update grpc example 2021-08-12 09:57:33 +02:00
Lars Holmberg 20f3d8b9e1 Documentation fixes 2021-08-08 22:27:21 +02:00
Lars Holmberg 94694864b0 various documentation updats 2021-08-08 14:04:11 +02:00
Lars Holmberg df08572673 update grpc example, because grpc gevent issue has been fixed 2021-07-31 12:04:50 +02:00
MIC3LHN 9b30cc4d26 Add gRPC load test example
Due to two main reason: (1) grpcio needs to be "patched" to use `gevent`
and (2) the existing patch has a bug (see
(grpc#15880)[https://github.com/grpc/grpc/issues/15880]) implementing
gRPC load tests using Locust is not immediately obvious.

This example showcases how to implement a simple load test against
a gPRC server making sure that the requests are asynchronous.
2021-05-05 08:01:19 +00:00
Lars Holmberg c7973583f4 Update xmlrpc_locustfile.py 2021-05-03 23:17:46 +02:00
Dennis Kroné 74d89a3f52 Update documentation regarding request context 2021-05-03 15:48:04 +02:00
Dennis Kroné 619f30582f Cleanup changes and update documentation 2021-04-30 14:46:43 +02:00
Lars Holmberg 49a4f92f48 better wording 2020-10-10 15:07:36 +02:00
Lars Holmberg 30f91651b9 further clarify use of gevent-friendly libraries 2020-10-10 14:52:18 +02:00
Lars Holmberg a8dad63382 Clarify the requirements of user-added client libraries (they must be gevent-friendly) Fixes #1588 2020-10-10 14:39:51 +02:00
Phil Davis 9c0387274e
Doc review changes 2020-08-19 10:10:02 +05:45
Lars Holmberg 5a31a8d437 Link locust-plugins for more examples of custom clients. 2020-08-18 21:51:17 +02:00
Lars Holmberg f328c41094 Major rework of documentation & many small fixes 2020-08-18 18:58:02 +02:00
Jonatan Heyman 3723be5574 A fem more Locust -> User renames 2020-04-22 09:44:30 +02:00
anuj_ de53ef8cf7 documentation updated 2020-04-20 14:54:28 +12:00
Jonatan Heyman a69a4519f6 Rewrote all documentation to the new API that allow tasks directly under Locust classes.
Some general documentation improvements here and there.
2020-04-03 15:50:58 +02:00
Jonatan Heyman f6715f5562 Rename locust.events module to locust.event
Introduce global instance of Events() stored in locust.events which can be used to register event listeners at the module level of locustfiles.
Remove some unused imports.
2020-03-03 19:43:34 +01:00
Jonatan Heyman 5f6937cd6f Update documentation on custom clients to new event API.
Updated example code for XmlRpcLocust to work on Python 3.
2020-02-27 18:28:56 +01:00
Jonathan Barratt 574a32c70d Update writing-a-locustfile.rst, testing-other-systems.rst
fix typo in explanation of nested tasksets example
fix tiny typo in Grouping requests ... section
fix use of "it's" (contraction of it is) where "its" (possessive pronoun) was intended
2015-09-14 17:35:30 +07:00
Jonatan Heyman 0c8f20ca68 Fixed typos 2014-01-17 14:03:25 +01:00
Jonatan Heyman bd5c555064 Documentation on how to test other systems by writing a custom client
Some basic info, and an example of an XML-RPC Locust class + client.
2014-01-17 13:55:49 +01:00