mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-04-13 09:39:17 +00:00
17 lines
No EOL
493 B
HTTP
17 lines
No EOL
493 B
HTTP
### Get Thread Information
|
|
GET http://localhost:8880/debug/threads
|
|
Accept: application/json
|
|
|
|
### Get Storage Information
|
|
GET http://localhost:8880/debug/storage
|
|
Accept: application/json
|
|
|
|
### Get System Information
|
|
GET http://localhost:8880/debug/system
|
|
Accept: application/json
|
|
|
|
### Get Session Pool Status
|
|
# Shows active ONNX sessions, CUDA stream usage, and session ages
|
|
# Useful for debugging resource exhaustion issues
|
|
GET http://localhost:8880/debug/session_pools
|
|
Accept: application/json |