I recently had some free time, so I made a hardware testing software.
The current concept has been largely realized: viewing CPU load, temperature, power consumption, and frequency, memory usage and temperature, and GPU load, temperature, and power consumption on a single, compact page. The design language is close to Windows 11, and all components are open source.
The technology stack is Avalonia and .NET 8, the data acquisition backend uses LibreHardwareMonitor, and ring0 is supported by PawnIO.

A simple leaderboard function was also implemented, and the leaderboard server used a simple yet secure method. Since PDO directly connects to MariaDB and employs common optimization techniques such as pagination, the design capacity is around 100,000 data entries.
View leaderboards on the web:https://remoooo.com/remo-benchmark/

The software update reads the Release page from GitHub.
The project is completely open source:
Leave a Reply