get_tcp_performance
Analyze TCP performance from PCAP files to diagnose network quality using RTT, retransmissions, window size, and lost segment statistics.
Instructions
Analyse TCP performance: RTT, retransmissions, window size, and lost segments.
Extracts tcp.analysis.ack_rtt, tcp.window_size, tcp.analysis.retransmission, and tcp.analysis.lost_segment fields to compute aggregate statistics useful for diagnosing network quality.
Args: file_path: Path to the PCAP file display_filter: Optional display filter (e.g. "ip.addr == 10.0.0.1")
Returns: Performance summary with RTT stats, retransmission count, and window info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| display_filter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |