You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/12/01 12:49:34 UTC

[camel-performance-tests] branch main updated (fd4c771 -> dabdb57)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git.


    from fd4c771  Monitoring module: No need for port bindings if network mode is host
     new c683b31  Kafka Azure Storage Blob: Added instruction for plotting JFR data in Grafana
     new dabdb57  Kafka Azure Storage Blob Exchange Pooling: Added instruction for plotting JFR data in Grafana

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../README.md                                       | 21 +++++++++++++++++++++
 profiling/kafka/kafka-azure-storage-blob/README.md  | 21 +++++++++++++++++++++
 2 files changed, 42 insertions(+)

[camel-performance-tests] 02/02: Kafka Azure Storage Blob Exchange Pooling: Added instruction for plotting JFR data in Grafana

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git

commit dabdb57e39d28bc1f9b89d39bc26ebbe658de775
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Dec 1 13:48:35 2021 +0100

    Kafka Azure Storage Blob Exchange Pooling: Added instruction for plotting JFR data in Grafana
---
 .../README.md                                       | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/profiling/kafka/kafka-azure-storage-blob-exchange-pooling/README.md b/profiling/kafka/kafka-azure-storage-blob-exchange-pooling/README.md
index 9c06b2f..aa15705 100644
--- a/profiling/kafka/kafka-azure-storage-blob-exchange-pooling/README.md
+++ b/profiling/kafka/kafka-azure-storage-blob-exchange-pooling/README.md
@@ -139,3 +139,24 @@ cd script/
 
 This command will run 5 burst script with 1000 messages each one with payload "payload" to the Kafka instance running on localhost:9092 and the topic "testtopic"
 
+### Monitoring with Grafana
+
+After running this performance test an output.jfr recording is generated in jfr folder, it is possible to plot jfr metrics to grafana following these steps:
+
+Start jfr-datasource and grafana with preconfigured datasource and dashboard
+
+```
+cd ../monitoring
+docker-compose up
+```
+
+Post recording to jfr-datasource
+
+```
+curl -F "file=@./jfr/output.jfr" "localhost:8080/load"
+```
+
+Now wait 20s so that grafana will poll metrics from jfr-datsource
+
+And then go to grafana `http://localhost:3000` dashboard camel-jfr to observe results (default login is admin/admin)
+

[camel-performance-tests] 01/02: Kafka Azure Storage Blob: Added instruction for plotting JFR data in Grafana

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git

commit c683b31b716c7c01d8009721fbee693e2b2da993
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Dec 1 13:47:05 2021 +0100

    Kafka Azure Storage Blob: Added instruction for plotting JFR data in Grafana
---
 profiling/kafka/kafka-azure-storage-blob/README.md | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/profiling/kafka/kafka-azure-storage-blob/README.md b/profiling/kafka/kafka-azure-storage-blob/README.md
index c1cf0d4..967a60d 100644
--- a/profiling/kafka/kafka-azure-storage-blob/README.md
+++ b/profiling/kafka/kafka-azure-storage-blob/README.md
@@ -139,3 +139,24 @@ cd script/
 
 This command will run 5 burst script with 1000 messages each one with payload "payload" to the Kafka instance running on localhost:9092 and the topic "testtopic"
 
+### Monitoring with Grafana
+
+After running this performance test an output.jfr recording is generated in jfr folder, it is possible to plot jfr metrics to grafana following these steps:
+
+Start jfr-datasource and grafana with preconfigured datasource and dashboard
+
+```
+cd ../monitoring
+docker-compose up
+```
+
+Post recording to jfr-datasource
+
+```
+curl -F "file=@./jfr/output.jfr" "localhost:8080/load"
+```
+
+Now wait 20s so that grafana will poll metrics from jfr-datsource
+
+And then go to grafana `http://localhost:3000` dashboard camel-jfr to observe results (default login is admin/admin)
+