tap
Run multiple statistics taps (e.g., expert, conv, stat, srt) on a PCAP file in a single scan. Supports up to 16 taps per call with a shared display filter and pagination for results.
Instructions
Run one or more sharkd statistics taps in a single PCAP scan.
specs — tap identifiers from server_info, e.g.
["expert", "conv:TCP", "stat:dns", "srt:smb"]
filter — global display filter applied to all taps (sharkd supports
only one filter per tap call; per-tap filters are iograph-only)
skip / limit — pagination applied to each tap's flat list result
Up to 16 specs per call (sharkd limit). Results are cached after the
first scan; paginated follow-up calls are served from memory.
Use server_info to discover all valid tap identifiers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | Yes | ||
| specs | Yes | ||
| filter | No | ||
| skip | No | ||
| limit | No |