diff --git a/www/docs/options.md b/www/docs/options.md index 27f1d25a..7e89128f 100644 --- a/www/docs/options.md +++ b/www/docs/options.md @@ -382,6 +382,10 @@ ghz --insecure \ Enable gzip compression on requests. +### `--lb-strategy` + +Client load balancing strategy. For example: `--lb-strategy "round_robin"` + ### `--count-errors` By default stats for fastest, slowest, average, histogram, and latency distributions only take into account the responses with OK status. This option enabled counting of erroneous (non-OK) responses in stats calculations as well. diff --git a/www/docs/usage.md b/www/docs/usage.md index e8b31a68..60ca33d3 100644 --- a/www/docs/usage.md +++ b/www/docs/usage.md @@ -66,6 +66,7 @@ Flags: --cpus=12 Number of cpu cores to use. --debug= The path to debug log file. -e, --enable-compression Enable Gzip compression on requests. + --lb-strategy= Client load balancing strategy. -v, --version Show application version. Args: