Skip to content

Commit

Permalink
Release: 2021-01-13 Implement Intel iGPU Support
Browse files Browse the repository at this point in the history
  • Loading branch information
b3rs3rk committed Jan 13, 2021
1 parent 2619852 commit b9627c4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
19 changes: 17 additions & 2 deletions gpustat.plg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "gpustat">
<!ENTITY author "b3rs3rk">
<!ENTITY version "2021.01.08">
<!ENTITY version "2021.01.13">
<!ENTITY launch "Settings/GPUStatSettings">
<!ENTITY gitURL "https://raw.githubusercontent.com/b3rs3rk/&name;-unraid/master">
<!ENTITY pluginURL "&gitURL;/&name;.plg">
Expand Down Expand Up @@ -31,7 +31,7 @@
<FILE Name="/boot/config/plugins/gpustat/gpustat.cfg">
<INLINE>
<![CDATA[
VENDOR=nvidia
VENDOR=""
GPUID=""
TEMPFORMAT=C
DISPCLOCKS="1"
Expand All @@ -43,11 +43,26 @@
DISPPWRSTATE="1"
DISPTHROTTLE="1"
DISPSESSIONS="1"
UIREFRESH="1"
UIREFRESHINT="1000"
DISPMEMUTIL="1"
DISP3DRENDER="1"
DISPBLITTER="1"
DISPVIDEO="1"
DISPVIDENH="1"
DISPINTERRUPT="1"
]]>
</INLINE>
</FILE>

<CHANGES>
###2021-01-13
- [RELEASE] Implement iGPU Support
* Slight Nvidia changes to reduce plugin size with all metrics enabled
* Add PCI/IMC Bus Utilization for NVIDIA/Intel
* Make dashboard refresh interval configurable
* Thanks to @ich777 for all of his help in testing Intel

###2021-01-08
- [RELEASE] Switch to slider bars instead of raw data output
* GPUStat plugin now refreshes data on 6.9
Expand Down
1 change: 1 addition & 0 deletions pkg/gpustat-2021.01.13-x86_64.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
07b80d1c08a7b70fa30516883f2031ad gpustat-2021.01.13-x86_64.txz
Binary file added pkg/gpustat-2021.01.13-x86_64.txz
Binary file not shown.

0 comments on commit b9627c4

Please sign in to comment.