It is currently April 18th, 2024, 7:36 pm

ForceX System Monitor v3.0.6(Feb-20-2013)

A package of skins with a "theme" or by a single author
NZ-Simplicity
Posts: 1
Joined: November 22nd, 2011, 6:03 am

Re: ForceX System Monitor v2.2.0(Mar-20-2011)

Post by NZ-Simplicity »

I have a real silly question if I may...

I know you can reset the network traffic by clicking on the DL UL figures, BUT what if I wish to change the figures to match what I have actually done???
I am presuming that the figures are kept somewhere, but wouldn't have a clue where to look for them...
IcemanSR
Posts: 16
Joined: December 15th, 2011, 3:44 am

Re: ForceX System Monitor v2.2.0(Mar-20-2011)

Post by IcemanSR »

Possible request for:
Top Processes by Memory
sbarrick
Posts: 1
Joined: February 1st, 2012, 8:20 pm

Re: ForceX System Monitor v2.2.0(Mar-20-2011)

Post by sbarrick »

I don't seem to be able to get the network section to work correctly. I get the IP addresses but no Network Traffic UP or DL
You do not have the required permissions to view the files attached to this post.
Taboo
Posts: 1
Joined: March 14th, 2012, 7:27 pm

Re: ForceX System Monitor v2.2.0(Mar-20-2011)

Post by Taboo »

Hi, I'm new to rainmeter. But I'm sick of the default gadgets, they're ugly.. This skin really appealed to me, however like the other ones I try to download and move to the Documents->Rainmeter->Skins->illustro->system file, the skin is always torn up. For example, on yours when I loaded the skin and refreshed, it came out a white rectangular box. Any help would be appreciated. Thanks :D
ramsalemix
Posts: 6
Joined: March 14th, 2012, 11:21 pm

Re: ForceX System Monitor v2.2.0(Mar-20-2011)

Post by ramsalemix »

Possible requests for ForceX System Monitor
Hard disk drives utilization in percentage
Hard disk drives temperatures
Motherboard temperature
All cores temperature(the CPU temperature is actually only the last core temperature)
GPU utilization in percentage
Clock Speed in real time(Turbo Boost)
Gnometer style/Transparent style

Is there a way that the ForceX System Monitor will be a little shorter?
^I ask that because my 2nd screen is 1024x768(native resolution) and when i choose more than 2 cores its getting a little longer than 768pixels

The CPU temperature(actually last core) always 37c~38c(never goes above that) but speedfan show the right temperature =\
Nilsb7
Posts: 18
Joined: October 10th, 2010, 5:07 pm

Re: ForceX System Monitor v2.2.0(Mar-20-2011)

Post by Nilsb7 »

ramsalemix wrote:Possible requests for ForceX System Monitor
Hard disk drives utilization in percentage
Hard disk drives temperatures
Motherboard temperature
All cores temperature(the CPU temperature is actually only the last core temperature)
GPU utilization in percentage
Clock Speed in real time(Turbo Boost)
Gnometer style/Transparent style
I've done some of these myself. see screenshot.
ramsalemix wrote:Is there a way that the ForceX System Monitor will be a little shorter?
^I ask that because my 2nd screen is 1024x768(native resolution) and when i choose more than 2 cores its getting a little longer than 768pixels
You could try and to make it shorter yourself, by like selecting less harddrives. Or as i did remove the SWAP part.
ramsalemix wrote:The CPU temperature(actually last core) always 37c~38c(never goes above that) but speedfan show the right temperature =\
That's and individual problem you'll probably just have to try that yourself. Trail and error, trail and error.

Here's a screenshot of my modified version. You could all do this yourselves to, it's really not that hard.
- removed SWAP
- added single core temps, + graphs
- probably some other stuff

Image

If anyone wants the .ini configuration file
http://pastebin.com/5wa63SRM

EDIT:
FXSM_V2_settings.inc file
http://pastebin.com/DnyfrNct

with these two text files you should be able to recreate exactly the same, if you edit the speedfan and HDD names/variables.
ramsalemix
Posts: 6
Joined: March 14th, 2012, 11:21 pm

