Network activity for sample interval

This view represents the network activity over all of the Adaptive Server network connections during the most recent sample interval. It shows the default packet size, the maximum packet size, and both average packet sizes sent and received for the sample interval. 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 sample_network_activity,
"Net Default Packet Size", "Value for Sample",
"Net Max Packet Size", "Value for Sample",
"Net Packet Size Sent", "Value for Sample",
"Net Packet Size Received", "Value for Sample",
"Net Packets Sent", "Value for Sample",
"Net Packets Received", "Value for Sample",
"Net Packets Sent", "Rate for Sample",
"Net Packets Received", "Rate for Sample",
"Net Bytes Sent", "Value for Sample",
"Net Bytes Received", "Value for Sample",
"Net Bytes Sent", "Rate for Sample",
"Net Bytes Received", "Rate for Sample"