Database connection pool status.
GET
/api/db_pool_status
Responses
Section titled “ Responses ”Pool statistics.
object
pool_type
Pool implementation (aiomysql or pymysql_sync).
string
mysql_pool_size
Configured pool size.
integer
minsize
Min connections (aiomysql).
integer
maxsize
Max connections.
integer
size
Current pool size (aiomysql).
integer
freesize
Free connections (aiomysql).
integer
created
Created connections (sync).
integer
available
Available connections (sync).
integer
free_slots
Remaining slots (sync).
integer