Re: ForceX System Monitor v2.2.0(Mar-20-2011)

Post by ramsalemix »

Nilsb7 wrote: I've done some of these myself. see screenshot.
You could try and to make it shorter yourself, by like selecting less harddrives. Or as i did remove the SWAP part.
That's and individual problem you'll probably just have to try that yourself. Trail and error, trail and error.

Here's a screenshot of my modified version. You could all do this yourselves to, it's really not that hard.
- removed SWAP
- added single core temps, + graphs
- probably some other stuff

Image

If anyone wants the .ini configuration file
http://pastebin.com/5wa63SRM

EDIT:
FXSM_V2_settings.inc file
http://pastebin.com/DnyfrNct

with these two text files you should be able to recreate exactly the same, if you edit the speedfan and HDD names/variables.
Thanks Nilsb7
now it's exactly 768 pixels :P
i found out the correct settings and now i get the temperatures from speedfan.
Nilsb7
Posts: 18
Joined: October 10th, 2010, 5:07 pm

Re: ForceX System Monitor v2.2.0(Mar-20-2011)

Post by Nilsb7 »

ramsalemix wrote:Thanks Nilsb7
now it's exactly 768 pixels :P
i found out the correct settings and now i get the temperatures from speedfan.
Good job :)

by the way, I asked the exact same question as you a few pages back, on how to show the drive usage in percentage
maminscris wrote:under the meter that shows HDD usage add
Percentual=1
NumOfDecimals=0
I don't use it anymore though, can't really remember why.
ramsalemix
Posts: 6
Joined: March 14th, 2012, 11:21 pm

Re: ForceX System Monitor v2.2.0(Mar-20-2011)

Post by ramsalemix »

Nilsb7 wrote: Good job :)

