System::Connections::ActiveConnection

Introduced : BIG-IP_v9.0
This structure is deprecated, because unit IDs have been replaced by traffic groups. A struct that describes a device&aposs active connections in details.
Member Type Description
connection_id ConnectionID The connection identification.
serverside_client IPPortDefinition The client address/port of the server-side connection.
virtual_path IPPortDefinition The virtual server that this active connection is going through.
unit_id long The unit ID of this active connection.
clientside_bytes_in ULong64 The number of client-side incoming bytes for this connection.
clientside_bytes_out ULong64 The number of client-side outgoing bytes for this connection.
clientside_packets_in ULong64 The number of client-side incoming packets for this connection.
clientside_packets_out ULong64 The number of client-side outgoing packets for this connection.
serverside_bytes_in ULong64 The number of server-side incoming bytes for this connection.
serverside_bytes_out ULong64 The number of server-side outgoing bytes for this connection.
serverside_packets_in ULong64 The number of server-side incoming packets for this connection.
serverside_packets_out ULong64 The number of server-side outgoing packets for this connection.
idle_time long The time this connection has been idle.
idle_timeout long The idle timeout after which the connection will be reaped.
lasthop_info String The lasthop information string.

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.