slb mysql stats¶
Statistics for the object mysql
mysql Specification¶
Parameter
Value
Type
Configuration Resource
Element Name
mysql
Element URI
/axapi/v3/slb/mysql/stats
Element Attributes
mysql_attributes
Partition Visibility
None
Schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/slb/mysql/stats | ||
Get Object | GET | /axapi/v3/slb/mysql/stats | ||
Modify Object | POST | /axapi/v3/slb/mysql/stats | ||
Replace Object | PUT | /axapi/v3/slb/mysql/stats | ||
Delete Object | DELETE | /axapi/v3/slb/mysql/stats |
mysql attributes¶
stats
Description: stats is a JSON Block. Please see below for stats
Type: Object
stats¶
Specification
Value
Type
object
client_fin
Description Client FIN
Type: number
Format: counter
commands
Description DB commands reply
Type: number
Format: counter
curr_be_enc
Description Curr BE Encryption Conns
Type: number
Format: counter
curr_fe_enc
Description Curr FE Encryption Conns
Type: number
Format: counter
curr_proxy
Description Curr Proxy Conns
Type: number
Format: counter
queries
Description DB Queries
Type: number
Format: counter
server_fin
Description Server FIN
Type: number
Format: counter
session_err
Description Session err
Type: number
Format: counter
total_be_enc
Description Total BE Encryption Conns
Type: number
Format: counter
total_fe_enc
Description Total FE Encryption Conns
Type: number
Format: counter
total_proxy
Description Total Proxy Conns
Type: number
Format: counter