Network Traffic Object

The Network Traffic object describes characteristics of network traffic. Network traffic refers to data moving across a network at a given point of time. Defined by D3FEND d3f:NetworkTraffic.
Name Caption Requirement Type Description
bytes_in Bytes In Optional Long The number of bytes sent from the destination to the source.
bytes_out Bytes Out Optional Long The number of bytes sent from the source to the destination.
chunks Chunks Optional Long The total number of chunks (in and out).
chunks_in Chunks In Optional Long The number of chunks sent from the destination to the source.
chunks_out Chunks Out Optional Long The number of chunks sent from the source to the destination.
packets_in Packets In Optional Long The number of packets sent from the destination to the source.
packets_out Packets Out Optional Long The number of packets sent from the source to the destination.