sample_hbasemaster_jmx.json 66 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652
  1. {
  2. "beans" : [ {
  3. "name" : "java.lang:type=Memory",
  4. "modelerType" : "sun.management.MemoryImpl",
  5. "Verbose" : false,
  6. "ObjectPendingFinalizationCount" : 0,
  7. "HeapMemoryUsage" : {
  8. "committed" : 85000192,
  9. "init" : 0,
  10. "max" : 1035468800,
  11. "used" : 32946880
  12. },
  13. "NonHeapMemoryUsage" : {
  14. "committed" : 29233152,
  15. "init" : 24317952,
  16. "max" : 136314880,
  17. "used" : 28124056
  18. }
  19. }, {
  20. "name" : "hadoop:service=HBase,name=RPCStatistics-61258",
  21. "modelerType" : "org.apache.hadoop.hbase.ipc.HBaseRPCStatistics",
  22. "enableTableNumOps" : 0,
  23. "enableTableAvgTime" : 0,
  24. "enableTableMinTime" : -1,
  25. "enableTableMaxTime" : 0,
  26. "assignNumOps" : 0,
  27. "assignAvgTime" : 0,
  28. "assignMinTime" : -1,
  29. "assignMaxTime" : 0,
  30. "flushRegion.aboveOneSec.NumOps" : 0,
  31. "flushRegion.aboveOneSec.AvgTime" : 0,
  32. "flushRegion.aboveOneSec.MinTime" : -1,
  33. "flushRegion.aboveOneSec.MaxTime" : 0,
  34. "incrementColumnValue.aboveOneSec.NumOps" : 0,
  35. "incrementColumnValue.aboveOneSec.AvgTime" : 0,
  36. "incrementColumnValue.aboveOneSec.MinTime" : -1,
  37. "incrementColumnValue.aboveOneSec.MaxTime" : 0,
  38. "getZooKeeper.aboveOneSec.NumOps" : 0,
  39. "getZooKeeper.aboveOneSec.AvgTime" : 0,
  40. "getZooKeeper.aboveOneSec.MinTime" : -1,
  41. "getZooKeeper.aboveOneSec.MaxTime" : 0,
  42. "splitRegion.aboveOneSec.NumOps" : 0,
  43. "splitRegion.aboveOneSec.AvgTime" : 0,
  44. "splitRegion.aboveOneSec.MinTime" : -1,
  45. "splitRegion.aboveOneSec.MaxTime" : 0,
  46. "RpcSlowResponseNumOps" : 0,
  47. "RpcSlowResponseAvgTime" : 0,
  48. "RpcSlowResponseMinTime" : -1,
  49. "RpcSlowResponseMaxTime" : 0,
  50. "getProtocolVersion.aboveOneSec.NumOps" : 0,
  51. "getProtocolVersion.aboveOneSec.AvgTime" : 0,
  52. "getProtocolVersion.aboveOneSec.MinTime" : -1,
  53. "getProtocolVersion.aboveOneSec.MaxTime" : 0,
  54. "getCatalogTracker.aboveOneSec.NumOps" : 0,
  55. "getCatalogTracker.aboveOneSec.AvgTime" : 0,
  56. "getCatalogTracker.aboveOneSec.MinTime" : -1,
  57. "getCatalogTracker.aboveOneSec.MaxTime" : 0,
  58. "rollHLogWriter.aboveOneSec.NumOps" : 0,
  59. "rollHLogWriter.aboveOneSec.AvgTime" : 0,
  60. "rollHLogWriter.aboveOneSec.MinTime" : -1,
  61. "rollHLogWriter.aboveOneSec.MaxTime" : 0,
  62. "delete.aboveOneSec.NumOps" : 0,
  63. "delete.aboveOneSec.AvgTime" : 0,
  64. "delete.aboveOneSec.MinTime" : -1,
  65. "delete.aboveOneSec.MaxTime" : 0,
  66. "bulkLoadHFiles.aboveOneSec.NumOps" : 0,
  67. "bulkLoadHFiles.aboveOneSec.AvgTime" : 0,
  68. "bulkLoadHFiles.aboveOneSec.MinTime" : -1,
  69. "bulkLoadHFiles.aboveOneSec.MaxTime" : 0,
  70. "moveNumOps" : 0,
  71. "moveAvgTime" : 0,
  72. "moveMinTime" : -1,
  73. "moveMaxTime" : 0,
  74. "getServerNameNumOps" : 0,
  75. "getServerNameAvgTime" : 0,
  76. "getServerNameMinTime" : -1,
  77. "getServerNameMaxTime" : 0,
  78. "openRegionNumOps" : 0,
  79. "openRegionAvgTime" : 0,
  80. "openRegionMinTime" : 1,
  81. "openRegionMaxTime" : 3,
  82. "getClosestRowBefore.aboveOneSec.NumOps" : 0,
  83. "getClosestRowBefore.aboveOneSec.AvgTime" : 0,
  84. "getClosestRowBefore.aboveOneSec.MinTime" : -1,
  85. "getClosestRowBefore.aboveOneSec.MaxTime" : 0,
  86. "addToOnlineRegionsNumOps" : 0,
  87. "addToOnlineRegionsAvgTime" : 0,
  88. "addToOnlineRegionsMinTime" : -1,
  89. "addToOnlineRegionsMaxTime" : 0,
  90. "incrementNumOps" : 0,
  91. "incrementAvgTime" : 0,
  92. "incrementMinTime" : -1,
  93. "incrementMaxTime" : 0,
  94. "increment.aboveOneSec.NumOps" : 0,
  95. "increment.aboveOneSec.AvgTime" : 0,
  96. "increment.aboveOneSec.MinTime" : -1,
  97. "increment.aboveOneSec.MaxTime" : 0,
  98. "deleteTableNumOps" : 0,
  99. "deleteTableAvgTime" : 0,
  100. "deleteTableMinTime" : -1,
  101. "deleteTableMaxTime" : 0,
  102. "execCoprocessor.aboveOneSec.NumOps" : 0,
  103. "execCoprocessor.aboveOneSec.AvgTime" : 0,
  104. "execCoprocessor.aboveOneSec.MinTime" : -1,
  105. "execCoprocessor.aboveOneSec.MaxTime" : 0,
  106. "checkOOME.aboveOneSec.NumOps" : 0,
  107. "checkOOME.aboveOneSec.AvgTime" : 0,
  108. "checkOOME.aboveOneSec.MinTime" : -1,
  109. "checkOOME.aboveOneSec.MaxTime" : 0,
  110. "get.aboveOneSec.NumOps" : 0,
  111. "get.aboveOneSec.AvgTime" : 0,
  112. "get.aboveOneSec.MinTime" : -1,
  113. "get.aboveOneSec.MaxTime" : 0,
  114. "getCatalogTrackerNumOps" : 0,
  115. "getCatalogTrackerAvgTime" : 0,
  116. "getCatalogTrackerMinTime" : -1,
  117. "getCatalogTrackerMaxTime" : 0,
  118. "getHServerInfo.aboveOneSec.NumOps" : 0,
  119. "getHServerInfo.aboveOneSec.AvgTime" : 0,
  120. "getHServerInfo.aboveOneSec.MinTime" : -1,
  121. "getHServerInfo.aboveOneSec.MaxTime" : 0,
  122. "execCoprocessorNumOps" : 0,
  123. "execCoprocessorAvgTime" : 0,
  124. "execCoprocessorMinTime" : -1,
  125. "execCoprocessorMaxTime" : 0,
  126. "openScanner.aboveOneSec.NumOps" : 0,
  127. "openScanner.aboveOneSec.AvgTime" : 0,
  128. "openScanner.aboveOneSec.MinTime" : -1,
  129. "openScanner.aboveOneSec.MaxTime" : 0,
  130. "openRegions.aboveOneSec.NumOps" : 0,
  131. "openRegions.aboveOneSec.AvgTime" : 0,
  132. "openRegions.aboveOneSec.MinTime" : -1,
  133. "openRegions.aboveOneSec.MaxTime" : 0,
  134. "getHTableDescriptorsNumOps" : 0,
  135. "getHTableDescriptorsAvgTime" : 0,
  136. "getHTableDescriptorsMinTime" : -1,
  137. "getHTableDescriptorsMaxTime" : 0,
  138. "addColumnNumOps" : 0,
  139. "addColumnAvgTime" : 0,
  140. "addColumnMinTime" : -1,
  141. "addColumnMaxTime" : 0,
  142. "abort.aboveOneSec.NumOps" : 0,
  143. "abort.aboveOneSec.AvgTime" : 0,
  144. "abort.aboveOneSec.MinTime" : -1,
  145. "abort.aboveOneSec.MaxTime" : 0,
  146. "getServerName.aboveOneSec.NumOps" : 0,
  147. "getServerName.aboveOneSec.AvgTime" : 0,
  148. "getServerName.aboveOneSec.MinTime" : -1,
  149. "getServerName.aboveOneSec.MaxTime" : 0,
  150. "multiNumOps" : 0,
  151. "multiAvgTime" : 0,
  152. "multiMinTime" : 5,
  153. "multiMaxTime" : 5,
  154. "closeRegionNumOps" : 0,
  155. "closeRegionAvgTime" : 0,
  156. "closeRegionMinTime" : -1,
  157. "closeRegionMaxTime" : 0,
  158. "disableTableNumOps" : 0,
  159. "disableTableAvgTime" : 0,
  160. "disableTableMinTime" : -1,
  161. "disableTableMaxTime" : 0,
  162. "next.aboveOneSec.NumOps" : 0,
  163. "next.aboveOneSec.AvgTime" : 0,
  164. "next.aboveOneSec.MinTime" : -1,
  165. "next.aboveOneSec.MaxTime" : 0,
  166. "bulkLoadHFilesNumOps" : 0,
  167. "bulkLoadHFilesAvgTime" : 0,
  168. "bulkLoadHFilesMinTime" : -1,
  169. "bulkLoadHFilesMaxTime" : 0,
  170. "putNumOps" : 0,
  171. "putAvgTime" : 0,
  172. "putMinTime" : -1,
  173. "putMaxTime" : 0,
  174. "createTableNumOps" : 0,
  175. "createTableAvgTime" : 0,
  176. "createTableMinTime" : -1,
  177. "createTableMaxTime" : 0,
  178. "stop.aboveOneSec.NumOps" : 0,
  179. "stop.aboveOneSec.AvgTime" : 0,
  180. "stop.aboveOneSec.MinTime" : -1,
  181. "stop.aboveOneSec.MaxTime" : 0,
  182. "unlockRowNumOps" : 0,
  183. "unlockRowAvgTime" : 0,
  184. "unlockRowMinTime" : -1,
  185. "unlockRowMaxTime" : 0,
  186. "nextNumOps" : 0,
  187. "nextAvgTime" : 0,
  188. "nextMinTime" : 0,
  189. "nextMaxTime" : 1,
  190. "reportRSFatalErrorNumOps" : 0,
  191. "reportRSFatalErrorAvgTime" : 0,
  192. "reportRSFatalErrorMinTime" : -1,
  193. "reportRSFatalErrorMaxTime" : 0,
  194. "rpcAuthenticationFailures" : 0,
  195. "getRegionInfoNumOps" : 0,
  196. "getRegionInfoAvgTime" : 0,
  197. "getRegionInfoMinTime" : 0,
  198. "getRegionInfoMaxTime" : 0,
  199. "openScannerNumOps" : 0,
  200. "openScannerAvgTime" : 0,
  201. "openScannerMinTime" : 0,
  202. "openScannerMaxTime" : 1,
  203. "getAlterStatusNumOps" : 0,
  204. "getAlterStatusAvgTime" : 0,
  205. "getAlterStatusMinTime" : -1,
  206. "getAlterStatusMaxTime" : 0,
  207. "deleteNumOps" : 0,
  208. "deleteAvgTime" : 0,
  209. "deleteMinTime" : -1,
  210. "deleteMaxTime" : 0,
  211. "getFromOnlineRegionsNumOps" : 0,
  212. "getFromOnlineRegionsAvgTime" : 0,
  213. "getFromOnlineRegionsMinTime" : -1,
  214. "getFromOnlineRegionsMaxTime" : 0,
  215. "RpcProcessingTimeNumOps" : 0,
  216. "RpcProcessingTimeAvgTime" : 0,
  217. "RpcProcessingTimeMinTime" : 0,
  218. "RpcProcessingTimeMaxTime" : 6,
  219. "isStoppedNumOps" : 0,
  220. "isStoppedAvgTime" : 0,
  221. "isStoppedMinTime" : -1,
  222. "isStoppedMaxTime" : 0,
  223. "shutdownNumOps" : 0,
  224. "shutdownAvgTime" : 0,
  225. "shutdownMinTime" : -1,
  226. "shutdownMaxTime" : 0,
  227. "openRegionsNumOps" : 0,
  228. "openRegionsAvgTime" : 0,
  229. "openRegionsMinTime" : -1,
  230. "openRegionsMaxTime" : 0,
  231. "getClosestRowBeforeNumOps" : 0,
  232. "getClosestRowBeforeAvgTime" : 0,
  233. "getClosestRowBeforeMinTime" : 4,
  234. "getClosestRowBeforeMaxTime" : 4,
  235. "getHServerInfoNumOps" : 0,
  236. "getHServerInfoAvgTime" : 0,
  237. "getHServerInfoMinTime" : -1,
  238. "getHServerInfoMaxTime" : 0,
  239. "getProtocolSignatureNumOps" : 0,
  240. "getProtocolSignatureAvgTime" : 0,
  241. "getProtocolSignatureMinTime" : -1,
  242. "getProtocolSignatureMaxTime" : 0,
  243. "getRegionInfo.aboveOneSec.NumOps" : 0,
  244. "getRegionInfo.aboveOneSec.AvgTime" : 0,
  245. "getRegionInfo.aboveOneSec.MinTime" : -1,
  246. "getRegionInfo.aboveOneSec.MaxTime" : 0,
  247. "getZooKeeperNumOps" : 0,
  248. "getZooKeeperAvgTime" : 0,
  249. "getZooKeeperMinTime" : -1,
  250. "getZooKeeperMaxTime" : 0,
  251. "getOnlineRegions.aboveOneSec.NumOps" : 0,
  252. "getOnlineRegions.aboveOneSec.AvgTime" : 0,
  253. "getOnlineRegions.aboveOneSec.MinTime" : -1,
  254. "getOnlineRegions.aboveOneSec.MaxTime" : 0,
  255. "removeFromOnlineRegions.aboveOneSec.NumOps" : 0,
  256. "removeFromOnlineRegions.aboveOneSec.AvgTime" : 0,
  257. "removeFromOnlineRegions.aboveOneSec.MinTime" : -1,
  258. "removeFromOnlineRegions.aboveOneSec.MaxTime" : 0,
  259. "SentBytes" : 0,
  260. "existsNumOps" : 0,
  261. "existsAvgTime" : 0,
  262. "existsMinTime" : -1,
  263. "existsMaxTime" : 0,
  264. "getFromOnlineRegions.aboveOneSec.NumOps" : 0,
  265. "getFromOnlineRegions.aboveOneSec.AvgTime" : 0,
  266. "getFromOnlineRegions.aboveOneSec.MinTime" : -1,
  267. "getFromOnlineRegions.aboveOneSec.MaxTime" : 0,
  268. "unlockRow.aboveOneSec.NumOps" : 0,
  269. "unlockRow.aboveOneSec.AvgTime" : 0,
  270. "unlockRow.aboveOneSec.MinTime" : -1,
  271. "unlockRow.aboveOneSec.MaxTime" : 0,
  272. "isStopped.aboveOneSec.NumOps" : 0,
  273. "isStopped.aboveOneSec.AvgTime" : 0,
  274. "isStopped.aboveOneSec.MinTime" : -1,
  275. "isStopped.aboveOneSec.MaxTime" : 0,
  276. "regionServerStartupNumOps" : 0,
  277. "regionServerStartupAvgTime" : 0,
  278. "regionServerStartupMinTime" : -1,
  279. "regionServerStartupMaxTime" : 0,
  280. "compactRegionNumOps" : 0,
  281. "compactRegionAvgTime" : 0,
  282. "compactRegionMinTime" : -1,
  283. "compactRegionMaxTime" : 0,
  284. "abortNumOps" : 0,
  285. "abortAvgTime" : 0,
  286. "abortMinTime" : -1,
  287. "abortMaxTime" : 0,
  288. "balanceSwitchNumOps" : 0,
  289. "balanceSwitchAvgTime" : 0,
  290. "balanceSwitchMinTime" : -1,
  291. "balanceSwitchMaxTime" : 0,
  292. "rollHLogWriterNumOps" : 0,
  293. "rollHLogWriterAvgTime" : 0,
  294. "rollHLogWriterMinTime" : -1,
  295. "rollHLogWriterMaxTime" : 0,
  296. "splitRegionNumOps" : 0,
  297. "splitRegionAvgTime" : 0,
  298. "splitRegionMinTime" : -1,
  299. "splitRegionMaxTime" : 0,
  300. "ReceivedBytes" : 0,
  301. "getOnlineRegionsNumOps" : 0,
  302. "getOnlineRegionsAvgTime" : 0,
  303. "getOnlineRegionsMinTime" : -1,
  304. "getOnlineRegionsMaxTime" : 0,
  305. "closeNumOps" : 0,
  306. "closeAvgTime" : 0,
  307. "closeMinTime" : 0,
  308. "closeMaxTime" : 0,
  309. "balanceNumOps" : 0,
  310. "balanceAvgTime" : 0,
  311. "balanceMinTime" : -1,
  312. "balanceMaxTime" : 0,
  313. "openRegion.aboveOneSec.NumOps" : 0,
  314. "openRegion.aboveOneSec.AvgTime" : 0,
  315. "openRegion.aboveOneSec.MinTime" : -1,
  316. "openRegion.aboveOneSec.MaxTime" : 0,
  317. "getProtocolSignature.aboveOneSec.NumOps" : 0,
  318. "getProtocolSignature.aboveOneSec.AvgTime" : 0,
  319. "getProtocolSignature.aboveOneSec.MinTime" : -1,
  320. "getProtocolSignature.aboveOneSec.MaxTime" : 0,
  321. "isAborted.aboveOneSec.NumOps" : 0,
  322. "isAborted.aboveOneSec.AvgTime" : 0,
  323. "isAborted.aboveOneSec.MinTime" : -1,
  324. "isAborted.aboveOneSec.MaxTime" : 0,
  325. "getClusterStatusNumOps" : 0,
  326. "getClusterStatusAvgTime" : 0,
  327. "getClusterStatusMinTime" : -1,
  328. "getClusterStatusMaxTime" : 0,
  329. "isAbortedNumOps" : 0,
  330. "isAbortedAvgTime" : 0,
  331. "isAbortedMinTime" : -1,
  332. "isAbortedMaxTime" : 0,
  333. "exists.aboveOneSec.NumOps" : 0,
  334. "exists.aboveOneSec.AvgTime" : 0,
  335. "exists.aboveOneSec.MinTime" : -1,
  336. "exists.aboveOneSec.MaxTime" : 0,
  337. "getBlockCacheColumnFamilySummariesNumOps" : 0,
  338. "getBlockCacheColumnFamilySummariesAvgTime" : 0,
  339. "getBlockCacheColumnFamilySummariesMinTime" : -1,
  340. "getBlockCacheColumnFamilySummariesMaxTime" : 0,
  341. "lockRow.aboveOneSec.NumOps" : 0,
  342. "lockRow.aboveOneSec.AvgTime" : 0,
  343. "lockRow.aboveOneSec.MinTime" : -1,
  344. "lockRow.aboveOneSec.MaxTime" : 0,
  345. "getConfiguration.aboveOneSec.NumOps" : 0,
  346. "getConfiguration.aboveOneSec.AvgTime" : 0,
  347. "getConfiguration.aboveOneSec.MinTime" : -1,
  348. "getConfiguration.aboveOneSec.MaxTime" : 0,
  349. "getNumOps" : 0,
  350. "getAvgTime" : 0,
  351. "getMinTime" : 1,
  352. "getMaxTime" : 6,
  353. "stopMasterNumOps" : 0,
  354. "stopMasterAvgTime" : 0,
  355. "stopMasterMinTime" : -1,
  356. "stopMasterMaxTime" : 0,
  357. "closeRegion.aboveOneSec.NumOps" : 0,
  358. "closeRegion.aboveOneSec.AvgTime" : 0,
  359. "closeRegion.aboveOneSec.MinTime" : -1,
  360. "closeRegion.aboveOneSec.MaxTime" : 0,
  361. "put.aboveOneSec.NumOps" : 0,
  362. "put.aboveOneSec.AvgTime" : 0,
  363. "put.aboveOneSec.MinTime" : -1,
  364. "put.aboveOneSec.MaxTime" : 0,
  365. "checkAndPutNumOps" : 0,
  366. "checkAndPutAvgTime" : 0,
  367. "checkAndPutMinTime" : -1,
  368. "checkAndPutMaxTime" : 0,
  369. "addToOnlineRegions.aboveOneSec.NumOps" : 0,
  370. "addToOnlineRegions.aboveOneSec.AvgTime" : 0,
  371. "addToOnlineRegions.aboveOneSec.MinTime" : -1,
  372. "addToOnlineRegions.aboveOneSec.MaxTime" : 0,
  373. "deleteColumnNumOps" : 0,
  374. "deleteColumnAvgTime" : 0,
  375. "deleteColumnMinTime" : -1,
  376. "deleteColumnMaxTime" : 0,
  377. "checkAndDelete.aboveOneSec.NumOps" : 0,
  378. "checkAndDelete.aboveOneSec.AvgTime" : 0,
  379. "checkAndDelete.aboveOneSec.MinTime" : -1,
  380. "checkAndDelete.aboveOneSec.MaxTime" : 0,
  381. "getBlockCacheColumnFamilySummaries.aboveOneSec.NumOps" : 0,
  382. "getBlockCacheColumnFamilySummaries.aboveOneSec.AvgTime" : 0,
  383. "getBlockCacheColumnFamilySummaries.aboveOneSec.MinTime" : -1,
  384. "getBlockCacheColumnFamilySummaries.aboveOneSec.MaxTime" : 0,
  385. "callQueueLen" : 0,
  386. "getConfigurationNumOps" : 0,
  387. "getConfigurationAvgTime" : 0,
  388. "getConfigurationMinTime" : -1,
  389. "getConfigurationMaxTime" : 0,
  390. "replicateLogEntriesNumOps" : 0,
  391. "replicateLogEntriesAvgTime" : 0,
  392. "replicateLogEntriesMinTime" : -1,
  393. "replicateLogEntriesMaxTime" : 0,
  394. "checkAndPut.aboveOneSec.NumOps" : 0,
  395. "checkAndPut.aboveOneSec.AvgTime" : 0,
  396. "checkAndPut.aboveOneSec.MinTime" : -1,
  397. "checkAndPut.aboveOneSec.MaxTime" : 0,
  398. "rpcAuthorizationSuccesses" : 0,
  399. "stopNumOps" : 0,
  400. "stopAvgTime" : 0,
  401. "stopMinTime" : -1,
  402. "stopMaxTime" : 0,
  403. "incrementColumnValueNumOps" : 0,
  404. "incrementColumnValueAvgTime" : 0,
  405. "incrementColumnValueMinTime" : -1,
  406. "incrementColumnValueMaxTime" : 0,
  407. "flushRegionNumOps" : 0,
  408. "flushRegionAvgTime" : 0,
  409. "flushRegionMinTime" : -1,
  410. "flushRegionMaxTime" : 0,
  411. "removeFromOnlineRegionsNumOps" : 0,
  412. "removeFromOnlineRegionsAvgTime" : 0,
  413. "removeFromOnlineRegionsMinTime" : -1,
  414. "removeFromOnlineRegionsMaxTime" : 0,
  415. "unassignNumOps" : 0,
  416. "unassignAvgTime" : 0,
  417. "unassignMinTime" : -1,
  418. "unassignMaxTime" : 0,
  419. "compactRegion.aboveOneSec.NumOps" : 0,
  420. "compactRegion.aboveOneSec.AvgTime" : 0,
  421. "compactRegion.aboveOneSec.MinTime" : -1,
  422. "compactRegion.aboveOneSec.MaxTime" : 0,
  423. "multi.aboveOneSec.NumOps" : 0,
  424. "multi.aboveOneSec.AvgTime" : 0,
  425. "multi.aboveOneSec.MinTime" : -1,
  426. "multi.aboveOneSec.MaxTime" : 0,
  427. "replicateLogEntries.aboveOneSec.NumOps" : 0,
  428. "replicateLogEntries.aboveOneSec.AvgTime" : 0,
  429. "replicateLogEntries.aboveOneSec.MinTime" : -1,
  430. "replicateLogEntries.aboveOneSec.MaxTime" : 0,
  431. "NumOpenConnections" : 0,
  432. "rpcAuthenticationSuccesses" : 0,
  433. "close.aboveOneSec.NumOps" : 0,
  434. "close.aboveOneSec.AvgTime" : 0,
  435. "close.aboveOneSec.MinTime" : -1,
  436. "close.aboveOneSec.MaxTime" : 0,
  437. "modifyTableNumOps" : 0,
  438. "modifyTableAvgTime" : 0,
  439. "modifyTableMinTime" : -1,
  440. "modifyTableMaxTime" : 0,
  441. "rpcAuthorizationFailures" : 0,
  442. "checkOOMENumOps" : 0,
  443. "checkOOMEAvgTime" : 0,
  444. "checkOOMEMinTime" : -1,
  445. "checkOOMEMaxTime" : 0,
  446. "getProtocolVersionNumOps" : 0,
  447. "getProtocolVersionAvgTime" : 0,
  448. "getProtocolVersionMinTime" : 0,
  449. "getProtocolVersionMaxTime" : 0,
  450. "RpcQueueTimeNumOps" : 0,
  451. "RpcQueueTimeAvgTime" : 0,
  452. "RpcQueueTimeMinTime" : 0,
  453. "RpcQueueTimeMaxTime" : 1,
  454. "checkAndDeleteNumOps" : 0,
  455. "checkAndDeleteAvgTime" : 0,
  456. "checkAndDeleteMinTime" : -1,
  457. "checkAndDeleteMaxTime" : 0,
  458. "lockRowNumOps" : 0,
  459. "lockRowAvgTime" : 0,
  460. "lockRowMinTime" : -1,
  461. "lockRowMaxTime" : 0,
  462. "isMasterRunningNumOps" : 0,
  463. "isMasterRunningAvgTime" : 0,
  464. "isMasterRunningMinTime" : -1,
  465. "isMasterRunningMaxTime" : 0,
  466. "modifyColumnNumOps" : 0,
  467. "modifyColumnAvgTime" : 0,
  468. "modifyColumnMinTime" : -1,
  469. "modifyColumnMaxTime" : 0,
  470. "regionServerReportNumOps" : 0,
  471. "regionServerReportAvgTime" : 0,
  472. "regionServerReportMinTime" : -1,
  473. "regionServerReportMaxTime" : 0
  474. }, {
  475. "name" : "hadoop:service=Master,name=MasterStatistics",
  476. "modelerType" : "org.apache.hadoop.hbase.master.metrics.MasterStatistics",
  477. "splitTimeNumOps" : 0,
  478. "splitTimeAvgTime" : 0,
  479. "splitTimeMinTime" : 97,
  480. "splitTimeMaxTime" : 97,
  481. "splitSizeNumOps" : 0,
  482. "splitSizeAvgTime" : 0,
  483. "splitSizeMinTime" : 423,
  484. "splitSizeMaxTime" : 423,
  485. "cluster_requests" : 0.0
  486. }, {
  487. "name" : "java.lang:type=GarbageCollector,name=ConcurrentMarkSweep",
  488. "modelerType" : "sun.management.GarbageCollectorImpl",
  489. "LastGcInfo" : null,
  490. "CollectionCount" : 0,
  491. "CollectionTime" : 0,
  492. "Name" : "ConcurrentMarkSweep",
  493. "Valid" : true,
  494. "MemoryPoolNames" : [ "Par Eden Space", "Par Survivor Space", "CMS Old Gen", "CMS Perm Gen" ]
  495. }, {
  496. "name" : "org.apache.ZooKeeperService:name0=StandaloneServer_port-1",
  497. "modelerType" : "org.apache.zookeeper.server.ZooKeeperServerBean",
  498. "Version" : "3.4.2-1221870, built on 12/21/2011 20:46 GMT",
  499. "StartTime" : "Tue Feb 14 10:31:07 PST 2012",
  500. "TickTime" : 2000,
  501. "OutstandingRequests" : 0,
  502. "MinSessionTimeout" : 4000,
  503. "MaxSessionTimeout" : 40000,
  504. "ClientPort" : "10.10.10.149:2181",
  505. "MaxClientCnxnsPerHost" : 1000,
  506. "PacketsReceived" : 174,
  507. "PacketsSent" : 209,
  508. "AvgRequestLatency" : 1,
  509. "MaxRequestLatency" : 44,
  510. "MinRequestLatency" : 0
  511. }, {
  512. "name" : "java.lang:type=Compilation",
  513. "modelerType" : "sun.management.CompilationImpl",
  514. "Name" : "HotSpot 64-Bit Tiered Compilers",
  515. "CompilationTimeMonitoringSupported" : true,
  516. "TotalCompilationTime" : 3017
  517. }, {
  518. "name" : "java.lang:type=MemoryPool,name=Par Eden Space",
  519. "modelerType" : "sun.management.MemoryPoolImpl",
  520. "Name" : "Par Eden Space",
  521. "Type" : "HEAP",
  522. "Valid" : true,
  523. "Usage" : {
  524. "committed" : 17432576,
  525. "init" : 17432576,
  526. "max" : 104857600,
  527. "used" : 6702040
  528. },
  529. "PeakUsage" : {
  530. "committed" : 17432576,
  531. "init" : 17432576,
  532. "max" : 104857600,
  533. "used" : 17432576
  534. },
  535. "MemoryManagerNames" : [ "ConcurrentMarkSweep", "ParNew" ],
  536. "UsageThresholdSupported" : false,
  537. "CollectionUsageThreshold" : 0,
  538. "CollectionUsageThresholdExceeded" : true,
  539. "CollectionUsageThresholdCount" : 0,
  540. "CollectionUsage" : {
  541. "committed" : 17432576,
  542. "init" : 17432576,
  543. "max" : 104857600,
  544. "used" : 0
  545. },
  546. "CollectionUsageThresholdSupported" : true
  547. }, {
  548. "name" : "hadoop:service=RegionServer,name=RegionServerStatistics",
  549. "modelerType" : "org.apache.hadoop.hbase.regionserver.metrics.RegionServerStatistics",
  550. "totalStaticBloomSizeKB" : 0,
  551. "totalStaticIndexSizeKB" : 0,
  552. "blockCacheFree" : 256740656,
  553. "compactionSizeNumOps" : 0,
  554. "compactionSizeAvgTime" : 0,
  555. "compactionSizeMinTime" : 4249,
  556. "compactionSizeMaxTime" : 4249,
  557. "memstoreSizeMB" : 0,
  558. "regions" : 2,
  559. "blockCacheCount" : 1,
  560. "blockCacheHitRatio" : 58,
  561. "flushQueueSize" : 0,
  562. "fsReadLatencyNumOps" : 0,
  563. "fsReadLatencyAvgTime" : 0,
  564. "fsReadLatencyMinTime" : -1,
  565. "fsReadLatencyMaxTime" : 0,
  566. "atomicIncrementTimeNumOps" : 0,
  567. "atomicIncrementTimeAvgTime" : 0,
  568. "atomicIncrementTimeMinTime" : -1,
  569. "atomicIncrementTimeMaxTime" : 0,
  570. "blockCacheHitCount" : 7,
  571. "blockCacheHitCachingRatio" : 87,
  572. "hdfsBlocksLocalityIndex" : 0,
  573. "writeRequestsCount" : 1,
  574. "compactionTimeNumOps" : 0,
  575. "compactionTimeAvgTime" : 0,
  576. "compactionTimeMinTime" : 27,
  577. "compactionTimeMaxTime" : 27,
  578. "fsWriteLatencyNumOps" : 0,
  579. "fsWriteLatencyAvgTime" : 0,
  580. "fsWriteLatencyMinTime" : -1,
  581. "fsWriteLatencyMaxTime" : 0,
  582. "blockCacheSize" : 2126544,
  583. "readRequestsCount" : 24,
  584. "rootIndexSizeKB" : 0,
  585. "flushTimeNumOps" : 0,
  586. "flushTimeAvgTime" : 0,
  587. "flushTimeMinTime" : -1,
  588. "flushTimeMaxTime" : 0,
  589. "blockCacheMissCount" : 5,
  590. "storefiles" : 1,
  591. "blockCacheEvictedCount" : 0,
  592. "storefileIndexSizeMB" : 0,
  593. "fsSyncLatencyNumOps" : 0,
  594. "fsSyncLatencyAvgTime" : 0,
  595. "fsSyncLatencyMinTime" : -1,
  596. "fsSyncLatencyMaxTime" : 0,
  597. "stores" : 2,
  598. "compactionQueueSize" : 0,
  599. "flushSizeNumOps" : 0,
  600. "flushSizeAvgTime" : 0,
  601. "flushSizeMinTime" : -1,
  602. "flushSizeMaxTime" : 0,
  603. "requests" : 2.0
  604. }, {
  605. "name" : "hadoop:service=org.apache.hbase,name=Master",
  606. "modelerType" : "org.apache.hadoop.hbase.master.MXBeanImpl",
  607. "ClusterId" : "d24914d7-75d3-4dcc-9e6f-0d7770833993",
  608. "MasterStartTime" : 1329244268503,
  609. "MasterActiveTime" : 1329244268505,
  610. "Coprocessors" : [ ],
  611. "ServerName" : "10.10.10.149,61256,1329244268169",
  612. "AverageLoad" : 2.0,
  613. "RegionsInTransition" : [ ],
  614. "RegionServers" : [ {
  615. "key" : "10.10.10.149,61258,1329244268491",
  616. "value" : {
  617. "coprocessors" : [ ],
  618. "load" : 2,
  619. "maxHeapMB" : 987,
  620. "memStoreSizeInMB" : 0,
  621. "numberOfRegions" : 2,
  622. "numberOfRequests" : 2,
  623. "regionsLoad" : [ {
  624. "key" : [ 46, 77, 69, 84, 65, 46, 44, 44, 49 ],
  625. "value" : {
  626. "currentCompactedKVs" : 0,
  627. "memStoreSizeMB" : 0,
  628. "name" : [ 46, 77, 69, 84, 65, 46, 44, 44, 49 ],
  629. "nameAsString" : ".META.,,1",
  630. "readRequestsCount" : 8,
  631. "requestsCount" : 8,
  632. "storefileIndexSizeMB" : 0,
  633. "storefileSizeMB" : 0,
  634. "storefiles" : 0,
  635. "stores" : 1,
  636. "totalCompactingKVs" : 0,
  637. "version" : 1,
  638. "writeRequestsCount" : 0
  639. }
  640. }, {
  641. "key" : [ 45, 82, 79, 79, 84, 45, 44, 44, 48 ],
  642. "value" : {
  643. "currentCompactedKVs" : 22,
  644. "memStoreSizeMB" : 0,
  645. "name" : [ 45, 82, 79, 79, 84, 45, 44, 44, 48 ],
  646. "nameAsString" : "-ROOT-,,0",
  647. "readRequestsCount" : 16,
  648. "requestsCount" : 17,
  649. "storefileIndexSizeMB" : 0,
  650. "storefileSizeMB" : 0,
  651. "storefiles" : 1,
  652. "stores" : 1,
  653. "totalCompactingKVs" : 28,
  654. "version" : 1,
  655. "writeRequestsCount" : 1
  656. }
  657. } ],
  658. "storefileIndexSizeInMB" : 0,
  659. "storefileSizeInMB" : 0,
  660. "storefiles" : 1,
  661. "totalNumberOfRequests" : 6,
  662. "usedHeapMB" : 29,
  663. "version" : 2
  664. }
  665. } ],
  666. "ZookeeperQuorum" : "localhost:2181",
  667. "DeadRegionServers" : [ ],
  668. "IsActiveMaster" : true
  669. }, {
  670. "name" : "java.lang:type=MemoryPool,name=CMS Perm Gen",
  671. "modelerType" : "sun.management.MemoryPoolImpl",
  672. "Name" : "CMS Perm Gen",
  673. "Type" : "NON_HEAP",
  674. "Valid" : true,
  675. "Usage" : {
  676. "committed" : 26673152,
  677. "init" : 21757952,
  678. "max" : 85983232,
  679. "used" : 26492128
  680. },
  681. "PeakUsage" : {
  682. "committed" : 26673152,
  683. "init" : 21757952,
  684. "max" : 85983232,
  685. "used" : 26492128
  686. },
  687. "MemoryManagerNames" : [ "ConcurrentMarkSweep" ],
  688. "UsageThreshold" : 0,
  689. "UsageThresholdExceeded" : true,
  690. "UsageThresholdCount" : 0,
  691. "UsageThresholdSupported" : true,
  692. "CollectionUsageThreshold" : 0,
  693. "CollectionUsageThresholdExceeded" : true,
  694. "CollectionUsageThresholdCount" : 0,
  695. "CollectionUsage" : {
  696. "committed" : 0,
  697. "init" : 21757952,
  698. "max" : 85983232,
  699. "used" : 0
  700. },
  701. "CollectionUsageThresholdSupported" : true
  702. }, {
  703. "name" : "org.apache.ZooKeeperService:name0=StandaloneServer_port-1,name1=Connections,name2=\"0:0:0:0:0:0:0:1%0\",name3=0x1357d21e4640001",
  704. "modelerType" : "org.apache.zookeeper.server.ConnectionBean",
  705. "SessionId" : "0x1357d21e4640001",
  706. "OutstandingRequests" : 0,
  707. "SessionTimeout" : 40000,
  708. "MinLatency" : 0,
  709. "AvgLatency" : 1,
  710. "MaxLatency" : 44,
  711. "PacketsReceived" : 57,
  712. "PacketsSent" : 71,
  713. "LastOperation" : "GETD",
  714. "LastCxid" : "0x37",
  715. "LastZxid" : "0x24",
  716. "LastResponseTime" : "Tue Feb 14 10:31:38 PST 2012",
  717. "LastLatency" : 0,
  718. "SourceIP" : "0:0:0:0:0:0:0:1%0:61259",
  719. "EphemeralNodes" : [ "/hbase/rs/10.10.10.149,61258,1329244268491" ],
  720. "StartedTime" : "Tue Feb 14 10:31:08 PST 2012"
  721. }, {
  722. "name" : "java.lang:type=OperatingSystem",
  723. "modelerType" : "com.sun.management.UnixOperatingSystem",
  724. "OpenFileDescriptorCount" : 212,
  725. "MaxFileDescriptorCount" : 10240,
  726. "CommittedVirtualMemorySize" : 4055478272,
  727. "TotalSwapSpaceSize" : 4294967296,
  728. "FreeSwapSpaceSize" : 896450560,
  729. "ProcessCpuTime" : 6710000000,
  730. "FreePhysicalMemorySize" : 1081786368,
  731. "TotalPhysicalMemorySize" : 8589934592,
  732. "Name" : "Mac OS X",
  733. "Version" : "10.6.8",
  734. "AvailableProcessors" : 8,
  735. "Arch" : "x86_64",
  736. "SystemLoadAverage" : 0.54150390625
  737. }, {
  738. "name" : "org.apache.ZooKeeperService:name0=StandaloneServer_port-1,name1=Connections,name2=\"0:0:0:0:0:0:0:1%0\",name3=0x1357d21e4640000",
  739. "modelerType" : "org.apache.zookeeper.server.ConnectionBean",
  740. "SessionId" : "0x1357d21e4640000",
  741. "OutstandingRequests" : 0,
  742. "SessionTimeout" : 40000,
  743. "MinLatency" : 0,
  744. "AvgLatency" : 1,
  745. "MaxLatency" : 25,
  746. "PacketsReceived" : 78,
  747. "PacketsSent" : 98,
  748. "LastOperation" : "GETC",
  749. "LastCxid" : "0x4c",
  750. "LastZxid" : "0x25",
  751. "LastResponseTime" : "Tue Feb 14 10:31:38 PST 2012",
  752. "LastLatency" : 0,
  753. "SourceIP" : "0:0:0:0:0:0:0:1%0:61257",
  754. "EphemeralNodes" : [ "/hbase/master" ],
  755. "StartedTime" : "Tue Feb 14 10:31:08 PST 2012"
  756. }, {
  757. "name" : "java.lang:type=MemoryPool,name=Par Survivor Space",
  758. "modelerType" : "sun.management.MemoryPoolImpl",
  759. "Name" : "Par Survivor Space",
  760. "Type" : "HEAP",
  761. "Valid" : true,
  762. "Usage" : {
  763. "committed" : 2162688,
  764. "init" : 2162688,
  765. "max" : 13107200,
  766. "used" : 269528
  767. },
  768. "PeakUsage" : {
  769. "committed" : 2162688,
  770. "init" : 2162688,
  771. "max" : 13107200,
  772. "used" : 1925296
  773. },
  774. "MemoryManagerNames" : [ "ConcurrentMarkSweep", "ParNew" ],
  775. "UsageThresholdSupported" : false,
  776. "CollectionUsageThreshold" : 0,
  777. "CollectionUsageThresholdExceeded" : true,
  778. "CollectionUsageThresholdCount" : 0,
  779. "CollectionUsage" : {
  780. "committed" : 2162688,
  781. "init" : 2162688,
  782. "max" : 13107200,
  783. "used" : 269528
  784. },
  785. "CollectionUsageThresholdSupported" : true
  786. }, {
  787. "name" : "java.lang:type=MemoryManager,name=CodeCacheManager",
  788. "modelerType" : "sun.management.MemoryManagerImpl",
  789. "Name" : "CodeCacheManager",
  790. "Valid" : true,
  791. "MemoryPoolNames" : [ "Code Cache" ]
  792. }, {
  793. "name" : "java.lang:type=MemoryPool,name=CMS Old Gen",
  794. "modelerType" : "sun.management.MemoryPoolImpl",
  795. "Name" : "CMS Old Gen",
  796. "Type" : "HEAP",
  797. "Valid" : true,
  798. "Usage" : {
  799. "committed" : 65404928,
  800. "init" : 65404928,
  801. "max" : 917504000,
  802. "used" : 28974008
  803. },
  804. "PeakUsage" : {
  805. "committed" : 65404928,
  806. "init" : 65404928,
  807. "max" : 917504000,
  808. "used" : 28974008
  809. },
  810. "MemoryManagerNames" : [ "ConcurrentMarkSweep" ],
  811. "UsageThreshold" : 0,
  812. "UsageThresholdExceeded" : true,
  813. "UsageThresholdCount" : 0,
  814. "UsageThresholdSupported" : true,
  815. "CollectionUsageThreshold" : 0,
  816. "CollectionUsageThresholdExceeded" : true,
  817. "CollectionUsageThresholdCount" : 0,
  818. "CollectionUsage" : {
  819. "committed" : 0,
  820. "init" : 65404928,
  821. "max" : 917504000,
  822. "used" : 0
  823. },
  824. "CollectionUsageThresholdSupported" : true
  825. }, {
  826. "name" : "hadoop:service=HBase,name=Info",
  827. "modelerType" : "org.apache.hadoop.hbase.metrics.HBaseInfo$HBaseInfoMBean",
  828. "revision" : "a23f8636efd6dd9d37f3a15d83f2396819509502",
  829. "hdfsUser" : "hortonfo",
  830. "hdfsDate" : "Fri Dec 16 20:01:27 UTC 2011",
  831. "hdfsUrl" : "https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.0",
  832. "date" : "Tue Feb 14 10:12:33 PST 2012",
  833. "hdfsRevision" : "1214675",
  834. "user" : "Hitesh",
  835. "hdfsVersion" : "1.0.0",
  836. "url" : "git://unknowne4ce8f149fb6/Users/Hitesh/dev/hbase",
  837. "version" : "0.92.1-SNAPSHOT"
  838. }, {
  839. "name" : "java.lang:type=MemoryPool,name=Code Cache",
  840. "modelerType" : "sun.management.MemoryPoolImpl",
  841. "Name" : "Code Cache",
  842. "Type" : "NON_HEAP",
  843. "Valid" : true,
  844. "Usage" : {
  845. "committed" : 2560000,
  846. "init" : 2560000,
  847. "max" : 50331648,
  848. "used" : 1639360
  849. },
  850. "PeakUsage" : {
  851. "committed" : 2560000,
  852. "init" : 2560000,
  853. "max" : 50331648,
  854. "used" : 1656128
  855. },
  856. "MemoryManagerNames" : [ "CodeCacheManager" ],
  857. "UsageThreshold" : 0,
  858. "UsageThresholdExceeded" : true,
  859. "UsageThresholdCount" : 0,
  860. "UsageThresholdSupported" : true,
  861. "CollectionUsage" : null,
  862. "CollectionUsageThresholdSupported" : false
  863. }, {
  864. "name" : "java.lang:type=Runtime",
  865. "modelerType" : "sun.management.RuntimeImpl",
  866. "Name" : "92939@Hitesh-Shahs-MacBook-Pro.local",
  867. "ClassPath" : "/Users/Hitesh/dev/hbase/bin/../conf:/Library/Java/Home/lib/tools.jar:/Users/Hitesh/.m2/repository/asm/asm/3.1/asm-3.1.jar:/Users/Hitesh/.m2/repository/com/github/stephenc/high-scale-lib/high-scale-lib/1.1.1/high-scale-lib-1.1.1.jar:/Users/Hitesh/.m2/repository/com/google/guava/guava/r09/guava-r09.jar:/Users/Hitesh/.m2/repository/com/google/protobuf/protobuf-java/2.4.0a/protobuf-java-2.4.0a.jar:/Users/Hitesh/.m2/repository/com/sun/jersey/jersey-core/1.4/jersey-core-1.4.jar:/Users/Hitesh/.m2/repository/com/sun/jersey/jersey-json/1.4/jersey-json-1.4.jar:/Users/Hitesh/.m2/repository/com/sun/jersey/jersey-server/1.4/jersey-server-1.4.jar:/Users/Hitesh/.m2/repository/com/sun/xml/bind/jaxb-impl/2.1.12/jaxb-impl-2.1.12.jar:/Users/Hitesh/.m2/repository/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar:/Users/Hitesh/.m2/repository/commons-beanutils/commons-beanutils-core/1.8.0/commons-beanutils-core-1.8.0.jar:/Users/Hitesh/.m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar:/Users/Hitesh/.m2/repository/commons-codec/commons-codec/1.4/commons-codec-1.4.jar:/Users/Hitesh/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar:/Users/Hitesh/.m2/repository/commons-configuration/commons-configuration/1.6/commons-configuration-1.6.jar:/Users/Hitesh/.m2/repository/commons-digester/commons-digester/1.8/commons-digester-1.8.jar:/Users/Hitesh/.m2/repository/commons-el/commons-el/1.0/commons-el-1.0.jar:/Users/Hitesh/.m2/repository/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar:/Users/Hitesh/.m2/repository/commons-lang/commons-lang/2.5/commons-lang-2.5.jar:/Users/Hitesh/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar:/Users/Hitesh/.m2/repository/commons-net/commons-net/1.4.1/commons-net-1.4.1.jar:/Users/Hitesh/.m2/repository/javax/activation/activation/1.1/activation-1.1.jar:/Users/Hitesh/.m2/repository/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar:/Users/Hitesh/.m2/repository/javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar:/Users/Hitesh/.m2/repository/junit/junit/4.10/junit-4.10.jar:/Users/Hitesh/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar:/Users/Hitesh/.m2/repository/org/apache/avro/avro/1.5.3/avro-1.5.3.jar:/Users/Hitesh/.m2/repository/org/apache/avro/avro-ipc/1.5.3/avro-ipc-1.5.3.jar:/Users/Hitesh/.m2/repository/org/apache/commons/commons-math/2.1/commons-math-2.1.jar:/Users/Hitesh/.m2/repository/org/apache/ftpserver/ftplet-api/1.0.0/ftplet-api-1.0.0.jar:/Users/Hitesh/.m2/repository/org/apache/ftpserver/ftpserver-core/1.0.0/ftpserver-core-1.0.0.jar:/Users/Hitesh/.m2/repository/org/apache/ftpserver/ftpserver-deprecated/1.0.0-M2/ftpserver-deprecated-1.0.0-M2.jar:/Users/Hitesh/.m2/repository/org/apache/hadoop/hadoop-core/1.0.0/hadoop-core-1.0.0.jar:/Users/Hitesh/.m2/repository/org/apache/hadoop/hadoop-test/1.0.0/hadoop-test-1.0.0.jar:/Users/Hitesh/.m2/repository/org/apache/httpcomponents/httpclient/4.0.1/httpclient-4.0.1.jar:/Users/Hitesh/.m2/repository/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar:/Users/Hitesh/.m2/repository/org/apache/mina/mina-core/2.0.0-M5/mina-core-2.0.0-M5.jar:/Users/Hitesh/.m2/repository/org/apache/thrift/libthrift/0.7.0/libthrift-0.7.0.jar:/Users/Hitesh/.m2/repository/org/apache/velocity/velocity/1.7/velocity-1.7.jar:/Users/Hitesh/.m2/repository/org/apache/zookeeper/zookeeper/3.4.2/zookeeper-3.4.2.jar:/Users/Hitesh/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.5.5/jackson-core-asl-1.5.5.jar:/Users/Hitesh/.m2/repository/org/codehaus/jackson/jackson-jaxrs/1.5.5/jackson-jaxrs-1.5.5.jar:/Users/Hitesh/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.5.5/jackson-mapper-asl-1.5.5.jar:/Users/Hitesh/.m2/repository/org/codehaus/jackson/jackson-xc/1.5.5/jackson-xc-1.5.5.jar:/Users/Hitesh/.m2/repository/org/codehaus/jettison/jettison/1.1/jettison-1.1.jar:/Users/Hitesh/.m2/repository/org/eclipse/jdt/core/3.1.1/core-3.1.1.jar:/Users/Hitesh/.m2/repository/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar:/Users/Hitesh/.m2/repository/org/jamon/jamon-runtime/2.3.1/jamon-runtime-2.3.1.jar:/Users/Hitesh/.m2/repository/org/jboss/netty/netty/3.2.4.Final/netty-3.2.4.Final.jar:/Users/Hitesh/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar:/Users/Hitesh/.m2/repository/org/mockito/mockito-all/1.8.5/mockito-all-1.8.5.jar:/Users/Hitesh/.m2/repository/org/mortbay/jetty/jetty/6.1.26/jetty-6.1.26.jar:/Users/Hitesh/.m2/repository/org/mortbay/jetty/jetty-util/6.1.26/jetty-util-6.1.26.jar:/Users/Hitesh/.m2/repository/org/mortbay/jetty/jsp-2.1/6.1.14/jsp-2.1-6.1.14.jar:/Users/Hitesh/.m2/repository/org/mortbay/jetty/jsp-api-2.1/6.1.14/jsp-api-2.1-6.1.14.jar:/Users/Hitesh/.m2/repository/org/mortbay/jetty/servlet-api-2.5/6.1.14/servlet-api-2.5-6.1.14.jar:/Users/Hitesh/.m2/repository/org/slf4j/slf4j-api/1.5.8/slf4j-api-1.5.8.jar:/Users/Hitesh/.m2/repository/org/slf4j/slf4j-log4j12/1.5.8/slf4j-log4j12-1.5.8.jar:/Users/Hitesh/.m2/repository/org/xerial/snappy/snappy-java/1.0.3.2/snappy-java-1.0.3.2.jar:/Users/Hitesh/.m2/repository/stax/stax-api/1.0.1/stax-api-1.0.1.jar:/Users/Hitesh/.m2/repository/tomcat/jasper-compiler/5.5.23/jasper-compiler-5.5.23.jar:/Users/Hitesh/.m2/repository/tomcat/jasper-runtime/5.5.23/jasper-runtime-5.5.23.jar:/Users/Hitesh/.m2/repository/xmlenc/xmlenc/0.52/xmlenc-0.52.jar:/Users/Hitesh/dev/hbase/bin/../target/classes:/Users/Hitesh/dev/hbase/bin/../target/test-classes:/Users/Hitesh/dev/hbase/bin/../target:/Users/Hitesh/dev/hbase/bin/../lib/*.jar",
  868. "StartTime" : 1329244267069,
  869. "VmName" : "Java HotSpot(TM) 64-Bit Server VM",
  870. "VmVendor" : "Apple Inc.",
  871. "VmVersion" : "20.4-b02-402",
  872. "InputArguments" : [ "-XX:OnOutOfMemoryError=kill", "-9", "%p", "-Xmx1000m", "-XX:+UseConcMarkSweepGC", "-Dhbase.log.dir=/Users/Hitesh/dev/hbase/bin/../logs", "-Dhbase.log.file=hbase-Hitesh-master-Hitesh-Shahs-MacBook-Pro.local.log", "-Dhbase.home.dir=/Users/Hitesh/dev/hbase/bin/..", "-Dhbase.id.str=Hitesh", "-Dhbase.root.logger=INFO,DRFA" ],
  873. "BootClassPathSupported" : true,
  874. "LibraryPath" : ".:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java",
  875. "BootClassPath" : "/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/jsfd.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/classes.jar:/System/Library/Frameworks/JavaVM.framework/Frameworks/JavaRuntimeSupport.framework/Resources/Java/JavaRuntimeSupport.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/ui.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/laf.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/sunrsasign.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/jsse.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/jce.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/charsets.jar",
  876. "ManagementSpecVersion" : "1.2",
  877. "SpecName" : "Java Virtual Machine Specification",
  878. "SpecVendor" : "Sun Microsystems Inc.",
  879. "SpecVersion" : "1.0",
  880. "Uptime" : 37843,
  881. "SystemProperties" : [ {
  882. "key" : "java.ext.dirs",
  883. "value" : "/Library/Java/Extensions:/System/Library/Java/Extensions:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/ext"
  884. }, {
  885. "key" : "java.vm.specification.vendor",
  886. "value" : "Sun Microsystems Inc."
  887. }, {
  888. "key" : "hbase.log.dir",
  889. "value" : "/Users/Hitesh/dev/hbase/bin/../logs"
  890. }, {
  891. "key" : "user.timezone",
  892. "value" : "America/Los_Angeles"
  893. }, {
  894. "key" : "java.vm.vendor",
  895. "value" : "Apple Inc."
  896. }, {
  897. "key" : "awt.nativeDoubleBuffering",
  898. "value" : "true"
  899. }, {
  900. "key" : "zookeeper.preAllocSize",
  901. "value" : "100"
  902. }, {
  903. "key" : "user.name",
  904. "value" : "Hitesh"
  905. }, {
  906. "key" : "java.vm.specification.name",
  907. "value" : "Java Virtual Machine Specification"
  908. }, {
  909. "key" : "user.dir",
  910. "value" : "/Users/Hitesh/dev/hbase"
  911. }, {
  912. "key" : "user.country",
  913. "value" : "US"
  914. }, {
  915. "key" : "user.language",
  916. "value" : "en"
  917. }, {
  918. "key" : "gopherProxySet",
  919. "value" : "false"
  920. }, {
  921. "key" : "java.specification.version",
  922. "value" : "1.6"
  923. }, {
  924. "key" : "socksNonProxyHosts",
  925. "value" : "local|*.local|169.254/16|*.169.254/16"
  926. }, {
  927. "key" : "sun.cpu.endian",
  928. "value" : "little"
  929. }, {
  930. "key" : "java.home",
  931. "value" : "/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home"
  932. }, {
  933. "key" : "hbase.log.file",
  934. "value" : "hbase-Hitesh-master-Hitesh-Shahs-MacBook-Pro.local.log"
  935. }, {
  936. "key" : "sun.jnu.encoding",
  937. "value" : "MacRoman"
  938. }, {
  939. "key" : "file.separator",
  940. "value" : "/"
  941. }, {
  942. "key" : "java.vendor.url",
  943. "value" : "http://www.apple.com/"
  944. }, {
  945. "key" : "java.awt.graphicsenv",
  946. "value" : "apple.awt.CGraphicsEnvironment"
  947. }, {
  948. "key" : "os.arch",
  949. "value" : "x86_64"
  950. }, {
  951. "key" : "java.io.tmpdir",
  952. "value" : "/var/folders/OA/OAEY++JuFPiCaWCgLBBeVk+++TI/-Tmp-/"
  953. }, {
  954. "key" : "java.runtime.name",
  955. "value" : "Java(TM) SE Runtime Environment"
  956. }, {
  957. "key" : "java.awt.printerjob",
  958. "value" : "apple.awt.CPrinterJob"
  959. }, {
  960. "key" : "file.encoding",
  961. "value" : "MacRoman"
  962. }, {
  963. "key" : "java.version",
  964. "value" : "1.6.0_29"
  965. }, {
  966. "key" : "java.vendor.url.bug",
  967. "value" : "http://bugreport.apple.com/"
  968. }, {
  969. "key" : "java.vm.specification.version",
  970. "value" : "1.0"
  971. }, {
  972. "key" : "file.encoding.pkg",
  973. "value" : "sun.io"
  974. }, {
  975. "key" : "sun.java.command",
  976. "value" : "org.apache.hadoop.hbase.master.HMaster start"
  977. }, {
  978. "key" : "sun.java.launcher",
  979. "value" : "SUN_STANDARD"
  980. }, {
  981. "key" : "path.separator",
  982. "value" : ":"
  983. }, {
  984. "key" : "java.runtime.version",
  985. "value" : "1.6.0_29-b11-402-10M3527"
  986. }, {
  987. "key" : "java.class.path",
  988. "value" : "/Users/Hitesh/dev/hbase/bin/../conf:/Library/Java/Home/lib/tools.jar:/Users/Hitesh/.m2/repository/asm/asm/3.1/asm-3.1.jar:/Users/Hitesh/.m2/repository/com/github/stephenc/high-scale-lib/high-scale-lib/1.1.1/high-scale-lib-1.1.1.jar:/Users/Hitesh/.m2/repository/com/google/guava/guava/r09/guava-r09.jar:/Users/Hitesh/.m2/repository/com/google/protobuf/protobuf-java/2.4.0a/protobuf-java-2.4.0a.jar:/Users/Hitesh/.m2/repository/com/sun/jersey/jersey-core/1.4/jersey-core-1.4.jar:/Users/Hitesh/.m2/repository/com/sun/jersey/jersey-json/1.4/jersey-json-1.4.jar:/Users/Hitesh/.m2/repository/com/sun/jersey/jersey-server/1.4/jersey-server-1.4.jar:/Users/Hitesh/.m2/repository/com/sun/xml/bind/jaxb-impl/2.1.12/jaxb-impl-2.1.12.jar:/Users/Hitesh/.m2/repository/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar:/Users/Hitesh/.m2/repository/commons-beanutils/commons-beanutils-core/1.8.0/commons-beanutils-core-1.8.0.jar:/Users/Hitesh/.m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar:/Users/Hitesh/.m2/repository/commons-codec/commons-codec/1.4/commons-codec-1.4.jar:/Users/Hitesh/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar:/Users/Hitesh/.m2/repository/commons-configuration/commons-configuration/1.6/commons-configuration-1.6.jar:/Users/Hitesh/.m2/repository/commons-digester/commons-digester/1.8/commons-digester-1.8.jar:/Users/Hitesh/.m2/repository/commons-el/commons-el/1.0/commons-el-1.0.jar:/Users/Hitesh/.m2/repository/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar:/Users/Hitesh/.m2/repository/commons-lang/commons-lang/2.5/commons-lang-2.5.jar:/Users/Hitesh/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar:/Users/Hitesh/.m2/repository/commons-net/commons-net/1.4.1/commons-net-1.4.1.jar:/Users/Hitesh/.m2/repository/javax/activation/activation/1.1/activation-1.1.jar:/Users/Hitesh/.m2/repository/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar:/Users/Hitesh/.m2/repository/javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar:/Users/Hitesh/.m2/repository/junit/junit/4.10/junit-4.10.jar:/Users/Hitesh/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar:/Users/Hitesh/.m2/repository/org/apache/avro/avro/1.5.3/avro-1.5.3.jar:/Users/Hitesh/.m2/repository/org/apache/avro/avro-ipc/1.5.3/avro-ipc-1.5.3.jar:/Users/Hitesh/.m2/repository/org/apache/commons/commons-math/2.1/commons-math-2.1.jar:/Users/Hitesh/.m2/repository/org/apache/ftpserver/ftplet-api/1.0.0/ftplet-api-1.0.0.jar:/Users/Hitesh/.m2/repository/org/apache/ftpserver/ftpserver-core/1.0.0/ftpserver-core-1.0.0.jar:/Users/Hitesh/.m2/repository/org/apache/ftpserver/ftpserver-deprecated/1.0.0-M2/ftpserver-deprecated-1.0.0-M2.jar:/Users/Hitesh/.m2/repository/org/apache/hadoop/hadoop-core/1.0.0/hadoop-core-1.0.0.jar:/Users/Hitesh/.m2/repository/org/apache/hadoop/hadoop-test/1.0.0/hadoop-test-1.0.0.jar:/Users/Hitesh/.m2/repository/org/apache/httpcomponents/httpclient/4.0.1/httpclient-4.0.1.jar:/Users/Hitesh/.m2/repository/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar:/Users/Hitesh/.m2/repository/org/apache/mina/mina-core/2.0.0-M5/mina-core-2.0.0-M5.jar:/Users/Hitesh/.m2/repository/org/apache/thrift/libthrift/0.7.0/libthrift-0.7.0.jar:/Users/Hitesh/.m2/repository/org/apache/velocity/velocity/1.7/velocity-1.7.jar:/Users/Hitesh/.m2/repository/org/apache/zookeeper/zookeeper/3.4.2/zookeeper-3.4.2.jar:/Users/Hitesh/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.5.5/jackson-core-asl-1.5.5.jar:/Users/Hitesh/.m2/repository/org/codehaus/jackson/jackson-jaxrs/1.5.5/jackson-jaxrs-1.5.5.jar:/Users/Hitesh/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.5.5/jackson-mapper-asl-1.5.5.jar:/Users/Hitesh/.m2/repository/org/codehaus/jackson/jackson-xc/1.5.5/jackson-xc-1.5.5.jar:/Users/Hitesh/.m2/repository/org/codehaus/jettison/jettison/1.1/jettison-1.1.jar:/Users/Hitesh/.m2/repository/org/eclipse/jdt/core/3.1.1/core-3.1.1.jar:/Users/Hitesh/.m2/repository/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar:/Users/Hitesh/.m2/repository/org/jamon/jamon-runtime/2.3.1/jamon-runtime-2.3.1.jar:/Users/Hitesh/.m2/repository/org/jboss/netty/netty/3.2.4.Final/netty-3.2.4.Final.jar:/Users/Hitesh/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar:/Users/Hitesh/.m2/repository/org/mockito/mockito-all/1.8.5/mockito-all-1.8.5.jar:/Users/Hitesh/.m2/repository/org/mortbay/jetty/jetty/6.1.26/jetty-6.1.26.jar:/Users/Hitesh/.m2/repository/org/mortbay/jetty/jetty-util/6.1.26/jetty-util-6.1.26.jar:/Users/Hitesh/.m2/repository/org/mortbay/jetty/jsp-2.1/6.1.14/jsp-2.1-6.1.14.jar:/Users/Hitesh/.m2/repository/org/mortbay/jetty/jsp-api-2.1/6.1.14/jsp-api-2.1-6.1.14.jar:/Users/Hitesh/.m2/repository/org/mortbay/jetty/servlet-api-2.5/6.1.14/servlet-api-2.5-6.1.14.jar:/Users/Hitesh/.m2/repository/org/slf4j/slf4j-api/1.5.8/slf4j-api-1.5.8.jar:/Users/Hitesh/.m2/repository/org/slf4j/slf4j-log4j12/1.5.8/slf4j-log4j12-1.5.8.jar:/Users/Hitesh/.m2/repository/org/xerial/snappy/snappy-java/1.0.3.2/snappy-java-1.0.3.2.jar:/Users/Hitesh/.m2/repository/stax/stax-api/1.0.1/stax-api-1.0.1.jar:/Users/Hitesh/.m2/repository/tomcat/jasper-compiler/5.5.23/jasper-compiler-5.5.23.jar:/Users/Hitesh/.m2/repository/tomcat/jasper-runtime/5.5.23/jasper-runtime-5.5.23.jar:/Users/Hitesh/.m2/repository/xmlenc/xmlenc/0.52/xmlenc-0.52.jar:/Users/Hitesh/dev/hbase/bin/../target/classes:/Users/Hitesh/dev/hbase/bin/../target/test-classes:/Users/Hitesh/dev/hbase/bin/../target:/Users/Hitesh/dev/hbase/bin/../lib/*.jar"
  989. }, {
  990. "key" : "os.name",
  991. "value" : "Mac OS X"
  992. }, {
  993. "key" : "hbase.home.dir",
  994. "value" : "/Users/Hitesh/dev/hbase/bin/.."
  995. }, {
  996. "key" : "http.nonProxyHosts",
  997. "value" : "local|*.local|169.254/16|*.169.254/16"
  998. }, {
  999. "key" : "line.separator",
  1000. "value" : "\n"
  1001. }, {
  1002. "key" : "os.version",
  1003. "value" : "10.6.8"
  1004. }, {
  1005. "key" : "sun.arch.data.model",
  1006. "value" : "64"
  1007. }, {
  1008. "key" : "mrj.version",
  1009. "value" : "1060.1.6.0_29-402"
  1010. }, {
  1011. "key" : "java.class.version",
  1012. "value" : "50.0"
  1013. }, {
  1014. "key" : "sun.io.unicode.encoding",
  1015. "value" : "UnicodeLittle"
  1016. }, {
  1017. "key" : "java.vendor",
  1018. "value" : "Apple Inc."
  1019. }, {
  1020. "key" : "sun.boot.class.path",
  1021. "value" : "/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/jsfd.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/classes.jar:/System/Library/Frameworks/JavaVM.framework/Frameworks/JavaRuntimeSupport.framework/Resources/Java/JavaRuntimeSupport.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/ui.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/laf.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/sunrsasign.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/jsse.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/jce.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/charsets.jar"
  1022. }, {
  1023. "key" : "ftp.nonProxyHosts",
  1024. "value" : "local|*.local|169.254/16|*.169.254/16"
  1025. }, {
  1026. "key" : "hbase.root.logger",
  1027. "value" : "INFO,DRFA"
  1028. }, {
  1029. "key" : "java.vm.info",
  1030. "value" : "mixed mode"
  1031. }, {
  1032. "key" : "java.specification.name",
  1033. "value" : "Java Platform API Specification"
  1034. }, {
  1035. "key" : "awt.toolkit",
  1036. "value" : "apple.awt.CToolkit"
  1037. }, {
  1038. "key" : "java.vm.name",
  1039. "value" : "Java HotSpot(TM) 64-Bit Server VM"
  1040. }, {
  1041. "key" : "java.vm.version",
  1042. "value" : "20.4-b02-402"
  1043. }, {
  1044. "key" : "sun.boot.library.path",
  1045. "value" : "/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries"
  1046. }, {
  1047. "key" : "java.endorsed.dirs",
  1048. "value" : "/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/endorsed"
  1049. }, {
  1050. "key" : "sun.os.patch.level",
  1051. "value" : "unknown"
  1052. }, {
  1053. "key" : "sun.cpu.isalist",
  1054. "value" : ""
  1055. }, {
  1056. "key" : "hbase.id.str",
  1057. "value" : "Hitesh"
  1058. }, {
  1059. "key" : "user.home",
  1060. "value" : "/Users/Hitesh"
  1061. }, {
  1062. "key" : "mrj.build",
  1063. "value" : "10M3527"
  1064. }, {
  1065. "key" : "java.library.path",
  1066. "value" : ".:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java"
  1067. }, {
  1068. "key" : "java.specification.vendor",
  1069. "value" : "Sun Microsystems Inc."
  1070. }, {
  1071. "key" : "sun.management.compiler",
  1072. "value" : "HotSpot 64-Bit Tiered Compilers"
  1073. } ]
  1074. }, {
  1075. "name" : "java.lang:type=ClassLoading",
  1076. "modelerType" : "sun.management.ClassLoadingImpl",
  1077. "LoadedClassCount" : 3457,
  1078. "UnloadedClassCount" : 0,
  1079. "TotalLoadedClassCount" : 3457,
  1080. "Verbose" : false
  1081. }, {
  1082. "name" : "org.apache.ZooKeeperService:name0=StandaloneServer_port-1,name1=InMemoryDataTree",
  1083. "modelerType" : "org.apache.zookeeper.server.DataTreeBean",
  1084. "NodeCount" : 15,
  1085. "WatchCount" : 12,
  1086. "LastZxid" : "0x25"
  1087. }, {
  1088. "name" : "java.lang:type=Threading",
  1089. "modelerType" : "sun.management.ThreadImpl",
  1090. "ThreadAllocatedMemorySupported" : true,
  1091. "ThreadAllocatedMemoryEnabled" : true,
  1092. "ThreadContentionMonitoringSupported" : true,
  1093. "CurrentThreadCpuTimeSupported" : true,
  1094. "ObjectMonitorUsageSupported" : true,
  1095. "SynchronizerUsageSupported" : true,
  1096. "ThreadContentionMonitoringEnabled" : false,
  1097. "ThreadCpuTimeEnabled" : true,
  1098. "PeakThreadCount" : 98,
  1099. "DaemonThreadCount" : 82,
  1100. "ThreadCount" : 98,
  1101. "TotalStartedThreadCount" : 106,
  1102. "ThreadCpuTimeSupported" : true,
  1103. "AllThreadIds" : [ 121, 120, 119, 118, 114, 112, 110, 108, 107, 105, 103, 102, 101, 100, 99, 98, 97, 96, 95, 94, 93, 92, 91, 90, 89, 88, 87, 86, 85, 84, 83, 42, 53, 82, 81, 69, 68, 66, 78, 79, 77, 75, 74, 73, 70, 67, 65, 64, 63, 62, 61, 60, 57, 41, 56, 54, 52, 51, 50, 49, 48, 47, 46, 45, 44, 43, 40, 39, 38, 37, 36, 35, 34, 33, 32, 31, 17, 28, 30, 29, 27, 26, 25, 24, 23, 22, 21, 20, 19, 18, 14, 13, 12, 11, 6, 3, 2, 1 ],
  1104. "CurrentThreadCpuTime" : 546723000,
  1105. "CurrentThreadUserTime" : 453561000
  1106. }, {
  1107. "name" : "java.util.logging:type=Logging",
  1108. "modelerType" : "java.util.logging.Logging",
  1109. "LoggerNames" : [ "sun.awt.AppContext", "javax.management", "global", "javax.management.mbeanserver", "" ]
  1110. }, {
  1111. "name" : "java.lang:type=GarbageCollector,name=ParNew",
  1112. "modelerType" : "sun.management.GarbageCollectorImpl",
  1113. "LastGcInfo" : {
  1114. "GcThreadCount" : 11,
  1115. "duration" : 3,
  1116. "endTime" : 34592,
  1117. "id" : 15,
  1118. "memoryUsageAfterGc" : [ {
  1119. "key" : "CMS Perm Gen",
  1120. "value" : {
  1121. "committed" : 26673152,
  1122. "init" : 21757952,
  1123. "max" : 85983232,
  1124. "used" : 26483416
  1125. }
  1126. }, {
  1127. "key" : "Code Cache",
  1128. "value" : {
  1129. "committed" : 2560000,
  1130. "init" : 2560000,
  1131. "max" : 50331648,
  1132. "used" : 1629120
  1133. }
  1134. }, {
  1135. "key" : "CMS Old Gen",
  1136. "value" : {
  1137. "committed" : 65404928,
  1138. "init" : 65404928,
  1139. "max" : 917504000,
  1140. "used" : 28974008
  1141. }
  1142. }, {
  1143. "key" : "Par Eden Space",
  1144. "value" : {
  1145. "committed" : 17432576,
  1146. "init" : 17432576,
  1147. "max" : 104857600,
  1148. "used" : 0
  1149. }
  1150. }, {
  1151. "key" : "Par Survivor Space",
  1152. "value" : {
  1153. "committed" : 2162688,
  1154. "init" : 2162688,
  1155. "max" : 13107200,
  1156. "used" : 269528
  1157. }
  1158. } ],
  1159. "memoryUsageBeforeGc" : [ {
  1160. "key" : "CMS Perm Gen",
  1161. "value" : {
  1162. "committed" : 26673152,
  1163. "init" : 21757952,
  1164. "max" : 85983232,
  1165. "used" : 26483416
  1166. }
  1167. }, {
  1168. "key" : "Code Cache",
  1169. "value" : {
  1170. "committed" : 2560000,
  1171. "init" : 2560000,
  1172. "max" : 50331648,
  1173. "used" : 1629120
  1174. }
  1175. }, {
  1176. "key" : "CMS Old Gen",
  1177. "value" : {
  1178. "committed" : 65404928,
  1179. "init" : 65404928,
  1180. "max" : 917504000,
  1181. "used" : 26832760
  1182. }
  1183. }, {
  1184. "key" : "Par Eden Space",
  1185. "value" : {
  1186. "committed" : 17432576,
  1187. "init" : 17432576,
  1188. "max" : 104857600,
  1189. "used" : 17431032
  1190. }
  1191. }, {
  1192. "key" : "Par Survivor Space",
  1193. "value" : {
  1194. "committed" : 2162688,
  1195. "init" : 2162688,
  1196. "max" : 13107200,
  1197. "used" : 240936
  1198. }
  1199. } ],
  1200. "startTime" : 34589
  1201. },
  1202. "CollectionCount" : 16,
  1203. "CollectionTime" : 53,
  1204. "Name" : "ParNew",
  1205. "Valid" : true,
  1206. "MemoryPoolNames" : [ "Par Eden Space", "Par Survivor Space" ]
  1207. }, {
  1208. "name" : "com.sun.management:type=HotSpotDiagnostic",
  1209. "modelerType" : "sun.management.HotSpotDiagnostic",
  1210. "DiagnosticOptions" : [ {
  1211. "name" : "HeapDumpBeforeFullGC",
  1212. "origin" : "DEFAULT",
  1213. "value" : "false",
  1214. "writeable" : true
  1215. }, {
  1216. "name" : "HeapDumpAfterFullGC",
  1217. "origin" : "DEFAULT",
  1218. "value" : "false",
  1219. "writeable" : true
  1220. }, {
  1221. "name" : "HeapDumpOnOutOfMemoryError",
  1222. "origin" : "DEFAULT",
  1223. "value" : "false",
  1224. "writeable" : true
  1225. }, {
  1226. "name" : "HeapDumpPath",
  1227. "origin" : "DEFAULT",
  1228. "value" : "",
  1229. "writeable" : true
  1230. }, {
  1231. "name" : "CMSAbortablePrecleanWaitMillis",
  1232. "origin" : "DEFAULT",
  1233. "value" : "100",
  1234. "writeable" : true
  1235. }, {
  1236. "name" : "CMSWaitDuration",
  1237. "origin" : "DEFAULT",
  1238. "value" : "2000",
  1239. "writeable" : true
  1240. }, {
  1241. "name" : "PrintGC",
  1242. "origin" : "DEFAULT",
  1243. "value" : "false",
  1244. "writeable" : true
  1245. }, {
  1246. "name" : "PrintGCDetails",
  1247. "origin" : "DEFAULT",
  1248. "value" : "false",
  1249. "writeable" : true
  1250. }, {
  1251. "name" : "PrintGCDateStamps",
  1252. "origin" : "DEFAULT",
  1253. "value" : "false",
  1254. "writeable" : true
  1255. }, {
  1256. "name" : "PrintGCTimeStamps",
  1257. "origin" : "DEFAULT",
  1258. "value" : "false",
  1259. "writeable" : true
  1260. }, {
  1261. "name" : "PrintClassHistogramBeforeFullGC",
  1262. "origin" : "DEFAULT",
  1263. "value" : "false",
  1264. "writeable" : true
  1265. }, {
  1266. "name" : "PrintClassHistogramAfterFullGC",
  1267. "origin" : "DEFAULT",
  1268. "value" : "false",
  1269. "writeable" : true
  1270. }, {
  1271. "name" : "PrintClassHistogram",
  1272. "origin" : "DEFAULT",
  1273. "value" : "false",
  1274. "writeable" : true
  1275. }, {
  1276. "name" : "PrintConcurrentLocks",
  1277. "origin" : "DEFAULT",
  1278. "value" : "false",
  1279. "writeable" : true
  1280. } ]
  1281. }, {
  1282. "name" : "org.apache.ZooKeeperService:name0=StandaloneServer_port-1,name1=Connections,name2=\"fe80:0:0:0:0:0:0:1%1\",name3=0x1357d21e4640002",
  1283. "modelerType" : "org.apache.zookeeper.server.ConnectionBean",
  1284. "SessionId" : "0x1357d21e4640002",
  1285. "OutstandingRequests" : 0,
  1286. "SessionTimeout" : 40000,
  1287. "MinLatency" : 0,
  1288. "AvgLatency" : 0,
  1289. "MaxLatency" : 34,
  1290. "PacketsReceived" : 38,
  1291. "PacketsSent" : 39,
  1292. "LastOperation" : "GETD",
  1293. "LastCxid" : "0x24",
  1294. "LastZxid" : "0x25",
  1295. "LastResponseTime" : "Tue Feb 14 10:31:38 PST 2012",
  1296. "LastLatency" : 0,
  1297. "SourceIP" : "fe80:0:0:0:0:0:0:1%1:61260",
  1298. "EphemeralNodes" : [ ],
  1299. "StartedTime" : "Tue Feb 14 10:31:10 PST 2012"
  1300. }, {
  1301. "name" : "hadoop:service=HBase,name=RPCStatistics-61256",
  1302. "modelerType" : "org.apache.hadoop.hbase.ipc.HBaseRPCStatistics",
  1303. "splitRegionNumOps" : 0,
  1304. "splitRegionAvgTime" : 0,
  1305. "splitRegionMinTime" : -1,
  1306. "splitRegionMaxTime" : 0,
  1307. "enableTableNumOps" : 0,
  1308. "enableTableAvgTime" : 0,
  1309. "enableTableMinTime" : -1,
  1310. "enableTableMaxTime" : 0,
  1311. "ReceivedBytes" : 0,
  1312. "assignNumOps" : 0,
  1313. "assignAvgTime" : 0,
  1314. "assignMinTime" : -1,
  1315. "assignMaxTime" : 0,
  1316. "isMasterRunning.aboveOneSec.NumOps" : 0,
  1317. "isMasterRunning.aboveOneSec.AvgTime" : 0,
  1318. "isMasterRunning.aboveOneSec.MinTime" : -1,
  1319. "isMasterRunning.aboveOneSec.MaxTime" : 0,
  1320. "enableTable.aboveOneSec.NumOps" : 0,
  1321. "enableTable.aboveOneSec.AvgTime" : 0,
  1322. "enableTable.aboveOneSec.MinTime" : -1,
  1323. "enableTable.aboveOneSec.MaxTime" : 0,
  1324. "addColumn.aboveOneSec.NumOps" : 0,
  1325. "addColumn.aboveOneSec.AvgTime" : 0,
  1326. "addColumn.aboveOneSec.MinTime" : -1,
  1327. "addColumn.aboveOneSec.MaxTime" : 0,
  1328. "createTable.aboveOneSec.NumOps" : 0,
  1329. "createTable.aboveOneSec.AvgTime" : 0,
  1330. "createTable.aboveOneSec.MinTime" : -1,
  1331. "createTable.aboveOneSec.MaxTime" : 0,
  1332. "getOnlineRegionsNumOps" : 0,
  1333. "getOnlineRegionsAvgTime" : 0,
  1334. "getOnlineRegionsMinTime" : -1,
  1335. "getOnlineRegionsMaxTime" : 0,
  1336. "RpcSlowResponseNumOps" : 0,
  1337. "RpcSlowResponseAvgTime" : 0,
  1338. "RpcSlowResponseMinTime" : -1,
  1339. "RpcSlowResponseMaxTime" : 0,
  1340. "closeNumOps" : 0,
  1341. "closeAvgTime" : 0,
  1342. "closeMinTime" : -1,
  1343. "closeMaxTime" : 0,
  1344. "getProtocolVersion.aboveOneSec.NumOps" : 0,
  1345. "getProtocolVersion.aboveOneSec.AvgTime" : 0,
  1346. "getProtocolVersion.aboveOneSec.MinTime" : -1,
  1347. "getProtocolVersion.aboveOneSec.MaxTime" : 0,
  1348. "balanceNumOps" : 0,
  1349. "balanceAvgTime" : 0,
  1350. "balanceMinTime" : -1,
  1351. "balanceMaxTime" : 0,
  1352. "getProtocolSignature.aboveOneSec.NumOps" : 0,
  1353. "getProtocolSignature.aboveOneSec.AvgTime" : 0,
  1354. "getProtocolSignature.aboveOneSec.MinTime" : -1,
  1355. "getProtocolSignature.aboveOneSec.MaxTime" : 0,
  1356. "balanceSwitch.aboveOneSec.NumOps" : 0,
  1357. "balanceSwitch.aboveOneSec.AvgTime" : 0,
  1358. "balanceSwitch.aboveOneSec.MinTime" : -1,
  1359. "balanceSwitch.aboveOneSec.MaxTime" : 0,
  1360. "getClusterStatusNumOps" : 0,
  1361. "getClusterStatusAvgTime" : 0,
  1362. "getClusterStatusMinTime" : -1,
  1363. "getClusterStatusMaxTime" : 0,
  1364. "modifyTable.aboveOneSec.NumOps" : 0,
  1365. "modifyTable.aboveOneSec.AvgTime" : 0,
  1366. "modifyTable.aboveOneSec.MinTime" : -1,
  1367. "modifyTable.aboveOneSec.MaxTime" : 0,
  1368. "getAlterStatus.aboveOneSec.NumOps" : 0,
  1369. "getAlterStatus.aboveOneSec.AvgTime" : 0,
  1370. "getAlterStatus.aboveOneSec.MinTime" : -1,
  1371. "getAlterStatus.aboveOneSec.MaxTime" : 0,
  1372. "moveNumOps" : 0,
  1373. "moveAvgTime" : 0,
  1374. "moveMinTime" : -1,
  1375. "moveMaxTime" : 0,
  1376. "openRegionNumOps" : 0,
  1377. "openRegionAvgTime" : 0,
  1378. "openRegionMinTime" : -1,
  1379. "openRegionMaxTime" : 0,
  1380. "getBlockCacheColumnFamilySummariesNumOps" : 0,
  1381. "getBlockCacheColumnFamilySummariesAvgTime" : 0,
  1382. "getBlockCacheColumnFamilySummariesMinTime" : -1,
  1383. "getBlockCacheColumnFamilySummariesMaxTime" : 0,
  1384. "incrementNumOps" : 0,
  1385. "incrementAvgTime" : 0,
  1386. "incrementMinTime" : -1,
  1387. "incrementMaxTime" : 0,
  1388. "regionServerStartup.aboveOneSec.NumOps" : 0,
  1389. "regionServerStartup.aboveOneSec.AvgTime" : 0,
  1390. "regionServerStartup.aboveOneSec.MinTime" : -1,
  1391. "regionServerStartup.aboveOneSec.MaxTime" : 0,
  1392. "stopMasterNumOps" : 0,
  1393. "stopMasterAvgTime" : 0,
  1394. "stopMasterMinTime" : -1,
  1395. "stopMasterMaxTime" : 0,
  1396. "getNumOps" : 0,
  1397. "getAvgTime" : 0,
  1398. "getMinTime" : -1,
  1399. "getMaxTime" : 0,
  1400. "deleteTableNumOps" : 0,
  1401. "deleteTableAvgTime" : 0,
  1402. "deleteTableMinTime" : -1,
  1403. "deleteTableMaxTime" : 0,
  1404. "checkAndPutNumOps" : 0,
  1405. "checkAndPutAvgTime" : 0,
  1406. "checkAndPutMinTime" : -1,
  1407. "checkAndPutMaxTime" : 0,
  1408. "balance.aboveOneSec.NumOps" : 0,
  1409. "balance.aboveOneSec.AvgTime" : 0,
  1410. "balance.aboveOneSec.MinTime" : -1,
  1411. "balance.aboveOneSec.MaxTime" : 0,
  1412. "deleteColumnNumOps" : 0,
  1413. "deleteColumnAvgTime" : 0,
  1414. "deleteColumnMinTime" : -1,
  1415. "deleteColumnMaxTime" : 0,
  1416. "disableTable.aboveOneSec.NumOps" : 0,
  1417. "disableTable.aboveOneSec.AvgTime" : 0,
  1418. "disableTable.aboveOneSec.MinTime" : -1,
  1419. "disableTable.aboveOneSec.MaxTime" : 0,
  1420. "execCoprocessorNumOps" : 0,
  1421. "execCoprocessorAvgTime" : 0,
  1422. "execCoprocessorMinTime" : -1,
  1423. "execCoprocessorMaxTime" : 0,
  1424. "stopMaster.aboveOneSec.NumOps" : 0,
  1425. "stopMaster.aboveOneSec.AvgTime" : 0,
  1426. "stopMaster.aboveOneSec.MinTime" : -1,
  1427. "stopMaster.aboveOneSec.MaxTime" : 0,
  1428. "getHTableDescriptorsNumOps" : 0,
  1429. "getHTableDescriptorsAvgTime" : 0,
  1430. "getHTableDescriptorsMinTime" : -1,
  1431. "getHTableDescriptorsMaxTime" : 0,
  1432. "addColumnNumOps" : 0,
  1433. "addColumnAvgTime" : 0,
  1434. "addColumnMinTime" : -1,
  1435. "addColumnMaxTime" : 0,
  1436. "callQueueLen" : 0,
  1437. "multiNumOps" : 0,
  1438. "multiAvgTime" : 0,
  1439. "multiMinTime" : -1,
  1440. "multiMaxTime" : 0,
  1441. "closeRegionNumOps" : 0,
  1442. "closeRegionAvgTime" : 0,
  1443. "closeRegionMinTime" : -1,
  1444. "closeRegionMaxTime" : 0,
  1445. "replicateLogEntriesNumOps" : 0,
  1446. "replicateLogEntriesAvgTime" : 0,
  1447. "replicateLogEntriesMinTime" : -1,
  1448. "replicateLogEntriesMaxTime" : 0,
  1449. "disableTableNumOps" : 0,
  1450. "disableTableAvgTime" : 0,
  1451. "disableTableMinTime" : -1,
  1452. "disableTableMaxTime" : 0,
  1453. "rpcAuthorizationSuccesses" : 0,
  1454. "incrementColumnValueNumOps" : 0,
  1455. "incrementColumnValueAvgTime" : 0,
  1456. "incrementColumnValueMinTime" : -1,
  1457. "incrementColumnValueMaxTime" : 0,
  1458. "bulkLoadHFilesNumOps" : 0,
  1459. "bulkLoadHFilesAvgTime" : 0,
  1460. "bulkLoadHFilesMinTime" : -1,
  1461. "bulkLoadHFilesMaxTime" : 0,
  1462. "stopNumOps" : 0,
  1463. "stopAvgTime" : 0,
  1464. "stopMinTime" : -1,
  1465. "stopMaxTime" : 0,
  1466. "createTableNumOps" : 0,
  1467. "createTableAvgTime" : 0,
  1468. "createTableMinTime" : -1,
  1469. "createTableMaxTime" : 0,
  1470. "putNumOps" : 0,
  1471. "putAvgTime" : 0,
  1472. "putMinTime" : -1,
  1473. "putMaxTime" : 0,
  1474. "flushRegionNumOps" : 0,
  1475. "flushRegionAvgTime" : 0,
  1476. "flushRegionMinTime" : -1,
  1477. "flushRegionMaxTime" : 0,
  1478. "nextNumOps" : 0,
  1479. "nextAvgTime" : 0,
  1480. "nextMinTime" : -1,
  1481. "nextMaxTime" : 0,
  1482. "unlockRowNumOps" : 0,
  1483. "unlockRowAvgTime" : 0,
  1484. "unlockRowMinTime" : -1,
  1485. "unlockRowMaxTime" : 0,
  1486. "reportRSFatalErrorNumOps" : 0,
  1487. "reportRSFatalErrorAvgTime" : 0,
  1488. "reportRSFatalErrorMinTime" : -1,
  1489. "reportRSFatalErrorMaxTime" : 0,
  1490. "rpcAuthenticationFailures" : 0,
  1491. "unassignNumOps" : 0,
  1492. "unassignAvgTime" : 0,
  1493. "unassignMinTime" : -1,
  1494. "unassignMaxTime" : 0,
  1495. "getRegionInfoNumOps" : 0,
  1496. "getRegionInfoAvgTime" : 0,
  1497. "getRegionInfoMinTime" : -1,
  1498. "getRegionInfoMaxTime" : 0,
  1499. "getClusterStatus.aboveOneSec.NumOps" : 0,
  1500. "getClusterStatus.aboveOneSec.AvgTime" : 0,
  1501. "getClusterStatus.aboveOneSec.MinTime" : -1,
  1502. "getClusterStatus.aboveOneSec.MaxTime" : 0,
  1503. "openScannerNumOps" : 0,
  1504. "openScannerAvgTime" : 0,
  1505. "openScannerMinTime" : -1,
  1506. "openScannerMaxTime" : 0,
  1507. "reportRSFatalError.aboveOneSec.NumOps" : 0,
  1508. "reportRSFatalError.aboveOneSec.AvgTime" : 0,
  1509. "reportRSFatalError.aboveOneSec.MinTime" : -1,
  1510. "reportRSFatalError.aboveOneSec.MaxTime" : 0,
  1511. "getAlterStatusNumOps" : 0,
  1512. "getAlterStatusAvgTime" : 0,
  1513. "getAlterStatusMinTime" : -1,
  1514. "getAlterStatusMaxTime" : 0,
  1515. "NumOpenConnections" : 0,
  1516. "rpcAuthenticationSuccesses" : 0,
  1517. "deleteNumOps" : 0,
  1518. "deleteAvgTime" : 0,
  1519. "deleteMinTime" : -1,
  1520. "deleteMaxTime" : 0,
  1521. "RpcProcessingTimeNumOps" : 0,
  1522. "RpcProcessingTimeAvgTime" : 0,
  1523. "RpcProcessingTimeMinTime" : 0,
  1524. "RpcProcessingTimeMaxTime" : 7,
  1525. "move.aboveOneSec.NumOps" : 0,
  1526. "move.aboveOneSec.AvgTime" : 0,
  1527. "move.aboveOneSec.MinTime" : -1,
  1528. "move.aboveOneSec.MaxTime" : 0,
  1529. "modifyTableNumOps" : 0,
  1530. "modifyTableAvgTime" : 0,
  1531. "modifyTableMinTime" : -1,
  1532. "modifyTableMaxTime" : 0,
  1533. "shutdownNumOps" : 0,
  1534. "shutdownAvgTime" : 0,
  1535. "shutdownMinTime" : -1,
  1536. "shutdownMaxTime" : 0,
  1537. "openRegionsNumOps" : 0,
  1538. "openRegionsAvgTime" : 0,
  1539. "openRegionsMinTime" : -1,
  1540. "openRegionsMaxTime" : 0,
  1541. "rpcAuthorizationFailures" : 0,
  1542. "getClosestRowBeforeNumOps" : 0,
  1543. "getClosestRowBeforeAvgTime" : 0,
  1544. "getClosestRowBeforeMinTime" : -1,
  1545. "getClosestRowBeforeMaxTime" : 0,
  1546. "getHServerInfoNumOps" : 0,
  1547. "getHServerInfoAvgTime" : 0,
  1548. "getHServerInfoMinTime" : -1,
  1549. "getHServerInfoMaxTime" : 0,
  1550. "getProtocolSignatureNumOps" : 0,
  1551. "getProtocolSignatureAvgTime" : 0,
  1552. "getProtocolSignatureMinTime" : -1,
  1553. "getProtocolSignatureMaxTime" : 0,
  1554. "getProtocolVersionNumOps" : 0,
  1555. "getProtocolVersionAvgTime" : 0,
  1556. "getProtocolVersionMinTime" : 0,
  1557. "getProtocolVersionMaxTime" : 0,
  1558. "RpcQueueTimeNumOps" : 0,
  1559. "RpcQueueTimeAvgTime" : 0,
  1560. "RpcQueueTimeMinTime" : 0,
  1561. "RpcQueueTimeMaxTime" : 1,
  1562. "checkAndDeleteNumOps" : 0,
  1563. "checkAndDeleteAvgTime" : 0,
  1564. "checkAndDeleteMinTime" : -1,
  1565. "checkAndDeleteMaxTime" : 0,
  1566. "deleteTable.aboveOneSec.NumOps" : 0,
  1567. "deleteTable.aboveOneSec.AvgTime" : 0,
  1568. "deleteTable.aboveOneSec.MinTime" : -1,
  1569. "deleteTable.aboveOneSec.MaxTime" : 0,
  1570. "SentBytes" : 0,
  1571. "modifyColumnNumOps" : 0,
  1572. "modifyColumnAvgTime" : 0,
  1573. "modifyColumnMinTime" : -1,
  1574. "modifyColumnMaxTime" : 0,
  1575. "isMasterRunningNumOps" : 0,
  1576. "isMasterRunningAvgTime" : 0,
  1577. "isMasterRunningMinTime" : -1,
  1578. "isMasterRunningMaxTime" : 0,
  1579. "lockRowNumOps" : 0,
  1580. "lockRowAvgTime" : 0,
  1581. "lockRowMinTime" : -1,
  1582. "lockRowMaxTime" : 0,
  1583. "modifyColumn.aboveOneSec.NumOps" : 0,
  1584. "modifyColumn.aboveOneSec.AvgTime" : 0,
  1585. "modifyColumn.aboveOneSec.MinTime" : -1,
  1586. "modifyColumn.aboveOneSec.MaxTime" : 0,
  1587. "existsNumOps" : 0,
  1588. "existsAvgTime" : 0,
  1589. "existsMinTime" : -1,
  1590. "existsMaxTime" : 0,
  1591. "regionServerReport.aboveOneSec.NumOps" : 0,
  1592. "regionServerReport.aboveOneSec.AvgTime" : 0,
  1593. "regionServerReport.aboveOneSec.MinTime" : -1,
  1594. "regionServerReport.aboveOneSec.MaxTime" : 0,
  1595. "assign.aboveOneSec.NumOps" : 0,
  1596. "assign.aboveOneSec.AvgTime" : 0,
  1597. "assign.aboveOneSec.MinTime" : -1,
  1598. "assign.aboveOneSec.MaxTime" : 0,
  1599. "shutdown.aboveOneSec.NumOps" : 0,
  1600. "shutdown.aboveOneSec.AvgTime" : 0,
  1601. "shutdown.aboveOneSec.MinTime" : -1,
  1602. "shutdown.aboveOneSec.MaxTime" : 0,
  1603. "unassign.aboveOneSec.NumOps" : 0,
  1604. "unassign.aboveOneSec.AvgTime" : 0,
  1605. "unassign.aboveOneSec.MinTime" : -1,
  1606. "unassign.aboveOneSec.MaxTime" : 0,
  1607. "compactRegionNumOps" : 0,
  1608. "compactRegionAvgTime" : 0,
  1609. "compactRegionMinTime" : -1,
  1610. "compactRegionMaxTime" : 0,
  1611. "regionServerStartupNumOps" : 0,
  1612. "regionServerStartupAvgTime" : 0,
  1613. "regionServerStartupMinTime" : 7,
  1614. "regionServerStartupMaxTime" : 7,
  1615. "deleteColumn.aboveOneSec.NumOps" : 0,
  1616. "deleteColumn.aboveOneSec.AvgTime" : 0,
  1617. "deleteColumn.aboveOneSec.MinTime" : -1,
  1618. "deleteColumn.aboveOneSec.MaxTime" : 0,
  1619. "regionServerReportNumOps" : 0,
  1620. "regionServerReportAvgTime" : 0,
  1621. "regionServerReportMinTime" : 0,
  1622. "regionServerReportMaxTime" : 1,
  1623. "getHTableDescriptors.aboveOneSec.NumOps" : 0,
  1624. "getHTableDescriptors.aboveOneSec.AvgTime" : 0,
  1625. "getHTableDescriptors.aboveOneSec.MinTime" : -1,
  1626. "getHTableDescriptors.aboveOneSec.MaxTime" : 0,
  1627. "rollHLogWriterNumOps" : 0,
  1628. "rollHLogWriterAvgTime" : 0,
  1629. "rollHLogWriterMinTime" : -1,
  1630. "rollHLogWriterMaxTime" : 0,
  1631. "balanceSwitchNumOps" : 0,
  1632. "balanceSwitchAvgTime" : 0,
  1633. "balanceSwitchMinTime" : -1,
  1634. "balanceSwitchMaxTime" : 0
  1635. }, {
  1636. "name" : "hadoop:service=org.apache.hbase,name=RegionServer",
  1637. "modelerType" : "org.apache.hadoop.hbase.regionserver.MXBeanImpl",
  1638. "Coprocessors" : [ ],
  1639. "ServerName" : "10.10.10.149,61258,1329244268491",
  1640. "ZookeeperQuorum" : "localhost:2181"
  1641. }, {
  1642. "name" : "JMImplementation:type=MBeanServerDelegate",
  1643. "modelerType" : "javax.management.MBeanServerDelegate",
  1644. "MBeanServerId" : "Hitesh-Shahs-MacBook-Pro.local_1329244267655",
  1645. "SpecificationName" : "Java Management Extensions",
  1646. "SpecificationVersion" : "1.4",
  1647. "SpecificationVendor" : "Sun Microsystems",
  1648. "ImplementationName" : "JMX",
  1649. "ImplementationVersion" : "1.6.0_29-b11-402-10M3527",
  1650. "ImplementationVendor" : "Sun Microsystems"
  1651. } ]
  1652. }