This is an automated email from the ASF dual-hosted git repository. penghui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push: new df1ff2f9570 [fix][doc] Fix the documentation of performance-pulsar-perf for 2.10.x (#16536) df1ff2f9570 is described below commit df1ff2f9570d8ac7323cf9c43a06437daf2933a6 Author: lipenghui <peng...@apache.org> AuthorDate: Tue Jul 12 15:09:33 2022 +0800 [fix][doc] Fix the documentation of performance-pulsar-perf for 2.10.x (#16536) --- site2/website/versioned_docs/version-2.10.0/performance-pulsar-perf.md | 2 +- site2/website/versioned_docs/version-2.10.1/performance-pulsar-perf.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/site2/website/versioned_docs/version-2.10.0/performance-pulsar-perf.md b/site2/website/versioned_docs/version-2.10.0/performance-pulsar-perf.md index 6d493f2e761..fdb36b504e5 100644 --- a/site2/website/versioned_docs/version-2.10.0/performance-pulsar-perf.md +++ b/site2/website/versioned_docs/version-2.10.0/performance-pulsar-perf.md @@ -45,7 +45,7 @@ For the latest and complete information about `pulsar-perf`, including commands, ``` - From the above test data, you can get the throughput statistics and the write latency statistics. The aggregated statistics is printed when the Pulsar Perf is stopped. You can press **Ctrl**+**C** to stop the Pulsar Perf. After the Pulsar Perf is stopped, the [HdrHistogram](http://hdrhistogram.github.io/HdrHistogram/) formatted test result appears under your directory. The document looks like `perf-producer-1589370810837.hgrm`. You can also check the test result through [HdrHistogram P [...] + From the above test data, you can get the throughput statistics and the write latency statistics. The aggregated statistics are printed when the Pulsar Perf is stopped. You can press **Ctrl**+**C** to stop the Pulsar Perf. If you specify a filename with the `--histogram-file` parameter, a file with the [HdrHistogram](http://hdrhistogram.github.io/HdrHistogram/) formatted test result appears under your directory after Pulsar Perf is stopped. You can also check the test result through [H [...] - This example shows how the Pulsar Perf produces messages with `transaction` option. diff --git a/site2/website/versioned_docs/version-2.10.1/performance-pulsar-perf.md b/site2/website/versioned_docs/version-2.10.1/performance-pulsar-perf.md index d2ffc575ab8..986fce84f07 100644 --- a/site2/website/versioned_docs/version-2.10.1/performance-pulsar-perf.md +++ b/site2/website/versioned_docs/version-2.10.1/performance-pulsar-perf.md @@ -45,8 +45,7 @@ For the latest and complete information about `pulsar-perf`, including commands, ``` - From the above test data, you can get the throughput statistics and the write latency statistics. The aggregated statistics is printed when the Pulsar Perf is stopped. You can press **Ctrl**+**C** to stop the Pulsar Perf. After the Pulsar Perf is stopped, the [HdrHistogram](http://hdrhistogram.github.io/HdrHistogram/) formatted test result appears under your directory. The document looks like `perf-producer-1589370810837.hgrm`. You can also check the test result through [HdrHistogram P [...] - + From the above test data, you can get the throughput statistics and the write latency statistics. The aggregated statistics are printed when the Pulsar Perf is stopped. You can press **Ctrl**+**C** to stop the Pulsar Perf. If you specify a filename with the `--histogram-file` parameter, a file with the [HdrHistogram](http://hdrhistogram.github.io/HdrHistogram/) formatted test result appears under your directory after Pulsar Perf is stopped. You can also check the test result through [H [...] - This example shows how the Pulsar Perf produces messages with `transaction` option. **Input**