slashbeast / ryzen_monitor

Monitor power information of Ryzen processors via the PM table of the SMU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ryzen_monitor

Monitor power information of Ryzen processors via the PM table of the SMU.

This tool is based on the ryzen_smu kernel module for reading the PM Table from the SMU. It is a continuation of the demo-tool provided with that project.

ryzen_monitor features support for multiple PM table versions (i.e. multiple bios versions), adds support for Ryzen 5000, and presents more fields to user. It is especially focused around providing a more realistic image of the actual power draw and hence true thermal output of the CPU package.

Supported CPUs

  • Ryzen 5000 series
  • Ryzen 3000 series

Screenshot

ryzen monitor

Building

First install the kernel module from ryzen_smu.

Then pull and make ryzen_monitor:

git clone https://github.com/hattedsquirrel/ryzen_monitor.git
cd ryzen_monitor/
make

sudo ./src/ryzen_monitor

Enjoy!

About the quality of the provided information

Don't rely on the information given by this tool.

To my knowledge there is no official documentation on how to do this. Everything was created by starring at numbers, a lot of guesswork and finding fragments somewhere on the web. It is highly likely that some assignments or calculations will be incorrect.

This program is provided as is. If anything, it is a toy for the curious. Nothing more. Use it at your own risk.

About

Monitor power information of Ryzen processors via the PM table of the SMU

License:GNU Affero General Public License v3.0


Languages

Language:C 99.6%Language:Makefile 0.4%