| Name | Type | Description |
|---|---|---|
| feed | String | The feed name for the connection. |
| feedConnectionNumber | Integer | The connection number for this account within a feed. |
| ip | String | The IP address detected for the client connection. |
| connectedOn | OffsetDateTime | The UTC time this client connection connected to the server. |
| statusUpdatedOn | OffsetDateTime | The UTC time the server updated this client connection status data. |
| isDelayed | Boolean | 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. |
| isFirehose | Boolean | The client connection is in firehose mode (all channels subscribed). |
| tradeSubscriptions | Integer | The count of channel subscriptions for trade events. |
| quoteSubscriptions | Integer | The count of channel subscriptions for ask and bid events. |
| refreshSubscriptions | Integer | The count of channel subscriptions for refresh events (OPRA options feed only). |
| unusualActivitySubscriptions | Integer | The count of channel subscriptions for unusual activity events (OPRA options feed only). |
| packetsPerSecond | BigDecimal | The packets per second sent since the last status update. |
| totalPacketsSent | String | The total packets sent since the beginning of this connection. A packet is a group of events sent as one message over the websocket. |
| eventsPerSecond | BigDecimal | The events per second sent since the last status update. |
| totalEvents | String | 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. |
| totalSentEvents | String | The total events sent to the client inside packets. A packet is a group of events sent as one message over the websocket. |
| totalDrops | String | 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. |
| queueDepthPercentage | BigDecimal | The percentage that the connection's server-side queue is full. 0-100. |