Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

b3rs3rk

Members
  • Joined

  • Last visited

Everything posted by b3rs3rk

  1. I don't think there is a minimum version other than having an Unraid-Nvidia build running. All of the functions I used in PHP are at least 5.x plus and UnRAID is currently 7.x. That being said, my guess is you're reaching a program error due to the dual video cards in your system if nothing is displaying at all. I will need two things from you to fix this: 1) the output of nvidia-smi -q -x 2) the output of: cd /usr/local/emhttp/plugins/gpustat php ./gpustatus.php It should echo out a JSON string or an error depending upon what's happening. Again, as my first post stated I did not have the ability to test more than one GPU being installed. You can help me blaze the trail with this info!
  2. https://stackoverflow.com/questions/47679472/nvidia-smi-nvml-power-usage-not-supported It would seem there are other instances of 1050s not reporting power draw. Also some instances out there where users report certain driver versions broke some of this reporting for some cards. We’d probably need someone else with a 1050 to confirm it. Either way, if that data doesn’t get reported my code does not have access to any other method at this time. We might be able to try a test with the NVML library but I will have to check if they have it for PHP. Sent from my iPhone using Tapatalk
  3. I can only speak from my limited dataset of two machines, but it should always show a wattage with the default being 0W. Can you attach the result of "nvidia-smi -q -x" from your UnRAID console? Feel free to remove the device serial number/GPU GUID before attaching it. Attaching a snippet of what your dashboard plugin is displaying may also be helpful.
  4. This thread will serve as the support thread for the GPU statistics plugin (gpustat). UPDATE: 2022-11-29 Fix issue with parent PID causing plugin to fail Prerequisite: 6.7.1+ Unraid-Nvidia plugin with NVIDIA kernel drivers installed. 6.9.0 Beta35 and up no longer require a kernel build, but now require the Nvidia plugin by @ich777. Intel support requires the plugin install for Intel GPU TOP from @ich777. Both plugins can be found in Community Apps. Plugin is now live on CA but if you want to manually install see the below -- To review the source before installing (**You should always do this**): https://github.com/b3rs3rk/gpustat-unraid Manual Plugin Installation URL: https://raw.githubusercontent.com/b3rs3rk/gpustat-unraid/master/gpustat.plg Enjoy! ====================================================================== Information to Include when asking for Support: 1a) the result of 'nvidia-smi -q -x -i 0' from the UnRAID console (via SSH or the webterminal is fine) for NVIDIA support AND/OR 1b) the result of 'timeout -k .500 .400 intel_gpu_top -J -s 250' for Intel support AND/OR 1c) the result of 'radeontop -d - -l 1' 2) the result of 'cd /usr/local/emhttp/plugins/gpustat/ && php ./gpustatus.php' 3) a screenshot of the dashboard plugin (if issue is only seen during transcoding, then a snippet during transcode is best) 4) the contents of '/boot/config/plugins/gpustat/gpustat.cfg'

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.