| Name | Type | Description |
|---|---|---|
| feed | str | The feed name for the connection. |
| feed_connection_number | int | The connection number for this account within a feed. |
| ip | str | The IP address detected for the client connection. |
| connected_on | datetime | The UTC time this client connection connected to the server. |
| status_updated_on | datetime | The UTC time the server updated this client connection status data. |
| is_delayed | bool | Whether this connection is delayed an extra 15 minutes from the source. Note that the Delayed SIP source is already delayed, so this value will be False for those connections. |
| is_firehose | bool | The client connection is in firehose mode (all channels subscribed). |
| trade_subscriptions | int | The count of channel subscriptions for trade events. |
| quote_subscriptions | int | The count of channel subscriptions for ask and bid events. |
| refresh_subscriptions | int | The count of channel subscriptions for refresh events (OPRA options feed only). |
| unusual_activity_subscriptions | int | The count of channel subscriptions for unusual activity events (OPRA options feed only). |
| packets_per_second | float | The packets per second sent since the last status update. |
| total_packets_sent | str | The total packets sent since the beginning of this connection. A packet is a group of events sent as one message over the websocket. |
| events_per_second | float | The events per second sent since the last status update. |
| total_events | str | The total events sent to this connection's server-side queue since the beginning of this connection. An event is an individual occurrence of a trade, quote, etc. |
| total_sent_events | str | The total events sent to the client inside packets. A packet is a group of events sent as one message over the websocket. |
| total_drops | str | The total number of events dropped from the connection's server-side queue. Event drops happen when the connection's server-side queue is full. The server-side queue fills due to client-side connections not receiving packets fast enough, which can be caused by a slow network, or clients not decoupling processing of packets from the receipt of packets. |
| queue_depth_percentage | float | The percentage that the connection's server-side queue is full. 0-100. |