mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[GH-ISSUE #7134] Display CPU/GPU/RAM Usage/Temp #14622
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @satabios on GitHub (Nov 21, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7134
Running models locally can be efficient, but it would be even more useful if we could monitor and display real-time GPU/CPU/RAM usage and temperature metrics directly within the UI.
Currently, I work around this limitation by splitting my screen between btop and either nvidia-smi or nvtop.
Fortunately, the latest version of btop now includes GPU resource monitoring, which aligns with our needs. Integrating similar functionality into the UI would be a valuable feature for developers like me.