All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.camel.quarkus.component.jfr.RuntimeCamelJfrConfig.jdp Maven / Gradle / Ivy

There is a newer version: 3.16.0
Show newest version
org.apache.camel.quarkus.component.jfr.RuntimeCamelJfrConfig.startupRecorderDir=Directory to store the recording. By default the current directory will be used. Use false to turn off saving the\nrecording to disk.
org.apache.camel.quarkus.component.jfr.RuntimeCamelJfrConfig.startupRecorderDuration=How long time to run the startup recorder. Use 0 (default) to keep the recorder running until the JVM is exited. Use\n-1 to stop the recorder right after Camel has been started (to only focus on potential Camel startup performance\nbottlenecks) Use a positive\nvalue to keep recording for N seconds. When the recorder is stopped then the recording is auto saved to disk (note\:\nsave to disk can be disabled by setting\nstartupRecorderDir to false).
org.apache.camel.quarkus.component.jfr.RuntimeCamelJfrConfig.startupRecorderMaxDepth=To filter our sub steps at a maximum depth. Use -1 for no maximum. Use 0 for no sub steps. Use 1 for max 1 sub step,\nand so forth. The default is -1.
org.apache.camel.quarkus.component.jfr.RuntimeCamelJfrConfig.startupRecorderProfile=To use a specific Java Flight Recorder profile configuration, such as default or profile. The default is default.
org.apache.camel.quarkus.component.jfr.RuntimeCamelJfrConfig.startupRecorderRecording=To enable Java Flight Recorder to start a recording and automatic dump the recording to disk after startup is\ncomplete. This requires that camel-jfr is on the classpath. The default is false.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy