# tdPath

Specifies the path to an existing thread dump file. Use this when the thread dump is already being captured by another mechanism and should be sent as-is to the yCrash server for analysis.

Type: string

Default: ""

Example (YAML):

options:
  tdPath: /apps/tomcat/threaddump-2024-08-16.txt
1
2

Example (CLI):

./yc -tdPath "/apps/tomcat/threaddump-2024-08-16.txt"
1