-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kernel version #2
Comments
$ wget https://raw.githubusercontent.com/djselbeck/rapl-read-ryzen/master/ryzen.c
Seems to work correctly on 1700x under ubuntu 18.04 |
sudo ./ryzen
rdmsr:open: No such file or directory uname -a CPU: Ryzen 7 1700X Pro ls /dev/cpu |
sudo modprobe msr |
Yes, you have to insert module msr to get this working |
Hi, are you sure the following is correct:
Core energy units: a1003 As you can see it runs from core 0 to core 7, with clearly core 0 and core1 having the same energy, and so on. I would have guessed that you should skip all uneven cores instead of just dividing core_count by 2. This is because of the hyperthreading. Did you have a look at uProf from AMD? |
What kernel version do you need? On 4.15 (Ryzen 1700X platform Ubuntu) this doesn't seem to work.
The text was updated successfully, but these errors were encountered: