ARX::NetworkStats

Introduced : ARX V5.02.000 A structure that contains the statistics of a network.
Member Type Description
id String The network interface’s identifier.
tx_octets long The number of bytes transmitted by this interface.
tx_total long The total number of bytes transmitted by this interface.
tx_unicast long The number of unicast packets transmitted by this interface.
tx_multicast long The number of multicast packets transmitted by this interface.
tx_broadcast long The number of broadcast packets transmitted by this interface.
rx_octets long The number of bytes received by this interface.
rx_total long The total number of bytes received by this interface.
rx_unicast long The number of unicast packets received by this interface.
rx_multicast long The number of multicast packets received by this interface.
rx_broadcast long The number of broadcast packets received by this interface.
crc_errors long The number of CRC errors encountered by this interface.
discarded long The number of packets discarded by this interface.
collisions long The number of packet collisions encountered by this interface.

See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.