inpaintServer/status.json

165 lines
3.9 KiB
JSON

{
"worker_status": {
"running": true,
"total_workers": 6,
"queue_size": 0,
"workers_by_status": {
"idle": [
{
"id": "worker_0fc41239",
"status": "idle",
"task_count": 0,
"error_count": 0,
"last_task_at": null
},
{
"id": "worker_53a5b48f",
"status": "idle",
"task_count": 0,
"error_count": 0,
"last_task_at": null
},
{
"id": "worker_c8680a6b",
"status": "idle",
"task_count": 0,
"error_count": 0,
"last_task_at": null
},
{
"id": "worker_dd334383",
"status": "idle",
"task_count": 0,
"error_count": 0,
"last_task_at": null
},
{
"id": "worker_11d7c890",
"status": "idle",
"task_count": 0,
"error_count": 0,
"last_task_at": null
},
{
"id": "worker_2dac3e33",
"status": "idle",
"task_count": 0,
"error_count": 0,
"last_task_at": null
}
],
"busy": [],
"starting": [],
"stopping": [],
"error": []
}
},
"session_status": {
"simple_lama": {
"min": 4,
"max": 6,
"total": 4,
"in_use": 0,
"available": 4
},
"migan": {
"min": 1,
"max": 6,
"total": 1,
"in_use": 0,
"available": 1
},
"rembg": {
"min": 2,
"max": 6,
"total": 2,
"in_use": 0,
"available": 2
}
},
"api_stats": {
"total_requests": 95,
"successful_requests": 95,
"failed_requests": 0,
"success_rate": 100.0,
"endpoint_usage": {
"GET /api/v1/model": 44,
"POST /api/v1/run_plugin_gen_image": 5,
"POST /api/v1/inpaint": 26,
"GET /api/v1/realtime_status": 20
},
"endpoint_stats": {
"GET /api/v1/model": {
"count": 44,
"avg_time": 0.00349293513731523,
"min_time": 0.0007824897766113281,
"max_time": 0.008572578430175781,
"current_concurrent": 0
},
"POST /api/v1/run_plugin_gen_image": {
"count": 5,
"avg_time": 1.928318691253662,
"min_time": 0.2756519317626953,
"max_time": 8.236981391906738,
"current_concurrent": 0
},
"POST /api/v1/inpaint": {
"count": 26,
"avg_time": 1.5387938297711885,
"min_time": 0.4340169429779053,
"max_time": 7.625817060470581,
"current_concurrent": 2
},
"GET /api/v1/realtime_status": {
"count": 20,
"avg_time": 0.002240335941314697,
"min_time": 0.0006320476531982422,
"max_time": 0.006146907806396484,
"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
}
},
"average_response_time": 0.524723462054604,
"min_response_time": 0.0006320476531982422,
"max_response_time": 8.236981391906738,
"current_concurrent": 2,
"max_concurrent": 7,
"requests_per_second": 1.6502782030794676,
"uptime": 57.5660514831543,
"recent_errors": []
},
"daily_stats": {
"date": "2025-10-02",
"images_processed": {
"inpaint": 26,
"remove_bg": 0,
"gen_image": 5,
"total": 31
},
"network": {
"bytes_uploaded": 39333149,
"bytes_downloaded": 25089494,
"requests_count": 95,
"mb_uploaded": 37.511013984680176,
"mb_downloaded": 23.92720603942871,
"gb_uploaded": 0.036631849594414234,
"gb_downloaded": 0.0233664121478796
},
"api_calls": {
"total": 95,
"success": 95,
"failed": 0
},
"models_used": {},
"peak_concurrent": 6,
"start_time": 1759384315.930352,
"last_update": 1759384373.4347339
},
"timestamp": 1759384373.5121431
}