wireshark_stats_io_graph
Retrieve time-series traffic volume statistics from a pcap file, showing data over configurable intervals to visualize network load.
Instructions
[I/O Graph] Traffic volume over time.
Args: interval: Time interval in seconds (default: 1)
Returns: Time-series traffic statistics or JSON error
Errors: FileNotFound: pcap_file does not exist
Example: wireshark_stats_io_graph("traffic.pcap", interval=5)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| interval | No | ||
| pcap_file | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |