ARX::VirtualServiceStats

Introduced : ARX V5.02.000 A structure that contains the statistics of a particular virtual service.
Member Type Description
name String The name of the virtual service.
tx_octets long The number of bytes transmitted.
tx_unicast long The number of unicast packets transmitted.
tx_nonunicast long The number of nonunicast packets transmitted.
tx_dropped long The number of transmit packets dropped.
rx_octets long The number of bytes received.
rx_unicast long The number of unicast packets received.
rx_nonunicast long The number of nonunicast packets received.
rx_dropped long The number of receive packets dropped.

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.