Jump to content

madelectron

Members
  • Posts

    15
  • Joined

  • Last visited

Posts posted by madelectron

  1. I'm monitoring the cpu frequency per thread in Netdata.

     

    The returned result from your command is 1.

     

    As you can see with the attached image, every thread that has a burst load it being hard capped at 2.4Ghz, when it should be boosting up to 2.8-3.3Ghz, depending on the overall CPU load.

     

     

    2024-03-20_07-14.png

  2. I have two unraid servers both running epyc 2nd gen cpus, one is running a 7532 and the other one is running a 7282.  This problem exists on both servers.

     

    Testing was done on the server with the 7532 32c/64t 2.4ghz base, 3.3ghz turbo.  While running unraid, with running cpu govenor at on-demand, frequency scaling works but never goes above base clock of 2.4ghz.  If I set it to performance, all cores/threads top out at 2.4ghz and statically stay there.  Never any turbo boost.

     

    Using the same server, only changing boot drive from unraid usb to a HiveOS usb, and try to cpu mine crypto with the server.  Mining on 1 thread, that thread runs at 3.3ghz, at 16 threads it's running at 3.2ghz, at 32 threads it's down to 3ghz on the mining threads, and finally with all 64 threads mining the cpu frequency is at 2.8ghz.

     

    So the server is properly configured to handle boost clocks from the cpu, but for some reason it is not happening in UnRaid.  Is there any update that can enable this for EPYC cpus?  Maybe a newer cpu frequency scaling driver?

  3. 1 hour ago, ich777 said:

    Can you open up a terminal of Unraid itself and type in 'intel_gpu_top' and post a screenshot from the output here?

     

    Also have you IOMMU enabled in your BIOS?

    When I run intel_gpu_top this is the result:

     

    Failed to initialize PMU! (No such file or directory)

     

    and yes I have IOMMU enabled.

    intelpmu.png

  4. 18 hours ago, b3rs3rk said:

    @smidley @madelectron any anyone else wanting to test Intel iGPU support:

    First install the Intel GPU Top plugin from @ich777 -- This is NOT the docker version on Community Apps.  It has to be the plugin version by ich777.  Then uninstall my current plugin and manually install this one - https://raw.githubusercontent.com/b3rs3rk/gpustat-unraid/dev-intel-test/gpustat.plg

     

    Make sure you go to settings and set it for Intel.  If you have a valid iGPU, it should show up on the settings page.  If not, message me the output of the following command run from the UnRAID console:

    
    lspci | grep VGA

    If your iGPU is detected, but you're not getting any data on the dashboard, go to the UnRAID console and type/copy paste the following and send me the result:

    
    cd /usr/local/emhttp/plugins/gpustat
    php ./gpustatus.php

    If you are getting some, but not all the data you'd like to see review the UnRAID console output of:

    
    intel_gpu_top

    If the metric I display on the dashboard is not showing up for you in intel_gpu_top your CPU/iGPU/Chipset doesn't support monitoring that.  Recommend disabling that particular metric in your plugin settings.  If the metric shows up in intel_gpu_top but still doesn't display on the dashboard, send me the output of:

    
    timeout -k .500 .400 intel_gpu_top -J -s 250

    To revert back to my existing plugin, just uninstall the test version manually and reinstall from Community Apps.

     

    Enjoy!

    I will give this a try today or tomorrow. Thank you! 

  5. No worries, I'll be here patiently waiting.  I figured the reported metrics would be less since it's an igpu and not a dGPU, honestly I'd be happy with just seeing the current load on it, especially with the emergence of 4k tone mapping transcoding. 

  6. The new generation of gigabyte z490 boards are using two super IO chips to gather temperature, fan speed, and pwm control.  The in kernel driver is 3 years old, thus only supports the IT8792E Super IO chip, but doesn't have updated support for the IT9699E Super IO chip.  

     

    I'm not that good around linux doing make commands and don't want to mess up my install.  Is there a way to include this updated driver in one of the 6.9 betas?

     

    https://github.com/gamanakis/it87/tree/it8688E

     

    This info is gathered from this github issue discussion:

     

    https://github.com/lm-sensors/lm-sensors/issues/154

     

    Thank you devs!

    • Like 1
×
×
  • Create New...