Network activity for recording session

This view represents the network activity over all of the Adaptive Server network connections since the start of the recording session. It shows the default packet size, the maximum packet size, and both average packet sizes sent and received since the start of the session. The view shows the number of packets sent, the number of packets received, and the rate at which packets were sent and received. It also shows the number of bytes sent and the number of bytes received and the rate at which bytes were sent and received.

hs_create_view session_network_activity,
"Net Default Packet Size", "Value for Sample",
"Net Max Packet Size", "Value for Sample",
"Net Packet Size Sent", "Value for Session",
"Net Packet Size Received", "Value for Session",
"Net Packets Sent", "Value for Session",
"Net Packets Received", "Value for Session",
"Net Packets Sent", "Rate for Session",
"Net Packets Received", "Rate for Session",
"Net Bytes Sent",  "Value for Session",
"Net Bytes Received", "Value for Session",
"Net Bytes Sent", "Rate for Session",
"Net Bytes Received", "Rate for Session"