The System Load Tracker is a lightweight WPF application that monitors key system performance indicators in real-time. It includes CPU, GPU, VRAM, and RAM usage, as well as temperature readings. Designed for ease of use, it lets users monitor their computer's performance easily.
- CPU Monitoring: Shows CPU usage and temperature, along with average speeds of CPU cores.
- GPU Monitoring: Shows GPU usage, how much VRAM is being used, GPU temperature, and its clock speed.
- RAM Monitoring: Shows how much RAM is being used.
- Real-Time Updates: Refreshes the data every second to give the latest info.
- Settings: Have a look at the screenshot below.
- .NET Runtime 8.0
- Windows 10/11
- Segoe Fluent Icons Font (pre-installed on Windows 11)
- Download the latest version of the app as a ZIP file from the Releases Tab on this repository.
- Unzip the file.
- Run the
SystemLoadTracker.exe
file to open the application.
- Open
Terminal
orPowerShell
. - Execute this command:
winget install Schuischta.SystemLoadTracker
- Go to
C:\Users\YOUR_USER\AppData\Local\Microsoft\WinGet\Packages\Schuischta.SystemLoadTracker_Microsoft.Winget...
- Run the
SystemLoadTracker.exe
file to open the application.
We welcome contributions! If you have suggestions or find issues, please open an issue or submit a pull request.
This project is under the MIT License - see the LICENSE file for details.