This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch sample in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git
commit 3b961b989e8ec24f52c9ef9f70dae36161854cfa Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Sep 28 13:09:58 2021 +0200 Kafka Nats profiling example: Fixed the example --- profiling/kafka-nats/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/profiling/kafka-nats/README.md b/profiling/kafka-nats/README.md index 344b7f8..bb6c26a 100644 --- a/profiling/kafka-nats/README.md +++ b/profiling/kafka-nats/README.md @@ -154,5 +154,14 @@ 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 the number of messages into NATS topics + +You can run the following command to check the actual value + +```shell script +curl -s http://localhost:8222/varz | jq '.["in_msgs"]' +49666 +``` +
