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

conn_stats

Connection-level stats. This table contains statistics on the communications made between client-server pairs. For network-level information such as RX/TX errors and drops, see the Network-Layer Stats (network_stats) table.

ColumnTypePatternDesc
time_TIME64NSMETRIC_COUNTERTimestamp when the data record was collected.
upidUINT128GENERALAn opaque numeric ID that globally identify a running process inside the cluster.
remote_addrSTRINGGENERALIP address of the remote endpoint.
remote_portINT64GENERALPort of the remote endpoint.
trace_roleINT64GENERAL_ENUMThe role (client-or-server) of the process that owns the connections.
addr_familyINT64GENERAL_ENUMThe socket address family of the connection.
protocolINT64GENERAL_ENUMThe protocol of the traffic on the connections.
sslBOOLEANGENERAL_ENUMWas SSL traffic detected on this connection.
conn_openINT64METRIC_COUNTERThe number of connections opened since the beginning of tracing.
conn_closeINT64METRIC_COUNTERThe number of connections closed since the beginning of tracing.
conn_activeINT64METRIC_GAUGEThe number of active connections
bytes_sentINT64METRIC_COUNTERThe number of bytes sent to the remote endpoint(s).
bytes_recvINT64METRIC_COUNTERThe number of bytes received from the remote endpoint(s).
This site uses cookies to provide you with a better user experience. By using Pixie, you consent to our use of cookies.