We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
First you need to install the client into a directory and run the agent on the JVM that you want to profile.
To view a log file at /path/to/log.hpl just use the following command:
/path/to/log.hpl
./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'