Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

需要虚拟内存使用 #16

Closed
sorker opened this issue Apr 14, 2023 · 3 comments
Closed

需要虚拟内存使用 #16

sorker opened this issue Apr 14, 2023 · 3 comments
Labels
需求 (Enhancement) 请求增加新功能/特性 (New feature or request) 拒绝 (Wontfix) 不做变动 (This will not be worked on)

Comments

@sorker
Copy link

sorker commented Apr 14, 2023

如题

1681476684355

能否增加,十分感谢!!!orz

@sorker
Copy link
Author

sorker commented Apr 14, 2023

;==========[字体颜色修改]==================

FontColour=255,255,255,255
;设备名称颜色

FontColour2=200,200,200,200
;设备信息颜色

FontColour3=200,200,200,120
;波浪图颜色+条形图高亮部分

FontColour4=200,200,200, 50
;条形图浅色部分


;==============[Swap]===================

FontColour=255,255,255,255
;设备名称颜色

FontColour2=200,200,200,200
;设备信息颜色

FontColour3=200,200,200,120
;波浪图颜色+条形图高亮部分

FontColour4=200,200,200, 50
;条形图浅色部分

;=================================

[MeasureTotalSwap]
Measure=SwapMemory
Total=1

[MeasureUsedSwap]
Measure=SwapMemory

[MeasureFreeSwap]
Measure=SwapMemory
InvertMeasure=1

[TotalSWAP.txt]
Meter=STRING
X=10
Y=12r
FontColor=#FontColour#
FontSize=9
FontFace=#FontName2#
StringStyle=bold
AntiAlias=1
Text="Swap:"

[TotalSWAP]
MeasureName=MeasureTotalSWAP
Meter=STRING
X=190
Y=2r
StringAlign=Right
FontColor=#FontColour2#
FontSize=9
FontFace=#FontName#
AntiAlias=1
Text="%1B"
AutoScale=1

[SWAPBar]
Meter=BAR
MeasureName=MeasureUsedSWAP
X=12
Y=16r
W=185
H=17
BarColor=#FontColour3#
BarOrientation=HORIZONTAL

[UsedSWAP%]
MeasureName=MeasureUsedSWAP
Meter=STRING
X=12
Y=1r
FontColor=#FontColour#
FontSize=9
FontFace=#FontName#
AntiAlias=1
AutoScale=1
NumOfDecimals=2
Percentual=1
PostFix="%"

[FreeSWAP%]
MeasureName=MeasureFreeSWAP
Meter=STRING
X=185
Y=0r
StringAlign=Right
FontColor=#FontColour#
FontSize=9
FontFace=#FontName#
AntiAlias=1
AutoScale=1
NumOfDecimals=2
Percentual=1
PostFix="%"

[UsedSWAP$]
MeasureName=MeasureUsedSWAP
Meter=STRING
X=12
Y=18r
FontColor=#FontColour2#
FontSize=7
FontFace=#FontName#
AntiAlias=1
AutoScale=1
NumOfDecimals=2
PostFix="B"

[FreeSWAP$]
MeasureName=MeasureFreeSWAP
Meter=STRING
X=185
Y=0r
StringAlign=Right
FontColor=#FontColour2#
FontSize=7
FontFace=#FontName#
AntiAlias=1
AutoScale=1
NumOfDecimals=2
PostFix="B"

复制了这位大神的beiming3739
插件页:https://bbs.rainmeter.cn/thread-101710-1-2.html

效果如下图:
1681478860368

@Lssg97
Copy link
Owner

Lssg97 commented Apr 15, 2023

您好,

您的需求已经包含在皮肤里了,就是下图圈起来的地方。

232056686-670e85b0-0535-4a15-a1ba-973a08438408

Windows 的虚拟内存这个概念实际上是计算机能给程序运行提供的总内存大小,包括物理内存和分页文件(一个储存在磁盘上的文件,内存不足时用来模拟内存)。计算上 虚拟内存总大小 = 物理内存大小 + 分页文件大小,使用情况上大概满足 虚拟内存使用量 = 物理内存使用量 + 2 × 分页文件使用量。本人认为虚拟内存这个概念一般人看起来会比较混乱,不如直接监测分页文件更加直观。因此本皮肤选择直接监测分页文件使用情况,通过将物理内存和分页文件的圆环组合到一起来展示计算机的虚拟内存使用情况。

顺带一提:将鼠标悬停在皮肤的各个元素上 1 秒钟左右,是能看到标签说明标签的。

@sorker
Copy link
Author

sorker commented Apr 15, 2023

非常感谢你的解答,经过您的解释,我更加了解了虚拟内存。

@sorker sorker closed this as completed Apr 15, 2023
@Lssg97 Lssg97 added 需求 (Enhancement) 请求增加新功能/特性 (New feature or request) 拒绝 (Wontfix) 不做变动 (This will not be worked on) labels Apr 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
需求 (Enhancement) 请求增加新功能/特性 (New feature or request) 拒绝 (Wontfix) 不做变动 (This will not be worked on)
Projects
None yet
Development

No branches or pull requests

2 participants