YourKit Manually Configure Target JVM for Remote Profiling: Difference between revisions
Jump to navigation
Jump to search
Line 26: | Line 26: | ||
Example: | Example: | ||
java ... -agentpath:<''profiler-agent-path''>=alloceach=10,allocsizelimit=4096 ... | java ... -agentpath:<''profiler-agent-path''>=port=8080,alloceach=10,allocsizelimit=4096 ... | ||
Startup options: {{External|https://www.yourkit.com/docs/java/help/startup_options.jsp}} | Startup options: {{External|https://www.yourkit.com/docs/java/help/startup_options.jsp}} | ||
==port== | |||
The port the profiler agent listens on for communication with the profiler UI. By default, the port is chosen automatically, starting with 10001. The first port free in the 10001..10010 range is used. |
Revision as of 00:41, 9 June 2018
External
Internal
Overview
Start the JVM with the following configuration:
java ... -agentpath:<profiler-agent-path>[=options] ...
Linux example
java ... -agentpath:<profiler-directory>/bin/linux-x86-64/libyjpagent.so
To check that Java can load the profiler agent, run:
java -agentpath:<profiler-agent-path>=help
Options
Example:
java ... -agentpath:<profiler-agent-path>=port=8080,alloceach=10,allocsizelimit=4096 ...
Startup options:
port
The port the profiler agent listens on for communication with the profiler UI. By default, the port is chosen automatically, starting with 10001. The first port free in the 10001..10010 range is used.