There are two ways to use the command line export:
In both cases you specify a number of view names together with a set of options. Each view has its own set of options. The options can be used to adjust the presentation and the displayed data. For each GUI component in JProfiler that lets you choose the displayed data, like aggregation level or thread selection, an option is provided that allows you to perform the same selection for the command line export.
Most views in JProfiler support multiple output formats. By default, the output format is deduced from the extension of the output file:Note: When using Microsoft Excel, CSV is not a stable format. Microsoft Excel on Windows takes the separator character from the regional settings. JProfiler uses a semicolon as the separator in locales that use a comma as a decimal separator and a comma in locales that use a dot as a decimal separator. If you need to override the CSV separator character you can do so by setting -Djprofiler.csvSeparator in bin/export.vmoptions.
If you would like to use different extensions, you can use the format option to override the choice of the output format.
You can choose to ignore errors by using the global ignoreerrors option.