mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 12:39:02 +08:00
Hot rod load command fix (#5352)
* fix: added user_count and spawn_rate options to hotRod load data command * fix: removed locust_count and hatch_rate options * fix: updated user_count and spawn_rate values to the default values used in other places --------- Co-authored-by: Prashant Shahi <prashant@signoz.io>
This commit is contained in:
parent
da3f6fd7fd
commit
a7e02af8b0
@ -347,7 +347,7 @@ curl -sL https://github.com/SigNoz/signoz/raw/develop/sample-apps/hotrod/hotrod-
|
|||||||
```bash
|
```bash
|
||||||
kubectl -n sample-application run strzal --image=djbingham/curl \
|
kubectl -n sample-application run strzal --image=djbingham/curl \
|
||||||
--restart='OnFailure' -i --tty --rm --command -- curl -X POST -F \
|
--restart='OnFailure' -i --tty --rm --command -- curl -X POST -F \
|
||||||
'locust_count=6' -F 'hatch_rate=2' http://locust-master:8089/swarm
|
'user_count=6' -F 'spawn_rate=2' http://locust-master:8089/swarm
|
||||||
```
|
```
|
||||||
|
|
||||||
**5.1.3 To stop the load generation:**
|
**5.1.3 To stop the load generation:**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user