MCPcopy Create free account

hub / github.com/locustio/locust / functions

Functions1,982 in github.com/locustio/locust

Methodon_spawning_complete
(user_count: int)
locust/runners.py:137
Methodon_start
(self)
locust/test/test_locust_class.py:171
Methodon_start
(self)
locust/test/test_locust_class.py:380
Methodon_start
(self)
locust/test/test_locust_class.py:384
Methodon_start
(self)
locust/test/test_locust_class.py:408
Methodon_start
(self)
locust/test/test_locust_class.py:470
Methodon_start
(self)
locust/test/test_runners.py:4247
Methodon_start
(self)
locust/test/test_interruptable_task.py:12
Methodon_start
(self)
examples/test_data_management.py:112
Methodon_start
(self)
examples/browse_docs_test.py:12
Methodon_start
(self)
examples/browse_docs_sequence_test.py:12
Methodon_start
(self)
examples/dynamic_user_credentials.py:13
Methodon_start
(self)
examples/semaphore_wait.py:17
Methodon_start
(self)
examples/locustfile.py:20
Methodon_start
(self)
examples/sdk_session_patching/session_patch_locustfile.py:8
Methodon_start
(self)
examples/qdrant/locustfile.py:18
Methodon_start
(self)
examples/socketio/socketio_ex.py:17
Methodon_start
(self)
examples/mqtt/locustfile_custom_mqtt_client.py:36
Methodon_start
(self)
examples/mqtt/locustfile.py:29
Methodon_start
Generate test vectors.
examples/milvus/locustfile.py:19
Methodon_stop
(self)
locust/contrib/qdrant.py:238
Methodon_stop
(self)
locust/contrib/milvus.py:407
Methodon_stop
(self)
locust/contrib/postgres.py:44
Methodon_stop
(self)
locust/contrib/mongodb.py:40
Methodon_stop
(self)
locust/test/test_locust_class.py:192
Methodon_stop
(self)
locust/test/test_locust_class.py:491
Methodon_stop
(self)
locust/test/test_runners.py:335
Methodon_stop
(self)
locust/test/test_runners.py:433
Methodon_stop
(self)
locust/test/test_interruptable_task.py:25
Methodon_stop
(self)
examples/test_data_management.py:142
Methodon_stop
(self)
examples/socketio/socketio_ex.py:52
Functionon_test_start
(environment, **_kwargs)
examples/custom_messages.py:37
Methodon_test_start
(*args, **kwargs)
locust/test/test_runners.py:233
Methodon_test_start
(*args, **kwargs)
locust/test/test_runners.py:2050
Methodon_test_start
(*a, **kw)
locust/test/test_runners.py:2782
Methodon_test_start
(*args, **kw)
locust/test/test_runners.py:3939
Methodon_test_stop
(*_, **__)
locust/test/test_runners.py:260
Methodon_test_stop
(*_, **__)
locust/test/test_runners.py:2821
Methodon_test_stop
(*args, **kw)
locust/test/test_runners.py:4026
Methodon_test_stop_fail
(*args, **kwargs)
locust/test/test_runners.py:4437
Methodon_test_stop_ok
(*args, **kwargs)
locust/test/test_runners.py:4434
Methodon_test_stopping
(*_, **__)
locust/test/test_runners.py:256
Methodon_test_stopping
(*_, **__)
locust/test/test_runners.py:2817
Methodon_user_error
(user_instance, exception, tb)
locust/runners.py:460
Methodon_user_error
(user_instance: User, exception: Exception, tb: TracebackType)
locust/runners.py:1269
Functionon_worker_report
(client_id: str, data: dict[str, Any])
locust/stats.py:831
Functionon_worker_report
This event is triggered on the master instance when a new stats report arrives from a worker. Here we just add the cache to the master's aggr
examples/web_ui_cache_stats.py:189
Functionon_worker_report
This event is triggered on the master instance when a new stats report arrives from a worker. Here we just add the content-length to the mast
examples/events.py:67
Methodon_worker_report
(client_id: str, data: dict[str, Any])
locust/runners.py:695
Methodoptions
Sends a OPTIONS request
locust/clients.py:270
Methodoutside_task
()
locust/test/test_env.py:94
Methodoutside_task_2
()
locust/test/test_env.py:97
Methodoverwrite_user
(self)
locust/test/test_locust_class.py:432
Methodpage404
(self)
examples/custom_wait_function.py:20
Methodpage404
(self)
examples/basic.py:18
Methodparent
Parent TaskSet instance of this TaskSet (or :py:class:`User <locust.User>` if this is not a nested TaskSet)
locust/user/task.py:328
Methodparse
(self, stream)
locust/argument_parser.py:121
Functionparse_list_item
(item: tuple[str, int] | str)
locust/user/markov_taskset.py:106
Functionparse_options
(args=None)
locust/argument_parser.py:912
Methodpatch
Sends a PATCH request
locust/clients.py:315
Methodpoll
(self)
locust/input_events.py:67
Functionpositive_integer
(string)
locust/argument_parser.py:421
Methodprepare_request
(self, request)
locust/clients.py:257
Functionprint_error_report
(stats: RequestStats)
locust/stats.py:926
Functionprint_percentile_stats
(stats: RequestStats)
locust/stats.py:895
Functionprint_stats_json
(stats: RequestStats)
locust/stats.py:866
Methodput
Sends a PUT request
locust/clients.py:304
Functionpytest_addoption
(parser: pytest.Parser)
pytest_locust/plugin.py:51
Functionpytest_configure
(config)
pytest_locust/plugin.py:19
Methodquery
(self, filter, output_fields=None)
locust/contrib/milvus.py:229
Methodquery
(self, filter, output_fields=None)
locust/contrib/milvus.py:394
Methodquery_data
Query data by ID.
examples/milvus/locustfile.py:73
Functionquit
(exit_code: int, **kwargs: Any)
examples/test_data_management.py:93
Functionquitting
(environment: Environment, **_kwargs: Any)
examples/test_data_management.py:58
Methodraise_for_status
(self)
locust/contrib/fasthttp.py:661
Functionregister_request_listener
(environment, **kwargs)
examples/response_validations.py:40
Methodremove_listener
(self, handler)
locust/event.py:37
Methodremove_worker
(self, worker_node: WorkerNode)
locust/test/test_runners.py:900
Methodreported_user_classes_count
(self)
locust/runners.py:1191
Functionrequest
(exception, **kwargs)
examples/response_validations.py:42
Functionrequest_cache_csv
Add route to enable downloading of cache stats as CSV
examples/web_ui_cache_stats.py:136
Functionrequest_content_length_csv
Add route to enable downloading of content-length stats as CSV
examples/extend_web_ui.py:114
Methodrequest_end
(response)
locust/contrib/oai.py:26
Functionrequest_header_test
()
locust/test/testcases.py:56
Functionrequest_hook
(span: Span, request: requests.PreparedRequest)
locust/opentelemetry.py:235
Functionrequest_method
()
locust/test/testcases.py:51
Methodrequest_start
(request)
locust/contrib/oai.py:22
Methodrequest_stats
()
locust/web.py:450
Methodrequest_stats_csv
()
locust/web.py:411
Methodrequest_stats_full_history_csv
()
locust/web.py:419
Methodrequired_args_included_in_web_ui
(self)
locust/argument_parser.py:104
Methodreset_stats
()
locust/web.py:356
Methodreset_stats
(self)
locust/test/test_runners.py:121
Functionresize_handler
(signum: int, frame: FrameType | None)
locust/stats.py:84
Functionrest
()
locust/test/testcases.py:146
Methodrest_
Some REST api:s use a timestamp as part of their query string (mainly to break through caches). This is a convenience method for that
locust/contrib/fasthttp.py:501
Functionretry
(delays=(1, 3, 5), exception=Exception)
locust/util/exception_handler.py:7
Methodroot_task
(self)
locust/test/test_stats.py:947
Methodroot_task1
(self)
locust/test/test_taskratio.py:11
Methodrun
(self)
locust/user/users.py:297
← previousnext →1,001–1,100 of 1,982, ranked by callers