상태 JSON 파일의 요청 통계 및 가동 시간을 업데이트하였으며, 타임스탬프를 최신으로 수정하였습니다.

This commit is contained in:
AGX 2025-08-29 21:37:40 +09:00
parent 83b24d4e05
commit 6aafc4892d
4 changed files with 19 additions and 13 deletions

View File

@ -3308,3 +3308,4 @@ TypeError: log() got multiple values for argument 'level'
2025-08-29 21:36:56,862 - app.models.simple_lama - INFO - 실제 SimpleLama 모델로 인페인팅 수행
2025-08-29 21:37:03,465 - app.models.simple_lama - INFO - 실제 SimpleLama 모델로 인페인팅 수행
2025-08-29 21:37:09,535 - app.models.simple_lama - INFO - 실제 SimpleLama 모델로 인페인팅 수행
2025-08-29 21:37:36,545 - app.models.simple_lama - INFO - 실제 SimpleLama 모델로 인페인팅 수행

View File

@ -146,3 +146,6 @@ INFO: 192.168.0.119:55553 - "POST /api/v1/inpaint HTTP/1.1" 200 OK
INFO: 192.168.0.119:55575 - "GET /api/v1/model HTTP/1.1" 200 OK
2025-08-29 21:37:09,535 - app.models.simple_lama - INFO - 실제 SimpleLama 모델로 인페인팅 수행
INFO: 192.168.0.119:55576 - "POST /api/v1/inpaint HTTP/1.1" 200 OK
INFO: 192.168.0.119:55653 - "GET /api/v1/model HTTP/1.1" 200 OK
2025-08-29 21:37:36,545 - app.models.simple_lama - INFO - 실제 SimpleLama 모델로 인페인팅 수행
INFO: 192.168.0.119:55654 - "POST /api/v1/inpaint HTTP/1.1" 200 OK

View File

@ -109,3 +109,5 @@ INFO: 127.0.0.1:42344 - "GET /api/logs?lines=50 HTTP/1.1" 200 OK
INFO: 192.168.0.119:54722 - "GET /api/model-usage-stats HTTP/1.1" 200 OK
브로드캐스트 오류: list.remove(x): x not in list
INFO: ('192.168.0.119', 55354) - "WebSocket /ws" [accepted]
INFO: 192.168.0.119:54643 - "GET /api/system-alerts HTTP/1.1" 200 OK
INFO: 127.0.0.1:48218 - "GET /api/performance-stats HTTP/1.1" 200 OK

View File

@ -58,15 +58,15 @@
}
},
"api_stats": {
"total_requests": 31,
"successful_requests": 29,
"total_requests": 33,
"successful_requests": 31,
"failed_requests": 2,
"success_rate": 93.54838709677419,
"success_rate": 93.93939393939394,
"endpoint_usage": {
"GET /api/v1/health": 2,
"GET /health": 1,
"GET /api/v1/model": 14,
"POST /api/v1/inpaint": 14
"GET /api/v1/model": 15,
"POST /api/v1/inpaint": 15
},
"endpoint_stats": {
"GET /api/v1/health": {
@ -84,28 +84,28 @@
"current_concurrent": 0
},
"GET /api/v1/model": {
"count": 14,
"avg_time": 0.004632132393973214,
"count": 15,
"avg_time": 0.004577922821044922,
"min_time": 0.0023491382598876953,
"max_time": 0.007782697677612305,
"current_concurrent": 0
},
"POST /api/v1/inpaint": {
"count": 14,
"avg_time": 3.2447635446275984,
"count": 15,
"avg_time": 3.1524601936340333,
"min_time": 1.2617759704589844,
"max_time": 14.294722318649292,
"current_concurrent": 0
}
},
"average_response_time": 1.4678021707842428,
"average_response_time": 1.4353302897829,
"min_response_time": 0.000980377197265625,
"max_response_time": 14.294722318649292,
"current_concurrent": 0,
"max_concurrent": 1,
"requests_per_second": 0.09576884328690756,
"uptime": 323.69608879089355,
"requests_per_second": 0.09882737898988586,
"uptime": 333.9155640602112,
"recent_errors": []
},
"timestamp": 1756471050.1084073
"timestamp": 1756471060.3279347
}