Torch
torchCapture a real-time traffic snapshot on a router interface, returning top flows by bytes. Filter by source or destination IP address.
Instructions
Capture a real-time traffic snapshot on a router interface. The tool call blocks for the duration (seconds) and returns top flows by bytes. readOnlyHint true — auto-retry enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| routerId | No | Router ID; omit to use the default router. | |
| interface | Yes | Interface name to monitor (e.g. ether1, bridge1) | |
| duration | No | Capture duration in seconds (1–30) | |
| srcAddress | No | Filter by source IP address | |
| dstAddress | No | Filter by destination IP address |