-
Notifications
You must be signed in to change notification settings - Fork 130
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
CoreFreq not displaying any data on AMD Threadripper 3970X system #327
Comments
Hello @connebeest I can see some threads shutting down right after startup. Thus monitoring is frozen but you can still send commands from UI. Do you have setup some |
Hi @cyring, Yes, that is correct, we are using
We added Also want to note that we are using Hope this helps. Thanks! |
IsolationThat's unfortunately the issue #326 I have not solved yet. Workaround is to disable from the UI the unavailable CPUs ; those which are reserved by isolation.
CoreFreq as the Clock Source, CPU Freq and CPU Idle driverThis Wiki page also provides instructions to set this use-case. |
Hi @cyring Thanks for the feedback.
Thanks |
Thanks for your various testings. I'm still processing how the Kernel is handling isolation but I feel like it structurally change the CPU management. So far I have mastered the Hot-Plugging on a basic OS usage. Hot-Plugging is probably impacted by isolation in its source code. Still some to study ... About evaluating your hardware, I'm providing images [ 1 ] [ 2 ] with all prerequisites for CoreFreq. Those automated live CD should help you checking if your Processors are well supported. |
Duplicate of #326 |
Hi @cyring, Apologies for the delayed response, and thanks for the info. We got it working in the end, it has to do with
Perhaps this also helps for #326. One thing we noticed though, is that if you run |
Oh thank you for the cgroup tips. About |
CoreFreq CLI is not displaying any data, even though kernel module is loaded and daemon running.
sudo ./corefreqd -d
`CoreFreq Daemon 1.89.4 Copyright (C) 2015-2022 CYRIL INGENIERIE
Processor [AMD Ryzen Threadripper 3970X 32-Core Processor]
Architecture [Zen2/Castle Peak] 64/64 CPU Online.
SleepInterval(1000), SysGate(2000), 2326 tasks
`
./corefreq-cli -k
Please advise on what could be wrong and how to fix it.
Thanks.
The text was updated successfully, but these errors were encountered: