Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ;パフォーマンスカウンタしか使わないので下のプラグインは全部OFFにしておく
- [Plugins]
- Cpu=0
- Network=1
- Disk=1
- Memory=0
- Processes=0
- MbmTemp=0
- MbmVoltage=0
- MbmFan=0
- MbmMhz=0
- SMART=0
- HD=0
- SpeedFan=0
- External=0
- ExternalTimeout=5
- ;Usage
- ;------------------------------------------------------------------------------
- ;Performance Counter
- ;Object := パフォーマンスオブジェクト名
- ;Counter := パフォーマンスカウンタ名
- ;GraphTitle := グラフのタイトル
- ;GraphCategory := グラフのカテゴリ(オブジェクト名に合わせるといっぱいになるので適宜)
- ;GraphDraw := グラフの描画方式 LINE|LINE1|LINE2|LINE3|DRAW|STACK
- ;GraphArgs := グラフの描画の引数
- ; --logarithmic 対数表示
- ; --base 1024 1024 で一単位
- ; --base 1000 1000 で一単位
- ; --lower-limit 下限値
- ; --upper-limit 上限値
- ; --rigid
- ; --units-exponent 3 で K とか強制
- ;DropTotal := _Total とかをひとつのグラフにするときに
- ;CounterFormat := 戻り値のカウンタの値 double, int, or large (int64).
- ;CounterMultiply := カウンタ戻り値の定数倍
- ;CounterType := カウンタのタイプ COUTNER|DERIVE (1.6.1 betaから)
- ;GraphCategory
- ; Cpu
- ; System
- ; Memory
- ; Disk
- ; Network
- ; SQL
- ; SQLReplication
- ; Web
- ;==============================================================================
- ;default set
- ;==============================================================================
- ;CPU
- ;\System\Processor Queue Length
- ;------------------------------------------------------------------------------
- [PerfCounterPlugin_ProcessorQueueLength]
- Object=System
- Counter=Processor Queue Length
- GraphTitle=Processor Queue Length
- GraphCategory=Cpu
- GraphDraw=LINE
- GraphArgs=--base 1000 --lower-limit 0
- DropTotal=0
- CounterFormat=int
- CounterMultiply=1.000000
- ;\Processor\% Processor Time
- ;------------------------------------------------------------------------------
- [PerfCounterPlugin_ProcessorTime]
- Object=Processor
- Counter=% Processor Time
- GraphTitle=% Processor Time
- GraphCategory=Cpu
- GraphDraw=LINE
- GraphArgs=--base 1000 --lower-limit 0 --upper-limit 100
- DropTotal=1
- CounterFormat=int
- CounterMultiply=1.000000
- ;\System\Context Switches/sec
- ;------------------------------------------------------------------------------
- [PerfCounterPlugin_ContextSwitchesSec]
- Object=System
- Counter=Context Switches/sec
- GraphTitle=Context Switches/sec
- GraphCategory=Cpu
- GraphDraw=LINE
- GraphArgs=--base 1000 --lower-limit 0 --upper-limit 100
- DropTotal=1
- CounterFormat=int
- CounterMultiply=1.000000
- ;==============================================================================
- ;System
- ;\System\System Up Time
- ;------------------------------------------------------------------------------
- [PerfCounterPlugin_Uptime]
- Object=System
- Counter=System Up Time
- GraphTitle=System Up Time
- GraphCategory=System
- GraphDraw=AREA
- GraphArgs=--base 1000 --lower-limit 0
- DropTotal=0
- CounterFormat=large
- CounterMultiply=1.1574074074074073e-005
- ;\System\Processes
- ;------------------------------------------------------------------------------
- [PerfCounterPlugin_Processes]
- Object=System
- Counter=Processes
- GraphTitle=Number of Processes
- GraphCategory=System
- GraphDraw=LINE
- GraphArgs=--base 1000 --lower-limit 0 --upper-limit 100
- DropTotal=0
- CounterFormat=int
- CounterMultiply=1.000000
- ;\System\Threads
- ;------------------------------------------------------------------------------
- [PerfCounterPlugin_Threads]
- Object=System
- Counter=Threads
- GraphTitle=Number of Threads
- GraphCategory=System
- GraphDraw=LINE
- GraphArgs=--base 1000 --lower-limit 0 --upper-limit 100
- DropTotal=0
- CounterFormat=int
- CounterMultiply=1.000000
- ;\Server\Errors Logon
- ;------------------------------------------------------------------------------
- [PerfCounterPlugin_ErrorLogon]
- Object=Server
- Counter=Errors Logon
- GraphTitle=Errors Logon
- GraphCategory=System
- GraphDraw=LINE
- GraphArgs=--base 1000 --lower-limit 0 --upper-limit 100
- DropTotal=0
- CounterFormat=int
- CounterMultiply=1.000000
- CounterType=DERIVE
- ;\Server\Errors System
- ;------------------------------------------------------------------------------
- [PerfCounterPlugin_ErrorSystem]
- Object=Server
- Counter=Errors System
- GraphTitle=Errors System
- GraphCategory=System
- GraphDraw=LINE
- GraphArgs=--base 1000 --lower-limit 0 --upper-limit 100
- DropTotal=0
- CounterFormat=int
- CounterMultiply=1.000000
- CounterType=DERIVE
- ;\Server\Server Sessions
- ;------------------------------------------------------------------------------
- [PerfCounterPlugin_ServerSessions]
- Object=Server
- Counter=Server Sessions
- GraphTitle=Server Sessions
- GraphCategory=System
- GraphDraw=LINE
- GraphArgs=--base 1000 --lower-limit 0 --upper-limit 100
- DropTotal=0
- CounterFormat=int
- CounterMultiply=1.000000
- ;==============================================================================
- ;Memory
- ;\Memory\Available MBytes
- ;------------------------------------------------------------------------------
- [PerfCounterPlugin_MemoryAvailableMBytes]
- Object=Memory
- Counter=Available Bytes
- GraphTitle=Memory Available Bytes
- GraphCategory=Memory
- GraphDraw=AREA
- GraphArgs=--base 1024 --lower-limit 0
- DropTotal=0
- CounterFormat=large
- CounterMultiply=1.000000
- ;\Paging File(_Total)\% Usage
- ;------------------------------------------------------------------------------
- [PerfCounterPlugin_PageingFileUsage]
- Object=Paging File
- Counter=% Usage
- GraphTitle=Paging File(_Total) % Usage
- GraphCategory=Memory
- GraphDraw=AREA
- GraphArgs=--base 1000 --lower-limit 0 --upper-limit 100
- DropTotal=1
- CounterFormat=int
- CounterMultiply=1.000000
- ;\Memory\Page Faults/sec
- ;------------------------------------------------------------------------------
- [PerfCounterPlugin_PageFaultsSec]
- Object=Memory
- Counter=Page Faults/sec
- GraphTitle=Page Faults/sec
- GraphCategory=Memory
- GraphDraw=LINE
- GraphArgs=--base 1000 --lower-limit 0 --upper-limit 100
- DropTotal=0
- CounterFormat=double
- CounterMultiply=1.000000
- ;==============================================================================
- ;Disk
- ;\PhysicalDisk(_Total)\Avg. Disk sec/Read
- ;------------------------------------------------------------------------------
- [PerfCounterPlugin_PhysicalDiskSecRead]
- Object=PhysicalDisk
- Counter=Avg. Disk sec/Read
- GraphTitle=PhysicalDisk(_Total) Avg. Disk sec/Read
- GraphCategory=Disk
- GraphDraw=LINE
- GraphArgs=--base 1000 --lower-limit 0
- DropTotal=1
- CounterFormat=double
- CounterMultiply=1.000000
- ;\PhysicalDisk(_Total)\Avg. Disk sec/Write
- ;------------------------------------------------------------------------------
- [PerfCounterPlugin_PhysicalDiskSecWrite]
- Object=PhysicalDisk
- Counter=Avg. Disk sec/Write
- GraphTitle=PhysicalDisk(_Total) Avg. Disk sec/Write
- GraphCategory=Disk
- GraphDraw=LINE
- GraphArgs=--base 1000 --lower-limit 0
- DropTotal=1
- CounterFormat=double
- CounterMultiply=1.000000
- ;\System\File Read Operations/sec
- ;------------------------------------------------------------------------------
- [PerfCounterPlugin_FileReadOpSec]
- Object=System
- Counter=File Read Operations/sec
- GraphTitle=File Read Operations/sec
- GraphCategory=Disk
- GraphDraw=LINE
- GraphArgs=--base 1000 --lower-limit 0
- DropTotal=1
- CounterFormat=double
- CounterMultiply=1.000000
- ;\System\File Write Operations/sec
- ;------------------------------------------------------------------------------
- [PerfCounterPlugin_FileWriteOpSec]
- Object=System
- Counter=File Write Operations/sec
- GraphTitle=File Write Operations/sec
- GraphCategory=Disk
- GraphDraw=LINE
- GraphArgs=--base 1000 --lower-limit 0
- DropTotal=1
- CounterFormat=double
- CounterMultiply=1.000000
- ;\PhysicalDisk(_Total)\Avg. Disk Bytes/Write
- ;------------------------------------------------------------------------------
- [PerfCounterPlugin_DiskWriteBytes]
- Object=PhysicalDisk
- Counter=Avg. Disk Bytes/Write
- GraphTitle=Avg. Disk Bytes/Write
- GraphCategory=Disk
- GraphDraw=LINE
- GraphArgs=--base 1000 --lower-limit 0
- DropTotal=1
- CounterFormat=double
- CounterMultiply=1.000000
- ;\PhysicalDisk(_Total)\Avg. Disk Bytes/Read
- ;------------------------------------------------------------------------------
- [PerfCounterPlugin_DiskReadBytes]
- Object=PhysicalDisk
- Counter=Avg. Disk Bytes/Read
- GraphTitle=Avg. Disk Bytes/Read
- GraphCategory=Disk
- GraphDraw=LINE
- GraphArgs=--base 1000 --lower-limit 0
- DropTotal=1
- CounterFormat=double
- CounterMultiply=1.000000
- ;==============================================================================
- ;Network
- ;\TCPv4\Connections Reset
- ;------------------------------------------------------------------------------
- [PerfCounterPlugin_ConnReset]
- Object=TCPv4
- Counter=Connections Reset
- GraphTitle=Connections Reset
- GraphCategory=Network
- GraphDraw=LINE2
- GraphArgs=--base 1000 --lower-limit 0
- DropTotal=1
- CounterFormat=double
- CounterMultiply=1.000000
- CounterType=DERIVE
- ;\TCPv4\Connection Failures
- ;------------------------------------------------------------------------------
- [PerfCounterPlugin_ConnFailures]
- Object=TCPv4
- Counter=Connection Failures
- GraphTitle=Connection Failures
- GraphCategory=Network
- GraphDraw=LINE2
- GraphArgs=--base 1000 --lower-limit 0
- DropTotal=1
- CounterFormat=double
- CounterMultiply=1.000000
- CounterType=DERIVE
- ;\TCPv4\Connections Established
- ;------------------------------------------------------------------------------
- [PerfCounterPlugin_ConnEstablished]
- Object=TCPv4
- Counter=Connections Established
- GraphTitle=Connections Established
- GraphCategory=Network
- GraphDraw=LINE2
- GraphArgs=--base 1000 --lower-limit 0
- DropTotal=1
- CounterFormat=double
- CounterMultiply=1.000000
- CounterType=DERIVE
- ;\TCPv4\Connections Passive
- ;------------------------------------------------------------------------------
- [PerfCounterPlugin_ConnPassive]
- Object=TCPv4
- Counter=Connections Passive
- GraphTitle=Connections Passive
- GraphCategory=Network
- GraphDraw=LINE2
- GraphArgs=--base 1000 --lower-limit 0
- DropTotal=1
- CounterFormat=double
- CounterMultiply=1.000000
- CounterType=DERIVE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement