YourKit Manually Configure Target JVM for Remote Profiling: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=External= * https://www.yourkit.com/docs/java/help/agent.jsp =Internal= * YourKit Operations =Ov...") |
|||
Line 8: | Line 8: | ||
=Overview= | =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 |
Revision as of 00:16, 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