EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
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.
Column | Type | Pattern | Desc |
---|---|---|---|
time_ | TIME64NS | METRIC_COUNTER | Timestamp when the data record was collected. |
upid | UINT128 | GENERAL | An opaque numeric ID that globally identify a running process inside the cluster. |
remote_addr | STRING | GENERAL | IP address of the remote endpoint. |
remote_port | INT64 | GENERAL | Port of the remote endpoint. |
trace_role | INT64 | GENERAL_ENUM | The role (client-or-server) of the process that owns the connections. |
addr_family | INT64 | GENERAL_ENUM | The socket address family of the connection. |
protocol | INT64 | GENERAL_ENUM | The protocol of the traffic on the connections. |
ssl | BOOLEAN | GENERAL_ENUM | Was SSL traffic detected on this connection. |
conn_open | INT64 | METRIC_COUNTER | The number of connections opened since the beginning of tracing. |
conn_close | INT64 | METRIC_COUNTER | The number of connections closed since the beginning of tracing. |
conn_active | INT64 | METRIC_GAUGE | The number of active connections |
bytes_sent | INT64 | METRIC_COUNTER | The number of bytes sent to the remote endpoint(s). |
bytes_recv | INT64 | METRIC_COUNTER | The number of bytes received from the remote endpoint(s). |