A view of the collected statistics for an endpoint.
Type:
bigintA timestamp indicating when the endpoint was created. Read only.
Type:
bigintA timestamp indicating when the endpoint was destroyed. Read only.
Type:
bigintThe total number of bytes received by this endpoint. Read only.
Type:
bigintThe total number of bytes sent by this endpoint. Read only.
Type:
bigintThe total number of UDP packets received by this endpoint. Read only.
Type:
bigintThe total number of UDP packets sent by this endpoint. Read only.
Type:
bigintThe total number of peer-initiated sessions accepted by this
endpoint. Read only.
Type:
bigintThe total number of sessions initiated by this endpoint. Read only.
Type:
bigintThe total number of incoming connections rejected because the
endpoint was marked busy. Read only.
Type:
bigintThe number of datagrams discarded before a handshake was
attempted because they could not be a ClientHello. Read only.
Datagrams arriving at a listening endpoint that do not match an existing session are screened for the shape of a DTLS ClientHello record before any state is allocated for them. A steadily rising value indicates junk or scan traffic rather than failing clients, which are counted as sessions that never complete.
Type:
bigintThe number of otherwise valid handshake attempts refused
because the endpoint was at
maxSessions or the peer was at
maxSessionsPerHost. Read only.Type:
booleantrue if the stats object is still connected to the underlying endpoint.
Once the endpoint is destroyed, the stats become a stale snapshot.