Skip to content
Richard Warburton edited this page Aug 8, 2014 · 15 revisions

Once you've installed the client into a directory you need to run agent on the JVM that you want to profile. You can then either use the Gui Client or the Commandline Client in order to view the output of the profiler.

The Agent

To run the jvmti agent, you just use: java -agentpath:/path/to/location/liblagent.so <normal-java-commandline>

The Gui Client

To start the Gui you use:

./gui

The Commandline Client

To view a log file at /path/to/log.hpl just use the following command:

./console -file /path/to/log.hpl