From 8e0704ec2996ce14c64b991a3838ecc487e6b472 Mon Sep 17 00:00:00 2001 From: leafspark <78000825+leafspark@users.noreply.github.com> Date: Thu, 15 Aug 2024 17:32:08 -0700 Subject: [PATCH] Created Resource Monitor (markdown) --- Resource-Monitor.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Resource-Monitor.md diff --git a/Resource-Monitor.md b/Resource-Monitor.md new file mode 100644 index 0000000..0efb4a2 --- /dev/null +++ b/Resource-Monitor.md @@ -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. \ No newline at end of file