Created Resource Monitor (markdown)

leafspark 2024-08-15 17:32:08 -07:00
parent 89f5c617a6
commit 8e0704ec29
1 changed files with 15 additions and 0 deletions

15
Resource-Monitor.md Normal file

@ -0,0 +1,15 @@
AutoGGUF has a CPU/RAM/GPU resource monitor available on the top left area:
![image](https://github.com/user-attachments/assets/70b1959a-5256-4f6d-8d4d-a900530aca1e)
This allows you to view the current overall CPU utilization, GPU VRAM usage, and system RAM usage.
The data is updated every 200ms, and GPU data is supported for NVIDIA GPUs only. In the case where AMD GPUs or no GPUs are detected, a warning will be logged.
***
For more detailed GPU stats, you can also check out the GPU usage and VRAM usage graph by double clicking on the VRAM usage bar:
![image](https://github.com/user-attachments/assets/d722d7d2-56d6-48f4-9c6d-161f44f56192)
Currently, it doesn't update live, nor does it have an X/Y axis. The data is collected from program startup to the time when you opened the window.