COLLAPSE ALL
  • Home
  • About Pixie
    • Pixie Overview
    • Data Sources
    • How Pixie uses eBPF
    • Roadmap
    • FAQ
    • Troubleshooting
  • Installing Pixie
    • Requirements
  • Using Pixie
    • Using the Live UI
    • Using the CLI
    • Using the API
  • Tutorials
  • Reference
    • Architecture
    • Data Tables
      • amqp_events
      • conn_stats
      • cql_events
      • dns_events
      • http_events
      • jvm_stats
      • kafka_events.beta
      • mongodb_events
      • mux_events
      • mysql_events
      • nats_events.beta
      • network_stats
      • pgsql_events
      • probe_status
      • proc_exit_events
      • process_stats
      • redis_events
      • stack_traces.beta
      • stirling_error

network_stats

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.

ColumnTypePatternDesc
time_TIME64NSMETRIC_COUNTERTimestamp when the data record was collected.
pod_idSTRINGGENERALThe ID of the pod
rx_bytesINT64METRIC_COUNTERReceived network traffic in bytes of the pod
rx_packetsINT64METRIC_COUNTERNumber of received network packets of the pod
rx_errorsINT64METRIC_COUNTERNumber of network receive errors of the pod
rx_dropsINT64METRIC_COUNTERNumber of dropped network packets being received of the pod
tx_bytesINT64METRIC_COUNTERTransmitted network traffic of the pod
tx_packetsINT64METRIC_COUNTERNumber of transmitted network packets of the pod
tx_errorsINT64METRIC_COUNTERNumber of network transmit errors of the pod
tx_dropsINT64METRIC_COUNTERNumber of dropped network packets being transmitted of the pod
This site uses cookies to provide you with a better user experience. By using Pixie, you consent to our use of cookies.