tree: e229c8c6119d7fd5e70f606fa70eb30ccd97aa6f [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
profiling/timer-log/README.md

Camel Performance - Timer Log

This is a small demo application that is used for cpu and memory profiling the internal Camel routing engine.

The demo uses a timer to trigger 1000 msg/sec that gets routed by Camel. The demo does not use any networking or external services. This is on purpose to focus profiling the internals of Camel - more specific the routing engine.

Profiling

The demo can be run with mvn camel:run or by running the MyApplication.java main class (from an IDE you can right-click this file and Run...).

A profile such as YourKit or JDK mission control can be attached to the running application and manually profiled.

The application can be configured in application.properties such as the functionality to turn on|off the pooling of exchanges (and other objects).