## 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](zrok_test.md) - Utilities for testing zrok deployments ###### Auto generated by spf13/cobra on 1-Feb-2023