lucrib / locust_influx

Send information about locust requests to influxdb.
Apache License 2.0
19 stars 13 forks source link

Improvement | Would be nice to have the user_count when hatching event is fired #8

Closed pjcalvo closed 3 years ago

pjcalvo commented 4 years ago

When I am running a step load I would like to see the amount of users that I am hatching on each step so that I can keep a better monitoring.

From locustIO docs:

hatch_complete= <locust.events.EventHook object>
hatch_complete is fired when all locust users has been spawned.

Event is fire with the following arguments:

user_count: Number of users that was hatched