by the way, I asked the exact same question as you a few pages back, on how to show the drive usage in percentage
I don't use it anymore though, can't really remember why.
Thanks again Nilsb7
I'm Sorry that i answer just now but i just don't know exactly where i should copy paste it =\
i tried few times in different places but no success :(
so i don't know where exactly i should copy paste the
Percentual=1
NumOfDecimals=0

Code: Select all

;============================================================================
;HDD Information & Ussage 
;============================================================================

;===========================================
;Drive 1 Display
;===========================================

[Mse_Drive1Access]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject=LogicalDisk
PerfMonCounter="Disk Bytes/sec"
PerfMonInstance="#drive1#"

[Mse_Drive1Free]
Measure=FreeDiskSpace
Drive=#Drive1#
UpdateDivider=2

[Mse_Drive1Name]
Measure=FreeDiskSpace
Drive=#Drive1#
UpdateDivider=2
Label=1
UpdateDivider=3600

[Mse_Drive1Used]
Measure=FreeDiskSpace
Drive=#Drive1#
InvertMeasure=1
UpdateDivider=2

[Mse_Drive1Size]
Measure=FreeDiskSpace
Drive=#Drive1#
Total=1
UpdateDivider=3600

;-----------------------------------------------------------
;Drive 1 Information Text
;-----------------------------------------------------------

------------------------------------ HDD Vertical Text

[HDD_Vertival_Text]
Meter=String
Text="HDD Monitor"
X=6
Y=66r
Angle=-1.5707
FontColor=#font1#
FontSize=8
AntiAlias=#AA#

------------------------------------ HDD 1 Information

[Rl_Drive1UsedString]
Meter=STRING
MeasureName=Mse_Drive1Used
X=81r
Y=-61r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Used: "

[Rl_Drive1Free]
Meter=STRING
MeasureName=Mse_Drive1Free
X=180r
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Free: "

------------------------------------ HDD 1 Bar

[Drive1%]
Meter=STRING
X=35
Y=13r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Drive #drive1#"
UpdateDivider=3600

LeftMouseDownAction=#Drive1#

[Drive1Back]
Meter=IMAGE
X=81
Y=4r
W=185
H=6
SolidColor=#color2#

[Drive_1_Norm_Caution]
Measure=Calc
Formula=((Mse_Drive1Used/Mse_Drive1Size)*100)
UpdateDivider=2
IfBelowValue=75
IfBelowAction=!Execute [!RainmeterShowMeter Rl_Drive1Used_Green][!RainmeterHideMeter Rl_Drive1Used_Orange][!RainmeterHideMeter Rl_Drive1Used_Red]
IfAboveValue=74
IfAboveAction=!Execute [!RainmeterHideMeter Rl_Drive1Used_Green][!RainmeterShowMeter Rl_Drive1Used_Orange][!RainmeterHideMeter Rl_Drive1Used_Red]

[Drive_1_Low]
Measure=Calc
Formula=((Mse_Drive1Used/Mse_Drive1Size)*100)
UpdateDivider=2
IfAboveValue=89
IfAboveAction=!Execute [!RainmeterHideMeter Rl_Drive1Used_Green][!RainmeterHideMeter Rl_Drive1Used_Orange][!RainmeterShowMeter Rl_Drive1Used_Red]


[Rl_Drive1Used_Green]
Meter=Bar
MeasureName=Mse_Drive1Used
X=0r
Y=0r
W=150
H=6
BarColor=#color6#
BarOrientation=HORIZONTAL
hidden=1

[Rl_Drive1Used_Orange]
Meter=Bar
MeasureName=Mse_Drive1Used
X=0r
Y=0r
W=150
H=6
BarColor=#color6#
BarOrientation=HORIZONTAL
hidden=1

[Rl_Drive1Used_Red]
Meter=Bar
MeasureName=Mse_Drive1Used
X=0r
Y=0r
W=150
H=6
BarColor=#color11#
BarOrientation=HORIZONTAL
hidden=1

------------------------------------ HDD 1 Bar End

[Drive_Name_1]
MeasureNAme=Mse_Drive1Name
Meter=STRING
X=35
Y=10r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text=
UpdateDivider=3600

LeftMouseDownAction=#Drive1#


[Rl_Drive1Total]
Meter=STRING
MeasureName=Mse_Drive1Size
X=268
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Total: "
UpdateDivider=3600

------------------------------------ HDD 1 Access Graph

[Rl_Drive1Access_txt]
Meter=STRING
MeasureName=Mse_Drive1Access
X=35
Y=18r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1

[Rl_Drive1Access1]
Meter=Line
MeasureName=Mse_Drive1Access
X=70
Y=0r
H=16
W=200
LineCount=1
LineColor=#color4#
AutoScale=0
AntiAlias=#AA#

[Rl_Drive1Access2]
Meter=Line
MeasureName=Mse_Drive1Access
X=0r
Y=0r
H=16
W=200
LineCount=1
LineColor=#color5#
AutoScale=0
AntiAlias=#AA#

[Spacer_8]
Meter=IMAGE
SolidColor=#color9#
X=25
Y=18r
H=1
W=250

;===========================================
;Drive 2 Display
;===========================================

[Mse_Drive2Access]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject=LogicalDisk
PerfMonCounter="Disk Bytes/sec"
PerfMonInstance="#Drive2#"

[Mse_Drive2Free]
Measure=FreeDiskSpace
Drive=#Drive2#
UpdateDivider=2

[Mse_Drive2Name]
Measure=FreeDiskSpace
Drive=#drive2#
UpdateDivider=2
Label=1
UpdateDivider=3600

[Mse_Drive2Used]
Measure=FreeDiskSpace
Drive=#Drive2#
InvertMeasure=1
UpdateDivider=2

[Mse_Drive2Size]
Measure=FreeDiskSpace
Drive=#Drive2#
Total=1
UpdateDivider=3600

;-----------------------------------------------------------
;Drive 2 Information Text
;-----------------------------------------------------------

------------------------------------ HDD 2 Information

[Rl_Drive2UsedString]
Meter=STRING
MeasureName=Mse_Drive2Used
X=87
Y=5r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Used: "

[Rl_Drive2Free]
Meter=STRING
MeasureName=Mse_Drive2Free
X=180r
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Free: "

------------------------------------ HDD 2 Bar

[Drive2%]
Meter=STRING
X=35
Y=13r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Drive #Drive2#"
UpdateDivider=3600

LeftMouseDownAction=#Drive2#

[Drive2Back]
Meter=IMAGE
X=81
Y=4r
W=185
H=6
SolidColor=#color2#

[Drive_2_Norm_Caution]
Measure=Calc
Formula=((Mse_Drive2Used/Mse_Drive2Size)*100)
UpdateDivider=2
IfBelowValue=75
IfBelowAction=!Execute [!RainmeterShowMeter Rl_drive2Used_Green][!RainmeterHideMeter Rl_drive2Used_Orange][!RainmeterHideMeter Rl_drive2Used_Red]
IfAboveValue=74
IfAboveAction=!Execute [!RainmeterHideMeter Rl_drive2Used_Green][!RainmeterShowMeter Rl_drive2Used_Orange][!RainmeterHideMeter Rl_drive2Used_Red]

[Drive_2_Low]
Measure=Calc
Formula=((Mse_Drive2Used/Mse_Drive2Size)*100)
UpdateDivider=2
IfAboveValue=89
IfAboveAction=!Execute [!RainmeterHideMeter Rl_drive2Used_Green][!RainmeterHideMeter Rl_drive2Used_Orange][!RainmeterShowMeter Rl_drive2Used_Red]

[Rl_Drive2Used_Green]
Meter=Bar
MeasureName=Mse_Drive2Used
X=0r
Y=0r
W=150
H=6
BarColor=#color6#
BarOrientation=HORIZONTAL
hidden=1

[Rl_Drive2Used_Orange]
Meter=Bar
MeasureName=Mse_Drive2Used
X=0r
Y=0r
W=150
H=6
BarColor=#color13#
BarOrientation=HORIZONTAL
hidden=1

[Rl_Drive2Used_Red]
Meter=Bar
MeasureName=Mse_Drive2Used
X=0r
Y=0r
W=150
H=6
BarColor=#color11#
BarOrientation=HORIZONTAL
hidden=1

------------------------------------ HDD 2 Bar End

[Drive_Name_2]
MeasureNAme=Mse_Drive2Name
Meter=STRING
X=35
Y=10r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text=
UpdateDivider=3600

LeftMouseDownAction=#Drive2#

[Rl_Drive2Total]
Meter=STRING
MeasureName=Mse_Drive2Size
X=268
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Total: "
UpdateDivider=3600

------------------------------------ HDD 2 Access Graph

[Rl_Drive2Access_txt]
Meter=STRING
MeasureName=Mse_Drive2Access
X=35
Y=18r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1

[Rl_Drive2Access1]
Meter=Line
MeasureName=Mse_Drive2Access
X=70
Y=0r
H=16
W=200
LineCount=1
LineColor=#color4#
AutoScale=0
AntiAlias=#AA#

[Rl_Drive2Access2]
Meter=Line
MeasureName=Mse_Drive2Access
X=0r
Y=0r
H=16
W=200
LineCount=1
LineColor=#color5#
AutoScale=0
AntiAlias=#AA#

[Spacer_9]
Meter=IMAGE
SolidColor=#color9#
X=25
Y=18r
H=1
W=250

;===========================================
;Drive 3 Display
;===========================================

[Mse_Drive3Access]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject=LogicalDisk
PerfMonCounter="Disk Bytes/sec"
PerfMonInstance="#Drive3#"

[Mse_Drive3Free]
Measure=FreeDiskSpace
Drive=#Drive3#
UpdateDivider=2

[Mse_Drive3Name]
Measure=FreeDiskSpace
Drive=#drive3#
UpdateDivider=2
Label=1
UpdateDivider=3600

[Mse_Drive3Used]
Measure=FreeDiskSpace
Drive=#Drive3#
InvertMeasure=1
UpdateDivider=2

[Mse_Drive3Size]
Measure=FreeDiskSpace
Drive=#Drive3#
Total=1
UpdateDivider=3600

;-----------------------------------------------------------
;Drive 3 Information Text
;-----------------------------------------------------------

------------------------------------ HDD 3 Information

[Rl_Drive3UsedString]
Meter=STRING
MeasureName=Mse_Drive3Used
X=87
Y=5r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Used: "

[Rl_Drive3Free]
Meter=STRING
MeasureName=Mse_Drive3Free
X=180r
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Free: "

------------------------------------ HDD 3 Bar

[Drive3%]
Meter=STRING
X=35
Y=13r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Drive #Drive3#"
UpdateDivider=3600

LeftMouseDownAction=#Drive3#

[Drive3Back]
Meter=IMAGE
X=81
Y=4r
W=185
H=6
SolidColor=#color2#

[Drive_3_Norm_Caution]
Measure=Calc
Formula=((Mse_Drive3Used/Mse_Drive3Size)*100)
UpdateDivider=2
IfBelowValue=75
IfBelowAction=!Execute [!RainmeterShowMeter Rl_drive3Used_Green][!RainmeterHideMeter Rl_drive3Used_Orange][!RainmeterHideMeter Rl_drive3Used_Red]
IfAboveValue=74
IfAboveAction=!Execute [!RainmeterHideMeter Rl_drive3Used_Green][!RainmeterShowMeter Rl_drive3Used_Orange][!RainmeterHideMeter Rl_drive3Used_Red]

[Drive_3_Low]
Measure=Calc
Formula=((Mse_Drive3Used/Mse_Drive3Size)*100)
UpdateDivider=2
IfAboveValue=89
IfAboveAction=!Execute [!RainmeterHideMeter Rl_drive3Used_Green][!RainmeterHideMeter Rl_drive3Used_Orange][!RainmeterShowMeter Rl_drive3Used_Red]


[Rl_Drive3Used_Green]
Meter=Bar
MeasureName=Mse_Drive3Used
X=0r
Y=0r
W=150
H=6
BarColor=#color6#
BarOrientation=HORIZONTAL
hidden=1

[Rl_Drive3Used_Orange]
Meter=Bar
MeasureName=Mse_Drive3Used
X=0r
Y=0r
W=150
H=6
BarColor=#color13#
BarOrientation=HORIZONTAL
hidden=1

[Rl_Drive3Used_Red]
Meter=Bar
MeasureName=Mse_Drive3Used
X=0r
Y=0r
W=150
H=6
BarColor=#color11#
BarOrientation=HORIZONTAL
hidden=1

------------------------------------ HDD 3 Bar End

[Drive_Name_3]
MeasureNAme=Mse_Drive3Name
Meter=STRING
X=35
Y=10r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text=
UpdateDivider=3600

LeftMouseDownAction=#Drive3#

[Rl_Drive3Total]
Meter=STRING
MeasureName=Mse_Drive3Size
X=268
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Total: "
UpdateDivider=3600

------------------------------------ HDD 3 Access Graph

[Rl_Drive3Access_txt]
Meter=STRING
MeasureName=Mse_Drive3Access
X=35
Y=18r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1

[Rl_Drive3Access1]
Meter=Line
MeasureName=Mse_Drive3Access
X=70
Y=0r
H=16
W=200
LineCount=1
LineColor=#color4#
AutoScale=0
AntiAlias=#AA#

[Rl_Drive3Access2]
Meter=Line
MeasureName=Mse_Drive3Access
X=0r
Y=0r
H=16
W=200
LineCount=1
LineColor=#color5#
AutoScale=0
AntiAlias=#AA#

[Spacer_10]
Meter=IMAGE
SolidColor=#color9#
X=25
Y=18r
H=1
W=250
Nilsb7
Posts: 18
Joined: October 10th, 2010, 5:07 pm

Re: ForceX System Monitor v2.2.0(Mar-20-2011)

Post by Nilsb7 »

ramsalemix wrote:Thanks again Nilsb7
I'm Sorry that i answer just now but i just don't know exactly where i should copy paste it =\
i tried few times in different places but no success :(
so i don't know where exactly i should copy paste the
Me neither lol. I've tried some different places like you but to no avail either, can't remember if this ever actually worked for me.
Also I think you can only make it go 0 or 100, nothing in between, since it doesn't know the max value.

Why do you want the percentage anyways?
just use some tool to measure your read/write speed and once the rainmeter number gets close to that, you will know your HD is at it's max.