A TrafficStats instance contains information about a DOF's traffic-related statistical data, including packet counts and bytes counts.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public interface TrafficStats
The DOFTrafficStats type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | getReceiveByteCount | Gets a count of the data bytes received on all connections and servers. |
![]() | getReceivePacketCount | Gets a count of the packets received on all connections and servers. |
![]() | getSendByteCount | Gets a count of the data bytes sent over all connections and servers. |
![]() | getSendPacketCount | Gets a count of the packets sent over all connections and servers. |
Remarks
See Also