InternetProtocolStatsImpl
InternetProtocolStatsImpl
Implements the InternetProtocolStats
interface to provide details about the network protocol statistics, including TCP and UDP statistics for both IPv4 and IPv6, as well as active IP connections.
Author
N7ghtm4r3
Parameters
The source object that contains the raw protocol stats.
See also
Properties
ipConnections
A list of active IP connections, including local and foreign addresses, ports, and their respective states.
tcpV4Stats
Returns the TCP statistics for the IPv4 protocol, including established, active, passive connections, and other metrics like sent/received segments.
tcpV6Stats
Returns the TCP statistics for the IPv6 protocol, including established, active, passive connections, and other metrics like sent/received segments.
udpV4Stats
Returns the UDP statistics for the IPv4 protocol, including sent/received datagrams, and other related metrics.
udpV6Stats
Returns the UDP statistics for the IPv6 protocol, including sent/received datagrams, and other related metrics.
Functions
Initializes the TCP statistics from the raw source data.
Initializes the UDP statistics from the raw source data.
Loads the IP connections from the raw source list.