inpaintServer/status.json

89 lines
2.1 KiB
JSON

{
"worker_status": {
"running": true,
"total_workers": 2,
"queue_size": 0,
"workers_by_status": {
"idle": [
{
"id": "worker_9c36a239",
"status": "idle",
"task_count": 0,
"error_count": 0,
"last_task_at": null
},
{
"id": "worker_fc828cfc",
"status": "idle",
"task_count": 0,
"error_count": 0,
"last_task_at": null
}
],
"busy": [],
"starting": [],
"stopping": [],
"error": []
}
},
"session_status": {
"simple_lama": {
"total": 2,
"in_use": 0,
"available": 2
},
"migan": {
"total": 2,
"in_use": 0,
"available": 2
},
"rembg": {
"total": 1,
"in_use": 0,
"available": 1
}
},
"api_stats": {
"total_requests": 4,
"successful_requests": 4,
"failed_requests": 0,
"success_rate": 100.0,
"endpoint_usage": {
"GET /health": 2,
"GET /api/v1/model": 1,
"GET /api/v1/server-config": 1
},
"endpoint_stats": {
"GET /health": {
"count": 2,
"avg_time": 0.0015218257904052734,
"min_time": 0.0012848377227783203,
"max_time": 0.0017588138580322266,
"current_concurrent": 0
},
"GET /api/v1/model": {
"count": 1,
"avg_time": 0.0016770362854003906,
"min_time": 0.0016770362854003906,
"max_time": 0.0016770362854003906,
"current_concurrent": 0
},
"GET /api/v1/server-config": {
"count": 1,
"avg_time": 0.001375436782836914,
"min_time": 0.001375436782836914,
"max_time": 0.001375436782836914,
"current_concurrent": 0
}
},
"average_response_time": 0.0015240311622619629,
"min_response_time": 0.0012848377227783203,
"max_response_time": 0.0017588138580322266,
"current_concurrent": 0,
"max_concurrent": 1,
"requests_per_second": 0.048409146798171036,
"uptime": 82.62901258468628,
"recent_errors": []
},
"timestamp": 1756401600.806082
}