It is currently September 29th, 2024, 3:37 pm

Showing only pagefile.sys ?

General topics related to Rainmeter.
Magissia
Posts: 3
Joined: February 14th, 2014, 3:03 pm

Showing only pagefile.sys ?

Post by Magissia »

Hello, is it possible without external plugins to show SWAP usage ? (And not RAM + SWAP)
Didn't found anything on the documentation that show it is possible :/

Regards
User avatar
smurfier
Moderator
Posts: 1931
Joined: January 29th, 2010, 1:43 am
Location: Willmar, MN

Re: Showing only pagefile.sys ?

Post by smurfier »

If I understand correctly, this should do what you are asking.

Code: Select all

[MeasureRam]
Measure=PhysicalMemory

[MeasureBoth]
Measure=SwapMemory

[MeasureSwap]
Measure=Calc
Formula=MeasureBoth-MeasureRam
GitHub | DeviantArt | Tumblr
This is the song that never ends. It just goes on and on my friends. Some people started singing it not knowing what it was, and they'll continue singing it forever just because . . .
Magissia
Posts: 3
Joined: February 14th, 2014, 3:03 pm

Re: Showing only pagefile.sys ?

Post by Magissia »

Seems to work, thanks for the quick reply.

Edit: Seems like it doesn't work after all, value now stuck at 100% ^^'