-
Notifications
You must be signed in to change notification settings - Fork 145
How to Run
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.
To run the jvmti agent, you just use: java -agentpath:/path/to/location/liblagent.so <normal-java-commandline>
To start the Gui you use:
./gui
To view a log file at /path/to/log.hpl
just use the following command:
./console -file /path/to/log.hpl