상태 JSON 파일의 요청 통계 및 가동 시간을 업데이트하고, 로그 파일에 추가적인 상태 저장 완료 메시지를 기록하였습니다.

This commit is contained in:
AGX 2025-08-29 00:02:25 +09:00
parent d580c4f604
commit e3c285ac39
2 changed files with 4 additions and 3 deletions

View File

@ -583,3 +583,4 @@ INFO: 127.0.0.1:40560 - "GET /openapi.json HTTP/1.1" 200 OK
2025-08-29 00:02:13,705 - main - INFO - 상태 저장 완료 #548: 00:02:13
2025-08-29 00:02:14,709 - main - INFO - 상태 저장 완료 #549: 00:02:14
2025-08-29 00:02:15,714 - main - INFO - 상태 저장 완료 #550: 00:02:15
2025-08-29 00:02:16,717 - main - INFO - 상태 저장 완료 #551: 00:02:16

View File

@ -90,9 +90,9 @@
"max_response_time": 0.05354046821594238,
"current_concurrent": 0,
"max_concurrent": 1,
"requests_per_second": 0.011210082959544178,
"uptime": 624.4378409385681,
"requests_per_second": 0.01119208697710718,
"uptime": 625.441887140274,
"recent_errors": []
},
"timestamp": 1756393335.7119331
"timestamp": 1756393336.7159047
}