Rainmeter

HWiNFOSharedMemoryViewer.zip

[Rainmeter]
Update=1000
AccurateText=1

[Metadata]
Name=Systemovervåking
Author=Thomas Eidsberget
Information=Systemovervåking med HWiNFO og Aquasuite
Version=1.0

[TextStyle]
FontFace="Roboto"
AntiAlias=1
FontWeight=600

[Variables]
Border=4
Width=500
HeightBarInfo=22
FontSizeInfo=10
FontMargin=3
InfoBarBG=100,200,255,50
InfoBarColour=255,255,255,255
HeightCommon=80
HeightGraph1=#HeightCommon#
HeightGraph2=#HeightCommon#
Height=(#HeightGraph1# + #HeightGraph2# + (#HeightBarInfo# * 2))
BG0Color=0,0,0,100 ; farge border
BG1Color=0,0,0,100 ; graf bg
BG2Color=22,22,22,255 ; linje bg

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; MÅLINGER GRAF 2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

; Måling: temperatur luft ved PSU i c
[MeasureTempByPSU]
Measure=Plugin
Plugin=HWiNFO
HWiNFOSensorId=0xf00aa800
HWiNFOSensorInstance=0x0
HWiNFOEntryId=0x1000002
HWiNFOType=CurrentValue

; Måling: temperatur luft ved IO panel i c
[MeasureTempByIO]
Measure=Plugin
Plugin=HWiNFO
HWiNFOSensorId=0xf00aa800
HWiNFOSensorInstance=0x0
HWiNFOEntryId=0x1000003
HWiNFOType=CurrentValue

; Måling: temperatur luft kabinett i c
[MeasureTempAir]
Measure=Calc
Formula=(MeasureTempByPSU + MeasureTempByIO) / 2

; Måling: temperatur cpu i c
[MeasureTempCPU]
Measure=Plugin
Plugin=HWiNFO
HWiNFOSensorId=0xf0000501
HWiNFOSensorInstance=0x0
HWiNFOEntryId=0x1000003
HWiNFOType=CurrentValue
MinValue=0
MaxValue=100

; Måling: temperatur gpu i c
[MeasureTempGPU]
Measure=Plugin
Plugin=HWiNFO
HWiNFOSensorId=0xe0002000
HWiNFOSensorInstance=0x0
HWiNFOEntryId=0x1000000
HWiNFOType=CurrentValue

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; MÅLINGER GRAF 3
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

; Måling: bruk cpu
[MeasureCPU]
Measure=Plugin
Plugin=HWiNFO
HWiNFOSensorId=0xf0000300
HWiNFOSensorInstance=0x0
HWiNFOEntryId=0x7000019
HWiNFOType=CurrentValue
MinValue=0
MaxValue=100

; Måling: bruk gpu
[MeasureGPU]
Measure=Plugin
Plugin=HWiNFO
HWiNFOSensorId=0xe0002000
HWiNFOSensorInstance=0x0
HWiNFOEntryId=0x7000000
HWiNFOType=CurrentValue

; Måling: bruk ram
[MeasureRAM]
Measure=Plugin
Plugin=HWiNFO
HWiNFOSensorId=0xf0000301
HWiNFOSensorInstance=0x0
HWiNFOEntryId=0x8000005
HWiNFOType=CurrentValue

; Måling: mzh
[MeasureMzh]
Measure=Plugin
Plugin=HWiNFO
HWiNFOSensorId=0xf0000300
HWiNFOSensorInstance=0x0
HWiNFOEntryId=0x6000000
HWiNFOType=CurrentValue

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; BAKGRUNNER
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

; Hoved / border
[Background0]
Meter=IMAGE
H=(#Height# + (#Border# * 2))
W=(#Width# + (#Border# * 2))
SolidColor=#BG0Color#

; Hovedbakgrunn aka graf bg
[Background]
Meter=IMAGE
X=#Border#
Y=#Border#
H=#Height#
W=#Width#
SolidColor=#BG1Color#

; Linjer
[BackgroundG11]
Meter=IMAGE
X=#Border#
Y=(#Border# + #HeightBarInfo#) + (#HeightCommon# * 25 /100)
H=1
W=#Width#
SolidColor=#BG2Color#
[BackgroundG12]
Meter=IMAGE
X=#Border#
Y=(#Border# + #HeightBarInfo#) + (#HeightCommon# * 50 /100)
H=1
W=#Width#
SolidColor=#BG2Color#
[BackgroundG13]
Meter=IMAGE
X=#Border#
Y=(#Border# + #HeightBarInfo#) + (#HeightCommon# * 75 /100)
H=1
W=#Width#
SolidColor=#BG2Color#
[BackgroundG21]
Meter=IMAGE
X=#Border#
Y=(#Border# + #HeightGraph1# + (#HeightBarInfo# * 2)) + (#HeightCommon# * 25 /100)
H=1
W=#Width#
SolidColor=#BG2Color#
[BackgroundG22]
Meter=IMAGE
X=#Border#
Y=(#Border# + #HeightGraph1# + (#HeightBarInfo# * 2)) + (#HeightCommon# * 50 /100)
H=1
W=#Width#
SolidColor=#BG2Color#
[BackgroundG23]
Meter=IMAGE
X=#Border#
Y=(#Border# + #HeightGraph1# + (#HeightBarInfo# * 2)) + (#HeightCommon# * 75 /100)
H=1
W=#Width#
SolidColor=#BG2Color#

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; GRAFER
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

; Graf 1, temperaturer vann og luft, cpu og gpu
[Graph1]
Meter=Line
MeasureName=MeasureTempAir
MeasureName2=MeasureTempCPU
MeasureName3=MeasureTempGPU
X=#Border#
Y=(#Border# + #HeightBarInfo#)
H=#HeightGraph1#
W=#Width#
LineCount=3
LineColor=0,255,255,255
LineColor2=255,255,255,255
LineColor3=255,255,0,255
LineWidth=1
AntiAlias=0

; Graf 2, cpu, ram og gpu bruk
[Graph2]
Meter=Line
MeasureName=MeasureCPU
MeasureName2=MeasureGPU
MeasureName3=MeasureRAM
X=#Border#
Y=(#Border# + #HeightGraph1# + (#HeightBarInfo# * 2))
H=#HeightGraph2#
W=#Width#
LineCount=3
LineColor=245,177,5,150
LineColor2=230,37,16,150
LineColor3=55,72,204,150
LineWidth=1
AntiAlias=1

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; BAKGRUNNER (INFOBARER)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

; Bakgrunn Infobar 1
[Infobar1]
Meter=IMAGE
X=#Border#
Y=#Border#
H=#HeightBarInfo#
W=#Width#
SolidColor=#InfoBarBG#

; Bakgrunn Infobar 2
[Infobar2]
Meter=IMAGE
X=#Border#
Y=(#Border# + #HeightGraph1# + #HeightBarInfo#) + 1
H=#HeightBarInfo#
W=#Width#
SolidColor=#InfoBarBG#

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; TEKST INFOBARER
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

[TextInfoBar1]
Meter=STRING
MeasureName=MeasureTempAir
MeasureName2=MeasureTempCPU
MeasureName3=MeasureTempGPU
X=(#Border# + #FontMargin#)
Y=(#Border# + #FontMargin#)
FontSize=#FontSizeInfo#
FontColor=#InfoBarColour#
MeterStyle=TextStyle
StringStyle=NORMAL
StringAlign=Left
Text=" CPU: %2C   GPU: %3C   KABINETT: %1C"

[TextInfoBar2]
Meter=STRING
MeasureName=MeasureCPU
MeasureName2=MeasureGPU
MeasureName3=MeasureRAM
X=(#Border# + #FontMargin#)
Y=(#Border# + #FontMargin# + #HeightBarInfo# + #HeightGraph1#)
FontSize=#FontSizeInfo#
FontColor=#InfoBarColour#
MeterStyle=TextStyle
StringStyle=NORMAL
StringAlign=Left
Text=" CPU: %1%   GPU: %2%   RAM: %3%"

[TextInfoBar22]
Meter=STRING
MeasureName=MeasureMzh
X=(#Width# - 10)
Y=(#Border# + #FontMargin# + #HeightBarInfo# + #HeightGraph1#)
FontSize=#FontSizeInfo#
FontColor=#InfoBarColour#
MeterStyle=TextStyle
StringStyle=NORMAL
StringAlign=Right
Text="%1 MHz "