TcpStats
interface TcpStats
TcpStats
Represents statistics related to TCP connections, including the number of connections, the segments sent and received, and error counts.
Author
N7ghtm4r3
Inheritors
TcpStatsImpl
Properties
Link copied to clipboard
connectionFailures
The number of failed attempts to establish a TCP connection.
Link copied to clipboard
connectionsActive
The number of active (currently open) TCP connections.
Link copied to clipboard
connectionsEstablished
The number of established TCP connections.
Link copied to clipboard
connectionsPassive
The number of passive (waiting for incoming requests) TCP connections.
Link copied to clipboard
connectionsReset
The number of TCP connections that have been reset.
Link copied to clipboard
segmentsReceived
The number of TCP segments received.
Link copied to clipboard
segmentsRetransmitted
The number of TCP segments that have been retransmitted.
Link copied to clipboard
segmentsSent
The number of TCP segments sent.