From 1d7297e8f4a66f7ce748a627cc5369433736b71a Mon Sep 17 00:00:00 2001 From: Mojtaba Arezoomand Date: Tue, 17 May 2022 11:45:31 +0430 Subject: [PATCH 1/2] docs: update options docs --- www/docs/options.md | 4 ++++ 1 file changed, 4 insertions(+) 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. From babb7f691b77c2d5dfd5f4b78a929c35894b3bae Mon Sep 17 00:00:00 2001 From: Mojtaba Arezoomand Date: Tue, 17 May 2022 11:45:45 +0430 Subject: [PATCH 2/2] docs: update usage docs --- www/docs/usage.md | 1 + 1 file changed, 1 insertion(+) 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: