slb rate-limit-log stats¶
Statistics for the object rate-limit-log
rate-limit-log Specification¶
Type Configuration Resource Element Name rate-limit-log Element URI /axapi/v3/slb/rate-limit-log/stats Element Attributes rate-limit-log_attributes Schema rate-limit-log schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/slb/rate-limit-log/stats | ||
Get Object | GET | /axapi/v3/slb/rate-limit-log/stats | ||
Modify Object | POST | /axapi/v3/slb/rate-limit-log/stats | ||
Replace Object | PUT | /axapi/v3/slb/rate-limit-log/stats | ||
Delete Object | DELETE | /axapi/v3/slb/rate-limit-log/stats |
rate-limit-log attributes¶
stats
Description: stats is a JSON Block. Please see below for stats
Type: Object
stats¶
Specification Type object alloc_conn
Description Log-session alloc
Type: number
Format: counter
buff_alloc_fail
Description Buffer alloc fail
Type: number
Format: counter
buff_send_fail
Description Buffer send fail
Type: number
Format: counter
conn_alloc_fail
Description Log-session alloc fail
Type: number
Format: counter
free_conn
Description Log-session free
Type: number
Format: counter
local_log_dropped
Description Local log dropped due to rate-limit
Type: number
Format: counter
local_log_msg
Description Local log messages
Type: number
Format: counter
local_log_rate
Description Local rate (per sec)
Type: number
Format: counter
msg_too_big
Description Log message too big
Type: number
Format: counter
no_repeat_msg
Description No repeat message
Type: number
Format: counter
no_route
Description No route
Type: number
Format: counter
remote_log_msg
Description Remote log messages
Type: number
Format: counter
remote_log_rate
Description Remote rate (per sec)
Type: number
Format: counter
total_log_msg
Description Total log messages
Type: number
Format: counter
total_log_times
Description Total log times
Type: number
Format: counter