Skip to content

Latest commit

 

History

History
50 lines (41 loc) · 1.21 KB

FLAME.md

File metadata and controls

50 lines (41 loc) · 1.21 KB

flame command description

flame command accepts thread sampling data and produces flame graph visualization in form of interactive HTML file.

Command example

java -jar sjk.jar flame -f dump.skj -o flame.html

Options description

>java -jar sjk.jar flame --help
Generates flame graph from stack traces
Usage: flame [options]
  Options:
		--commands

	   Default: false
  * -f, --file
	   Input files
	   Default: []
		--help

	   Default: false
  * -o, --output
	   Name of generated report file
		--parsers-info
	   Print parsers available in classpath
	   Default: false
	-tn, --thread-name
	   Thread name filter (Java RegEx syntax)
	-tr, --time-range
	   Time range filter
	-tz, --timezone, --time-zone
	   Time zone used for timestamps and time ranges
	   Default: UTC
	-tf, --trace-filter
	   Apply filter to traces before processing. Use --ssa-help for more details
	   about filter notation
	-tt, --trace-trim
	   Positional filter trim frames to process. Use --ssa-help for more details
	   about filter notation
	-X, --verbose
	   Enable detailed diagnostics
	   Default: false