arthas_tt
Record method invocations in Java processes for later replay. List recorded traces and replay specific invocations by index.
Instructions
Time Tunnel: Record method invocations for replay. Record mode (record=true) is ASYNC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list | No | List recorded invocations | |
| count | No | Number of recordings | |
| depth | No | Object traversal depth | |
| record | No | Start recording (async) | |
| replay | No | Replay by index | |
| timeout | No | Timeout in ms | |
| classPattern | No | Class name pattern | |
| methodPattern | No | Method name pattern |