EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Network-layer RX/TX stats, grouped by pod. This table contains aggregate statistics measured at the network device interface. For connection-level information, including the remote endpoints with which a pod is communicating, see the Connection-Level Stats (conn_stats) table.
Column | Type | Pattern | Desc |
---|---|---|---|
time_ | TIME64NS | METRIC_COUNTER | Timestamp when the data record was collected. |
pod_id | STRING | GENERAL | The ID of the pod |
rx_bytes | INT64 | METRIC_COUNTER | Received network traffic in bytes of the pod |
rx_packets | INT64 | METRIC_COUNTER | Number of received network packets of the pod |
rx_errors | INT64 | METRIC_COUNTER | Number of network receive errors of the pod |
rx_drops | INT64 | METRIC_COUNTER | Number of dropped network packets being received of the pod |
tx_bytes | INT64 | METRIC_COUNTER | Transmitted network traffic of the pod |
tx_packets | INT64 | METRIC_COUNTER | Number of transmitted network packets of the pod |
tx_errors | INT64 | METRIC_COUNTER | Number of network transmit errors of the pod |
tx_drops | INT64 | METRIC_COUNTER | Number of dropped network packets being transmitted of the pod |