From d69bc09eae645cd6d00186595c2d78c286ae91f3 Mon Sep 17 00:00:00 2001 From: Jorny Date: Wed, 31 Jan 2024 13:35:18 +0300 Subject: [PATCH 1/8] [docs] Add subcommands in workload-transfer --- ydb/docs/ru/core/reference/ydb-cli/workload-transfer.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ydb/docs/ru/core/reference/ydb-cli/workload-transfer.md b/ydb/docs/ru/core/reference/ydb-cli/workload-transfer.md index 96ef4210f0c8..d1cb9b5e3f22 100644 --- a/ydb/docs/ru/core/reference/ydb-cli/workload-transfer.md +++ b/ydb/docs/ru/core/reference/ydb-cli/workload-transfer.md @@ -82,7 +82,10 @@ `--message-size`, `-m` | Размер сообщения в байтах. Возможно задание в КБ, МБ, ГБ путем добавления суффиксов `K`, `M`, `G` соответственно | `10240` `--message-rate` | Целевая суммарная скорость записи. В сообщениях в секунду. Исключает использование параметра `--byte-rate` | `0` `--byte-rate` | Целевая суммарная скорость записи. В байтах в секунду. Исключает использование параметра --message-rate. Возможно задание в КБ/с, МБ/с, ГБ/с путем добавления суффиксов `K`, `M`, `G` соответственно | `0` -`--commit-period` | Период между вызовами `COMMIT`. В секундах | `10` +`--commit-period` | Период между вызовами `COMMIT`. В секундах | `10` +`--commit-messages` | Период между вызовами `COMMIT`. В количестве сообщений | `1024*1000` +`--only-topic-in-tx` | В транзакциях принудительно участвуют только партиции топиков | `0` +`--only-table-in-tx` | В транзакциях принудительно участвуют только шарды таблиц | `0` Например, команда ```bash @@ -120,6 +123,7 @@ Window Write speed Write time Inflight Lag Lag time * `Lag` — максимальное число сообщений, ожидающих чтения, в окне сбора статистики. Учитываются сообщения по всем партициям. * `Lag time` — процентиль времени задержки сообщений в мс. * `Read speed` — скорость чтения сообщений читателями. В сообщениях в секунду и в мегабайтах в секунду. +* `Select time`, `Upsert time`, `Commit time` — время выполнения операций Select, Upsert, Commit в мс. * `Full time` — процентиль времени полной обработки сообщения, от записи писателем до чтения читателем в мс. ## Удаление тестового окружения {#clean} From 0aea09f3331bbe09775e9a216de5454fbc685480 Mon Sep 17 00:00:00 2001 From: Jorny Date: Wed, 31 Jan 2024 15:44:20 +0300 Subject: [PATCH 2/8] Update workload-transfer --- ydb/docs/ru/core/reference/ydb-cli/workload-transfer.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ydb/docs/ru/core/reference/ydb-cli/workload-transfer.md b/ydb/docs/ru/core/reference/ydb-cli/workload-transfer.md index d1cb9b5e3f22..c12cc2df488a 100644 --- a/ydb/docs/ru/core/reference/ydb-cli/workload-transfer.md +++ b/ydb/docs/ru/core/reference/ydb-cli/workload-transfer.md @@ -83,7 +83,7 @@ `--message-rate` | Целевая суммарная скорость записи. В сообщениях в секунду. Исключает использование параметра `--byte-rate` | `0` `--byte-rate` | Целевая суммарная скорость записи. В байтах в секунду. Исключает использование параметра --message-rate. Возможно задание в КБ/с, МБ/с, ГБ/с путем добавления суффиксов `K`, `M`, `G` соответственно | `0` `--commit-period` | Период между вызовами `COMMIT`. В секундах | `10` -`--commit-messages` | Период между вызовами `COMMIT`. В количестве сообщений | `1024*1000` +`--commit-messages` | Период между вызовами `COMMIT`. Количество сообщений | `1000000` `--only-topic-in-tx` | В транзакциях принудительно участвуют только партиции топиков | `0` `--only-table-in-tx` | В транзакциях принудительно участвуют только шарды таблиц | `0` @@ -123,7 +123,7 @@ Window Write speed Write time Inflight Lag Lag time * `Lag` — максимальное число сообщений, ожидающих чтения, в окне сбора статистики. Учитываются сообщения по всем партициям. * `Lag time` — процентиль времени задержки сообщений в мс. * `Read speed` — скорость чтения сообщений читателями. В сообщениях в секунду и в мегабайтах в секунду. -* `Select time`, `Upsert time`, `Commit time` — время выполнения операций Select, Upsert, Commit в мс. +* `Select time`, `Upsert time`, `Commit time` — процентиль времени выполнения операций Select, Upsert, Commit в мс. * `Full time` — процентиль времени полной обработки сообщения, от записи писателем до чтения читателем в мс. ## Удаление тестового окружения {#clean} From b51ea92e98477bf6b1bbc09b89f327e2a5f05654 Mon Sep 17 00:00:00 2001 From: Jorny Date: Wed, 31 Jan 2024 18:02:59 +0300 Subject: [PATCH 3/8] Update workload-transfer global version --- ydb/docs/en/core/reference/ydb-cli/workload-transfer.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ydb/docs/en/core/reference/ydb-cli/workload-transfer.md b/ydb/docs/en/core/reference/ydb-cli/workload-transfer.md index 15b8b8fccecc..9a134d757071 100644 --- a/ydb/docs/en/core/reference/ydb-cli/workload-transfer.md +++ b/ydb/docs/en/core/reference/ydb-cli/workload-transfer.md @@ -79,6 +79,9 @@ Parameter name | Parameter Description | Default value `--message-rate` | Target total write speed. In messages per second. Excludes the use of the `--byte-rate` | `0` parameter `--byte-rate` | Target total write speed. In bytes per second. Excludes the use of the --message-rate parameter. It is possible to specify in KB/s, MB/s, GB/s by adding suffixes `K`, `M`, `G` respectively | `0` `--commit-period` | The period between `COMMIT` calls. In seconds | `10` +`--commit-messages` | The period between `COMMIT` calls. Number of messages | `1000000` +`--only-topic-in-tx` | Only topic partitions are forced to participate in transactions | `0` +`--only-table-in-tx` | Only table shards are forced to participate in transactions | `0` For example, the command `{{ ydb-cli }} --profile quickstart workload transfer topic-to-table run` will run a test lasting 60 seconds. The data for the first 5 seconds will not be taken into account in the work statistics. Example of console output: @@ -112,6 +115,7 @@ Window Write speed Write time Inflight Lag Lag time * `Lag` — the specified percentile of maximum number of messages waiting to be read in the statistics collection window. Messages for all batches are taken into account. * `Lag time` — the specified percentile of message delay time in ms. * `Read speed` — the speed of reading messages by consumers. In messages per second and in megabytes per second. +* `Select time`, `Upsert time`, `Commit time` — the specified percentile of the execution time of Select, Insert, Commit operations in ms. * `Full time` — the specified percentile of the time of complete processing of the message, from writing by the producer to reading by the consumer in ms. ## Removing the test environment {#clean} From 8dec4a9c3f1c2022adb959f5b2f0ee7b74aff576 Mon Sep 17 00:00:00 2001 From: Jorny Date: Thu, 1 Feb 2024 11:47:42 +0300 Subject: [PATCH 4/8] Update workload-transfer --- ydb/docs/en/core/reference/ydb-cli/workload-transfer.md | 8 ++++---- ydb/docs/ru/core/reference/ydb-cli/workload-transfer.md | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ydb/docs/en/core/reference/ydb-cli/workload-transfer.md b/ydb/docs/en/core/reference/ydb-cli/workload-transfer.md index 9a134d757071..fc9a25f92fe6 100644 --- a/ydb/docs/en/core/reference/ydb-cli/workload-transfer.md +++ b/ydb/docs/en/core/reference/ydb-cli/workload-transfer.md @@ -76,12 +76,12 @@ Parameter name | Parameter Description | Default value `--consumer-threads`, `-t` | Number of consumer threads | `1` `--consumers`, `-c` | Number of consumers | `1` `--message-size`, `-m` | Message size in bytes. It is possible to specify in KB, MB, GB by adding suffixes `K`, `M`, `G` respectively | `10240` -`--message-rate` | Target total write speed. In messages per second. Excludes the use of the `--byte-rate` | `0` parameter -`--byte-rate` | Target total write speed. In bytes per second. Excludes the use of the --message-rate parameter. It is possible to specify in KB/s, MB/s, GB/s by adding suffixes `K`, `M`, `G` respectively | `0` +`--message-rate` | Target total write speed. In messages per second. Excludes the use of the `--byte-rate` parameter | `0` +`--byte-rate` | Target total write speed. In bytes per second. Excludes the use of the `--message-rate` parameter. It is possible to specify in KB/s, MB/s, GB/s by adding suffixes `K`, `M`, `G` respectively | `0` `--commit-period` | The period between `COMMIT` calls. In seconds | `10` `--commit-messages` | The period between `COMMIT` calls. Number of messages | `1000000` -`--only-topic-in-tx` | Only topic partitions are forced to participate in transactions | `0` -`--only-table-in-tx` | Only table shards are forced to participate in transactions | `0` +`--only-topic-in-tx` | Only topic partitions are forced to participate in transactions Excludes the use of the `--only-table-in-tx` parameter | `0` +`--only-table-in-tx` | Only table shards are forced to participate in transactions. Excludes the use of the `--only-topic-in-tx` parameter | `0` For example, the command `{{ ydb-cli }} --profile quickstart workload transfer topic-to-table run` will run a test lasting 60 seconds. The data for the first 5 seconds will not be taken into account in the work statistics. Example of console output: diff --git a/ydb/docs/ru/core/reference/ydb-cli/workload-transfer.md b/ydb/docs/ru/core/reference/ydb-cli/workload-transfer.md index c12cc2df488a..c2664be0a2dc 100644 --- a/ydb/docs/ru/core/reference/ydb-cli/workload-transfer.md +++ b/ydb/docs/ru/core/reference/ydb-cli/workload-transfer.md @@ -81,11 +81,11 @@ `--consumers`, `-c` | Количество читателей | `1` `--message-size`, `-m` | Размер сообщения в байтах. Возможно задание в КБ, МБ, ГБ путем добавления суффиксов `K`, `M`, `G` соответственно | `10240` `--message-rate` | Целевая суммарная скорость записи. В сообщениях в секунду. Исключает использование параметра `--byte-rate` | `0` -`--byte-rate` | Целевая суммарная скорость записи. В байтах в секунду. Исключает использование параметра --message-rate. Возможно задание в КБ/с, МБ/с, ГБ/с путем добавления суффиксов `K`, `M`, `G` соответственно | `0` +`--byte-rate` | Целевая суммарная скорость записи. В байтах в секунду. Исключает использование параметра `--message-rate`. Возможно задание в КБ/с, МБ/с, ГБ/с путем добавления суффиксов `K`, `M`, `G` соответственно | `0` `--commit-period` | Период между вызовами `COMMIT`. В секундах | `10` `--commit-messages` | Период между вызовами `COMMIT`. Количество сообщений | `1000000` -`--only-topic-in-tx` | В транзакциях принудительно участвуют только партиции топиков | `0` -`--only-table-in-tx` | В транзакциях принудительно участвуют только шарды таблиц | `0` +`--only-topic-in-tx` | В транзакциях принудительно участвуют только партиции топиков. Исключает использование параметра `--only-table-in-tx` | `0` +`--only-table-in-tx` | В транзакциях принудительно участвуют только шарды таблиц. Исключает использование параметра `--only-topic-in-tx` | `0` Например, команда ```bash From c4c05b30a81e217ab11a2727f71e2c9d2e8d334c Mon Sep 17 00:00:00 2001 From: Jornydb <152963325+Jornydb@users.noreply.github.com> Date: Thu, 1 Feb 2024 11:54:06 +0300 Subject: [PATCH 5/8] Apply suggestions from code review Co-authored-by: Ivan Blinkov --- ydb/docs/ru/core/reference/ydb-cli/workload-transfer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ydb/docs/ru/core/reference/ydb-cli/workload-transfer.md b/ydb/docs/ru/core/reference/ydb-cli/workload-transfer.md index c2664be0a2dc..53b7fa4894fd 100644 --- a/ydb/docs/ru/core/reference/ydb-cli/workload-transfer.md +++ b/ydb/docs/ru/core/reference/ydb-cli/workload-transfer.md @@ -81,7 +81,7 @@ `--consumers`, `-c` | Количество читателей | `1` `--message-size`, `-m` | Размер сообщения в байтах. Возможно задание в КБ, МБ, ГБ путем добавления суффиксов `K`, `M`, `G` соответственно | `10240` `--message-rate` | Целевая суммарная скорость записи. В сообщениях в секунду. Исключает использование параметра `--byte-rate` | `0` -`--byte-rate` | Целевая суммарная скорость записи. В байтах в секунду. Исключает использование параметра `--message-rate`. Возможно задание в КБ/с, МБ/с, ГБ/с путем добавления суффиксов `K`, `M`, `G` соответственно | `0` +`--byte-rate` | Целевая суммарная скорость записи. В байтах в секунду. Исключает использование параметра `--message-rate`. Возможно задание в КБ/с, МБ/с, ГБ/с путем добавления суффиксов `K`, `M`, `G`, соответственно | `0` `--commit-period` | Период между вызовами `COMMIT`. В секундах | `10` `--commit-messages` | Период между вызовами `COMMIT`. Количество сообщений | `1000000` `--only-topic-in-tx` | В транзакциях принудительно участвуют только партиции топиков. Исключает использование параметра `--only-table-in-tx` | `0` From 7a5495efd7c19eaa7fb012885de78cdf875f70e2 Mon Sep 17 00:00:00 2001 From: Jorny Date: Thu, 1 Feb 2024 12:02:28 +0300 Subject: [PATCH 6/8] Update workload-transfer --- ydb/docs/en/core/reference/ydb-cli/workload-transfer.md | 2 +- ydb/docs/ru/core/reference/ydb-cli/workload-transfer.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ydb/docs/en/core/reference/ydb-cli/workload-transfer.md b/ydb/docs/en/core/reference/ydb-cli/workload-transfer.md index fc9a25f92fe6..18e3eb22f170 100644 --- a/ydb/docs/en/core/reference/ydb-cli/workload-transfer.md +++ b/ydb/docs/en/core/reference/ydb-cli/workload-transfer.md @@ -79,7 +79,7 @@ Parameter name | Parameter Description | Default value `--message-rate` | Target total write speed. In messages per second. Excludes the use of the `--byte-rate` parameter | `0` `--byte-rate` | Target total write speed. In bytes per second. Excludes the use of the `--message-rate` parameter. It is possible to specify in KB/s, MB/s, GB/s by adding suffixes `K`, `M`, `G` respectively | `0` `--commit-period` | The period between `COMMIT` calls. In seconds | `10` -`--commit-messages` | The period between `COMMIT` calls. Number of messages | `1000000` +`--commit-messages` | The period between `COMMIT` calls. In number of messages | `1000000` `--only-topic-in-tx` | Only topic partitions are forced to participate in transactions Excludes the use of the `--only-table-in-tx` parameter | `0` `--only-table-in-tx` | Only table shards are forced to participate in transactions. Excludes the use of the `--only-topic-in-tx` parameter | `0` diff --git a/ydb/docs/ru/core/reference/ydb-cli/workload-transfer.md b/ydb/docs/ru/core/reference/ydb-cli/workload-transfer.md index 53b7fa4894fd..6cecbe03b4a8 100644 --- a/ydb/docs/ru/core/reference/ydb-cli/workload-transfer.md +++ b/ydb/docs/ru/core/reference/ydb-cli/workload-transfer.md @@ -82,10 +82,10 @@ `--message-size`, `-m` | Размер сообщения в байтах. Возможно задание в КБ, МБ, ГБ путем добавления суффиксов `K`, `M`, `G` соответственно | `10240` `--message-rate` | Целевая суммарная скорость записи. В сообщениях в секунду. Исключает использование параметра `--byte-rate` | `0` `--byte-rate` | Целевая суммарная скорость записи. В байтах в секунду. Исключает использование параметра `--message-rate`. Возможно задание в КБ/с, МБ/с, ГБ/с путем добавления суффиксов `K`, `M`, `G`, соответственно | `0` -`--commit-period` | Период между вызовами `COMMIT`. В секундах | `10` -`--commit-messages` | Период между вызовами `COMMIT`. Количество сообщений | `1000000` -`--only-topic-in-tx` | В транзакциях принудительно участвуют только партиции топиков. Исключает использование параметра `--only-table-in-tx` | `0` -`--only-table-in-tx` | В транзакциях принудительно участвуют только шарды таблиц. Исключает использование параметра `--only-topic-in-tx` | `0` +`--commit-period` | Период между вызовами `COMMIT`. В секундах | `10` +`--commit-messages` | Период между вызовами `COMMIT`. В количестве сообщений | `1000000` +`--only-topic-in-tx` | В транзакциях принудительно участвуют только партиции топиков. Исключает использование параметра `--only-table-in-tx` | `0` +`--only-table-in-tx` | В транзакциях принудительно участвуют только шарды таблиц. Исключает использование параметра `--only-topic-in-tx` | `0` Например, команда ```bash From f039fcecf0be0fb7f1921c8d4c8aa3ff6c34585d Mon Sep 17 00:00:00 2001 From: Jorny Date: Thu, 15 Feb 2024 12:44:13 +0300 Subject: [PATCH 7/8] Update workload-transfer --- .../reference/ydb-cli/workload-transfer.md | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/ydb/docs/ru/core/reference/ydb-cli/workload-transfer.md b/ydb/docs/ru/core/reference/ydb-cli/workload-transfer.md index 6cecbe03b4a8..754cb08c9745 100644 --- a/ydb/docs/ru/core/reference/ydb-cli/workload-transfer.md +++ b/ydb/docs/ru/core/reference/ydb-cli/workload-transfer.md @@ -94,25 +94,25 @@ запустит тест продолжительностью 60 секунд. Данные за первые 5 секунд не будут учитываться в статистике работы. Пример вывода на консоль ```text -Window Write speed Write time Inflight Lag Lag time Read speed Full time -# msg/s MB/s percentile,ms percentile,msg percentile,msg percentile,ms msg/s MB/s percentile,ms -1 0 0 0 0 0 0 0 0 0 -2 0 0 0 0 0 0 0 0 0 -3 0 0 0 0 0 0 0 0 0 -4 0 0 0 0 0 0 0 0 0 -5 0 0 0 0 0 0 0 0 0 -6 103 1 911 78 0 0 103 1 914 -7 103 1 983 78 0 0 103 1 984 -8 103 1 1103 80 0 0 103 1 1106 -9 103 1 1003 85 0 0 103 1 1004 -10 103 1 1003 86 0 0 103 1 1006 -11 103 1 1015 85 0 0 103 1 1019 -12 103 1 1047 91 0 0 103 1 1043 -13 103 1 999 88 0 0 103 1 1003 -14 103 1 1063 85 0 0 103 1 1064 -15 103 1 1003 89 0 0 103 1 1008 -16 103 1 999 88 0 0 103 1 1003 -17 103 1 1071 78 0 0 103 1 1077 +Window Write speed Write time Inflight Read speed Topic time Select time Upsert time Commit time +# msg/s MB/s percentile,ms percentile,msg msg/s MB/s percentile,ms percentile,ms percentile,ms percentile,ms +1 0 0 0 0 0 0 0 0 0 0 +2 0 0 0 0 0 0 0 0 0 0 +3 0 0 0 0 0 0 0 0 0 0 +4 0 0 0 0 0 0 0 0 0 0 +5 0 0 0 0 0 0 0 0 0 0 +6 103 1 1023 83 103 1 1025 0 0 0 +7 103 1 999 78 103 1 1001 0 0 0 +8 103 1 1003 93 103 1 1002 0 0 0 +9 103 1 1003 88 103 1 1003 0 0 0 +10 103 1 999 79 103 1 999 0 0 0 +11 103 1 1119 89 0 0 0 0 0 0 +12 103 1 1023 90 206 2 1028 90 223 695 +13 103 1 975 84 103 1 976 0 0 0 +14 103 1 1003 91 103 1 1006 0 0 0 +15 103 1 1003 93 103 1 1005 0 0 0 +16 103 1 1103 89 103 1 1100 0 0 0 +17 103 1 1063 89 103 1 1061 0 0 0 ... ``` @@ -124,7 +124,7 @@ Window Write speed Write time Inflight Lag Lag time * `Lag time` — процентиль времени задержки сообщений в мс. * `Read speed` — скорость чтения сообщений читателями. В сообщениях в секунду и в мегабайтах в секунду. * `Select time`, `Upsert time`, `Commit time` — процентиль времени выполнения операций Select, Upsert, Commit в мс. -* `Full time` — процентиль времени полной обработки сообщения, от записи писателем до чтения читателем в мс. + ## Удаление тестового окружения {#clean} From efdd8be7ba8dce2c9c533c41c6a22beb1b71256d Mon Sep 17 00:00:00 2001 From: Jorny Date: Thu, 15 Feb 2024 12:47:57 +0300 Subject: [PATCH 8/8] Update workload-transfer --- .../reference/ydb-cli/workload-transfer.md | 42 +++++++++---------- .../reference/ydb-cli/workload-transfer.md | 6 +-- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/ydb/docs/en/core/reference/ydb-cli/workload-transfer.md b/ydb/docs/en/core/reference/ydb-cli/workload-transfer.md index 18e3eb22f170..e36ebb704cf7 100644 --- a/ydb/docs/en/core/reference/ydb-cli/workload-transfer.md +++ b/ydb/docs/en/core/reference/ydb-cli/workload-transfer.md @@ -80,31 +80,31 @@ Parameter name | Parameter Description | Default value `--byte-rate` | Target total write speed. In bytes per second. Excludes the use of the `--message-rate` parameter. It is possible to specify in KB/s, MB/s, GB/s by adding suffixes `K`, `M`, `G` respectively | `0` `--commit-period` | The period between `COMMIT` calls. In seconds | `10` `--commit-messages` | The period between `COMMIT` calls. In number of messages | `1000000` -`--only-topic-in-tx` | Only topic partitions are forced to participate in transactions Excludes the use of the `--only-table-in-tx` parameter | `0` +`--only-topic-in-tx` | Only topic partitions are forced to participate in transactions. Excludes the use of the `--only-table-in-tx` parameter | `0` `--only-table-in-tx` | Only table shards are forced to participate in transactions. Excludes the use of the `--only-topic-in-tx` parameter | `0` For example, the command `{{ ydb-cli }} --profile quickstart workload transfer topic-to-table run` will run a test lasting 60 seconds. The data for the first 5 seconds will not be taken into account in the work statistics. Example of console output: ```text -Window Write speed Write time Inflight Lag Lag time Read speed Full time -# msg/s MB/s percentile,ms percentile,msg percentile,msg percentile,ms msg/s MB/s percentile,ms -1 0 0 0 0 0 0 0 0 0 -2 0 0 0 0 0 0 0 0 0 -3 0 0 0 0 0 0 0 0 0 -4 0 0 0 0 0 0 0 0 0 -5 0 0 0 0 0 0 0 0 0 -6 103 1 911 78 0 0 103 1 914 -7 103 1 983 78 0 0 103 1 984 -8 103 1 1103 80 0 0 103 1 1106 -9 103 1 1003 85 0 0 103 1 1004 -10 103 1 1003 86 0 0 103 1 1006 -11 103 1 1015 85 0 0 103 1 1019 -12 103 1 1047 91 0 0 103 1 1043 -13 103 1 999 88 0 0 103 1 1003 -14 103 1 1063 85 0 0 103 1 1064 -15 103 1 1003 89 0 0 103 1 1008 -16 103 1 999 88 0 0 103 1 1003 -17 103 1 1071 78 0 0 103 1 1077 +Window Write speed Write time Inflight Read speed Topic time Select time Upsert time Commit time +# msg/s MB/s percentile,ms percentile,msg msg/s MB/s percentile,ms percentile,ms percentile,ms percentile,ms +1 0 0 0 0 0 0 0 0 0 0 +2 0 0 0 0 0 0 0 0 0 0 +3 0 0 0 0 0 0 0 0 0 0 +4 0 0 0 0 0 0 0 0 0 0 +5 0 0 0 0 0 0 0 0 0 0 +6 103 1 1023 83 103 1 1025 0 0 0 +7 103 1 999 78 103 1 1001 0 0 0 +8 103 1 1003 93 103 1 1002 0 0 0 +9 103 1 1003 88 103 1 1003 0 0 0 +10 103 1 999 79 103 1 999 0 0 0 +11 103 1 1119 89 0 0 0 0 0 0 +12 103 1 1023 90 206 2 1028 90 223 695 +13 103 1 975 84 103 1 976 0 0 0 +14 103 1 1003 91 103 1 1006 0 0 0 +15 103 1 1003 93 103 1 1005 0 0 0 +16 103 1 1103 89 103 1 1100 0 0 0 +17 103 1 1063 89 103 1 1061 0 0 0 ... ``` @@ -116,7 +116,7 @@ Window Write speed Write time Inflight Lag Lag time * `Lag time` — the specified percentile of message delay time in ms. * `Read speed` — the speed of reading messages by consumers. In messages per second and in megabytes per second. * `Select time`, `Upsert time`, `Commit time` — the specified percentile of the execution time of Select, Insert, Commit operations in ms. -* `Full time` — the specified percentile of the time of complete processing of the message, from writing by the producer to reading by the consumer in ms. + ## Removing the test environment {#clean} diff --git a/ydb/docs/ru/core/reference/ydb-cli/workload-transfer.md b/ydb/docs/ru/core/reference/ydb-cli/workload-transfer.md index 754cb08c9745..1ab70925baab 100644 --- a/ydb/docs/ru/core/reference/ydb-cli/workload-transfer.md +++ b/ydb/docs/ru/core/reference/ydb-cli/workload-transfer.md @@ -104,9 +104,9 @@ Window Write speed Write time Inflight Read speed Topic ti 6 103 1 1023 83 103 1 1025 0 0 0 7 103 1 999 78 103 1 1001 0 0 0 8 103 1 1003 93 103 1 1002 0 0 0 -9 103 1 1003 88 103 1 1003 0 0 0 -10 103 1 999 79 103 1 999 0 0 0 -11 103 1 1119 89 0 0 0 0 0 0 +9 103 1 1003 88 103 1 1003 0 0 0 +10 103 1 999 79 103 1 999 0 0 0 +11 103 1 1119 89 0 0 0 0 0 0 12 103 1 1023 90 206 2 1028 90 223 695 13 103 1 975 84 103 1 976 0 0 0 14 103 1 1003 91 103 1 1006 0 0 0