Advertisement
tei219

munin-node.ini for Windows using PerfCounter

Feb 14th, 2012
2,623
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.20 KB | None | 0 0
  1. ;パフォーマンスカウンタしか使わないので下のプラグインは全部OFFにしておく
  2. [Plugins]
  3. Cpu=0
  4. Network=1
  5. Disk=1
  6. Memory=0
  7. Processes=0
  8. MbmTemp=0
  9. MbmVoltage=0
  10. MbmFan=0
  11. MbmMhz=0
  12. SMART=0
  13. HD=0
  14. SpeedFan=0
  15. External=0
  16. ExternalTimeout=5
  17.  
  18. ;Usage
  19. ;------------------------------------------------------------------------------
  20. ;Performance Counter
  21. ;Object := パフォーマンスオブジェクト名
  22. ;Counter := パフォーマンスカウンタ名
  23. ;GraphTitle := グラフのタイトル
  24. ;GraphCategory := グラフのカテゴリ(オブジェクト名に合わせるといっぱいになるので適宜)
  25. ;GraphDraw := グラフの描画方式 LINE|LINE1|LINE2|LINE3|DRAW|STACK
  26. ;GraphArgs := グラフの描画の引数
  27. ; --logarithmic 対数表示
  28. ; --base 1024 1024 で一単位
  29. ; --base 1000 1000 で一単位
  30. ; --lower-limit 下限値
  31. ; --upper-limit 上限値
  32. ; --rigid  
  33. ; --units-exponent 3 で K とか強制
  34. ;DropTotal := _Total とかをひとつのグラフにするときに
  35. ;CounterFormat := 戻り値のカウンタの値 double, int, or large (int64).
  36. ;CounterMultiply := カウンタ戻り値の定数倍
  37. ;CounterType := カウンタのタイプ COUTNER|DERIVE (1.6.1 betaから)
  38.  
  39. ;GraphCategory
  40. ; Cpu
  41. ; System
  42. ; Memory
  43. ; Disk
  44. ; Network
  45. ; SQL
  46. ; SQLReplication
  47. ; Web
  48.  
  49. ;==============================================================================
  50. ;default set
  51. ;==============================================================================
  52. ;CPU
  53. ;\System\Processor Queue Length
  54. ;------------------------------------------------------------------------------
  55. [PerfCounterPlugin_ProcessorQueueLength]
  56. Object=System
  57. Counter=Processor Queue Length
  58. GraphTitle=Processor Queue Length
  59. GraphCategory=Cpu
  60. GraphDraw=LINE
  61. GraphArgs=--base 1000 --lower-limit 0
  62. DropTotal=0
  63. CounterFormat=int
  64. CounterMultiply=1.000000
  65.  
  66. ;\Processor\% Processor Time
  67. ;------------------------------------------------------------------------------
  68. [PerfCounterPlugin_ProcessorTime]
  69. Object=Processor
  70. Counter=% Processor Time
  71. GraphTitle=% Processor Time
  72. GraphCategory=Cpu
  73. GraphDraw=LINE
  74. GraphArgs=--base 1000 --lower-limit 0 --upper-limit 100
  75. DropTotal=1
  76. CounterFormat=int
  77. CounterMultiply=1.000000
  78.  
  79. ;\System\Context Switches/sec
  80. ;------------------------------------------------------------------------------
  81. [PerfCounterPlugin_ContextSwitchesSec]
  82. Object=System
  83. Counter=Context Switches/sec
  84. GraphTitle=Context Switches/sec
  85. GraphCategory=Cpu
  86. GraphDraw=LINE
  87. GraphArgs=--base 1000 --lower-limit 0 --upper-limit 100
  88. DropTotal=1
  89. CounterFormat=int
  90. CounterMultiply=1.000000
  91.  
  92.  
  93. ;==============================================================================
  94. ;System
  95. ;\System\System Up Time
  96. ;------------------------------------------------------------------------------
  97. [PerfCounterPlugin_Uptime]
  98. Object=System
  99. Counter=System Up Time
  100. GraphTitle=System Up Time
  101. GraphCategory=System
  102. GraphDraw=AREA
  103. GraphArgs=--base 1000 --lower-limit 0
  104. DropTotal=0
  105. CounterFormat=large
  106. CounterMultiply=1.1574074074074073e-005
  107.  
  108. ;\System\Processes
  109. ;------------------------------------------------------------------------------
  110. [PerfCounterPlugin_Processes]
  111. Object=System
  112. Counter=Processes
  113. GraphTitle=Number of Processes
  114. GraphCategory=System
  115. GraphDraw=LINE
  116. GraphArgs=--base 1000 --lower-limit 0 --upper-limit 100
  117. DropTotal=0
  118. CounterFormat=int
  119. CounterMultiply=1.000000
  120.  
  121. ;\System\Threads
  122. ;------------------------------------------------------------------------------
  123. [PerfCounterPlugin_Threads]
  124. Object=System
  125. Counter=Threads
  126. GraphTitle=Number of Threads
  127. GraphCategory=System
  128. GraphDraw=LINE
  129. GraphArgs=--base 1000 --lower-limit 0 --upper-limit 100
  130. DropTotal=0
  131. CounterFormat=int
  132. CounterMultiply=1.000000
  133.  
  134. ;\Server\Errors Logon
  135. ;------------------------------------------------------------------------------
  136. [PerfCounterPlugin_ErrorLogon]
  137. Object=Server
  138. Counter=Errors Logon
  139. GraphTitle=Errors Logon
  140. GraphCategory=System
  141. GraphDraw=LINE
  142. GraphArgs=--base 1000 --lower-limit 0 --upper-limit 100
  143. DropTotal=0
  144. CounterFormat=int
  145. CounterMultiply=1.000000
  146. CounterType=DERIVE
  147.  
  148. ;\Server\Errors System
  149. ;------------------------------------------------------------------------------
  150. [PerfCounterPlugin_ErrorSystem]
  151. Object=Server
  152. Counter=Errors System
  153. GraphTitle=Errors System
  154. GraphCategory=System
  155. GraphDraw=LINE
  156. GraphArgs=--base 1000 --lower-limit 0 --upper-limit 100
  157. DropTotal=0
  158. CounterFormat=int
  159. CounterMultiply=1.000000
  160. CounterType=DERIVE
  161.  
  162. ;\Server\Server Sessions
  163. ;------------------------------------------------------------------------------
  164. [PerfCounterPlugin_ServerSessions]
  165. Object=Server
  166. Counter=Server Sessions
  167. GraphTitle=Server Sessions
  168. GraphCategory=System
  169. GraphDraw=LINE
  170. GraphArgs=--base 1000 --lower-limit 0 --upper-limit 100
  171. DropTotal=0
  172. CounterFormat=int
  173. CounterMultiply=1.000000
  174.  
  175. ;==============================================================================
  176. ;Memory
  177. ;\Memory\Available MBytes
  178. ;------------------------------------------------------------------------------
  179. [PerfCounterPlugin_MemoryAvailableMBytes]
  180. Object=Memory
  181. Counter=Available Bytes
  182. GraphTitle=Memory Available Bytes
  183. GraphCategory=Memory
  184. GraphDraw=AREA
  185. GraphArgs=--base 1024 --lower-limit 0
  186. DropTotal=0
  187. CounterFormat=large
  188. CounterMultiply=1.000000
  189.  
  190. ;\Paging File(_Total)\% Usage
  191. ;------------------------------------------------------------------------------
  192. [PerfCounterPlugin_PageingFileUsage]
  193. Object=Paging File
  194. Counter=% Usage
  195. GraphTitle=Paging File(_Total) % Usage
  196. GraphCategory=Memory
  197. GraphDraw=AREA
  198. GraphArgs=--base 1000 --lower-limit 0 --upper-limit 100
  199. DropTotal=1
  200. CounterFormat=int
  201. CounterMultiply=1.000000
  202.  
  203. ;\Memory\Page Faults/sec
  204. ;------------------------------------------------------------------------------
  205. [PerfCounterPlugin_PageFaultsSec]
  206. Object=Memory
  207. Counter=Page Faults/sec
  208. GraphTitle=Page Faults/sec
  209. GraphCategory=Memory
  210. GraphDraw=LINE
  211. GraphArgs=--base 1000 --lower-limit 0 --upper-limit 100
  212. DropTotal=0
  213. CounterFormat=double
  214. CounterMultiply=1.000000
  215.  
  216. ;==============================================================================
  217. ;Disk
  218. ;\PhysicalDisk(_Total)\Avg. Disk sec/Read
  219. ;------------------------------------------------------------------------------
  220. [PerfCounterPlugin_PhysicalDiskSecRead]
  221. Object=PhysicalDisk
  222. Counter=Avg. Disk sec/Read
  223. GraphTitle=PhysicalDisk(_Total) Avg. Disk sec/Read
  224. GraphCategory=Disk
  225. GraphDraw=LINE
  226. GraphArgs=--base 1000 --lower-limit 0
  227. DropTotal=1
  228. CounterFormat=double
  229. CounterMultiply=1.000000
  230.  
  231. ;\PhysicalDisk(_Total)\Avg. Disk sec/Write
  232. ;------------------------------------------------------------------------------
  233. [PerfCounterPlugin_PhysicalDiskSecWrite]
  234. Object=PhysicalDisk
  235. Counter=Avg. Disk sec/Write
  236. GraphTitle=PhysicalDisk(_Total) Avg. Disk sec/Write
  237. GraphCategory=Disk
  238. GraphDraw=LINE
  239. GraphArgs=--base 1000 --lower-limit 0
  240. DropTotal=1
  241. CounterFormat=double
  242. CounterMultiply=1.000000
  243.  
  244. ;\System\File Read Operations/sec
  245. ;------------------------------------------------------------------------------
  246. [PerfCounterPlugin_FileReadOpSec]
  247. Object=System
  248. Counter=File Read Operations/sec
  249. GraphTitle=File Read Operations/sec
  250. GraphCategory=Disk
  251. GraphDraw=LINE
  252. GraphArgs=--base 1000 --lower-limit 0
  253. DropTotal=1
  254. CounterFormat=double
  255. CounterMultiply=1.000000
  256.  
  257. ;\System\File Write Operations/sec
  258. ;------------------------------------------------------------------------------
  259. [PerfCounterPlugin_FileWriteOpSec]
  260. Object=System
  261. Counter=File Write Operations/sec
  262. GraphTitle=File Write Operations/sec
  263. GraphCategory=Disk
  264. GraphDraw=LINE
  265. GraphArgs=--base 1000 --lower-limit 0
  266. DropTotal=1
  267. CounterFormat=double
  268. CounterMultiply=1.000000
  269.  
  270. ;\PhysicalDisk(_Total)\Avg. Disk Bytes/Write
  271. ;------------------------------------------------------------------------------
  272. [PerfCounterPlugin_DiskWriteBytes]
  273. Object=PhysicalDisk
  274. Counter=Avg. Disk Bytes/Write
  275. GraphTitle=Avg. Disk Bytes/Write
  276. GraphCategory=Disk
  277. GraphDraw=LINE
  278. GraphArgs=--base 1000 --lower-limit 0
  279. DropTotal=1
  280. CounterFormat=double
  281. CounterMultiply=1.000000
  282.  
  283. ;\PhysicalDisk(_Total)\Avg. Disk Bytes/Read
  284. ;------------------------------------------------------------------------------
  285. [PerfCounterPlugin_DiskReadBytes]
  286. Object=PhysicalDisk
  287. Counter=Avg. Disk Bytes/Read
  288. GraphTitle=Avg. Disk Bytes/Read
  289. GraphCategory=Disk
  290. GraphDraw=LINE
  291. GraphArgs=--base 1000 --lower-limit 0
  292. DropTotal=1
  293. CounterFormat=double
  294. CounterMultiply=1.000000
  295.  
  296. ;==============================================================================
  297. ;Network
  298. ;\TCPv4\Connections Reset
  299. ;------------------------------------------------------------------------------
  300. [PerfCounterPlugin_ConnReset]
  301. Object=TCPv4
  302. Counter=Connections Reset
  303. GraphTitle=Connections Reset
  304. GraphCategory=Network
  305. GraphDraw=LINE2
  306. GraphArgs=--base 1000 --lower-limit 0
  307. DropTotal=1
  308. CounterFormat=double
  309. CounterMultiply=1.000000
  310. CounterType=DERIVE
  311.  
  312. ;\TCPv4\Connection Failures
  313. ;------------------------------------------------------------------------------
  314. [PerfCounterPlugin_ConnFailures]
  315. Object=TCPv4
  316. Counter=Connection Failures
  317. GraphTitle=Connection Failures
  318. GraphCategory=Network
  319. GraphDraw=LINE2
  320. GraphArgs=--base 1000 --lower-limit 0
  321. DropTotal=1
  322. CounterFormat=double
  323. CounterMultiply=1.000000
  324. CounterType=DERIVE
  325.  
  326. ;\TCPv4\Connections Established
  327. ;------------------------------------------------------------------------------
  328. [PerfCounterPlugin_ConnEstablished]
  329. Object=TCPv4
  330. Counter=Connections Established
  331. GraphTitle=Connections Established
  332. GraphCategory=Network
  333. GraphDraw=LINE2
  334. GraphArgs=--base 1000 --lower-limit 0
  335. DropTotal=1
  336. CounterFormat=double
  337. CounterMultiply=1.000000
  338. CounterType=DERIVE
  339.  
  340. ;\TCPv4\Connections Passive
  341. ;------------------------------------------------------------------------------
  342. [PerfCounterPlugin_ConnPassive]
  343. Object=TCPv4
  344. Counter=Connections Passive
  345. GraphTitle=Connections Passive
  346. GraphCategory=Network
  347. GraphDraw=LINE2
  348. GraphArgs=--base 1000 --lower-limit 0
  349. DropTotal=1
  350. CounterFormat=double
  351. CounterMultiply=1.000000
  352. CounterType=DERIVE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement