Open
Description
I would love to have a full statistics page in the WebUI showing the current activity of the server (by seconds):
- number of call for each endpoint
- number of failed request
- number token IN/OUT
- CPU load
- RAM usage
- GPU load
- VRAM usage
- ...
Also, these data can be represented in charts by days like the OpenAI usage page:
https://platform.openai.com/usage/activity
These data could also be available to a new /stats API endpoint.
Activity