Skip to content

How to use the Commandline Client

Kyle Smith edited this page Feb 1, 2016 · 3 revisions

First you need to install the client into a directory and run the agent on the JVM that you want to profile.

How to use the Commandline Client

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

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

The client supports two other options:

 -filter VAL : set the filter to apply to commandline output
 -format VAL : set the output format, either 'flat_by_line', 'flat_by_method' or 'tree'