inpaintServer/status.json

143 lines
3.3 KiB
JSON

{
"worker_status": {
"running": true,
"total_workers": 10,
"queue_size": 0,
"workers_by_status": {
"idle": [
{
"id": "worker_1cb20176",
"status": "idle",
"task_count": 0,
"error_count": 0,
"last_task_at": null
},
{
"id": "worker_275875fe",
"status": "idle",
"task_count": 0,
"error_count": 0,
"last_task_at": null
},
{
"id": "worker_22db34f9",
"status": "idle",
"task_count": 0,
"error_count": 0,
"last_task_at": null
},
{
"id": "worker_bc8befaf",
"status": "idle",
"task_count": 0,
"error_count": 0,
"last_task_at": null
},
{
"id": "worker_d801fb26",
"status": "idle",
"task_count": 0,
"error_count": 0,
"last_task_at": null
},
{
"id": "worker_6afb49c9",
"status": "idle",
"task_count": 0,
"error_count": 0,
"last_task_at": null
},
{
"id": "worker_0b612d23",
"status": "idle",
"task_count": 0,
"error_count": 0,
"last_task_at": null
},
{
"id": "worker_02e18c3d",
"status": "idle",
"task_count": 0,
"error_count": 0,
"last_task_at": null
},
{
"id": "worker_0e6ebed3",
"status": "idle",
"task_count": 0,
"error_count": 0,
"last_task_at": null
},
{
"id": "worker_bee8c543",
"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": 2,
"max": 4,
"total": 2,
"in_use": 0,
"available": 2
},
"rembg": {
"min": 2,
"max": 4,
"total": 2,
"in_use": 0,
"available": 2
}
},
"api_stats": {
"total_requests": 618,
"successful_requests": 618,
"failed_requests": 0,
"success_rate": 100.0,
"endpoint_usage": {
"GET /api/v1/health": 2,
"GET /api/v1/stats": 616
},
"endpoint_stats": {
"GET /api/v1/health": {
"count": 2,
"avg_time": 0.0027375221252441406,
"min_time": 0.0012462139129638672,
"max_time": 0.004228830337524414,
"current_concurrent": 0
},
"GET /api/v1/stats": {
"count": 616,
"avg_time": 0.0031845998764038087,
"min_time": 0.0010221004486083984,
"max_time": 0.006818532943725586,
"current_concurrent": 0
}
},
"average_response_time": 0.00322497431128542,
"min_response_time": 0.0010221004486083984,
"max_response_time": 0.011610746383666992,
"current_concurrent": 0,
"max_concurrent": 1,
"requests_per_second": 0.020095668448163777,
"uptime": 30752.89590859413,
"recent_errors": []
},
"timestamp": 1756518158.3465042
}