This commit is contained in:
vast 2025-09-30 13:55:14 +00:00
parent 018314ce3d
commit 06d1a5d8f3
2 changed files with 14 additions and 9 deletions

View File

@ -575,3 +575,8 @@ INFO: 127.0.0.1:50444 - "GET /api/v1/stats HTTP/1.1" 200 OK
INFO: 127.0.0.1:50454 - "GET /api/v1/stats HTTP/1.1" 200 OK
INFO: 127.0.0.1:50466 - "GET /api/v1/health HTTP/1.1" 200 OK
INFO: 127.0.0.1:50480 - "GET /api/v1/stats HTTP/1.1" 200 OK
INFO: 127.0.0.1:50494 - "GET /api/v1/stats HTTP/1.1" 200 OK
INFO: 127.0.0.1:50504 - "GET /api/v1/stats HTTP/1.1" 200 OK
INFO: 127.0.0.1:46048 - "GET /api/v1/stats HTTP/1.1" 200 OK
INFO: 127.0.0.1:46062 - "GET /api/v1/stats HTTP/1.1" 200 OK
INFO: 127.0.0.1:46068 - "GET /api/v1/stats HTTP/1.1" 200 OK

View File

@ -50,15 +50,15 @@
}
},
"api_stats": {
"total_requests": 478,
"successful_requests": 478,
"total_requests": 483,
"successful_requests": 483,
"failed_requests": 0,
"success_rate": 100.0,
"endpoint_usage": {
"GET /api/v1/health": 26,
"GET /docs": 2,
"GET /openapi.json": 2,
"GET /api/v1/stats": 448
"GET /api/v1/stats": 453
},
"endpoint_stats": {
"GET /api/v1/health": {
@ -83,21 +83,21 @@
"current_concurrent": 0
},
"GET /api/v1/stats": {
"count": 448,
"avg_time": 0.0007646012306213378,
"count": 453,
"avg_time": 0.0007633113861083984,
"min_time": 0.0005528926849365234,
"max_time": 0.0024929046630859375,
"current_concurrent": 0
}
},
"average_response_time": 0.0007830309568588703,
"average_response_time": 0.0007826260157993861,
"min_response_time": 0.00044035911560058594,
"max_response_time": 0.018742799758911133,
"current_concurrent": 0,
"max_concurrent": 1,
"requests_per_second": 0.6451633536844628,
"uptime": 740.8976304531097,
"requests_per_second": 0.6457965986862227,
"uptime": 747.9135086536407,
"recent_errors": []
},
"timestamp": 1759240450.3309805
"timestamp": 1759240457.3468797
}