Torch
torchCapture a real-time traffic snapshot on a router interface. Returns top flows by bytes to analyze network usage.
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 | Yes | Target router identifier from the router registry | |
| 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 |