P4G_UDP_STATE_RATE
# get
<module-index>/<port-index> P4G_UDP_STATE_RATE [<group_index>] ?
Description
- Returns a list of the UDP state rates measured in connections/second. The counters returned corresponds the the following UDP state rates:
CLOSED: The connection structure has been created, but has not been ‘ramped up’ yet.
OPEN: The connection has been ‘ramped up’, and is ready to transmit or receive data.
ACTIVE: The connection is actively transmitting data.
Actions
get
Parameters
current_time
: long integer, a list of the UDP state rates measured in connections/second.
ref_time
: long integer, a list of the UDP state rates measured in connections/second.
closed
: long integer, a list of the UDP state rates measured in connections/second.
open
: long integer, a list of the UDP state rates measured in connections/second.
active
: long integer, a list of the UDP state rates measured in connections/second.
Example
# get
input: 0/1 P4G_UDP_STATE_RATE [0] ?
output: 0/1 P4G_UDP_STATE_RATE [0] 123456789123 123456789123 123456789123 123456789123 123456789123