It is currently March 28th, 2024, 10:33 am

Simple Perf Meters 2.3.0 - now with 4 Clocks and All-in-One

A package of skins with a "theme" or by a single author
Jokohama
Posts: 3
Joined: May 1st, 2016, 4:27 am

Re: Simple Perf Meters 2.3.0 - now with 4 Clocks and All-in-One

Post by Jokohama »

Thanks jsmorley, it's incredible, and it's showing that my PC is using 1.4GB PageFile afterall. Hmm I think I take a closer look into it..
User avatar
raiguard
Posts: 660
Joined: June 25th, 2015, 7:02 pm
Location: The Sky, USA
Contact:

Re: Simple Perf Meters 2.3.0 - now with 4 Clocks and All-in-One

Post by raiguard »

jsmorley wrote:https://forum.rainmeter.net/viewtopic.php?p=116747#p116747

1.jpg

Code: Select all

[MeasurePhysicalTotal]
Measure=PhysicalMemory
Total=1

[MeasurePhysicalUsed]
Measure=PhysicalMemory

[MeasurePhysicalFree]
Measure=PhysicalMemory
InvertMeasure=1

[MeasureSwapTotal]
Measure=SwapMemory
Total=1

[MeasureSwapUsed]
Measure=SwapMemory

[MeasureSwapFree]
Measure=SwapMemory
InvertMeasure=1

[MeasurePageFileTotal]
Measure=Calc
Formula=MeasureSwapTotal - MeasurePhysicalTotal >=0 ? MeasureSwapTotal - MeasurePhysicalTotal : 0

[MeasurePageFileUsed]
Measure=Calc
Formula=MeasureSwapUsed - MeasurePhysicalUsed
MinValue=0
MaxValue=[MeasurePageFileTotal]
DynamicVariables=1

[MeasurePageFileFree]
Measure=Calc
Formula=MeasurePageFileTotal - MeasurePageFileUsed
MinValue=0
MaxValue=[MeasurePageFileTotal]
DynamicVariables=1

[MeasureVirtualTotal]
Measure=Memory
Total=1

[MeasureVirtualUsed]
Measure=Memory

[MeasureVirtualFree]
Measure=Memory
InvertMeasure=1
Wow. I've misunderstood the relationship between page and swap this entire time. Thanks for clearing it up! :thumbup:
Darklyte
Posts: 1
Joined: August 5th, 2017, 1:06 am

Re: Simple Perf Meters 2.3.0 - now with 4 Clocks and All-in-One

Post by Darklyte »

I'm a huge fan of your skin!

I was wondering if there was support for monitoring a second remote computer on the network?

Any help would be appreciated as I have scoured the settings and I seem to be missing it.
Azona
Posts: 3
Joined: January 21st, 2020, 7:38 pm

Re: Simple Perf Meters 2.3.0 - now with 4 Clocks and All-in-One

Post by Azona »

Sins 15-1-2020 weather part of app stoped working, its known issue. is it possible maker of this wonderfull skin to update weather part or someone on this forums can adjust weather part? sadly im no coder :(

Thanks in Advance
bobalazs
Posts: 5
Joined: June 19th, 2019, 9:34 pm

Re: Simple Perf Meters 2.3.0 - now with 4 Clocks and All-in-One

Post by bobalazs »

Azona wrote: January 21st, 2020, 7:42 pm Sins 15-1-2020 weather part of app stoped working, its known issue. is it possible maker of this wonderfull skin to update weather part or someone on this forums can adjust weather part? sadly im no coder :(

Thanks in Advance
I agree.
Isn't the problem weather.com related though? Because when i click radar, the website that opens shows 404 error, and i believe this used to work before.
So i believe there's something wrong with the location id in the weather settings.
Post Reply