format
format
Specify output format for report.
Syntax
-format
<value>
Arguments
- <value>
- Description
- text
- Text output format. File extension is.txt.
- csv
- CSV output format. File extension is.csv. Must be used with option.
- xml
- XML output format. File extension is.xml. Available forsummaryreport only.
- html
- HTML output format. File extension is.html. Available forsummaryreport only.
Default
text
Actions Modified
Description
Use the
format
action-option to specify output format for report.
To print to a file, use this with the
report-output
option. If you choose
csv
, you must also use the
csv-delimiter
option to specify the delimiter, such as
comma
.
XML and HTML formats are available for the
summary
report only.
Example
Generate a Hotspots report in CSV file format using a
comma delimiter and save it as
MyReport.csv
in the current working directory.
vtune -report hotspots -report-output MyReport.csv -format csv -csv-delimiter comma