Clients
formatting...Client tasks is functionality that is executed by locust and is registred to an URL scheme.
These tasks is used to make a request to another host than the scenario is actually load testing.
Statistics
Executions of all client tasks will be visible with request type CLNT
.
Arguments
Name | Type | Description | Default |
---|---|---|---|
endpoint |
str |
describes the request, used to chose the client task implementation. supports templating | required |
If endpoint
is a template variable which includes the scheme, the scheme for the request must be specified so the
correct client task implementation is used. The additional scheme will be removed when the request is
performed.