feat: run standalone boomer

This commit is contained in:
debugtalk
2021-11-14 20:58:45 +08:00
parent 7a826921ec
commit 16347d6796
7 changed files with 15 additions and 25 deletions

View File

@@ -24,17 +24,17 @@ hrp boom [flags]
--cpu-profile string Enable CPU profiling.
--cpu-profile-duration duration CPU profile duration. (default 30s)
-h, --help help for boom
--master-host string Host or IP address of locust master for distributed load testing. (default "127.0.0.1")
--master-port int The port to connect to that is used by the locust master for distributed load testing. (default 5557)
--max-rps int Max RPS that boomer can generate, disabled by default.
--mem-profile string Enable memory profiling.
--mem-profile-duration duration Memory profile duration. (default 30s)
--request-increase-rate string Request increase rate, disabled by default. (default "-1")
--run-tasks string Run tasks without connecting to the master, multiply tasks is separated by comma. Usually, it's for debug purpose.
--spawn-count int The number of users to spawn for load testing (default 1)
--spawn-rate float The rate for spawning users (default 1)
```
### SEE ALSO
* [hrp](hrp.md) - One-stop solution for HTTP(S) testing.
###### Auto generated by spf13/cobra on 11-Nov-2021
###### Auto generated by spf13/cobra on 14-Nov-2021