Memory measures メモリー対策

Measure=PhysicalMemory measures Physical Memory (equal to RAM).
Measure=SwapMemory measures Swap Memory (equal to RAM + Pagefile.sys).
Measure=Memory measures Virtual Memory (equal to RAM + RAM + Pagefile.sys).Measure=PhysicalMemory物理メモリを測定します(RAMと同じ)。
Measure=SwapMemoryスワップメモリ??を測定します(RAM + Pagefile.sysに相当)。
Measure=Memory仮想メモリを測定します(RAM + RAM + Pagefile.sysに相当)。

By default the value will be the amount of used memory. To obtain the free memory, add InvertMeasure=1.デフォルトでは、この値は使用されているメモリの量です。空きメモリを取得するには、InvertMeasure = 1を追加します。

The measures will have a MinValue / MaxValue range from 0 to the actual total size of the measured memory resource for use by meters requiring a percentage.対策はありますMinValueプロパティ / MaxValueをする必要メーターによる使用のために測定されたメモリリソースの実際の合計サイズ0の範囲をパーセンテージ

Optionsオプション

General measure options一般的な測定オプション
All general measure options except MaxValue are valid.を除くすべての一般的な測定オプション は有効です。 MaxValue
Total Default: 0Total デフォルト: 0
If set to 1, measures the total memory.に設定されている場合1、合計メモリを測定します。

Example

[Rainmeter]
Update=1000
AccurateText=1
DynamicWindowSize=1

[MeasurePhysMemTotal]
Measure=PhysicalMemory
Total=1
UpdateDivider=3600

[MeasurePhysMemUsed]
Measure=PhysicalMemory
UpdateDivider=2

[MeasurePhysMemFree]
Measure=PhysicalMemory
InvertMeasure=1
UpdateDivider=2

[MeterText]
Meter=String
MeasureName=MeasurePhysMemTotal
MeasureName2=MeasurePhysMemUsed
MeasureName3=MeasurePhysMemFree
FontColor=255,255,255,255
SolidColor=47,47,47,255
Padding=5,5,5,5
AntiAlias=1
NumOfDecimals=1
AutoScale=1
Text="RAM Total: %1B, RAM Used: %2B, RAM Free: %3B"

関連記事

スポンサーリンク

CASE演算子 値の変換

ホームページ製作・web系アプリ系の製作案件募集中です。

上に戻る