Torch
torchCapture a real-time traffic snapshot on a router interface, returning top flows by bytes. Filter by source or destination IP address and set capture duration from 1 to 30 seconds.
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 |
|---|---|---|---|
| duration | No | Capture duration in seconds (1–30) | |
| routerId | No | Router ID; omit to use the default router. | |
| interface | Yes | Interface name to monitor (e.g. ether1, bridge1) | |
| dstAddress | No | Filter by destination IP address | |
| srcAddress | No | Filter by source IP address |