generate_hdfs_json.php 58 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360
  1. <?php
  2. /*
  3. *
  4. * Licensed to the Apache Software Foundation (ASF) under one
  5. * or more contributor license agreements. See the NOTICE file
  6. * distributed with this work for additional information
  7. * regarding copyright ownership. The ASF licenses this file
  8. * to you under the Apache License, Version 2.0 (the
  9. * "License"); you may not use this file except in compliance
  10. * with the License. You may obtain a copy of the License at
  11. *
  12. * http://www.apache.org/licenses/LICENSE-2.0
  13. *
  14. * Unless required by applicable law or agreed to in writing,
  15. * software distributed under the License is distributed on an
  16. * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  17. * KIND, either express or implied. See the License for the
  18. * specific language governing permissions and limitations
  19. * under the License.
  20. *
  21. */
  22. $data = array
  23. (
  24. 'Global' => array
  25. (
  26. array
  27. (
  28. 'url' => 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&g=load_report',
  29. 'title' => 'Load Report',
  30. 'description' => 'Key load metrics on the HDFS NameNode',
  31. 'link' => 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=load_report'
  32. ),
  33. array
  34. (
  35. 'url' => 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&g=mem_report',
  36. 'title' => 'Memory Report',
  37. 'description' => 'Key memory metrics on the HDFS NameNode',
  38. 'link' => 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=mem_report'
  39. ),
  40. array
  41. (
  42. 'url' => 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&g=cpu_report',
  43. 'title' => 'CPU Report',
  44. 'description' => 'Key CPU metrics on the HDFS NameNode',
  45. 'link' => 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=cpu_report'
  46. ),
  47. array
  48. (
  49. 'url' => 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&g=network_report',
  50. 'title' => 'Network I/O Report',
  51. 'description' => 'Key network I/O metrics on the HDFS NameNode',
  52. 'link' => 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=network_report'
  53. )
  54. ),
  55. 'CPU' => array
  56. (
  57. array
  58. (
  59. 'url' =>
  60. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=cpu_aidle',
  61. 'title' => 'CPU AIdle',
  62. 'description' => 'Percent of time since boot idle CPU',
  63. 'link' =>
  64. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=cpu_aidle'
  65. ),
  66. array
  67. (
  68. 'url' =>
  69. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=cpu_idle',
  70. 'title' => 'CPU Idle',
  71. 'description' => 'Percent CPU idle',
  72. 'link' =>
  73. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=cpu_idle'
  74. ),
  75. array
  76. (
  77. 'url' =>
  78. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=cpu_nice',
  79. 'title' => 'CPU Nice',
  80. 'description' => 'Percent CPU nice',
  81. 'link' =>
  82. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=cpu_nice'
  83. ),
  84. array
  85. (
  86. 'url' =>
  87. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=cpu_system',
  88. 'title' => 'CPU System',
  89. 'description' => 'Percent CPU system',
  90. 'link' =>
  91. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=cpu_system'
  92. ),
  93. array
  94. (
  95. 'url' =>
  96. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=cpu_user',
  97. 'title' => 'CPU User',
  98. 'description' => 'Percent CPU user',
  99. 'link' =>
  100. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=cpu_user'
  101. ),
  102. array
  103. (
  104. 'url' =>
  105. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=cpu_wio',
  106. 'title' => 'CPU Wait I/O',
  107. 'description' => 'Percent CPU spent waiting on I/O',
  108. 'link' =>
  109. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=cpu_wio'
  110. )
  111. ),
  112. 'Disk' => array
  113. (
  114. array
  115. (
  116. 'url' =>
  117. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=disk_free',
  118. 'title' => 'Disk Free',
  119. 'description' => 'Total free disk space',
  120. 'link' =>
  121. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=disk_free'
  122. ),
  123. array
  124. (
  125. 'url' =>
  126. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=disk_total',
  127. 'title' => 'Disk Total',
  128. 'description' => 'Total available disk space',
  129. 'link' =>
  130. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=disk_total'
  131. ),
  132. array
  133. (
  134. 'url' =>
  135. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=part_max_used',
  136. 'title' => 'Max Disk Partition Used',
  137. 'description' => 'Maximum percent used for all disk partitions',
  138. 'link' =>
  139. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=part_max_used'
  140. )
  141. ),
  142. 'Load' => array
  143. (
  144. array
  145. (
  146. 'url' =>
  147. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=load_fifteen',
  148. 'title' => 'Load Fifteen',
  149. 'description' => 'Fifteen minute load average',
  150. 'link' =>
  151. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=load_fifteen'
  152. ),
  153. array
  154. (
  155. 'url' =>
  156. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=load_five',
  157. 'title' => 'Load Five',
  158. 'description' => 'Five minute load average',
  159. 'link' =>
  160. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=load_five'
  161. ),
  162. array
  163. (
  164. 'url' =>
  165. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=load_one',
  166. 'title' => 'Load One',
  167. 'description' => 'One minute load average',
  168. 'link' =>
  169. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=load_one'
  170. )
  171. ),
  172. 'Memory' => array
  173. (
  174. array
  175. (
  176. 'url' =>
  177. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=mem_buffers',
  178. 'title' => 'Memory Buffers',
  179. 'description' => 'Amount of buffered memory',
  180. 'link' =>
  181. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=mem_buffers'
  182. ),
  183. array
  184. (
  185. 'url' =>
  186. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=mem_cached',
  187. 'title' => 'Cached Memory',
  188. 'description' => 'Amount of cached memory',
  189. 'link' =>
  190. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=mem_cached'
  191. ),
  192. array
  193. (
  194. 'url' =>
  195. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=mem_free',
  196. 'title' => 'Free Memory',
  197. 'description' => 'Amount of available memory',
  198. 'link' =>
  199. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=mem_free'
  200. ),
  201. array
  202. (
  203. 'url' =>
  204. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=mem_shared',
  205. 'title' => 'Shared Memory',
  206. 'description' => 'Amount of shared memory',
  207. 'link' =>
  208. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=mem_shared'
  209. ),
  210. array
  211. (
  212. 'url' =>
  213. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=swap_free',
  214. 'title' => 'Free Swap Space',
  215. 'description' => 'Total amount of swap memory',
  216. 'link' =>
  217. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=swap_free'
  218. )
  219. ),
  220. 'Network' => array
  221. (
  222. array
  223. (
  224. 'url' =>
  225. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=bytes_in',
  226. 'title' => 'Bytes Received',
  227. 'description' => 'Number of bytes in per second',
  228. 'link' =>
  229. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=bytes_in'
  230. ),
  231. array
  232. (
  233. 'url' =>
  234. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=bytes_out',
  235. 'title' => 'Bytes Sent',
  236. 'description' => 'Number of bytes out per second',
  237. 'link' =>
  238. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=bytes_out'
  239. ),
  240. array
  241. (
  242. 'url' =>
  243. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=pkts_in',
  244. 'title' => 'Packets Received',
  245. 'description' => 'Packets in per second',
  246. 'link' =>
  247. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=pkts_in'
  248. ),
  249. array
  250. (
  251. 'url' =>
  252. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=pkts_out',
  253. 'title' => 'Packets Sent',
  254. 'description' => 'Packets out per second',
  255. 'link' =>
  256. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=pkts_out'
  257. )
  258. ),
  259. 'Process' => array
  260. (
  261. array
  262. (
  263. 'url' =>
  264. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=proc_run',
  265. 'title' => 'Total Running Processes',
  266. 'description' => 'Total number of running processes',
  267. 'link' =>
  268. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=proc_run'
  269. ),
  270. array
  271. (
  272. 'url' =>
  273. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=proc_total',
  274. 'title' => 'Total Processes',
  275. 'description' => 'Total number of processes',
  276. 'link' =>
  277. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=proc_total'
  278. )
  279. ),
  280. 'FSNamesystem' => array
  281. (
  282. array
  283. (
  284. 'url' =>
  285. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=dfs.FSNamesystem.BlockCapacity',
  286. 'title' => '',
  287. 'description' => '',
  288. 'link' =>
  289. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=dfs.FSNamesystem.BlockCapacity'
  290. ),
  291. array
  292. (
  293. 'url' =>
  294. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=dfs.FSNamesystem.BlocksTotal',
  295. 'title' => '',
  296. 'description' => '',
  297. 'link' =>
  298. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=dfs.FSNamesystem.BlocksTotal'
  299. ),
  300. array
  301. (
  302. 'url' =>
  303. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=dfs.FSNamesystem.CapacityRemainingGB',
  304. 'title' => '',
  305. 'description' => '',
  306. 'link' =>
  307. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=dfs.FSNamesystem.CapacityRemainingGB'
  308. ),
  309. array
  310. (
  311. 'url' =>
  312. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=dfs.FSNamesystem.CapacityTotalGB',
  313. 'title' => '',
  314. 'description' => '',
  315. 'link' =>
  316. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=dfs.FSNamesystem.CapacityTotalGB'
  317. ),
  318. array
  319. (
  320. 'url' =>
  321. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=dfs.FSNamesystem.CapacityUsedGB',
  322. 'title' => '',
  323. 'description' => '',
  324. 'link' =>
  325. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=dfs.FSNamesystem.CapacityUsedGB'
  326. ),
  327. array
  328. (
  329. 'url' =>
  330. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=dfs.FSNamesystem.CorruptBlocks',
  331. 'title' => '',
  332. 'description' => '',
  333. 'link' =>
  334. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=dfs.FSNamesystem.CorruptBlocks'
  335. ),
  336. array
  337. (
  338. 'url' =>
  339. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=dfs.FSNamesystem.ExcessBlocks',
  340. 'title' => '',
  341. 'description' => '',
  342. 'link' =>
  343. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=dfs.FSNamesystem.ExcessBlocks'
  344. ),
  345. array
  346. (
  347. 'url' =>
  348. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=dfs.FSNamesystem.FilesTotal',
  349. 'title' => '',
  350. 'description' => '',
  351. 'link' =>
  352. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=dfs.FSNamesystem.FilesTotal'
  353. ),
  354. array
  355. (
  356. 'url' =>
  357. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=dfs.FSNamesystem.MissingBlocks',
  358. 'title' => '',
  359. 'description' => '',
  360. 'link' =>
  361. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=dfs.FSNamesystem.MissingBlocks'
  362. ),
  363. array
  364. (
  365. 'url' =>
  366. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=dfs.FSNamesystem.PendingDeletionBlocks',
  367. 'title' => '',
  368. 'description' => '',
  369. 'link' =>
  370. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=dfs.FSNamesystem.PendingDeletionBlocks'
  371. ),
  372. array
  373. (
  374. 'url' =>
  375. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=dfs.FSNamesystem.PendingReplicationBlocks',
  376. 'title' => '',
  377. 'description' => '',
  378. 'link' =>
  379. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=dfs.FSNamesystem.PendingReplicationBlocks'
  380. ),
  381. array
  382. (
  383. 'url' =>
  384. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=dfs.FSNamesystem.ScheduledReplicationBlocks',
  385. 'title' => '',
  386. 'description' => '',
  387. 'link' =>
  388. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=dfs.FSNamesystem.ScheduledReplicationBlocks'
  389. ),
  390. array
  391. (
  392. 'url' =>
  393. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=dfs.FSNamesystem.TotalLoad',
  394. 'title' => '',
  395. 'description' => '',
  396. 'link' =>
  397. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=dfs.FSNamesystem.TotalLoad'
  398. ),
  399. array
  400. (
  401. 'url' =>
  402. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=dfs.FSNamesystem.UnderReplicatedBlocks',
  403. 'title' => '',
  404. 'description' => '',
  405. 'link' =>
  406. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=dfs.FSNamesystem.UnderReplicatedBlocks'
  407. )
  408. ),
  409. 'NameNode' => array
  410. (
  411. array
  412. (
  413. 'url' =>
  414. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=dfs.namenode.AddBlockOps',
  415. 'title' => '',
  416. 'description' => '',
  417. 'link' =>
  418. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=dfs.namenode.AddBlockOps'
  419. ),
  420. array
  421. (
  422. 'url' =>
  423. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=dfs.namenode.CreateFileOps',
  424. 'title' => '',
  425. 'description' => '',
  426. 'link' =>
  427. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=dfs.namenode.CreateFileOps'
  428. ),
  429. array
  430. (
  431. 'url' =>
  432. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=dfs.namenode.DeleteFileOps',
  433. 'title' => '',
  434. 'description' => '',
  435. 'link' =>
  436. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=dfs.namenode.DeleteFileOps'
  437. ),
  438. array
  439. (
  440. 'url' =>
  441. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=dfs.namenode.FileInfoOps',
  442. 'title' => '',
  443. 'description' => '',
  444. 'link' =>
  445. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=dfs.namenode.FileInfoOps'
  446. ),
  447. array
  448. (
  449. 'url' =>
  450. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=dfs.namenode.FilesAppended',
  451. 'title' => '',
  452. 'description' => '',
  453. 'link' =>
  454. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=dfs.namenode.FilesAppended'
  455. ),
  456. array
  457. (
  458. 'url' =>
  459. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=dfs.namenode.FilesCreated',
  460. 'title' => '',
  461. 'description' => '',
  462. 'link' =>
  463. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=dfs.namenode.FilesCreated'
  464. ),
  465. array
  466. (
  467. 'url' =>
  468. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=dfs.namenode.FilesDeleted',
  469. 'title' => '',
  470. 'description' => '',
  471. 'link' =>
  472. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=dfs.namenode.FilesDeleted'
  473. ),
  474. array
  475. (
  476. 'url' =>
  477. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=dfs.namenode.FilesInGetListingOps',
  478. 'title' => '',
  479. 'description' => '',
  480. 'link' =>
  481. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=dfs.namenode.FilesInGetListingOps'
  482. ),
  483. array
  484. (
  485. 'url' =>
  486. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=dfs.namenode.FilesRenamed',
  487. 'title' => '',
  488. 'description' => '',
  489. 'link' =>
  490. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=dfs.namenode.FilesRenamed'
  491. ),
  492. array
  493. (
  494. 'url' =>
  495. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=dfs.namenode.GetBlockLocations',
  496. 'title' => '',
  497. 'description' => '',
  498. 'link' =>
  499. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=dfs.namenode.GetBlockLocations'
  500. ),
  501. array
  502. (
  503. 'url' =>
  504. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=dfs.namenode.GetListingOps',
  505. 'title' => '',
  506. 'description' => '',
  507. 'link' =>
  508. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=dfs.namenode.GetListingOps'
  509. ),
  510. array
  511. (
  512. 'url' =>
  513. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=dfs.namenode.JournalTransactionsBatchedInSync',
  514. 'title' => '',
  515. 'description' => '',
  516. 'link' =>
  517. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=dfs.namenode.JournalTransactionsBatchedInSync'
  518. ),
  519. array
  520. (
  521. 'url' =>
  522. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=dfs.namenode.SafemodeTime',
  523. 'title' => '',
  524. 'description' => '',
  525. 'link' =>
  526. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=dfs.namenode.SafemodeTime'
  527. ),
  528. array
  529. (
  530. 'url' =>
  531. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=dfs.namenode.Syncs_avg_time',
  532. 'title' => '',
  533. 'description' => '',
  534. 'link' =>
  535. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=dfs.namenode.Syncs_avg_time'
  536. ),
  537. array
  538. (
  539. 'url' =>
  540. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=dfs.namenode.Syncs_num_ops',
  541. 'title' => '',
  542. 'description' => '',
  543. 'link' =>
  544. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=dfs.namenode.Syncs_num_ops'
  545. ),
  546. array
  547. (
  548. 'url' =>
  549. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=dfs.namenode.Transactions_avg_time',
  550. 'title' => '',
  551. 'description' => '',
  552. 'link' =>
  553. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=dfs.namenode.Transactions_avg_time'
  554. ),
  555. array
  556. (
  557. 'url' =>
  558. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=dfs.namenode.Transactions_num_ops',
  559. 'title' => '',
  560. 'description' => '',
  561. 'link' =>
  562. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=dfs.namenode.Transactions_num_ops'
  563. ),
  564. array
  565. (
  566. 'url' =>
  567. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=dfs.namenode.blockReport_avg_time',
  568. 'title' => '',
  569. 'description' => '',
  570. 'link' =>
  571. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=dfs.namenode.blockReport_avg_time'
  572. ),
  573. array
  574. (
  575. 'url' =>
  576. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=dfs.namenode.blockReport_num_ops',
  577. 'title' => '',
  578. 'description' => '',
  579. 'link' =>
  580. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=dfs.namenode.blockReport_num_ops'
  581. ),
  582. array
  583. (
  584. 'url' =>
  585. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=dfs.namenode.fsImageLoadTime',
  586. 'title' => '',
  587. 'description' => '',
  588. 'link' =>
  589. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=dfs.namenode.fsImageLoadTime'
  590. )
  591. ),
  592. 'JVM' => array
  593. (
  594. array
  595. (
  596. 'url' =>
  597. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=jvm.metrics.gcCount',
  598. 'title' => '',
  599. 'description' => '',
  600. 'link' =>
  601. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=jvm.metrics.gcCount'
  602. ),
  603. array
  604. (
  605. 'url' =>
  606. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=jvm.metrics.gcTimeMillis',
  607. 'title' => '',
  608. 'description' => '',
  609. 'link' =>
  610. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=jvm.metrics.gcTimeMillis'
  611. ),
  612. array
  613. (
  614. 'url' =>
  615. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=jvm.metrics.logError',
  616. 'title' => '',
  617. 'description' => '',
  618. 'link' =>
  619. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=jvm.metrics.logError'
  620. ),
  621. array
  622. (
  623. 'url' =>
  624. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=jvm.metrics.logFatal',
  625. 'title' => '',
  626. 'description' => '',
  627. 'link' =>
  628. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=jvm.metrics.logFatal'
  629. ),
  630. array
  631. (
  632. 'url' =>
  633. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=jvm.metrics.logInfo',
  634. 'title' => '',
  635. 'description' => '',
  636. 'link' =>
  637. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=jvm.metrics.logInfo'
  638. ),
  639. array
  640. (
  641. 'url' =>
  642. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=jvm.metrics.logWarn',
  643. 'title' => '',
  644. 'description' => '',
  645. 'link' =>
  646. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=jvm.metrics.logWarn'
  647. ),
  648. array
  649. (
  650. 'url' =>
  651. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=jvm.metrics.memHeapCommittedM',
  652. 'title' => '',
  653. 'description' => '',
  654. 'link' =>
  655. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=jvm.metrics.memHeapCommittedM'
  656. ),
  657. array
  658. (
  659. 'url' =>
  660. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=jvm.metrics.memHeapUsedM',
  661. 'title' => '',
  662. 'description' => '',
  663. 'link' =>
  664. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=jvm.metrics.memHeapUsedM'
  665. ),
  666. array
  667. (
  668. 'url' =>
  669. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=jvm.metrics.memNonHeapCommittedM',
  670. 'title' => '',
  671. 'description' => '',
  672. 'link' =>
  673. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=jvm.metrics.memNonHeapCommittedM'
  674. ),
  675. array
  676. (
  677. 'url' =>
  678. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=jvm.metrics.memNonHeapUsedM',
  679. 'title' => '',
  680. 'description' => '',
  681. 'link' =>
  682. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=jvm.metrics.memNonHeapUsedM'
  683. ),
  684. array
  685. (
  686. 'url' =>
  687. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=jvm.metrics.threadsBlocked',
  688. 'title' => '',
  689. 'description' => '',
  690. 'link' =>
  691. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=jvm.metrics.threadsBlocked'
  692. ),
  693. array
  694. (
  695. 'url' =>
  696. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=jvm.metrics.threadsNew',
  697. 'title' => '',
  698. 'description' => '',
  699. 'link' =>
  700. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=jvm.metrics.threadsNew'
  701. ),
  702. array
  703. (
  704. 'url' =>
  705. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=jvm.metrics.threadsRunnable',
  706. 'title' => '',
  707. 'description' => '',
  708. 'link' =>
  709. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=jvm.metrics.threadsRunnable'
  710. ),
  711. array
  712. (
  713. 'url' =>
  714. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=jvm.metrics.threadsTerminated',
  715. 'title' => '',
  716. 'description' => '',
  717. 'link' =>
  718. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=jvm.metrics.threadsTerminated'
  719. ),
  720. array
  721. (
  722. 'url' =>
  723. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=jvm.metrics.threadsTimedWaiting',
  724. 'title' => '',
  725. 'description' => '',
  726. 'link' =>
  727. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=jvm.metrics.threadsTimedWaiting'
  728. ),
  729. array
  730. (
  731. 'url' =>
  732. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=jvm.metrics.threadsWaiting',
  733. 'title' => '',
  734. 'description' => '',
  735. 'link' =>
  736. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=jvm.metrics.threadsWaiting'
  737. )
  738. ),
  739. 'MetricsSystem' => array
  740. (
  741. array
  742. (
  743. 'url' =>
  744. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=metricssystem.MetricsSystem.dropped_pub_all',
  745. 'title' => '',
  746. 'description' => '',
  747. 'link' =>
  748. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=metricssystem.MetricsSystem.dropped_pub_all'
  749. ),
  750. array
  751. (
  752. 'url' =>
  753. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=metricssystem.MetricsSystem.num_sinks',
  754. 'title' => '',
  755. 'description' => '',
  756. 'link' =>
  757. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=metricssystem.MetricsSystem.num_sinks'
  758. ),
  759. array
  760. (
  761. 'url' =>
  762. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=metricssystem.MetricsSystem.num_sources',
  763. 'title' => '',
  764. 'description' => '',
  765. 'link' =>
  766. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=metricssystem.MetricsSystem.num_sources'
  767. ),
  768. array
  769. (
  770. 'url' =>
  771. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=metricssystem.MetricsSystem.publish_avg_time',
  772. 'title' => '',
  773. 'description' => '',
  774. 'link' =>
  775. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=metricssystem.MetricsSystem.publish_avg_time'
  776. ),
  777. array
  778. (
  779. 'url' =>
  780. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=metricssystem.MetricsSystem.publish_imax_time',
  781. 'title' => '',
  782. 'description' => '',
  783. 'link' =>
  784. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=metricssystem.MetricsSystem.publish_imax_time'
  785. ),
  786. array
  787. (
  788. 'url' =>
  789. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=metricssystem.MetricsSystem.publish_imin_time',
  790. 'title' => '',
  791. 'description' => '',
  792. 'link' =>
  793. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=metricssystem.MetricsSystem.publish_imin_time'
  794. ),
  795. array
  796. (
  797. 'url' =>
  798. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=metricssystem.MetricsSystem.publish_max_time',
  799. 'title' => '',
  800. 'description' => '',
  801. 'link' =>
  802. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=metricssystem.MetricsSystem.publish_max_time'
  803. ),
  804. array
  805. (
  806. 'url' =>
  807. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=metricssystem.MetricsSystem.publish_min_time',
  808. 'title' => '',
  809. 'description' => '',
  810. 'link' =>
  811. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=metricssystem.MetricsSystem.publish_min_time'
  812. ),
  813. array
  814. (
  815. 'url' =>
  816. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=metricssystem.MetricsSystem.publish_num_ops',
  817. 'title' => '',
  818. 'description' => '',
  819. 'link' =>
  820. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=metricssystem.MetricsSystem.publish_num_ops'
  821. ),
  822. array
  823. (
  824. 'url' =>
  825. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=metricssystem.MetricsSystem.publish_stdev_time',
  826. 'title' => '',
  827. 'description' => '',
  828. 'link' =>
  829. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=metricssystem.MetricsSystem.publish_stdev_time'
  830. ),
  831. array
  832. (
  833. 'url' =>
  834. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=metricssystem.MetricsSystem.sink.ganglia.dropped',
  835. 'title' => '',
  836. 'description' => '',
  837. 'link' =>
  838. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=metricssystem.MetricsSystem.sink.ganglia.dropped'
  839. ),
  840. array
  841. (
  842. 'url' =>
  843. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=metricssystem.MetricsSystem.sink.ganglia.latency_avg_time',
  844. 'title' => '',
  845. 'description' => '',
  846. 'link' =>
  847. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=metricssystem.MetricsSystem.sink.ganglia.latency_avg_time'
  848. ),
  849. array
  850. (
  851. 'url' =>
  852. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=metricssystem.MetricsSystem.sink.ganglia.latency_num_ops',
  853. 'title' => '',
  854. 'description' => '',
  855. 'link' =>
  856. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=metricssystem.MetricsSystem.sink.ganglia.latency_num_ops'
  857. ),
  858. array
  859. (
  860. 'url' =>
  861. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=metricssystem.MetricsSystem.sink.ganglia.qsize',
  862. 'title' => '',
  863. 'description' => '',
  864. 'link' =>
  865. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=metricssystem.MetricsSystem.sink.ganglia.qsize'
  866. ),
  867. array
  868. (
  869. 'url' =>
  870. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=metricssystem.MetricsSystem.snapshot_avg_time',
  871. 'title' => '',
  872. 'description' => '',
  873. 'link' =>
  874. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=metricssystem.MetricsSystem.snapshot_avg_time'
  875. ),
  876. array
  877. (
  878. 'url' =>
  879. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=metricssystem.MetricsSystem.snapshot_imax_time',
  880. 'title' => '',
  881. 'description' => '',
  882. 'link' =>
  883. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=metricssystem.MetricsSystem.snapshot_imax_time'
  884. ),
  885. array
  886. (
  887. 'url' =>
  888. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=metricssystem.MetricsSystem.snapshot_imin_time',
  889. 'title' => '',
  890. 'description' => '',
  891. 'link' =>
  892. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=metricssystem.MetricsSystem.snapshot_imin_time'
  893. ),
  894. array
  895. (
  896. 'url' =>
  897. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=metricssystem.MetricsSystem.snapshot_max_time',
  898. 'title' => '',
  899. 'description' => '',
  900. 'link' =>
  901. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=metricssystem.MetricsSystem.snapshot_max_time'
  902. ),
  903. array
  904. (
  905. 'url' =>
  906. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=metricssystem.MetricsSystem.snapshot_min_time',
  907. 'title' => '',
  908. 'description' => '',
  909. 'link' =>
  910. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=metricssystem.MetricsSystem.snapshot_min_time'
  911. ),
  912. array
  913. (
  914. 'url' =>
  915. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=metricssystem.MetricsSystem.snapshot_num_ops',
  916. 'title' => '',
  917. 'description' => '',
  918. 'link' =>
  919. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=metricssystem.MetricsSystem.snapshot_num_ops'
  920. ),
  921. array
  922. (
  923. 'url' =>
  924. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=metricssystem.MetricsSystem.snapshot_stdev_time',
  925. 'title' => '',
  926. 'description' => '',
  927. 'link' =>
  928. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=metricssystem.MetricsSystem.snapshot_stdev_time'
  929. )
  930. ),
  931. 'RPC' => array
  932. (
  933. array
  934. (
  935. 'url' =>
  936. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=rpc.rpc.NumOpenConnections',
  937. 'title' => '',
  938. 'description' => '',
  939. 'link' =>
  940. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=rpc.rpc.NumOpenConnections'
  941. ),
  942. array
  943. (
  944. 'url' =>
  945. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=rpc.rpc.ReceivedBytes',
  946. 'title' => '',
  947. 'description' => '',
  948. 'link' =>
  949. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=rpc.rpc.ReceivedBytes'
  950. ),
  951. array
  952. (
  953. 'url' =>
  954. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=rpc.rpc.RpcProcessingTime_avg_time',
  955. 'title' => '',
  956. 'description' => '',
  957. 'link' =>
  958. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=rpc.rpc.RpcProcessingTime_avg_time'
  959. ),
  960. array
  961. (
  962. 'url' =>
  963. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=rpc.rpc.RpcProcessingTime_num_ops',
  964. 'title' => '',
  965. 'description' => '',
  966. 'link' =>
  967. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=rpc.rpc.RpcProcessingTime_num_ops'
  968. ),
  969. array
  970. (
  971. 'url' =>
  972. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=rpc.rpc.RpcQueueTime_avg_time',
  973. 'title' => '',
  974. 'description' => '',
  975. 'link' =>
  976. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=rpc.rpc.RpcQueueTime_avg_time'
  977. ),
  978. array
  979. (
  980. 'url' =>
  981. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=rpc.rpc.RpcQueueTime_num_ops',
  982. 'title' => '',
  983. 'description' => '',
  984. 'link' =>
  985. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=rpc.rpc.RpcQueueTime_num_ops'
  986. ),
  987. array
  988. (
  989. 'url' =>
  990. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=rpc.rpc.SentBytes',
  991. 'title' => '',
  992. 'description' => '',
  993. 'link' =>
  994. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=rpc.rpc.SentBytes'
  995. ),
  996. array
  997. (
  998. 'url' =>
  999. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=rpc.rpc.callQueueLen',
  1000. 'title' => '',
  1001. 'description' => '',
  1002. 'link' =>
  1003. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=rpc.rpc.callQueueLen'
  1004. ),
  1005. array
  1006. (
  1007. 'url' =>
  1008. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=rpc.rpc.rpcAuthenticationFailures',
  1009. 'title' => '',
  1010. 'description' => '',
  1011. 'link' =>
  1012. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=rpc.rpc.rpcAuthenticationFailures'
  1013. ),
  1014. array
  1015. (
  1016. 'url' =>
  1017. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=rpc.rpc.rpcAuthenticationSuccesses',
  1018. 'title' => '',
  1019. 'description' => '',
  1020. 'link' =>
  1021. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=rpc.rpc.rpcAuthenticationSuccesses'
  1022. ),
  1023. array
  1024. (
  1025. 'url' =>
  1026. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=rpc.rpc.rpcAuthorizationFailures',
  1027. 'title' => '',
  1028. 'description' => '',
  1029. 'link' =>
  1030. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=rpc.rpc.rpcAuthorizationFailures'
  1031. ),
  1032. array
  1033. (
  1034. 'url' =>
  1035. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=rpc.rpc.rpcAuthorizationSuccesses',
  1036. 'title' => '',
  1037. 'description' => '',
  1038. 'link' =>
  1039. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=rpc.rpc.rpcAuthorizationSuccesses'
  1040. )
  1041. ),
  1042. 'RPCDetailed' => array
  1043. (
  1044. array
  1045. (
  1046. 'url' =>
  1047. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.addBlock_avg_time',
  1048. 'title' => '',
  1049. 'description' => '',
  1050. 'link' =>
  1051. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.addBlock_avg_time'
  1052. ),
  1053. array
  1054. (
  1055. 'url' =>
  1056. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.blockReceived_avg_time',
  1057. 'title' => '',
  1058. 'description' => '',
  1059. 'link' =>
  1060. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.blockReceived_avg_time'
  1061. ),
  1062. array
  1063. (
  1064. 'url' =>
  1065. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.blockReport_avg_time',
  1066. 'title' => '',
  1067. 'description' => '',
  1068. 'link' =>
  1069. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.blockReport_avg_time'
  1070. ),
  1071. array
  1072. (
  1073. 'url' =>
  1074. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.complete_avg_time',
  1075. 'title' => '',
  1076. 'description' => '',
  1077. 'link' =>
  1078. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.complete_avg_time'
  1079. ),
  1080. array
  1081. (
  1082. 'url' =>
  1083. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.create_avg_time',
  1084. 'title' => '',
  1085. 'description' => '',
  1086. 'link' =>
  1087. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.create_avg_time'
  1088. ),
  1089. array
  1090. (
  1091. 'url' =>
  1092. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.delete_avg_time',
  1093. 'title' => '',
  1094. 'description' => '',
  1095. 'link' =>
  1096. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.delete_avg_time'
  1097. ),
  1098. array
  1099. (
  1100. 'url' =>
  1101. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.getFileInfo_avg_time',
  1102. 'title' => '',
  1103. 'description' => '',
  1104. 'link' =>
  1105. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.getFileInfo_avg_time'
  1106. ),
  1107. array
  1108. (
  1109. 'url' =>
  1110. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.getListing_avg_time',
  1111. 'title' => '',
  1112. 'description' => '',
  1113. 'link' =>
  1114. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.getListing_avg_time'
  1115. ),
  1116. array
  1117. (
  1118. 'url' =>
  1119. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.getProtocolVersion_avg_time',
  1120. 'title' => '',
  1121. 'description' => '',
  1122. 'link' =>
  1123. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.getProtocolVersion_avg_time'
  1124. ),
  1125. array
  1126. (
  1127. 'url' =>
  1128. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.mkdirs_avg_time',
  1129. 'title' => '',
  1130. 'description' => '',
  1131. 'link' =>
  1132. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.mkdirs_avg_time'
  1133. ),
  1134. array
  1135. (
  1136. 'url' =>
  1137. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.register_avg_time',
  1138. 'title' => '',
  1139. 'description' => '',
  1140. 'link' =>
  1141. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.register_avg_time'
  1142. ),
  1143. array
  1144. (
  1145. 'url' =>
  1146. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.renewLease_avg_time',
  1147. 'title' => '',
  1148. 'description' => '',
  1149. 'link' =>
  1150. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.renewLease_avg_time'
  1151. ),
  1152. array
  1153. (
  1154. 'url' =>
  1155. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.sendHeartbeat_avg_time',
  1156. 'title' => '',
  1157. 'description' => '',
  1158. 'link' =>
  1159. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.sendHeartbeat_avg_time'
  1160. ),
  1161. array
  1162. (
  1163. 'url' =>
  1164. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.setPermission_avg_time',
  1165. 'title' => '',
  1166. 'description' => '',
  1167. 'link' =>
  1168. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.setPermission_avg_time'
  1169. ),
  1170. array
  1171. (
  1172. 'url' =>
  1173. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.versionRequest_avg_time',
  1174. 'title' => '',
  1175. 'description' => '',
  1176. 'link' =>
  1177. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.versionRequest_avg_time'
  1178. ),
  1179. array
  1180. (
  1181. 'url' =>
  1182. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.addBlock_num_ops',
  1183. 'title' => '',
  1184. 'description' => '',
  1185. 'link' =>
  1186. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.addBlock_num_ops'
  1187. ),
  1188. array
  1189. (
  1190. 'url' =>
  1191. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.blockReceived_num_ops',
  1192. 'title' => '',
  1193. 'description' => '',
  1194. 'link' =>
  1195. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.blockReceived_num_ops'
  1196. ),
  1197. array
  1198. (
  1199. 'url' =>
  1200. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.blockReport_num_ops',
  1201. 'title' => '',
  1202. 'description' => '',
  1203. 'link' =>
  1204. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.blockReport_num_ops'
  1205. ),
  1206. array
  1207. (
  1208. 'url' =>
  1209. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.complete_num_ops',
  1210. 'title' => '',
  1211. 'description' => '',
  1212. 'link' =>
  1213. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.complete_num_ops'
  1214. ),
  1215. array
  1216. (
  1217. 'url' =>
  1218. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.create_num_ops',
  1219. 'title' => '',
  1220. 'description' => '',
  1221. 'link' =>
  1222. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.create_num_ops'
  1223. ),
  1224. array
  1225. (
  1226. 'url' =>
  1227. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.delete_num_ops',
  1228. 'title' => '',
  1229. 'description' => '',
  1230. 'link' =>
  1231. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.delete_num_ops'
  1232. ),
  1233. array
  1234. (
  1235. 'url' =>
  1236. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.getFileInfo_num_ops',
  1237. 'title' => '',
  1238. 'description' => '',
  1239. 'link' =>
  1240. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.getFileInfo_num_ops'
  1241. ),
  1242. array
  1243. (
  1244. 'url' =>
  1245. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.getListing_num_ops',
  1246. 'title' => '',
  1247. 'description' => '',
  1248. 'link' =>
  1249. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.getListing_num_ops'
  1250. ),
  1251. array
  1252. (
  1253. 'url' =>
  1254. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.getProtocolVersion_num_ops',
  1255. 'title' => '',
  1256. 'description' => '',
  1257. 'link' =>
  1258. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.getProtocolVersion_num_ops'
  1259. ),
  1260. array
  1261. (
  1262. 'url' =>
  1263. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.mkdirs_num_ops',
  1264. 'title' => '',
  1265. 'description' => '',
  1266. 'link' =>
  1267. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.mkdirs_num_ops'
  1268. ),
  1269. array
  1270. (
  1271. 'url' =>
  1272. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.register_num_ops',
  1273. 'title' => '',
  1274. 'description' => '',
  1275. 'link' =>
  1276. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.register_num_ops'
  1277. ),
  1278. array
  1279. (
  1280. 'url' =>
  1281. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.renewLease_num_ops',
  1282. 'title' => '',
  1283. 'description' => '',
  1284. 'link' =>
  1285. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.renewLease_num_ops'
  1286. ),
  1287. array
  1288. (
  1289. 'url' =>
  1290. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.sendHeartbeat_num_ops',
  1291. 'title' => '',
  1292. 'description' => '',
  1293. 'link' =>
  1294. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.sendHeartbeat_num_ops'
  1295. ),
  1296. array
  1297. (
  1298. 'url' =>
  1299. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.setPermission_num_ops',
  1300. 'title' => '',
  1301. 'description' => '',
  1302. 'link' =>
  1303. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.setPermission_num_ops'
  1304. ),
  1305. array
  1306. (
  1307. 'url' =>
  1308. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.versionRequest_num_ops',
  1309. 'title' => '',
  1310. 'description' => '',
  1311. 'link' =>
  1312. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=rpcdetailed.rpcdetailed.versionRequest_num_ops'
  1313. )
  1314. ),
  1315. 'UGI' => array
  1316. (
  1317. array
  1318. (
  1319. 'url' =>
  1320. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=ugi.ugi.loginFailure_avg_time',
  1321. 'title' => '',
  1322. 'description' => '',
  1323. 'link' =>
  1324. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=ugi.ugi.loginFailure_avg_time'
  1325. ),
  1326. array
  1327. (
  1328. 'url' =>
  1329. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=ugi.ugi.loginFailure_num_ops',
  1330. 'title' => '',
  1331. 'description' => '',
  1332. 'link' =>
  1333. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=ugi.ugi.loginFailure_num_ops'
  1334. ),
  1335. array
  1336. (
  1337. 'url' =>
  1338. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=ugi.ugi.loginSuccess_avg_time',
  1339. 'title' => '',
  1340. 'description' => '',
  1341. 'link' =>
  1342. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=ugi.ugi.loginSuccess_avg_time'
  1343. ),
  1344. array
  1345. (
  1346. 'url' =>
  1347. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/graph.php?c=%NameNodeClusterName%&m=ugi.ugi.loginSuccess_num_ops',
  1348. 'title' => '',
  1349. 'description' => '',
  1350. 'link' =>
  1351. 'http://%GangliaWebHostName%:%GangliaWebPort%/ganglia/?c=%NameNodeClusterName%&m=ugi.ugi.loginSuccess_num_ops'
  1352. )
  1353. )
  1354. );
  1355. echo json_encode($data);
  1356. ?>