# tdCaptureDuration

Specifies the duration for which the yc-360 script should run continuously, capturing thread dumps at 10-second intervals. This extended observation period is particularly useful for diagnosing intermittent issues that may not appear in a single snapshot.

Supports time units:

  • s (seconds)
  • m (minutes)

Type: string

Default: ""

Example (YAML):

options:
  tdCaptureDuration:10m
1
2

Example (CLI):

./yc -tdCaptureDuration 10m
1