arthas_set_config
Update Arthas connection settings by specifying WebSocket URL, HTTP API URL, and default timeout.
Instructions
Update Arthas connection configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wsUrl | No | WebSocket URL, e.g. ws://127.0.0.1:8563/ws | |
| httpUrl | No | HTTP API URL, e.g. http://127.0.0.1:8563/api | |
| defaultTimeout | No | Default timeout in ms |