Skip to content

Commit

Permalink
Rate parameter (#1995)
Browse files Browse the repository at this point in the history
  • Loading branch information
azevaykin authored Feb 19, 2024
1 parent 4225fab commit 1e1d8e3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ See the description of the command to run the data load:
---|---|---
| `--seconds <value>` | `-s <value>` | Duration of the test, in seconds. Default: 10. |
| `--threads <value>` | `-t <value>` | The number of parallel threads creating the load. Default: 10. |
| `--rate <value>` | - | Total rate for all threads, in transactions per second. Default: 0 (no rate limit). |
| `--quiet` | - | Outputs only the total result. |
| `--print-timestamp` | - | Print the time together with the statistics of each time window. |
| `--client-timeout` | - | [Transport timeout in milliseconds](../../../../../best_practices/timeouts.md). |
Expand Down
1 change: 1 addition & 0 deletions ydb/docs/en/core/reference/ydb-cli/workload-kv.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ Parameter name | Short name | Parameter description
---|---|---
`--seconds <value>` | `-s <value>` | Duration of the test, in seconds. Default: 10.
`--threads <value>` | `-t <value>` | The number of parallel threads creating the load. Default: 10.
`--rate <value>` | - | Total rate for all threads, in requests per second. Default: 0 (no rate limit).
`--quiet` | - | Outputs only the total result.
`--print-timestamp` | - | Print the time together with the statistics of each time window.
`--client-timeout` | - | [Transport timeout in milliseconds](../../best_practices/timeouts.md).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ CREATE TABLE `orderLines`(id_order Uint64, product Utf8, quantity Int64, PRIMARY
---|---|---
`--seconds <значение>` | `-s <значение>` | Продолжительность теста, сек. Значение по умолчанию: 10.
`--threads <значение>` | `-t <значение>` | Количество параллельных потоков, создающих нагрузку. Значение по умолчанию: 10.
`--rate <значение>` | - | Суммарная частота запросов всех потоков, в транзакциях в секунду. Значение по умолчанию: 0 (не ограничена).
`--quiet` | - | Выводит только итоговый результат теста.
`--print-timestamp` | - | Печатать время вместе со статистикой каждого временного окна.
`--client-timeout` | - | [Транспортный таймаут в миллисекундах](../../../../../best_practices/timeouts.md).
Expand Down
1 change: 1 addition & 0 deletions ydb/docs/ru/core/reference/ydb-cli/workload-kv.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ DROP TABLE `kv_test`
---|---|---
`--seconds <значение>` | `-s <значение>` | Продолжительность теста, сек. Значение по умолчанию: 10.
`--threads <значение>` | `-t <значение>` | Количество параллельных потоков, создающих нагрузку. Значение по умолчанию: 10.
`--rate <значение>` | - | Суммарная частота запросов всех потоков, в транзакциях в секунду Значение по умолчанию: 0 (не ограничена).
`--quiet` | - | Выводит только итоговый результат теста.
`--print-timestamp` | - | Печатать время вместе со статистикой каждого временного окна.
`--client-timeout` | - | [Транспортный таймаут в миллисекундах](../../best_practices/timeouts.md).
Expand Down

0 comments on commit 1e1d8e3

Please sign in to comment.