generate_mapreduce_json.php 62 KB

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