io_stats
Obtain frame and byte counts for each time interval from a PCAP file. Set interval, display filter, and paginate results with skip/limit. First scan caches data; subsequent calls serve from cache. Default limit 300 intervals.
Instructions
Per-interval frame and byte counts. interval_ms is the bucket size.
Results are in chronological order and paged with skip/limit.
The PCAP is scanned only on the first call for a given (interval, filter)
combination; subsequent pages are served from cache.
Default limit is 300 intervals (~5 min at 1 s buckets). Set limit=0 for all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | Yes | ||
| interval_ms | No | ||
| display_filter | No | ||
| skip | No | ||
| limit | No |