mirror of
https://github.com/openziti/zrok.git
synced 2025-04-10 00:48:53 +02:00
1.3 KiB
1.3 KiB
zrok test loop
Start a loop agent
zrok test loop [flags]
Options
--frontends stringArray Selected frontends to use for the share (default [public])
-h, --help help for loop
-i, --iterations int Number of iterations per looper (default 1)
-l, --loopers int Number of current loopers to start (default 1)
--max-dwell-ms int Maximum dwell time in milliseconds (default 1000)
--max-pacing-ms int Maximum pacing in milliseconds
--max-payload int Maximum payload size in bytes (default 10240)
--min-dwell-ms int Minimum dwell time in milliseconds (default 1000)
--min-pacing-ms int Minimum pacing in milliseconds
--min-payload int Minimum payload size in bytes (default 64)
-E, --status-every int Show status every # iterations (default 100)
-T, --timeout-seconds int Time out after # seconds when sending http requests (default 30)
Options inherited from parent commands
-p, --panic Panic instead of showing pretty errors
-v, --verbose Enable verbose logging
SEE ALSO
- zrok test - Utilities for testing zrok deployments