slb passthrough stats¶
Statistics for the object passthrough
passthrough Specification¶
Type Configuration Resource Element Name passthrough Element URI /axapi/v3/slb/passthrough/stats Element Attributes passthrough_attributes Schema passthrough schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/slb/passthrough/stats | ||
Get Object | GET | /axapi/v3/slb/passthrough/stats | ||
Modify Object | POST | /axapi/v3/slb/passthrough/stats | ||
Replace Object | PUT | /axapi/v3/slb/passthrough/stats | ||
Delete Object | DELETE | /axapi/v3/slb/passthrough/stats |
passthrough attributes¶
stats
Description: stats is a JSON Block. Please see below for stats
Type: Object
stats¶
Specification Type object curr_conn
Description Current connections
Type: number
Format: counter
curr_pconn
Description Persistent connections
Type: number
Format: counter
total_conn
Description Total connections
Type: number
Format: counter
total_fwd_bytes
Description Forward bytes
Type: number
Format: counter
total_fwd_packets
Description Forward packets
Type: number
Format: counter
total_rev_bytes
Description Reverse bytes
Type: number
Format: counter
total_rev_packets
Description Reverse packets
Type: number
Format: counter