91 lines
1.9 KiB
JSON
91 lines
1.9 KiB
JSON
{
|
|
"worker_status": {
|
|
"running": true,
|
|
"total_workers": 2,
|
|
"queue_size": 0,
|
|
"workers_by_status": {
|
|
"idle": [
|
|
{
|
|
"id": "worker_eac127f0",
|
|
"status": "idle",
|
|
"task_count": 0,
|
|
"error_count": 0,
|
|
"last_task_at": null
|
|
},
|
|
{
|
|
"id": "worker_3fb51aaf",
|
|
"status": "idle",
|
|
"task_count": 0,
|
|
"error_count": 0,
|
|
"last_task_at": null
|
|
}
|
|
],
|
|
"busy": [],
|
|
"starting": [],
|
|
"stopping": [],
|
|
"error": []
|
|
}
|
|
},
|
|
"session_status": {
|
|
"simple_lama": {
|
|
"min": 2,
|
|
"max": 4,
|
|
"total": 2,
|
|
"in_use": 0,
|
|
"available": 2
|
|
},
|
|
"migan": {
|
|
"min": 1,
|
|
"max": 4,
|
|
"total": 1,
|
|
"in_use": 0,
|
|
"available": 1
|
|
},
|
|
"rembg": {
|
|
"min": 1,
|
|
"max": 3,
|
|
"total": 1,
|
|
"in_use": 0,
|
|
"available": 1
|
|
}
|
|
},
|
|
"api_stats": {
|
|
"total_requests": 0,
|
|
"successful_requests": 0,
|
|
"failed_requests": 0,
|
|
"success_rate": 0.0,
|
|
"endpoint_usage": {},
|
|
"endpoint_stats": {
|
|
"POST /api/v1/inpaint": {
|
|
"count": 0,
|
|
"avg_time": 0.0,
|
|
"min_time": 0.0,
|
|
"max_time": 0.0,
|
|
"current_concurrent": 0
|
|
},
|
|
"POST /api/v1/remove_bg": {
|
|
"count": 0,
|
|
"avg_time": 0.0,
|
|
"min_time": 0.0,
|
|
"max_time": 0.0,
|
|
"current_concurrent": 0
|
|
},
|
|
"POST /api/v1/run_plugin_gen_image": {
|
|
"count": 0,
|
|
"avg_time": 0.0,
|
|
"min_time": 0.0,
|
|
"max_time": 0.0,
|
|
"current_concurrent": 0
|
|
}
|
|
},
|
|
"average_response_time": 0,
|
|
"min_response_time": 0,
|
|
"max_response_time": 0,
|
|
"current_concurrent": 0,
|
|
"max_concurrent": 0,
|
|
"requests_per_second": 0.0,
|
|
"uptime": 5.007766008377075,
|
|
"recent_errors": []
|
|
},
|
|
"timestamp": 1759306699.0522153
|
|
} |