This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch kafka-mongo-exchange-pooling in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git
commit 0d7609877e395a7992f64c2642c68633be6f3f04 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Sep 30 11:26:02 2021 +0200 Added Example Kafka to Mongo with Exchange pooling --- profiling/kafka-mongo-exchange-pooling/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/profiling/kafka-mongo-exchange-pooling/README.md b/profiling/kafka-mongo-exchange-pooling/README.md index 1ca0860..ea22f2f 100644 --- a/profiling/kafka-mongo-exchange-pooling/README.md +++ b/profiling/kafka-mongo-exchange-pooling/README.md @@ -64,7 +64,7 @@ docker run --rm -ti \ -v $PWD/data:/etc/camel:Z \ -e CAMEL_K_CONF=/etc/camel/application.properties \ --network="host" \ - quay.io/oscerd/kafka-mongo:1.0-SNAPSHOT-jvm + quay.io/oscerd/kafka-mongo-exchange-pooling:1.0-SNAPSHOT-jvm ``` ## Enabling JFR @@ -76,7 +76,7 @@ docker run --rm -ti \ -v $PWD/jfr:/work/jfr:Z \ -e CAMEL_K_CONF=/etc/camel/application.properties \ --network="host" \ - quay.io/oscerd/kafka-mongo:1.0-SNAPSHOT-jvm + quay.io/oscerd/kafka-mongo-exchange-pooling:1.0-SNAPSHOT-jvm ``` Now you can start JFR with the following command @@ -100,7 +100,7 @@ docker run --rm -ti \ -v async_profiler_path:/work/async-profiler:Z \ -e CAMEL_K_CONF=/etc/camel/application.properties \ --network="host" \ - quay.io/oscerd/kafka-mongo:1.0-SNAPSHOT-jvm + quay.io/oscerd/kafka-mongo-exchange-pooling:1.0-SNAPSHOT-jvm ``` Where async profiler path is the path of your async profiler on your host machine. @@ -130,7 +130,7 @@ docker run --rm -ti \ --network="host" \ -m 128m \ --cpu-quota="25000" \ - quay.io/oscerd/kafka-mongo:1.0-SNAPSHOT-jvm + quay.io/oscerd/kafka-mongo-exchange-pooling:1.0-SNAPSHOT-jvm ``` In this case we are allocating 128 Mb Memory to the container and 0.25% cpus.