Windows

(自作スキン)Rainmeter Enigma で HDD アクセスを表示する

仕様

  1. Rainmeter
    • Enigma
      • Sidebar
  2. HDDに対する Read Byte,Write Byte を表示

作成スキンフォルダー、ファイル

  1. 作成フォルダー
    • (RainmeterPath?)\Skins\Enigma\Sidebar\Hdd
  2. 作成ファイル
    • (RainmeterPath?)\Skins\Enigma\Sidebar\Hdd\Hdd.ini
    • (RainmeterPath?)\Skins\Enigma\Sidebar\Hdd\Hdd.inc

ファイルの内容

  1. Hdd.ini
    ;---------------------------------------------------------------------
    ; Dramsuko Disk (GRAPH)
    [Rainmeter]
    Author=Dramsuko
    
    [Variables]
    @include=#@#User\Options.inc
    
    ;---------------------------------------------------------------------
    ; STYLES
    
    @include2=#@#Styles\#Stylesheet#\Options.inc
    @include3=#@#Styles\#Stylesheet#\SidebarCommon.inc
    @include4=#@#Styles\#Stylesheet#\SidebarSystem.inc
    
    ;---------------------------------------------------------------------
    ; METERS & MEASURES
    
    @include5=#ROOTCONFIGPATH#Sidebar\Hdd\Hdd.inc
    Variant=Graph
  2. Hdd.inc
    ;---------------------------------------------------------------------
    ; MEASURES
    
    [MeasureDiskReadByte]
    Measure=Plugin
    Plugin=PerfMon
    PerfMonObject=LogicalDisk
    PerfMonCounter=Disk Read Bytes/sec
    PerfMonInstance=C:
    
    ;[MeasureDiskReadPercent]
    ;Measure=Calc
    ;Formula=MeasureDiskReadByte / #DiskMaxRead#
    
    [MeasureDiskWriteByte]
    Measure=Plugin
    Plugin=PerfMon
    PerfMonObject=LogicalDisk
    PerfMonCounter=Disk Write Bytes/sec
    PerfMonInstance=C:
    
    [MeasureDiskReads]
    Measure=Plugin
    Plugin=PerfMon
    PerfMonObject=LogicalDisk
    PerfMonCounter=Disk Reads/sec
    PerfMonInstance=C:
    
    [MeasureDiskWrites]
    Measure=Plugin
    Plugin=PerfMon
    PerfMonObject=LogicalDisk
    PerfMonCounter=Disk Writes/sec
    PerfMonInstance=C:
    
    
    ;---------------------------------------------------------------------
    ; METERS
    
    ;-----------------------
    ; FRAME
    
    [Background]
    Meter=IMAGE
    MeterStyle=StyleSidebarBackground | StyleSystem#Variant#Background
    
    [Border1]
    Meter=IMAGE
    MeterStyle=StyleSystem#Variant#Border | StyleSystem#Variant#Border1
    
    [VerticalBorderA]
    Meter=IMAGE
    MeterStyle=StyleSystem#Variant#VerticalBorderA
    
    [VerticalBorderB]
    Meter=IMAGE
    MeterStyle=StyleSystem#Variant#VerticalBorderB
    
    [Border2]
    Meter=IMAGE
    MeterStyle=StyleSystem#Variant#Border | StyleSystem#Variant#Border2
    
    
    ;-----------------------
    ; LABELS & TEXT
    
    [Label1]
    Meter=STRING
    MeterStyle=StyleSystemGraphLabel
    X=10
    Y=15
    Text="Disk Information"
    
    [Label2]
    Meter=STRING
    MeterStyle=StyleSystem#Variant#Label | StyleSystem#Variant#Label2
    Text="Rd Cnt"
    X=45
    Y=30
    
    [Text2]
    Meter=STRING
    MeterStyle=StyleSystem#Variant#Text | StyleSystem#Variant#Text2
    MeasureName=MeasureDiskReads
    
    [Label3]
    Meter=STRING
    MeterStyle=StyleSystem#Variant#Label | StyleSystem#Variant#Label3
    Text=""
    
    [Text3]
    Meter=STRING
    MeterStyle=StyleSystem#Variant#Text | StyleSystem#Variant#Text3 | StyleSystem#Variant#TextDark
    MeasureName=MeasureLAN
    
    [Label4]
    Meter=STRING
    MeterStyle=StyleSystem#Variant#Label | StyleSystem#Variant#Label4
    Text="Wt Cnt"
    X=150
    Y=30
    
    [Text4]
    Meter=STRING
    MeterStyle=StyleSystem#Variant#Text | StyleSystem#Variant#Text4 | StyleSystem#Variant#TextDark
    MeasureName=MeasureDiskWrites
    
    
    ;-----------------------
    ; GRAPH FRAME
    
    [Border3]
    Meter=IMAGE
    MeterStyle=StyleSystem#Variant#Border | StyleSystem#Variant#Border3
    
    [VerticalBorderC]
    Meter=IMAGE
    MeterStyle=StyleSystem#Variant#VerticalBorderC
    
    [Border4]
    Meter=IMAGE
    MeterStyle=StyleSystem#Variant#Border | StyleSystem#Variant#Border4
    
    [Border5]
    Meter=IMAGE
    MeterStyle=StyleSystem#Variant#Border | StyleSystem#Variant#Border5
    
    ;-----------------------
    ; HISTOGRAMS
    
    [DiskRead]
    Meter=Histogram
    MeterStyle=StyleSystem#Variant#Graph | StyleSystem#Variant#Graph1
    MeasureName=MeasureDiskReads
    
    [DiskWrite]
    Meter=Histogram
    MeterStyle=StyleSystem#Variant#Graph | StyleSystem#Variant#Graph2
    MeasureName=MeasureDiskWrites
    
    ;-----------------------
    ; LOWER TEXT
    
    [DiskReadLabel]
    Meter=STRING
    MeterStyle=StyleSystem#Variant#GraphLabel | StyleSystem#Variant#GraphLabel1
    ; Prefix="キ "
    Text="Read"
    
    [DiskReadNumber]
    Meter=STRING
    MeterStyle=StyleSystem#Variant#GraphText | StyleSystem#Variant#GraphText1
    MeasureName=MeasureDiskReadByte
    AutoScale=1
    NumOfDecimals=0
    
    [DiskWriteLabel]
    Meter=STRING
    MeterStyle=StyleSystem#Variant#GraphLabel | StyleSystem#Variant#GraphLabel2
    Text="Write"
    ; Postfix=" キ"
    
    [DiskWriteNumber]
    Meter=STRING
    MeterStyle=StyleSystem#Variant#GraphText | StyleSystem#Variant#GraphText2
    MeasureName=MeasureDiskWriteByte
    AutoScale=1
    NumOfDecimals=0
  • 検索用メモ書き
    • サイドバー,sidebar

トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2019-02-23 (土) 14:58:12 (1893d)