From 1a98e5b4aa576798a239840fec17f4d3f1bc0c69 Mon Sep 17 00:00:00 2001 From: Homey Lau Date: Mon, 2 Jun 2025 11:10:48 +0800 Subject: [PATCH 1/5] docs: initial demo for metric panel legend --- .../examples/en/legend/metric-panel-legend.md | 28 + docs/assets/examples/menu.json | 7 + .../examples/zh/legend/metric-panel-legend.md | 10598 ++++++++++++++++ .../legend-with-metric-panel_1.0.0.jpg | Bin 0 -> 213773 bytes 4 files changed, 10633 insertions(+) create mode 100644 docs/assets/examples/en/legend/metric-panel-legend.md create mode 100644 docs/assets/examples/zh/legend/metric-panel-legend.md create mode 100644 docs/public/vchart/preview/legend-with-metric-panel_1.0.0.jpg diff --git a/docs/assets/examples/en/legend/metric-panel-legend.md b/docs/assets/examples/en/legend/metric-panel-legend.md new file mode 100644 index 0000000000..65fd1770c6 --- /dev/null +++ b/docs/assets/examples/en/legend/metric-panel-legend.md @@ -0,0 +1,28 @@ +--- +category: demo +group: legend +title: Metric Panel Legend +keywords: lineChart,comparison,trend,line,legend +order: 27-10 +cover: /vchart/preview/legend-with-metric-panel_1.0.0.jpg +option: lineChart#legends +--- + +# Metric Panel Legend + +## Key option + +## Demo source + +```javascript livedemo + +const vchart = new VChart(spec, { dom: CONTAINER_ID }); +vchart.renderSync(); + +// Just for the convenience of console debugging, DO NOT COPY! +window['vchart'] = vchart; +``` + +## Related Tutorials + +[Legend 图例](https://visactor.com/vchart/guide/tutorial_docs/Chart_Concepts/Legend) diff --git a/docs/assets/examples/menu.json b/docs/assets/examples/menu.json index 1971269e40..c41ee7be06 100644 --- a/docs/assets/examples/menu.json +++ b/docs/assets/examples/menu.json @@ -2435,6 +2435,13 @@ "zh": "离散图例指定scale", "en": "specify scale of discrete legend" } + }, + { + "path": "metric-panel-legend", + "title": { + "zh": "指标面板图例", + "en": "Metric Panel Legend" + } } ] }, diff --git a/docs/assets/examples/zh/legend/metric-panel-legend.md b/docs/assets/examples/zh/legend/metric-panel-legend.md new file mode 100644 index 0000000000..619fd33ca8 --- /dev/null +++ b/docs/assets/examples/zh/legend/metric-panel-legend.md @@ -0,0 +1,10598 @@ +--- +category: demo +group: legend +title: 指标面板图例 +keywords: lineChart,comparison,trend,line,legend +order: 27-10 +cover: /vchart/preview/legend-with-metric-panel_1.0.0.jpg +option: lineChart#legends +--- + +# 指标面板图例 + +## 关键配置 + +## 代码演示 + +```javascript livedemo +const leastData = { + values: [ + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 583.8357076505616, + time: '11:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 413.99094799015154, + time: '11:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 442.480296005283, + time: '11:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 563.9225931303649, + time: '11:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 452.4430035162852, + time: '11:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 457.33859753363623, + time: '11:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 543.3563325505742, + time: '11:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 552.0867849414408, + time: '11:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 479.36468025616307, + time: '11:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 466.78189294024753, + time: '11:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 509.55495340099515, + time: '11:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 452.0295845601941, + time: '11:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 514.8193723728358, + time: '11:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 555.4362511614967, + time: '11:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 591.3844269050346, + time: '11:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 472.5185132716732, + time: '11:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 419.6717451611851, + time: '11:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 502.32182740780746, + time: '11:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 414.9004156096622, + time: '11:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 527.7652604285255, + time: '11:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 450.9404648983933, + time: '11:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 635.1514928204012, + time: '11:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 440.9549203017926, + time: '11:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 492.8397906279033, + time: '11:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 432.0071929510041, + time: '11:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 416.85495412245257, + time: '11:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 484.42034431459234, + time: '11:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 574.7519157038058, + time: '11:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 547.2923312638331, + time: '11:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 447.8663691654391, + time: '11:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 360.3105400448213, + time: '11:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 537.3126783013611, + time: '11:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 379.8697364100153, + time: '11:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 553.876504052763, + time: '11:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 505.846947415828, + time: '11:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 547.293152152541, + time: '11:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 505.88324478942127, + time: '11:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 336.76726483442917, + time: '11:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 532.2742090570538, + time: '11:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 537.478837159347, + time: '11:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 422.91554429332473, + time: '11:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 537.3396505992774, + time: '11:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 637.9606407753696, + time: '11:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 412.4214305582085, + time: '11:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 310.0639875547861, + time: '11:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 608.162736165273, + time: '11:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 387.80683823043574, + time: '11:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 470.3170270360141, + time: '11:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 610.6110314127712, + time: '11:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 597.3717364576454, + time: '11:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 469.3548690585019, + time: '11:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 473.8022155744592, + time: '11:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 484.61108825235, + time: '11:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 415.3547401102046, + time: '11:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 444.15888396985974, + time: '11:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 574.8419657932766, + time: '11:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 535.5262807032524, + time: '11:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 431.8903673783053, + time: '11:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 431.71828281770286, + time: '11:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 510.95751638319695, + time: '11:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 414.0796367215401, + time: '11:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 386.673169146347, + time: '11:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 516.5734676047084, + time: '11:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 586.1280021792983, + time: '11:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 431.115939838639, + time: '11:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 396.22076645447726, + time: '11:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 512.4691841855378, + time: '11:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 494.74621884722205, + time: '11:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 475.86596570786503, + time: '11:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 485.4403887292356, + time: '11:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 535.8291153593768, + time: '11:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 496.93884259935953, + time: '11:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 412.998431315991, + time: '11:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 578.8726639881737, + time: '11:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 435.2525160853986, + time: '11:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 473.9126245808358, + time: '11:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 422.4092299335348, + time: '11:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 535.7135123214872, + time: '11:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 483.2708174494015, + time: '11:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 342.72554763508117, + time: '11:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 495.23522338065237, + time: '11:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 512.3871036336867, + time: '11:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 555.6724871621066, + time: '11:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 494.042334037879, + time: '11:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 571.0981135783018, + time: '11:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 482.67548180003195, + time: '11:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 521.2875989808413, + time: '11:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 513.951076288517, + time: '11:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 416.3254687878066, + time: '11:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 511.54058422773886, + time: '11:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 519.4434880586152, + time: '11:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 463.3359877671101, + time: '11:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 507.27394035771647, + time: '11:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 405.4610590987614, + time: '11:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 530.3948254858269, + time: '11:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 463.9497081111901, + time: '11:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 428.79065878353975, + time: '11:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 480.6410236424408, + time: '11:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 472.75410837434833, + time: '11:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 443.05019208163793, + time: '11:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 404.46973973024467, + time: '11:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 509.33045615781793, + time: '11:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 408.2326473370121, + time: '11:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 572.7046283167094, + time: '11:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 523.4371516453848, + time: '11:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 530.8856235379513, + time: '11:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 476.09764856474817, + time: '11:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 435.2883311949346, + time: '11:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 477.6783192724736, + time: '11:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 557.2574563886694, + time: '11:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 541.0516847762676, + time: '11:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 533.8425941479384, + time: '11:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 508.3584439832788, + time: '11:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 426.4866621703272, + time: '11:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 423.05046158683564, + time: '11:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 509.70449964491536, + time: '11:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 390.62007904852436, + time: '11:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 509.1048851734308, + time: '11:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 518.7572009095961, + time: '11:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 574.7123666297637, + time: '11:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 458.2083176244221, + time: '11:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 410.19420121395655, + time: '11:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 553.6815874929886, + time: '11:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 465.49103551135136, + time: '11:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 468.6757950575084, + time: '11:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 497.499870958827, + time: '11:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 513.5987962239394, + time: '11:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 435.49284728161575, + time: '11:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 359.4762772277344, + time: '11:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 448.674235029447, + time: '11:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 481.6888440466049, + time: '11:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 432.028038163826, + time: '11:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 538.4327335983364, + time: '11:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 488.3848149332354, + time: '11:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 446.8497982496359, + time: '11:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 422.5734178567998, + time: '11:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 506.6484837073438, + time: '11:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 470.6899548725749, + time: '11:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 461.3896611964474, + time: '11:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 552.0970324784705, + time: '11:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 632.2824384460777, + time: '11:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 471.75785127184565, + time: '11:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 493.1012248237517, + time: '11:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 464.99395925304134, + time: '11:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 440.73561705611456, + time: '11:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 534.4374309852093, + time: '11:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 475.4800461278577, + time: '11:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 547.7111849756732, + time: '11:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 401.0889658383264, + time: '11:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 466.27100230774886, + time: '11:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 559.7523314462421, + time: '11:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 443.5089650133287, + time: '11:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 574.2293152967304, + time: '11:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 600.5466189873135, + time: '11:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 562.3764102343962, + time: '11:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 546.619363784273, + time: '11:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 478.65933133196984, + time: '11:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 423.8406547608113, + time: '11:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 452.1905735989555, + time: '11:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 557.1621764136095, + time: '11:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 525.0705933857869, + time: '11:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 487.76259068932717, + time: '11:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 391.6991309250149, + time: '11:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 373.43921617844074, + time: '11:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 472.0539076364206, + time: '11:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 442.64989991857556, + time: '11:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 455.5575289106863, + time: '11:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 530.9424811472423, + time: '11:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 531.7808637737409, + time: '11:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 381.2905693606134, + time: '11:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 349.519758987071, + time: '11:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 518.860593753226, + time: '11:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 498.1939558397455, + time: '11:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 424.01912833554945, + time: '11:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 565.4107211628278, + time: '11:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 564.5461294854933, + time: '11:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 499.9055436750034, + time: '11:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 392.7106539950176, + time: '11:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 578.276201461717, + time: '11:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 560.5261500795675, + time: '11:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 487.0443123455602, + time: '11:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 541.6608065631751, + time: '11:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 501.45032112888487, + time: '11:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 481.5831346981468, + time: '11:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 401.78624561443473, + time: '11:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 496.7124869463506, + time: '11:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 422.1254107496083, + time: '11:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 391.5780317218574, + time: '11:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 577.6568316956623, + time: '11:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 577.7849009172836, + time: '11:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 473.2059908526078, + time: '11:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 453.70957592354745, + time: '11:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 472.24002366534006, + time: '11:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 381.5098510210461, + time: '11:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 496.1583857092391, + time: '11:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 544.3562082600912, + time: '11:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 528.9680655040597, + time: '11:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 473.41727546321397, + time: '11:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 314.376768514259, + time: '11:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 594.0578534720295, + time: '11:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 445.58589758243727, + time: '11:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 472.6198706850666, + time: '11:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 499.3781312679781, + time: '11:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 544.4153125103362, + time: '11:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 441.3876613576543, + time: '11:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 475.4775159730307, + time: '11:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 427.5993049791878, + time: '11:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 578.985466882716, + time: '11:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 456.6981749065879, + time: '11:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 548.075176260305, + time: '11:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 528.9146693885301, + time: '11:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 397.1372814257084, + time: '11:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 391.0996050710505, + time: '11:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 390.0597021689959, + time: '11:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 409.81627160151345, + time: '11:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 400.2648466366602, + time: '11:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 472.81368963396693, + time: '11:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 651.6139092254468, + time: '11:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 445.79022790968634, + time: '11:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 377.655946502629, + time: '11:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 522.0007225026666, + time: '11:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 531.9558402722034, + time: '11:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 505.68000532848583, + time: '11:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 535.4279852888261, + time: '11:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 558.3251387631033, + time: '11:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 408.14191442439443, + time: '11:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 348.3947812369916, + time: '11:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 474.89728878236946, + time: '11:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 533.885040703822, + time: '11:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 453.36495801690444, + time: '11:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 528.338500467777, + time: '11:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 506.11445355220496, + time: '11:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 490.7559866708876, + time: '11:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 316.2571664067115, + time: '11:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 448.93835914346437, + time: '11:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 422.32058791460025, + time: '11:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 421.5041582144856, + time: '11:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 519.594157136373, + time: '11:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 600.1272456051595, + time: '11:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 434.6471309248931, + time: '11:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 440.1585291980957, + time: '11:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 535.4178223649676, + time: '11:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 478.44915395926375, + time: '11:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 336.38688933591754, + time: '11:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 523.5731244280535, + time: '11:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 497.95781750144886, + time: '11:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 400.7251401603744, + time: '11:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 402.66589835942017, + time: '11:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 512.19003568856, + time: '11:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 531.4198311564269, + time: '11:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 478.62425474746817, + time: '11:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 435.90754772511804, + time: '11:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 569.4431797502377, + time: '11:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 425.93070791735033, + time: '11:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 334.5019550129473, + time: '11:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 471.7960684631636, + time: '11:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 431.04361295062563, + time: '11:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 568.6125798334872, + time: '11:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 502.5637546129519, + time: '11:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 461.0164938060112, + time: '11:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 462.6465727137812, + time: '11:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 334.2460613968192, + time: '11:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 435.9847800664553, + time: '11:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 439.8209819948819, + time: '11:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 563.0629607273935, + time: '11:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 534.6422450570558, + time: '11:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 492.59069755507846, + time: '11:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 413.81377235980125, + time: '11:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 382.2107650354936, + time: '11:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 543.6228664140073, + time: '11:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 420.9159543025678, + time: '11:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 457.1451871706864, + time: '11:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 537.99281959987, + time: '11:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 568.8430617934562, + time: '11:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 400.8889802216784, + time: '11:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 482.45107626446963, + time: '11:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 532.510058897933, + time: '11:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 399.26216346535665, + time: '11:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 449.889396981911, + time: '11:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 478.6162429537021, + time: '11:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 595.9233289997705, + time: '11:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 454.18436057459564, + time: '11:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 386.02043243181976, + time: '11:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 495.04120681103086, + time: '11:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 417.5361227466997, + time: '11:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 503.4387128037512, + time: '11:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 593.285392043235, + time: '11:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 567.5684140594985, + time: '11:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 454.24832855543616, + time: '11:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 323.8428523440947, + time: '11:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 592.3318498023833, + time: '11:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 388.8029866618872, + time: '11:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 430.0807280405854, + time: '11:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 486.691257589275, + time: '11:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 553.217585880588, + time: '11:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 416.6528412314435, + time: '11:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 386.7128467957028, + time: '11:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 446.49576168369236, + time: '11:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 451.7041734129613, + time: '11:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 495.0895949909733, + time: '11:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 578.4728600263369, + time: '11:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 543.9448152205356, + time: '11:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 418.44808471908385, + time: '11:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 385.3638215126165, + time: '11:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 423.72374145376307, + time: '11:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 411.5013384470679, + time: '11:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 518.3040139192345, + time: '11:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 551.3597180935842, + time: '11:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 485.07390048162864, + time: '11:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 453.6024968678818, + time: '11:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 264.1556678529214, + time: '11:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 465.4045965059378, + time: '11:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 461.6892955895374, + time: '11:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 541.3466611942154, + time: '11:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 497.68863450780987, + time: '11:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 523.0077895802646, + time: '11:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 369.5957829251338, + time: '11:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 396.2852566741094, + time: '11:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 497.72069918222513, + time: '11:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 372.20521768981865, + time: '11:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 474.99229617600236, + time: '11:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 618.7655446304756, + time: '11:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 535.9680614520106, + time: '11:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 371.62681128117225, + time: '11:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 387.45327348956613, + time: '11:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 512.1669724661346, + time: '11:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 466.54401161072286, + time: '11:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 469.81631249115173, + time: '11:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 470.318158412176, + time: '11:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 611.8561113109458, + time: '11:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 406.0777889373782, + time: '11:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 433.81031824067094, + time: '11:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 487.9381971071835, + time: '11:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 491.6764480804462, + time: '11:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 436.1008706621719, + time: '11:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 575.9577086805001, + time: '11:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 576.1809144784231, + time: '11:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 431.32764241440765, + time: '11:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 491.44780474726724, + time: '11:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 517.6027698257149, + time: '11:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 350.31321787142724, + time: '11:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 438.655982298007, + time: '11:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 580.0291159021489, + time: '11:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 470.8479922318633, + time: '11:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 457.5453782799002, + time: '11:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 455.3282514773879, + time: '11:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 437.4230287904778, + time: '11:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 468.7028284923786, + time: '11:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 468.67605540492366, + time: '11:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 496.46898954616773, + time: '11:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 575.2041984697397, + time: '11:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 515.7678108474776, + time: '11:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 385.5555654722585, + time: '11:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 572.188230203663, + time: '11:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 511.3834496236646, + time: '11:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 498.3682753408089, + time: '11:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 599.6232650032165, + time: '11:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 539.7458859791842, + time: '11:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 484.88298116010094, + time: '11:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 343.6737045629165, + time: '11:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 495.89244108037155, + time: '11:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 389.5179490654397, + time: '11:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 525.6792313116624, + time: '11:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 517.4976742700524, + time: '11:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 525.1538999847021, + time: '11:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 434.0030735018286, + time: '11:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 527.667990162493, + time: '11:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 555.8647915794064, + time: '11:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 533.6286193418852, + time: '11:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 439.8410524659828, + time: '11:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 544.4346814639929, + time: '11:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 589.5838144420434, + time: '11:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 441.04918960486555, + time: '11:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 401.96092170072444, + time: '11:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 517.1362673188852, + time: '11:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 470.95095046830227, + time: '11:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 554.6344284479761, + time: '11:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 543.0160919385611, + time: '11:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 610.5499761247976, + time: '11:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 391.87353176810956, + time: '11:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 399.6964645956473, + time: '11:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 522.8376609576892, + time: '11:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 414.7494072120796, + time: '11:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 466.4438199478716, + time: '11:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 523.2845629264726, + time: '11:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 605.5640059558099, + time: '11:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 441.0743432003805, + time: '11:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 397.79374564449984, + time: '11:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 528.4883640116102, + time: '11:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 447.2115461171147, + time: '11:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 478.9316352825782, + time: '11:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 570.5404136579891, + time: '11:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 517.039123838868, + time: '11:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 427.56706805399307, + time: '11:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 408.90423803839275, + time: '11:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 522.3854280008658, + time: '11:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 477.9163456260861, + time: '11:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 442.63941604260884, + time: '11:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 569.6744360276107, + time: '11:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 543.5393812074393, + time: '11:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 458.1359280169045, + time: '11:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 391.7819794038029, + time: '11:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 532.1361379933772, + time: '11:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 453.80026957062057, + time: '11:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 358.7879869863529, + time: '11:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 442.57340133809095, + time: '11:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 575.5631715701782, + time: '11:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 400.63845282238384, + time: '11:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 370.3168996559882, + time: '11:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 566.4576265066215, + time: '11:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 476.93779962231844, + time: '11:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 524.2022698180525, + time: '11:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 595.2170121439076, + time: '11:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 607.777256356118, + time: '11:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 467.9673257120586, + time: '11:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 371.6570529379804, + time: '11:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 509.82605848507353, + time: '11:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 403.9663203460317, + time: '11:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 516.8421948546217, + time: '11:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 446.8754005982163, + time: '11:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 535.0412881077355, + time: '12:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 518.6369456501288, + time: '12:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 397.36233648920006, + time: '12:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 535.4501878794256, + time: '12:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 458.4680412018039, + time: '12:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 465.9336221440893, + time: '12:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 581.6273102170828, + time: '12:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 549.7170511668091, + time: '12:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 436.5619925771571, + time: '12:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 371.82876144331175, + time: '12:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 495.51321528563864, + time: '12:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 379.314275154751, + time: '12:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 483.3495358612436, + time: '12:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 586.3352568413792, + time: '12:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 503.6832512996986, + time: '12:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 462.0855861049471, + time: '12:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 363.35771086614176, + time: '12:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 572.0058607724736, + time: '12:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 444.438696932565, + time: '12:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 505.79696088520495, + time: '12:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 475.45167848924007, + time: '12:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 499.18966879596644, + time: '12:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 476.5071995855556, + time: '12:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 404.3215113845948, + time: '12:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 466.1803848970365, + time: '12:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 404.8046179267605, + time: '12:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 401.87270715567286, + time: '12:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 509.45928560227077, + time: '12:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 599.6262911197099, + time: '12:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 421.93897640570816, + time: '12:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 386.2511391289572, + time: '12:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 590.0470216455408, + time: '12:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 413.22350287051165, + time: '12:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 453.5473661326853, + time: '12:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 474.7147665757032, + time: '12:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 626.8120014285412, + time: '12:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 453.20462409052084, + time: '12:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 474.1996494291344, + time: '12:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 497.99210246778284, + time: '12:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 511.8046587605219, + time: '12:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 519.7132339810913, + time: '12:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 519.2539484855632, + time: '12:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 555.3994939209833, + time: '12:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 442.62962003908973, + time: '12:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 266.4515095803494, + time: '12:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 428.4612448940976, + time: '12:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 504.56550602971345, + time: '12:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 417.28552884153754, + time: '12:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 514.5982857907129, + time: '12:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 609.1766448946012, + time: '12:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 446.8838049274416, + time: '12:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 453.5753425961231, + time: '12:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 506.40522074553945, + time: '12:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 480.45690604535883, + time: '12:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 494.6778966083315, + time: '12:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 568.983026613467, + time: '12:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 577.0818012523818, + time: '12:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 403.3495108072267, + time: '12:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 461.30425962488147, + time: '12:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 465.94741712625597, + time: '12:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 395.38436176637106, + time: '12:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 412.17090976882974, + time: '12:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 595.5154373059804, + time: '12:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 526.7440122697437, + time: '12:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 443.22550871294715, + time: '12:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 295.3304883795925, + time: '12:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 542.0321774494362, + time: '12:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 434.1795775152599, + time: '12:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 503.3214991216763, + time: '12:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 599.7841905394978, + time: '12:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 577.0697802754207, + time: '12:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 466.8999145622725, + time: '12:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 381.8656202959826, + time: '12:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 467.36880103488045, + time: '12:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 510.6548849989592, + time: '12:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 478.2179258851258, + time: '12:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 501.8915986710849, + time: '12:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 635.9018283232984, + time: '12:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 514.5571803897521, + time: '12:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 380.4279567002104, + time: '12:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 477.69082833926103, + time: '12:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 457.08584568199524, + time: '12:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 399.2434092047245, + time: '12:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 519.5389063127736, + time: '12:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 557.2086980445024, + time: '12:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 489.96354130426033, + time: '12:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 328.62441526410896, + time: '12:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 405.52296345272345, + time: '12:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 565.9664769990848, + time: '12:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 538.2369677228586, + time: '12:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 445.8280903889525, + time: '12:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 637.2321827907003, + time: '12:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 549.6591228755779, + time: '12:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 360.1091656204562, + time: '12:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 477.38468403754615, + time: '12:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 469.6658919697186, + time: '12:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 443.27042116009756, + time: '12:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 489.7064966751906, + time: '12:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 428.0127447955128, + time: '12:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 403.6326218555975, + time: '12:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 343.47120772670854, + time: '12:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 378.8060336685522, + time: '12:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 459.6024558245016, + time: '12:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 439.48737814928097, + time: '12:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 578.2425816548729, + time: '12:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 600.0951252187612, + time: '12:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 485.6160318360339, + time: '12:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 486.6135221711811, + time: '12:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 420.80485882571384, + time: '12:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 434.54417678987494, + time: '12:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 490.02845986154716, + time: '12:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 610.7791411774116, + time: '12:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 563.3523534119086, + time: '12:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 451.1671002869176, + time: '12:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 445.7839196573731, + time: '12:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 538.0207328072149, + time: '12:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 456.67704523911414, + time: '12:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 537.4318674714358, + time: '12:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 468.2825564060039, + time: '12:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 544.0496324767066, + time: '12:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 551.4901466608836, + time: '12:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 462.57775474970794, + time: '12:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 539.2900079325416, + time: '12:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 442.3765081809728, + time: '12:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 429.2089090510801, + time: '12:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 500.3767870423553, + time: '12:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 563.5880388267751, + time: '12:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 401.5850857322424, + time: '12:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 435.0836032021617, + time: '12:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 521.2728780892483, + time: '12:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 485.4054338344295, + time: '12:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 483.0839924923986, + time: '12:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 528.6797121520536, + time: '12:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 459.62155426995537, + time: '12:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 400.0139078909612, + time: '12:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 342.54741143913856, + time: '12:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 451.6511928435393, + time: '12:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 497.8351158397292, + time: '12:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 501.44082501652866, + time: '12:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 544.0080579409804, + time: '12:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 548.0164056081244, + time: '12:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 412.0303677277989, + time: '12:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 372.7739866860113, + time: '12:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 497.614432192901, + time: '12:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 410.70052697460255, + time: '12:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 514.6552803631572, + time: '12:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 489.5198240039177, + time: '12:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 576.8556285755873, + time: '12:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 335.80521378450965, + time: '12:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 423.4687280613959, + time: '12:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 499.8198730454716, + time: '12:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 383.4383523221111, + time: '12:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 488.8220777638613, + time: '12:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 551.2030522232045, + time: '12:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 632.8947022370758, + time: '12:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 415.71224891596194, + time: '12:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 337.89360955540275, + time: '12:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 442.0817655403729, + time: '12:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 358.1897313448352, + time: '12:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 461.6486080458339, + time: '12:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 506.3080326464542, + time: '12:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 533.0864890863177, + time: '12:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 404.0433669223151, + time: '12:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 434.6499215086194, + time: '12:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 575.1699150883576, + time: '12:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 475.3995663456272, + time: '12:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 438.62048896756403, + time: '12:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 529.277386456086, + time: '12:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 518.5753198553406, + time: '12:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 449.5196893238104, + time: '12:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 386.98373009209325, + time: '12:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 543.8681145287836, + time: '12:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 394.83166969130633, + time: '12:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 484.30719415231874, + time: '12:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 557.3142124001849, + time: '12:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 533.9121478207732, + time: '12:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 459.087798788858, + time: '12:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 380.25895962252014, + time: '12:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 488.9517913085168, + time: '12:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 342.35547035237585, + time: '12:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 426.39304940071963, + time: '12:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 530.3211134905468, + time: '12:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 604.7701058851037, + time: '12:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 535.8085419607943, + time: '12:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 434.54799841017456, + time: '12:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 501.34429194972654, + time: '12:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 469.42893022654823, + time: '12:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 333.93247582526965, + time: '12:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 508.1807054736716, + time: '12:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 575.4375554829842, + time: '12:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 489.5211919093025, + time: '12:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 421.21316557430197, + time: '12:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 510.41914039737765, + time: '12:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 574.6499758716395, + time: '12:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 501.8279902078834, + time: '12:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 524.5195098037085, + time: '12:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 532.511989811648, + time: '12:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 413.15481721687985, + time: '12:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 380.95169170904603, + time: '12:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 397.9132565787855, + time: '12:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 449.6964544230053, + time: '12:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 525.1967420543098, + time: '12:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 525.5818520397332, + time: '12:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 584.6633716556678, + time: '12:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 397.07926643258213, + time: '12:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 456.96649016821243, + time: '12:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 487.64113087397016, + time: '12:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 491.9245387225821, + time: '12:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 361.8533782229081, + time: '12:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 511.4994485058936, + time: '12:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 563.8538774674021, + time: '12:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 466.5959585753253, + time: '12:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 344.9468336200051, + time: '12:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 465.90078760011005, + time: '12:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 454.09146792737823, + time: '12:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 429.5134647645031, + time: '12:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 517.0601968666449, + time: '12:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 607.4322495266445, + time: '12:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 375.9883396489679, + time: '12:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 429.7967803472132, + time: '12:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 449.91899950525425, + time: '12:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 445.05551734044286, + time: '12:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 510.9577130502599, + time: '12:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 609.9323585252358, + time: '12:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 523.8973453061324, + time: '12:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 533.5729382927177, + time: '12:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 428.6550628984192, + time: '12:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 485.9449853557023, + time: '12:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 495.9538241493884, + time: '12:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 582.8747734855849, + time: '12:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 558.045972397062, + time: '12:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 542.6168926701116, + time: '12:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 500.97200603606433, + time: '12:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 383.5226780343005, + time: '12:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 589.8843263424761, + time: '12:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 435.48627279056745, + time: '12:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 481.0396853837704, + time: '12:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 515.225984098542, + time: '12:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 539.3945923433921, + time: '12:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 418.5412173947648, + time: '12:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 415.3066511121059, + time: '12:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 532.0421430633505, + time: '12:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 463.3696157035952, + time: '12:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 443.5998529385433, + time: '12:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 564.8477202255368, + time: '12:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 485.8242525933941, + time: '12:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 356.3432735454561, + time: '12:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 336.44432118073485, + time: '12:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 471.4410505108602, + time: '12:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 466.0848903098007, + time: '12:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 470.855177944758, + time: '12:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 513.3090255121995, + time: '12:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 573.8060138532288, + time: '12:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 509.69361870827066, + time: '12:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 445.20135096034505, + time: '12:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 528.629139067808, + time: '12:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 416.59547731784755, + time: '12:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 548.7438209574093, + time: '12:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 588.656231879332, + time: '12:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 572.0527636089945, + time: '12:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 436.2730077373691, + time: '12:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 389.75489317785053, + time: '12:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 569.9677718293001, + time: '12:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 499.60211747682615, + time: '12:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 447.70179104377326, + time: '12:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 548.4821096099047, + time: '12:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 559.2556728321231, + time: '12:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 503.8908155986731, + time: '12:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 372.86384897404804, + time: '12:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 546.2316841456384, + time: '12:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 441.2520121652296, + time: '12:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 440.04039966748735, + time: '12:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 524.6348927997885, + time: '12:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 547.2706433312427, + time: '12:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 362.27861706028165, + time: '12:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 451.4504612918445, + time: '12:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 502.98151849600873, + time: '12:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 412.2127420253578, + time: '12:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 455.86282389089837, + time: '12:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 552.3858462905139, + time: '12:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 488.2314628974793, + time: '12:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 412.03124885231136, + time: '12:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 363.782815472862, + time: '12:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 467.6531611147213, + time: '12:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 476.82549217852016, + time: '12:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 432.3335695870644, + time: '12:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 451.45619239657503, + time: '12:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 537.9677338617321, + time: '12:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 442.26218498590913, + time: '12:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 328.576935181822, + time: '12:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 534.9111656806795, + time: '12:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 405.0766009104481, + time: '12:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 486.13351579973977, + time: '12:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 473.6616265545097, + time: '12:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 541.8642741736616, + time: '12:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 444.3490296882371, + time: '12:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 321.1685413238048, + time: '12:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 519.6742692710875, + time: '12:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 451.4090578684564, + time: '12:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 561.2339229234781, + time: '12:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 470.30374968004725, + time: '12:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 518.886136538919, + time: '12:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 419.4967264260378, + time: '12:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 429.300497567282, + time: '12:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 544.7596610013866, + time: '12:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 449.5440501677898, + time: '12:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 496.1539636558015, + time: '12:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 537.1471547381853, + time: '12:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 550.9357144166995, + time: '12:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 473.14249661737495, + time: '12:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 334.97853237518586, + time: '12:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 531.7585900840985, + time: '12:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 504.2947782915789, + time: '12:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 467.3823248936856, + time: '12:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 616.6257499742546, + time: '12:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 579.2025428407269, + time: '12:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 388.61897853087027, + time: '12:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 486.7397090992182, + time: '12:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 552.4776357659667, + time: '12:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 473.73491164399763, + time: '12:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 465.4094365542228, + time: '12:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 641.5650073096316, + time: '12:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 653.3092950605266, + time: '12:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 434.8810257489353, + time: '12:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 294.9035296058139, + time: '12:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 473.2382394219716, + time: '12:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 448.7486520627428, + time: '12:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 401.8404595651672, + time: '12:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 561.9025550720379, + time: '12:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 567.728890641592, + time: '12:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 448.01478158559496, + time: '12:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 483.8228184145019, + time: '12:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 565.8697032817163, + time: '12:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 490.8883149600143, + time: '12:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 524.1554888573579, + time: '12:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 555.0422237472228, + time: '12:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 571.8775195361383, + time: '12:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 467.72194170293744, + time: '12:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 409.55087336013094, + time: '12:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 509.87998023462, + time: '12:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 519.5103774508657, + time: '12:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 476.1081401493599, + time: '12:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 439.94711329236304, + time: '12:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 555.2777042116917, + time: '12:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 477.5807439044445, + time: '12:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 394.1643444064804, + time: '12:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 603.7630436312633, + time: '12:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 477.8905153175931, + time: '12:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 470.97600432046875, + time: '12:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 502.8663100132989, + time: '12:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 463.06143923504794, + time: '12:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 385.76789540810654, + time: '12:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 371.7540456595525, + time: '12:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 465.54060909552163, + time: '12:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 450.517630992169, + time: '12:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 639.655378392243, + time: '12:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 490.61081240458805, + time: '12:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 557.6743062275392, + time: '12:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 365.2942914632189, + time: '12:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 418.9568057176035, + time: '12:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 586.7981901582625, + time: '12:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 384.408188382492, + time: '12:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 494.9376454182843, + time: '12:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 498.9576200874442, + time: '12:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 562.0115104970513, + time: '12:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 505.88384109492546, + time: '12:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 397.1182648787576, + time: '12:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 509.89553917313236, + time: '12:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 396.74431684623136, + time: '12:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 442.41044749524076, + time: '12:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 521.5928090707605, + time: '12:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 682.1621056242643, + time: '12:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 458.6157005989796, + time: '12:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 454.1650941008261, + time: '12:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 467.42909981927755, + time: '12:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 434.7387647822666, + time: '12:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 458.6821201897228, + time: '12:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 506.3954711151436, + time: '12:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 549.3819517609438, + time: '12:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 404.5756731721723, + time: '12:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 404.71138243310196, + time: '12:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 475.8057082972839, + time: '12:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 419.52438989203586, + time: '12:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 537.4222854598378, + time: '12:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 431.03500948121064, + time: '12:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 574.0773671166806, + time: '12:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 519.5575987761262, + time: '12:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 406.51508807309386, + time: '12:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 483.98263459028396, + time: '12:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 440.6514348507277, + time: '12:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 485.66352052688825, + time: '12:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 567.3955128058767, + time: '12:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 557.2644115147378, + time: '12:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 447.78373171464295, + time: '12:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 380.8193893893072, + time: '12:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 521.2082973200958, + time: '12:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 452.83249624485535, + time: '12:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 408.08610108413166, + time: '12:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 476.36284871300967, + time: '12:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 500.5660981190234, + time: '12:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 500.96485920319134, + time: '12:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 396.15271881394665, + time: '12:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 526.141774401775, + time: '12:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 476.48463771783656, + time: '12:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 525.9614467287602, + time: '12:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 541.9623432055574, + time: '12:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 616.141140725751, + time: '12:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 445.37592407050545, + time: '12:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 414.39008844460295, + time: '12:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 471.31499980307103, + time: '12:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 446.47506109704545, + time: '12:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 446.5927957230503, + time: '12:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 633.7041334874987, + time: '12:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 596.5966516343387, + time: '12:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 545.0373962440993, + time: '12:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 313.4915803671687, + time: '12:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 498.78227038695087, + time: '12:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 474.3250821913101, + time: '12:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 573.6648888108773, + time: '12:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 484.03077042067883, + time: '12:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 598.5515973521524, + time: '13:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 529.7670421221602, + time: '13:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 331.59072889471435, + time: '13:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 607.1135179305932, + time: '13:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 453.223720740506, + time: '13:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 534.0024032857324, + time: '13:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 403.4856238626835, + time: '13:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 513.530627260263, + time: '13:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 429.5517925760463, + time: '13:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 436.1632047011357, + time: '13:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 586.3771585050356, + time: '13:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 351.22667168230646, + time: '13:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 457.6339052170624, + time: '13:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 515.6997889059944, + time: '13:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 629.139715546805, + time: '13:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 490.5785475477178, + time: '13:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 407.5432719063971, + time: '13:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 521.8161834837016, + time: '13:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 403.0332303090623, + time: '13:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 544.0508180867556, + time: '13:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 585.0479817499286, + time: '13:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 488.90744686038596, + time: '13:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 474.2687974792574, + time: '13:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 389.80083318236603, + time: '13:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 501.90017390841, + time: '13:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 442.7956222139192, + time: '13:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 483.39277552637014, + time: '13:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 627.9173727110297, + time: '13:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 588.3428546900135, + time: '13:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 510.43157787661744, + time: '13:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 399.92169665326963, + time: '13:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 506.0015663359131, + time: '13:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 389.5152628579446, + time: '13:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 522.6386837561109, + time: '13:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 468.52252027737916, + time: '13:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 668.5227812904989, + time: '13:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 393.7538269709948, + time: '13:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 416.37908526808354, + time: '13:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 530.6758986365209, + time: '13:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 479.9964364998102, + time: '13:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 504.23664086472377, + time: '13:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 554.8349611618261, + time: '13:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 509.4731837434656, + time: '13:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 476.30257299992195, + time: '13:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 372.0120159845319, + time: '13:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 448.8603717400797, + time: '13:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 526.5375416171848, + time: '13:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 437.6821672504563, + time: '13:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 506.73447716099736, + time: '13:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 530.6851135198614, + time: '13:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 494.9212243424794, + time: '13:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 360.08476372988434, + time: '13:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 487.13117312883276, + time: '13:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 510.93809258486584, + time: '13:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 447.8225083841269, + time: '13:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 524.7025822847933, + time: '13:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 563.982568254382, + time: '13:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 354.06302567884427, + time: '13:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 408.79226275488406, + time: '13:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 416.57079630612054, + time: '13:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 439.3278564534896, + time: '13:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 531.4980408790581, + time: '13:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 662.2171673508517, + time: '13:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 533.8262172941901, + time: '13:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 382.83707436671125, + time: '13:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 350.0813611192484, + time: '13:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 519.9611561302639, + time: '13:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 524.5363068424977, + time: '13:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 463.26123339467296, + time: '13:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 454.85148358024236, + time: '13:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 481.4668284466934, + time: '13:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 340.038391111995, + time: '13:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 419.4126377857236, + time: '13:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 532.3597969851371, + time: '13:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 457.4333728601056, + time: '13:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 459.81757683790016, + time: '13:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 542.6869830747287, + time: '13:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 562.4281487403014, + time: '13:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 428.5296582777721, + time: '13:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 313.87081978810795, + time: '13:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 475.8406768850313, + time: '13:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 433.14570144409805, + time: '13:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 432.24387103253235, + time: '13:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 553.3846585882717, + time: '13:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 505.88481431369473, + time: '13:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 477.8771127897981, + time: '13:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 450.4577818662822, + time: '13:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 578.6993381645017, + time: '13:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 419.329866822953, + time: '13:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 501.17995327967304, + time: '13:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 584.2893162469674, + time: '13:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 582.679621531759, + time: '13:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 517.1178526048014, + time: '13:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 422.6298741206522, + time: '13:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 438.7117168498829, + time: '13:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 434.87651567559357, + time: '13:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 583.1262459621572, + time: '13:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 534.8991576735448, + time: '13:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 513.0287882883099, + time: '13:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 445.70473902098877, + time: '13:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 411.8014867156938, + time: '13:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 426.78125598950896, + time: '13:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 430.5911590729386, + time: '13:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 426.62335428728636, + time: '13:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 545.4025269752051, + time: '13:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 636.4967202508769, + time: '13:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 523.4307772785646, + time: '13:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 448.1345491972757, + time: '13:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 511.2225909279986, + time: '13:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 458.52081111877436, + time: '13:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 481.2109728336379, + time: '13:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 510.4175716289104, + time: '13:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 519.8373353831881, + time: '13:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 372.99492708925544, + time: '13:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 482.27372222312886, + time: '13:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 552.3549151306078, + time: '13:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 458.0286990524932, + time: '13:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 550.6110277707714, + time: '13:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 543.4563470622554, + time: '13:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 542.8969241897162, + time: '13:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 356.83087803224225, + time: '13:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 449.7185032509065, + time: '13:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 584.1963845728934, + time: '13:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 450.1523010076707, + time: '13:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 476.01793043771426, + time: '13:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 512.8403862251295, + time: '13:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 599.6758608684835, + time: '13:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 439.22261505516906, + time: '13:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 306.95628843341774, + time: '13:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 477.055786856553, + time: '13:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 471.8469084873175, + time: '13:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 502.6185898124867, + time: '13:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 561.0785944928025, + time: '13:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 497.45678417830226, + time: '13:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 461.20327244696534, + time: '13:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 335.02115166321494, + time: '13:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 553.9340416715647, + time: '13:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 509.5323137393171, + time: '13:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 426.880323592656, + time: '13:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 511.5194831978183, + time: '13:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 570.3729967302065, + time: '13:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 440.36526259529535, + time: '13:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 367.75907111521605, + time: '13:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 498.07457652496464, + time: '13:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 497.4777067720662, + time: '13:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 501.4153548603824, + time: '13:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 548.8550196951094, + time: '13:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 624.3571377141214, + time: '13:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 338.6278949980062, + time: '13:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 400.30455251054167, + time: '13:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 491.368635002959, + time: '13:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 375.75510157750483, + time: '13:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 470.64278674977254, + time: '13:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 528.536859315751, + time: '13:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 478.6258382719386, + time: '13:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 437.5439980243606, + time: '13:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 424.88295102345614, + time: '13:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 544.1829968743336, + time: '13:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 322.30394325490226, + time: '13:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 529.2864997839931, + time: '13:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 586.3025125386084, + time: '13:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 568.2316929266152, + time: '13:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 376.7765249747573, + time: '13:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 362.71280934232675, + time: '13:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 532.616143920671, + time: '13:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 496.71599556196367, + time: '13:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 539.3693025782376, + time: '13:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 527.4303138205756, + time: '13:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 571.9941397124212, + time: '13:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 475.48362744150194, + time: '13:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 408.3383382238539, + time: '13:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 421.1803921507875, + time: '13:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 381.65606507922894, + time: '13:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 609.4781821009307, + time: '13:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 441.3483765896559, + time: '13:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 598.0911435888655, + time: '13:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 460.3299123048424, + time: '13:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 361.23085338233386, + time: '13:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 573.8270174862948, + time: '13:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 438.7617299053658, + time: '13:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 508.98165866067876, + time: '13:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 593.0960750356996, + time: '13:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 497.1524644560959, + time: '13:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 395.0060106836322, + time: '13:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 368.4241098504026, + time: '13:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 569.0045677073725, + time: '13:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 391.494348697032, + time: '13:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 496.2898158291083, + time: '13:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 484.71338495686905, + time: '13:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 492.9771693457862, + time: '13:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 416.30665413316535, + time: '13:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 328.6669451575889, + time: '13:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 468.7218649245235, + time: '13:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 359.900978120999, + time: '13:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 489.7192150788668, + time: '13:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 497.311683067559, + time: '13:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 585.0970782808449, + time: '13:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 389.0393239055524, + time: '13:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 352.83833769445476, + time: '13:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 519.7901766718704, + time: '13:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 477.0731364102394, + time: '13:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 462.3416853594656, + time: '13:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 500.2169352978254, + time: '13:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 573.8492336616594, + time: '13:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 438.8660451363414, + time: '13:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 331.41576971918334, + time: '13:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 524.701509314137, + time: '13:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 487.95775801513236, + time: '13:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 496.9241921730846, + time: '13:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 598.7219046585409, + time: '13:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 571.5246425172938, + time: '13:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 489.7571160250619, + time: '13:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 350.20633735113336, + time: '13:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 513.0336882911954, + time: '13:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 421.174479963664, + time: '13:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 465.22992949304853, + time: '13:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 423.2162893010652, + time: '13:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 576.3224104748488, + time: '13:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 392.7136976832228, + time: '13:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 451.682089830392, + time: '13:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 472.484742307729, + time: '13:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 320.44788539275453, + time: '13:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 488.4230488134807, + time: '13:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 686.8874266829997, + time: '13:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 524.9987639210755, + time: '13:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 467.20232577589223, + time: '13:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 351.53005555840286, + time: '13:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 466.41883160309743, + time: '13:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 422.6877775873759, + time: '13:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 545.879876780398, + time: '13:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 582.8028404533026, + time: '13:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 570.6126848580502, + time: '13:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 415.48711908137795, + time: '13:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 530.6191032418695, + time: '13:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 498.72229645042773, + time: '13:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 469.5902002701273, + time: '13:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 429.67287173601795, + time: '13:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 541.161945706458, + time: '13:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 573.6536236649341, + time: '13:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 402.3563583868828, + time: '13:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 423.6658950440445, + time: '13:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 558.6364509629682, + time: '13:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 376.05442156129357, + time: '13:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 536.9939280564523, + time: '13:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 527.2552999691857, + time: '13:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 523.2824290986816, + time: '13:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 436.6484820022721, + time: '13:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 408.2418061847437, + time: '13:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 527.1800077297216, + time: '13:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 459.1679959889578, + time: '13:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 545.8557533669932, + time: '13:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 544.2777037428829, + time: '13:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 652.2887255572379, + time: '13:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 390.2378838790313, + time: '13:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 356.0821109909393, + time: '13:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 481.4692833956947, + time: '13:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 449.23450754135024, + time: '13:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 474.0965736504461, + time: '13:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 556.0561214189669, + time: '13:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 582.6916460455893, + time: '13:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 414.3175347326409, + time: '13:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 434.0154939704496, + time: '13:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 538.5849355324173, + time: '13:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 478.9645749800544, + time: '13:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 373.90725504957027, + time: '13:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 562.2607792975028, + time: '13:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 499.4348251398676, + time: '13:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 382.1061053705576, + time: '13:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 370.21810868811133, + time: '13:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 357.5728689684962, + time: '13:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 455.9790184207077, + time: '13:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 449.60890064527837, + time: '13:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 557.7802233001725, + time: '13:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 591.8276804316915, + time: '13:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 540.2362566458195, + time: '13:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 405.1004907322681, + time: '13:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 557.4382850186051, + time: '13:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 401.3465529559222, + time: '13:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 544.8497273280555, + time: '13:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 534.4790340627625, + time: '13:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 510.26591648863393, + time: '13:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 443.7631775985864, + time: '13:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 527.0042269134398, + time: '13:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 413.014311061095, + time: '13:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 509.82857508322456, + time: '13:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 478.8565968850559, + time: '13:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 520.1330789846337, + time: '13:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 598.3542301871227, + time: '13:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 407.0137246003707, + time: '13:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 394.1970050137675, + time: '13:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 481.8779529298434, + time: '13:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 442.0735213486515, + time: '13:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 430.0348883852545, + time: '13:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 522.4363358173244, + time: '13:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 616.9297789503702, + time: '13:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 452.6989955367111, + time: '13:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 456.4636663142838, + time: '13:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 444.0165052686928, + time: '13:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 448.63477302450343, + time: '13:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 454.7612539385891, + time: '13:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 520.2545859823659, + time: '13:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 517.9658840824145, + time: '13:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 436.3835975154585, + time: '13:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 363.84117874370565, + time: '13:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 435.2659262139547, + time: '13:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 403.3366020463402, + time: '13:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 522.0310013252276, + time: '13:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 586.6885048433533, + time: '13:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 607.1688064622161, + time: '13:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 430.95152002333884, + time: '13:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 397.2505754751519, + time: '13:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 558.041339368926, + time: '13:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 427.8358874404245, + time: '13:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 507.33667841006894, + time: '13:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 559.6778361140431, + time: '13:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 579.6390463468249, + time: '13:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 472.7083350021713, + time: '13:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 487.5400317817755, + time: '13:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 476.6149399344054, + time: '13:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 405.759864298655, + time: '13:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 468.0533950415153, + time: '13:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 382.980568266786, + time: '13:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 600.1030079997245, + time: '13:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 479.87538550236525, + time: '13:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 367.65164711061163, + time: '13:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 517.3251940865358, + time: '13:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 441.35269700382884, + time: '13:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 461.6587794092656, + time: '13:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 562.795038826488, + time: '13:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 653.8396491326973, + time: '13:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 415.4749426194736, + time: '13:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 489.62242789984646, + time: '13:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 497.6539710560408, + time: '13:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 535.5854240071171, + time: '13:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 460.4120925478089, + time: '13:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 539.7368097359388, + time: '13:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 546.7305941998565, + time: '13:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 413.209087967766, + time: '13:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 434.38759677277375, + time: '13:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 523.8520413611561, + time: '13:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 381.4049428534322, + time: '13:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 433.8794907750749, + time: '13:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 529.0645621777052, + time: '13:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 521.3131917821255, + time: '13:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 428.2474151424178, + time: '13:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 370.8766612052866, + time: '13:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 503.8410945530128, + time: '13:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 369.32193010616294, + time: '13:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 560.7687844734721, + time: '13:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 510.5740773455557, + time: '13:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 514.5242785187238, + time: '13:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 326.90394176322076, + time: '13:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 430.6203869527761, + time: '13:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 435.8503887905715, + time: '13:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 523.5585163746804, + time: '13:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 463.883976539433, + time: '13:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 586.2056359993006, + time: '13:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 518.209485751728, + time: '13:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 366.2404468900724, + time: '13:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 447.6277224813365, + time: '13:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 549.813340972357, + time: '13:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 439.5338161424067, + time: '13:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 540.8579260412748, + time: '13:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 577.3763231061429, + time: '13:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 555.1449145292947, + time: '13:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 510.34371337222626, + time: '13:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 430.0904981108598, + time: '13:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 475.3121708419344, + time: '13:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 416.54636306700417, + time: '13:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 556.0658025961226, + time: '13:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 491.35611660881955, + time: '13:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 576.0575987408322, + time: '13:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 524.2483856750641, + time: '13:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 320.48876400547715, + time: '13:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 422.1709050670124, + time: '13:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 501.9952343698038, + time: '13:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 529.915544907398, + time: '13:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 550.3526143562268, + time: '13:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 572.834539966501, + time: '13:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 429.5481980221811, + time: '13:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 362.64314120875656, + time: '13:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 478.59424195170436, + time: '13:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 419.7192230131568, + time: '13:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 458.4189843640976, + time: '13:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 481.4171632729357, + time: '13:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 600.3591624518012, + time: '13:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 470.8278481527883, + time: '13:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 386.62406822242474, + time: '13:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 575.0379895317155, + time: '13:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 541.3004856773468, + time: '13:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 500.1865045168305, + time: '13:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 461.01909176055347, + time: '13:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 559.6500945938953, + time: '13:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 457.5625077271768, + time: '13:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 395.2783285449977, + time: '13:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 542.5110871056746, + time: '13:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 483.89629356696344, + time: '13:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 478.7902196804542, + time: '13:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 498.6641387705017, + time: '13:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 631.6767038578658, + time: '13:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 595.9440404227619, + time: '13:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 430.0336048775339, + time: '13:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 482.567393279607, + time: '13:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 425.60442959271484, + time: '13:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 434.81490696349357, + time: '13:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 573.119673619138, + time: '13:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 545.7671583381021, + time: '13:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 497.97874557172884, + time: '13:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 407.8850500466627, + time: '13:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 482.53711478407854, + time: '13:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 557.8654106632752, + time: '13:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 496.21796408608014, + time: '13:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 577.6562522688043, + time: '13:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 695.008458329481, + time: '13:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 435.6041204259617, + time: '13:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 332.2327820644949, + time: '13:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 483.9182474391309, + time: '13:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 419.7142538498331, + time: '13:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 421.04801044200985, + time: '13:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 555.6542710048647, + time: '13:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 590.2833673882503, + time: '14:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 394.22297796997873, + time: '14:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 418.00989255029816, + time: '14:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 603.837399178042, + time: '14:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 487.1047686004654, + time: '14:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 539.3839694230782, + time: '14:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 566.2547893423998, + time: '14:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 516.1421221791859, + time: '14:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 361.6776839871214, + time: '14:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 429.52928726419117, + time: '14:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 519.0967726115776, + time: '14:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 464.9646290203246, + time: '14:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 456.7691351350803, + time: '14:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 555.8089143557479, + time: '14:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 505.4553750969444, + time: '14:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 452.17318179336115, + time: '14:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 426.989522396552, + time: '14:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 521.5020823595535, + time: '14:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 515.08706446994, + time: '14:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 490.05798279364194, + time: '14:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 497.92592023885237, + time: '14:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 583.1236207621592, + time: '14:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 404.18246273578484, + time: '14:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 453.0390362777311, + time: '14:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 551.5141727015921, + time: '14:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 528.0755598363427, + time: '14:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 494.1643935773071, + time: '14:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 551.5961272336971, + time: '14:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 547.8268607337075, + time: '14:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 370.8873145201163, + time: '14:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 440.6961077274452, + time: '14:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 511.93945795132566, + time: '14:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 451.6002074532883, + time: '14:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 467.05475131479614, + time: '14:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 570.0204762613841, + time: '14:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 594.7000247046046, + time: '14:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 409.67135578787367, + time: '14:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 421.95900396142184, + time: '14:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 487.04789270896487, + time: '14:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 412.3291064826908, + time: '14:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 509.33469007376374, + time: '14:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 567.7145664906787, + time: '14:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 582.6618812286772, + time: '14:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 387.92259981928026, + time: '14:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 395.4917144270677, + time: '14:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 490.1825075457511, + time: '14:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 472.9986071469558, + time: '14:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 456.2548171688738, + time: '14:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 589.4456685737322, + time: '14:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 555.3585543671563, + time: '14:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 526.3570817536282, + time: '14:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 315.9519533242004, + time: '14:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 496.4199370292968, + time: '14:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 416.11423151239467, + time: '14:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 523.5648648728622, + time: '14:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 565.4151923600532, + time: '14:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 516.6603140965798, + time: '14:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 486.08198784747253, + time: '14:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 420.4809109566293, + time: '14:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 498.13888817450794, + time: '14:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 550.6693623763312, + time: '14:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 412.7010159876626, + time: '14:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 547.5724103770791, + time: '14:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 483.25763876570676, + time: '14:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 441.6013679341691, + time: '14:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 409.38438435815556, + time: '14:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 536.381477181849, + time: '14:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 456.8267665541369, + time: '14:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 486.31897897732057, + time: '14:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 583.5075119158214, + time: '14:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 536.674252396649, + time: '14:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 515.9972069445013, + time: '14:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 412.5789418597687, + time: '14:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 502.59729429036497, + time: '14:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 431.7339224343946, + time: '14:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 576.9464499529142, + time: '14:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 528.673937037547, + time: '14:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 601.8199397161736, + time: '14:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 445.86841538238093, + time: '14:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 335.16257120898456, + time: '14:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 536.6320038607789, + time: '14:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 459.2340152932454, + time: '14:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 429.9834337697213, + time: '14:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 485.9062674386141, + time: '14:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 569.7046872065102, + time: '14:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 398.9357899335868, + time: '14:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 344.94717297958687, + time: '14:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 495.9641709945709, + time: '14:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 382.64368552351516, + time: '14:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 446.11275147375744, + time: '14:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 521.8466518028118, + time: '14:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 496.7130610644006, + time: '14:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 518.1562038634829, + time: '14:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 451.6576426666452, + time: '14:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 503.9317595158045, + time: '14:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 401.4192980744674, + time: '14:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 505.69539248294575, + time: '14:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 492.75486775967755, + time: '14:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 567.6590462925591, + time: '14:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 468.9455021842329, + time: '14:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 397.02224230716723, + time: '14:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 400.0899657733946, + time: '14:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 510.0206953972213, + time: '14:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 488.9790890969799, + time: '14:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 496.24108625128093, + time: '14:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 578.2658689864419, + time: '14:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 390.1376922836772, + time: '14:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 433.07503486863123, + time: '14:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 545.8163837351241, + time: '14:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 417.1552860514302, + time: '14:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 497.53150496367795, + time: '14:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 522.7740664642241, + time: '14:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 514.8071281899433, + time: '14:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 432.4830660958196, + time: '14:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 400.41591880652305, + time: '14:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 517.3244237948996, + time: '14:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 397.654450865903, + time: '14:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 504.4593565073832, + time: '14:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 490.37900395000196, + time: '14:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 566.6862552972764, + time: '14:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 398.21908733076214, + time: '14:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 400.48780697478725, + time: '14:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 549.9005054929826, + time: '14:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 476.8326376263643, + time: '14:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 511.7360734280885, + time: '14:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 514.601923518048, + time: '14:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 561.9104359222999, + time: '14:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 372.8600134517832, + time: '14:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 445.9141902987999, + time: '14:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 355.18723109031555, + time: '14:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 509.28520773314983, + time: '14:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 535.4849920978112, + time: '14:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 435.3192666523107, + time: '14:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 501.85148510846886, + time: '14:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 488.3088773765821, + time: '14:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 373.1977635891313, + time: '14:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 604.4187352390363, + time: '14:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 485.9476655332533, + time: '14:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 500.4909328464256, + time: '14:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 540.6646853686469, + time: '14:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 576.8893680174142, + time: '14:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 537.4708320235065, + time: '14:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 403.8060388470492, + time: '14:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 493.02051859224133, + time: '14:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 499.80238429029083, + time: '14:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 467.93711726907287, + time: '14:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 530.0602737681112, + time: '14:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 587.0392263184117, + time: '14:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 372.07162130904294, + time: '14:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 375.8862355647479, + time: '14:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 555.4091408368758, + time: '14:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 412.16024557152696, + time: '14:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 513.6286850601366, + time: '14:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 489.14556844659046, + time: '14:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 613.1525621587639, + time: '14:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 470.1484618345285, + time: '14:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 377.2751886283842, + time: '14:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 448.0047036437235, + time: '14:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 378.9094666629078, + time: '14:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 574.9940967447608, + time: '14:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 562.9622834216202, + time: '14:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 611.6901026017451, + time: '14:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 409.46787154390864, + time: '14:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 383.541393826568, + time: '14:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 530.6386952531285, + time: '14:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 525.0666825977744, + time: '14:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 473.3683126808713, + time: '14:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 576.8785068813279, + time: '14:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 490.1165316021454, + time: '14:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 417.6437308117652, + time: '14:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 410.10668858168566, + time: '14:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 447.3292218413172, + time: '14:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 433.8660080578932, + time: '14:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 431.27353476646795, + time: '14:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 449.6220067815513, + time: '14:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 512.1087480042438, + time: '14:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 412.38030378805655, + time: '14:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 375.06256891682614, + time: '14:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 468.81155196520973, + time: '14:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 437.4583491772476, + time: '14:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 535.3540334643486, + time: '14:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 491.8637610716893, + time: '14:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 584.751763360433, + time: '14:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 398.8004615160092, + time: '14:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 461.78780627867604, + time: '14:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 595.7015676933393, + time: '14:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 516.4097070924529, + time: '14:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 473.9809418023201, + time: '14:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 491.5428825106351, + time: '14:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 584.6892975456104, + time: '14:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 444.4260813972414, + time: '14:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 354.2696348890248, + time: '14:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 490.4658799618327, + time: '14:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 477.811500470033, + time: '14:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 371.3665226992982, + time: '14:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 483.0048449445568, + time: '14:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 584.7523843153024, + time: '14:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 400.4524941794481, + time: '14:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 389.65641779193203, + time: '14:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 510.87164365898616, + time: '14:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 472.7943886040804, + time: '14:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 522.3710838575211, + time: '14:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 571.4737420965874, + time: '14:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 751.6365745327361, + time: '14:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 455.5228412889919, + time: '14:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 377.01344708629125, + time: '14:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 543.5033865344377, + time: '14:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 558.2501172450542, + time: '14:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 453.23359070230384, + time: '14:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 520.3086930613598, + time: '14:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 587.5445255346583, + time: '14:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 439.4880945275431, + time: '14:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 471.3488942176866, + time: '14:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 524.7840943986303, + time: '14:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 417.8240884809928, + time: '14:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 475.47333588479194, + time: '14:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 516.7742579344695, + time: '14:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 615.7782820090299, + time: '14:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 430.0525976566795, + time: '14:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 408.8277388255787, + time: '14:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 507.5209452571788, + time: '14:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 496.3920064040619, + time: '14:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 496.5990165284507, + time: '14:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 429.8068817796623, + time: '14:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 606.7000881746601, + time: '14:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 396.6218168979201, + time: '14:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 450.59222697343176, + time: '14:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 518.2480501233113, + time: '14:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 452.85065624485424, + time: '14:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 489.5249839889533, + time: '14:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 561.7709015104613, + time: '14:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 591.5695625652899, + time: '14:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 413.16143347158334, + time: '14:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 324.7219813481514, + time: '14:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 620.1707792619137, + time: '14:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 463.42961394316285, + time: '14:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 515.472590856952, + time: '14:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 468.03708025732635, + time: '14:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 543.2365377679827, + time: '14:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 479.7695612912878, + time: '14:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 412.35251329346295, + time: '14:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 497.1190601483207, + time: '14:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 526.4234213206266, + time: '14:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 458.2256814715078, + time: '14:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 532.9966315133164, + time: '14:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 596.9484610246634, + time: '14:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 467.04585938121903, + time: '14:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 443.4815397811719, + time: '14:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 510.0549523357484, + time: '14:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 475.3917878144812, + time: '14:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 505.65528990880415, + time: '14:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 543.8688468979096, + time: '14:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 520.3587392731214, + time: '14:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 393.12223776007244, + time: '14:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 403.11419946377123, + time: '14:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 552.5327198003806, + time: '14:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 476.91480395248163, + time: '14:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 467.02266612080416, + time: '14:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 598.0329297919326, + time: '14:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 547.1590696629995, + time: '14:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 446.9666152714613, + time: '14:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 452.27401875326757, + time: '14:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 555.2762966478992, + time: '14:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 503.6253668654901, + time: '14:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 516.9405240443751, + time: '14:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 464.5589800440444, + time: '14:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 534.7318226085448, + time: '14:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 479.5693561685895, + time: '14:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 373.13557749498136, + time: '14:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 559.351515278019, + time: '14:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 431.7523635228557, + time: '14:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 510.76837420065266, + time: '14:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 379.0243922089587, + time: '14:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 563.0937069693161, + time: '14:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 358.5297359439314, + time: '14:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 469.46737200927896, + time: '14:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 531.9365111014592, + time: '14:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 408.0395166330497, + time: '14:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 433.22806489777025, + time: '14:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 539.1924772376848, + time: '14:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 674.7329283336754, + time: '14:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 469.16800961899673, + time: '14:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 513.9449061809626, + time: '14:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 442.8497543634758, + time: '14:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 397.7595402989483, + time: '14:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 534.2991058087516, + time: '14:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 620.0255590755427, + time: '14:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 465.6367403704126, + time: '14:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 408.86881205270765, + time: '14:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 380.85807197801705, + time: '14:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 581.6715766150548, + time: '14:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 351.6821705311999, + time: '14:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 453.2018277442976, + time: '14:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 591.9473176469719, + time: '14:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 593.3130095187257, + time: '14:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 470.52993342965794, + time: '14:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 376.7248739299614, + time: '14:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 442.6827303490656, + time: '14:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 552.8103564970161, + time: '14:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 520.4028899140573, + time: '14:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 540.4829707637313, + time: '14:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 478.3642064405174, + time: '14:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 403.83704217287413, + time: '14:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 471.66922385588504, + time: '14:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 515.1317732619517, + time: '14:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 394.83958171391583, + time: '14:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 498.36436567006706, + time: '14:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 505.4181907183976, + time: '14:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 535.4034067105283, + time: '14:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 351.75589496677406, + time: '14:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 477.97860728653563, + time: '14:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 462.2862074990321, + time: '14:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 438.9373188207114, + time: '14:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 571.9091838397561, + time: '14:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 570.3561298318655, + time: '14:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 613.4475298483683, + time: '14:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 360.6228781058419, + time: '14:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 372.8569986423366, + time: '14:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 496.7930826703504, + time: '14:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 436.15933500555394, + time: '14:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 468.8267008814074, + time: '14:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 481.3226900147766, + time: '14:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 562.2140009547732, + time: '14:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 444.4042473330691, + time: '14:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 377.99065914520713, + time: '14:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 516.438120515174, + time: '14:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 465.370334890455, + time: '14:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 462.53416019409013, + time: '14:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 553.8178884678109, + time: '14:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 505.1127611035347, + time: '14:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 454.9861250860741, + time: '14:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 384.9107695569746, + time: '14:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 516.0678607725137, + time: '14:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 490.7868606269648, + time: '14:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 479.0290197056134, + time: '14:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 555.2735079583314, + time: '14:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 523.2348145370016, + time: '14:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 396.78416874477955, + time: '14:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 331.77747444828617, + time: '14:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 521.0960377117642, + time: '14:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 493.02367441798725, + time: '14:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 464.8410108582862, + time: '14:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 583.010495374944, + time: '14:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 592.9798874467338, + time: '14:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 473.9296229388687, + time: '14:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 353.0674026757901, + time: '14:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 580.6855634529323, + time: '14:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 420.8461280715531, + time: '14:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 519.9970950971025, + time: '14:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 667.983001945554, + time: '14:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 522.4816684141432, + time: '14:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 358.923996886552, + time: '14:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 348.7929616623966, + time: '14:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 522.676715075699, + time: '14:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 441.6439143106794, + time: '14:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 399.1844695781706, + time: '14:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 549.6207983589384, + time: '14:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 569.8229294790988, + time: '14:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 438.6960100676342, + time: '14:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 360.61012174479356, + time: '14:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 487.79216823546756, + time: '14:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 464.12899752441496, + time: '14:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 427.3158790426823, + time: '14:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 504.5518187146251, + time: '14:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 561.2785919951907, + time: '14:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 381.44919001187714, + time: '14:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 397.2657556306609, + time: '14:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 548.2043584144178, + time: '14:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 437.56544369082263, + time: '14:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 426.6098539210403, + time: '14:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 528.7212843904002, + time: '14:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 526.4199826197091, + time: '14:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 409.40819460989206, + time: '14:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 410.710736626826, + time: '14:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 559.473524446232, + time: '14:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 530.3672788009997, + time: '14:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 527.5153795986788, + time: '14:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 441.54620475554407, + time: '14:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 666.1972044662663, + time: '14:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 444.3699335658207, + time: '14:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 476.52502464070386, + time: '14:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 438.61960924315036, + time: '14:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 474.54874758191255, + time: '14:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 565.5306686290962, + time: '14:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 495.26434344554707, + time: '14:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 590.6959511159006, + time: '14:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 398.97933173580236, + time: '14:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 349.08229796306046, + time: '14:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 529.8700034924929, + time: '14:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 486.74388930249086, + time: '14:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 474.77753907312643, + time: '14:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 509.5358780943448, + time: '14:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 457.74287066711963, + time: '14:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 422.7722227885087, + time: '14:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 448.2161199238292, + time: '14:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 535.0586371155449, + time: '14:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 483.14406343337066, + time: '14:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 471.5589138404995, + time: '14:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 503.79558010327037, + time: '14:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 568.3227157384714, + time: '14:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 492.31464046072205, + time: '14:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 388.3005577887246, + time: '14:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 485.1218248320004, + time: '14:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 508.67369287426624, + time: '14:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 483.50260815565906, + time: '14:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 537.6177436016861, + time: '14:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 525.9106767615806, + time: '14:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 413.15540652384254, + time: '14:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 396.52681451737834, + time: '14:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 568.785340665581, + time: '14:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 459.05107793518533, + time: '14:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 538.0939151304095, + time: '14:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 488.87900338088997, + time: '14:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 601.6216667398112, + time: '14:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 483.7846056032571, + time: '14:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 432.7409746083302, + time: '14:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 492.4972206483737, + time: '14:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 385.1584026022077, + time: '14:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 433.6323432904713, + time: '14:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 586.0515333662236, + time: '14:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 519.373963078365, + time: '15:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 385.5146572671191, + time: '15:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 342.86389892188504, + time: '15:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 506.2788226735771, + time: '15:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 469.9843975876321, + time: '15:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 491.91844913673924, + time: '15:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 530.0103532459099, + time: '15:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 553.2631779266551, + time: '15:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 468.4902088957641, + time: '15:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 418.12048730920253, + time: '15:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 491.34640878580655, + time: '15:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 417.4321553104086, + time: '15:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 528.7598814891215, + time: '15:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 529.5349839430693, + time: '15:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 584.2493639490228, + time: '15:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 514.078431032895, + time: '15:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 407.3226104106528, + time: '15:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 500.77895237907336, + time: '15:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 423.5691659125122, + time: '15:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 505.05470849699225, + time: '15:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 513.6052641743541, + time: '15:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 602.2877597085061, + time: '15:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 318.41777499363553, + time: '15:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 423.62256320040746, + time: '15:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 445.18624565523993, + time: '15:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 479.3182009377547, + time: '15:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 489.4790808299372, + time: '15:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 537.759534192949, + time: '15:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 498.98517964721117, + time: '15:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 402.1552372264762, + time: '15:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 413.4584321953909, + time: '15:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 427.9974558702853, + time: '15:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 511.91415357168177, + time: '15:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 530.0523046283571, + time: '15:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 571.2549132333818, + time: '15:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 542.2749382079526, + time: '15:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 470.853606359027, + time: '15:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 521.7650069955447, + time: '15:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 579.7252531612486, + time: '15:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 451.06357883680306, + time: '15:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 344.83838535003815, + time: '15:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 486.643489214455, + time: '15:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 535.2527344419522, + time: '15:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 431.84773069785035, + time: '15:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 367.1130007874342, + time: '15:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 457.6519325840836, + time: '15:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 465.4416506299482, + time: '15:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 513.8937659765454, + time: '15:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 497.0941755462372, + time: '15:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 526.3335383713144, + time: '15:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 460.5572936685654, + time: '15:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 372.45015224990914, + time: '15:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 450.43038252718463, + time: '15:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 535.1107472317619, + time: '15:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 447.29621584362883, + time: '15:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 514.8136985611668, + time: '15:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 647.2727120140548, + time: '15:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 411.80074066420894, + time: '15:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 367.8429736787618, + time: '15:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 392.33049431981425, + time: '15:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 462.03765897442844, + time: '15:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 388.46835515717714, + time: '15:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 462.70645382633927, + time: '15:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 579.2490855480478, + time: '15:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 446.329489373645, + time: '15:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 371.22614404198725, + time: '15:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 468.0519126155249, + time: '15:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 580.0841557090198, + time: '15:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 505.560129976249, + time: '15:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 489.0371070139251, + time: '15:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 495.95580228324775, + time: '15:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 434.21613823039604, + time: '15:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 367.13064363467413, + time: '15:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 433.8455103296251, + time: '15:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 478.2754822815772, + time: '15:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 548.6829272581479, + time: '15:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 506.18895632276707, + time: '15:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 604.8930973527388, + time: '15:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 500.38910308299035, + time: '15:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 458.4508265553776, + time: '15:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 582.1007580068184, + time: '15:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 361.96186204220913, + time: '15:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 473.12757426861543, + time: '15:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 573.7194590356364, + time: '15:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 665.1078098506316, + time: '15:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 454.7210421650607, + time: '15:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 470.0252123994927, + time: '15:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 550.4908544671317, + time: '15:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 487.6670810552266, + time: '15:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 527.643727360147, + time: '15:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 543.1280664500963, + time: '15:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 610.6232630275573, + time: '15:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 458.8801331037601, + time: '15:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 370.46268531252616, + time: '15:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 465.5924827411138, + time: '15:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 469.0579192441389, + time: '15:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 560.6139128994323, + time: '15:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 539.6794955683772, + time: '15:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 483.03150170229935, + time: '15:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 421.4061516938766, + time: '15:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 357.38222134478855, + time: '15:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 612.6217902672154, + time: '15:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 514.4876377041373, + time: '15:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 545.7457226792023, + time: '15:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 572.5448981083986, + time: '15:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 534.7882963566874, + time: '15:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 417.6196887963753, + time: '15:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 422.5707778193202, + time: '15:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 549.0882743495797, + time: '15:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 483.6590675634979, + time: '15:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 561.9982264685697, + time: '15:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 523.1314105800302, + time: '15:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 622.3455574593312, + time: '15:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 420.372090609019, + time: '15:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 371.38884778595144, + time: '15:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 483.7584308245689, + time: '15:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 443.0772008008113, + time: '15:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 517.1063745535946, + time: '15:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 549.5232424964445, + time: '15:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 523.616526719061, + time: '15:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 461.7226071189148, + time: '15:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 430.6465908877755, + time: '15:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 375.0297142563213, + time: '15:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 388.7850881855317, + time: '15:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 483.77168194507965, + time: '15:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 524.8389123533752, + time: '15:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 581.1909714073114, + time: '15:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 420.95077595898687, + time: '15:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 409.146151042565, + time: '15:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 614.547128629537, + time: '15:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 439.54883713569876, + time: '15:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 399.90170940514156, + time: '15:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 543.2681174699815, + time: '15:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 597.7317026714668, + time: '15:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 456.48874284482065, + time: '15:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 323.2127942501384, + time: '15:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 430.5213766618202, + time: '15:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 407.473977289535, + time: '15:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 467.69687559350257, + time: '15:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 500.8620671194209, + time: '15:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 512.6534764210959, + time: '15:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 545.770039932272, + time: '15:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 476.3752600665031, + time: '15:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 417.7300626521554, + time: '15:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 420.97382750976385, + time: '15:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 437.8376702341904, + time: '15:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 408.05914208617855, + time: '15:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 556.02373219691, + time: '15:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 485.5562351715846, + time: '15:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 488.7938836547761, + time: '15:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 551.128521600482, + time: '15:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 479.42892022103047, + time: '15:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 588.5471358748907, + time: '15:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 523.2860418906848, + time: '15:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 396.93663299654634, + time: '15:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 425.69882339160796, + time: '15:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 368.3605654757807, + time: '15:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 621.9876203169637, + time: '15:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 533.4952252175704, + time: '15:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 471.2057093783832, + time: '15:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 601.137406804997, + time: '15:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 507.7806179332855, + time: '15:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 502.06069610819725, + time: '15:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 379.6149220032008, + time: '15:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 569.2136409255259, + time: '15:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 469.73357649114905, + time: '15:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 486.1602403392243, + time: '15:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 576.3107701120796, + time: '15:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 546.3715924303419, + time: '15:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 421.5962313489224, + time: '15:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 413.29326953624525, + time: '15:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 528.195456002618, + time: '15:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 390.2058468982408, + time: '15:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 507.57426880202337, + time: '15:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 578.2698742295586, + time: '15:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 496.6108409017575, + time: '15:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 340.09377324110733, + time: '15:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 415.72283949935127, + time: '15:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 529.7377170832643, + time: '15:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 472.23013341100705, + time: '15:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 482.1801223186227, + time: '15:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 591.8065360903109, + time: '15:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 640.6205651965818, + time: '15:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 391.5956844541298, + time: '15:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 431.92721363364154, + time: '15:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 542.6707779390154, + time: '15:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 509.83157433228257, + time: '15:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 564.7525520215377, + time: '15:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 534.4328795480719, + time: '15:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 487.49293110196834, + time: '15:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 348.4604039487072, + time: '15:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 499.5102269383175, + time: '15:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 537.9464294893382, + time: '15:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 419.51085478403087, + time: '15:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 448.8675319132774, + time: '15:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 539.8657853702798, + time: '15:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 536.9977756651508, + time: '15:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 424.42432579793456, + time: '15:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 390.1526386252975, + time: '15:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 514.0595711984688, + time: '15:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 443.2991416663541, + time: '15:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 489.73037276186216, + time: '15:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 499.1174052282825, + time: '15:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 565.5370288643046, + time: '15:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 442.9209189594776, + time: '15:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 359.0851377730773, + time: '15:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 505.2100551975938, + time: '15:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 450.73440973645984, + time: '15:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 442.8764707150976, + time: '15:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 514.1963571986475, + time: '15:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 631.0636644533058, + time: '15:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 525.8218656137641, + time: '15:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 330.03403859927363, + time: '15:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 496.8703436050239, + time: '15:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 410.755084345888, + time: '15:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 413.9988744389647, + time: '15:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 560.7885574885571, + time: '15:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 487.206892441028, + time: '15:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 458.34636868820814, + time: '15:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 362.45349800290404, + time: '15:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 462.30177055666616, + time: '15:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 482.41402169219293, + time: '15:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 449.41154545473574, + time: '15:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 590.1942218584409, + time: '15:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 617.158187607748, + time: '15:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 431.0449735595568, + time: '15:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 397.34365135631015, + time: '15:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 485.96624615666127, + time: '15:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 443.95259256961094, + time: '15:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 478.1481601475794, + time: '15:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 523.02768621595, + time: '15:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 559.5116530509794, + time: '15:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 483.47027905917446, + time: '15:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 488.7278931758894, + time: '15:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 415.3521592902307, + time: '15:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 470.9766221953514, + time: '15:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 458.534888774137, + time: '15:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 507.4905367574294, + time: '15:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 509.92456744760244, + time: '15:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 331.44323454960573, + time: '15:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 373.1194350481914, + time: '15:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 495.0830186602625, + time: '15:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 405.62539110989496, + time: '15:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 445.3789510063072, + time: '15:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 530.0263979428298, + time: '15:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 582.1051737131636, + time: '15:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 453.7807279054283, + time: '15:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 410.18939758194495, + time: '15:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 450.5704446424541, + time: '15:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 428.1270849838295, + time: '15:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 409.6841268164083, + time: '15:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 560.0603374464557, + time: '15:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 568.9529847786735, + time: '15:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 480.54325969434836, + time: '15:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 398.1788551963624, + time: '15:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 444.8205341392115, + time: '15:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 486.11906789138857, + time: '15:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 475.8447213685653, + time: '15:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 457.8072591933229, + time: '15:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 528.9891561420602, + time: '15:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 368.0706877110079, + time: '15:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 458.4196636724042, + time: '15:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 508.9947075576739, + time: '15:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 431.3583423954116, + time: '15:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 404.7639812984499, + time: '15:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 415.19095234313806, + time: '15:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 562.490104249501, + time: '15:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 499.1877021603465, + time: '15:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 525.3466212936811, + time: '15:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 569.60011431723, + time: '15:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 536.3481925616702, + time: '15:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 518.0027981844801, + time: '15:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 502.47315752542085, + time: '15:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 539.734320156912, + time: '15:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 458.9248203747207, + time: '15:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 372.45656135398394, + time: '15:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 545.9158303001157, + time: '15:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 430.0181907192699, + time: '15:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 484.1219876467252, + time: '15:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 468.9643787042921, + time: '15:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 564.6758672625624, + time: '15:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 421.2356043049599, + time: '15:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 374.5280278740889, + time: '15:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 421.47496981884115, + time: '15:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 461.2342362875943, + time: '15:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 407.1224250267535, + time: '15:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 504.5929901176345, + time: '15:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 592.1065337260524, + time: '15:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 473.63909330531425, + time: '15:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 451.2080438534536, + time: '15:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 450.51859317148313, + time: '15:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 496.6295415936545, + time: '15:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 464.5395461475068, + time: '15:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 522.6109840591264, + time: '15:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 638.3008408072676, + time: '15:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 555.5346428902199, + time: '15:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 433.0945744813156, + time: '15:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 547.0385593994108, + time: '15:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 379.0817133533484, + time: '15:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 442.39217972047084, + time: '15:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 507.3375795488493, + time: '15:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 497.10922505865756, + time: '15:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 451.09331275292476, + time: '15:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 491.3353662868017, + time: '15:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 450.8756303230845, + time: '15:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 361.9595594009612, + time: '15:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 495.95872552095904, + time: '15:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 602.6233767235373, + time: '15:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 665.6516687328133, + time: '15:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 454.4110293150168, + time: '15:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 428.1964092662982, + time: '15:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 488.7683425001488, + time: '15:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 373.7171842714953, + time: '15:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 547.0225223011572, + time: '15:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 546.337238230116, + time: '15:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 461.3956100238749, + time: '15:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 419.0319550229878, + time: '15:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 381.035395460647, + time: '15:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 527.5026049512276, + time: '15:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 513.1292051713591, + time: '15:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 386.24137651771275, + time: '15:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 545.0237179805414, + time: '15:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 551.4107452482208, + time: '15:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 399.5077815267604, + time: '15:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 428.53274153461547, + time: '15:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 451.58277725681825, + time: '15:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 422.40709270537764, + time: '15:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 485.75130395737085, + time: '15:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 561.1103572021701, + time: '15:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 588.4158603242288, + time: '15:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 483.5167908272123, + time: '15:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 454.4351790291454, + time: '15:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 505.268775307298, + time: '15:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 577.9099642834126, + time: '15:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 471.99336022166796, + time: '15:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 473.05834411096157, + time: '15:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 573.0495933867517, + time: '15:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 399.1958087045566, + time: '15:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 440.0241090598682, + time: '15:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 433.2987252540898, + time: '15:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 421.78762006713055, + time: '15:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 513.5670038225232, + time: '15:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 581.9555893710134, + time: '15:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 527.8650240089703, + time: '15:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 445.5783118609696, + time: '15:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 424.3637015553649, + time: '15:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 469.9316178024393, + time: '15:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 459.22756515985185, + time: '15:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 490.65983141188445, + time: '15:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 526.211785673227, + time: '15:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 548.5938874821362, + time: '15:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 418.1171276617442, + time: '15:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 452.3337344794577, + time: '15:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 515.9890967071268, + time: '15:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 527.1054976283938, + time: '15:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 442.40153341305904, + time: '15:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 563.5240308620606, + time: '15:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 534.3499532670584, + time: '15:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 465.9489912873196, + time: '15:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 457.4647795222836, + time: '15:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 420.3503133234165, + time: '15:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 550.3046444079562, + time: '15:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 464.0473032166691, + time: '15:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 476.40713834799226, + time: '15:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 529.5317621527894, + time: '15:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 458.68310526434743, + time: '15:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 468.10794955187635, + time: '15:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 522.0237368980199, + time: '15:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 553.0751788318199, + time: '15:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 440.1987071598255, + time: '15:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 452.31206169919676, + time: '15:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 601.4801048510512, + time: '15:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 493.87699721289493, + time: '15:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 431.4354943794821, + time: '15:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 499.01811005366596, + time: '15:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 510.4183115296571, + time: '15:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 533.8003569299299, + time: '15:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 570.8944829012514, + time: '15:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 576.8507742982524, + time: '15:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 416.49918005726266, + time: '15:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 390.6440959841573, + time: '15:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 527.6244977208573, + time: '15:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 501.2031262905731, + time: '15:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 481.0655824335971, + time: '15:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 548.8204763048758, + time: '15:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 524.3545202369673, + time: '15:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 428.5062532353314, + time: '15:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 406.3356843216661, + time: '15:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 511.1957067032331, + time: '15:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 479.62634746005915, + time: '15:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 575.0595342876504, + time: '15:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 484.89742228212447, + time: '15:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 603.9799937716625, + time: '15:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 393.0618142108846, + time: '15:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 459.3254483254178, + time: '15:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 568.2070214986923, + time: '15:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 488.9180538083319, + time: '15:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 476.966959309269, + time: '15:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 486.51684593626527, + time: '15:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 574.3649760438304, + time: '15:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 419.7853369961944, + time: '15:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 358.1532164506382, + time: '15:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 506.26122513239534, + time: '15:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 422.44071418357333, + time: '15:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 444.57966165447687, + time: '15:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 586.2717392207385, + time: '15:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 599.643105941948, + time: '15:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 460.8650246522426, + time: '15:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 417.43366544364505, + time: '15:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 478.52972294373734, + time: '15:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 409.09005582888466, + time: '15:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 404.31428036935864, + time: '15:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 470.5294053566336, + time: '15:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 590.4814420961806, + time: '15:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 479.8494308322676, + time: '15:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 379.33305938363196, + time: '15:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 506.11487515161417, + time: '15:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 449.8312771294524, + time: '15:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 389.84301618720275, + time: '15:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 612.1336476627981, + time: '15:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 517.5502494538964, + time: '16:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 395.8917337911187, + time: '16:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 400.43724114674086, + time: '16:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 527.1649014518194, + time: '16:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 441.49076887375355, + time: '16:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 400.7932028497255, + time: '16:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 484.96896326760657, + time: '16:00:00' + } + ] +}; + +const spec = { + type: 'line', + data: leastData, + point: { + style: { + size: 0 + } + }, + seriesField: 'timeType', + xField: 'time', + yField: 'count', + axes: [ + { + orient: 'left', + type: 'linear', + min: 0, + max: 1000 + } + // { + // orient: 'bottom', + // type: 'time', + // layers: { + // timeFormat: '%H:%M:%S', + // }, + // } + ] + // legends: { + // visible: true // 不显示默认图例, 使用自定义图例 + // } +}; + +const vchart = new VChart(spec, { dom: CONTAINER_ID }); +vchart.renderSync(); + +// Just for the convenience of console debugging, DO NOT COPY! +window['vchart'] = vchart; +``` + +## 相关教程 + +[Legend 图例](https://visactor.com/vchart/guide/tutorial_docs/Chart_Concepts/Legend) diff --git a/docs/public/vchart/preview/legend-with-metric-panel_1.0.0.jpg b/docs/public/vchart/preview/legend-with-metric-panel_1.0.0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e2e8811d4b767c99ad5513e85382da5e0119012 GIT binary patch literal 213773 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 TcIRwJ+#Pw&y#kl==ls6_5`clU literal 0 HcmV?d00001 From 13298bc86f05d2d08fa4bb48531c18a9e4f9766e Mon Sep 17 00:00:00 2001 From: Homey Lau Date: Mon, 2 Jun 2025 18:58:32 +0800 Subject: [PATCH 2/5] docs: implement interactive table legend but works only on localhost --- .../examples/en/legend/metric-panel-legend.md | 10781 +++++++++++++++- .../examples/zh/legend/metric-panel-legend.md | 233 +- ...g => legend-with-metric-panel_1.13.11.jpg} | Bin 3 files changed, 10992 insertions(+), 22 deletions(-) rename docs/public/vchart/preview/{legend-with-metric-panel_1.0.0.jpg => legend-with-metric-panel_1.13.11.jpg} (100%) diff --git a/docs/assets/examples/en/legend/metric-panel-legend.md b/docs/assets/examples/en/legend/metric-panel-legend.md index 65fd1770c6..21d505eeb2 100644 --- a/docs/assets/examples/en/legend/metric-panel-legend.md +++ b/docs/assets/examples/en/legend/metric-panel-legend.md @@ -4,7 +4,7 @@ group: legend title: Metric Panel Legend keywords: lineChart,comparison,trend,line,legend order: 27-10 -cover: /vchart/preview/legend-with-metric-panel_1.0.0.jpg +cover: /vchart/preview/legend-with-metric-panel_1.13.11.jpg option: lineChart#legends --- @@ -15,14 +15,10783 @@ option: lineChart#legends ## Demo source ```javascript livedemo +const leastData = { + values: [ + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 583.8357076505616, + time: '11:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 413.99094799015154, + time: '11:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 442.480296005283, + time: '11:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 563.9225931303649, + time: '11:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 452.4430035162852, + time: '11:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 457.33859753363623, + time: '11:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 543.3563325505742, + time: '11:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 552.0867849414408, + time: '11:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 479.36468025616307, + time: '11:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 466.78189294024753, + time: '11:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 509.55495340099515, + time: '11:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 452.0295845601941, + time: '11:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 514.8193723728358, + time: '11:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 555.4362511614967, + time: '11:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 591.3844269050346, + time: '11:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 472.5185132716732, + time: '11:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 419.6717451611851, + time: '11:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 502.32182740780746, + time: '11:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 414.9004156096622, + time: '11:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 527.7652604285255, + time: '11:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 450.9404648983933, + time: '11:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 635.1514928204012, + time: '11:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 440.9549203017926, + time: '11:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 492.8397906279033, + time: '11:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 432.0071929510041, + time: '11:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 416.85495412245257, + time: '11:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 484.42034431459234, + time: '11:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 574.7519157038058, + time: '11:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 547.2923312638331, + time: '11:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 447.8663691654391, + time: '11:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 360.3105400448213, + time: '11:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 537.3126783013611, + time: '11:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 379.8697364100153, + time: '11:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 553.876504052763, + time: '11:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 505.846947415828, + time: '11:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 547.293152152541, + time: '11:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 505.88324478942127, + time: '11:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 336.76726483442917, + time: '11:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 532.2742090570538, + time: '11:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 537.478837159347, + time: '11:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 422.91554429332473, + time: '11:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 537.3396505992774, + time: '11:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 637.9606407753696, + time: '11:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 412.4214305582085, + time: '11:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 310.0639875547861, + time: '11:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 608.162736165273, + time: '11:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 387.80683823043574, + time: '11:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 470.3170270360141, + time: '11:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 610.6110314127712, + time: '11:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 597.3717364576454, + time: '11:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 469.3548690585019, + time: '11:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 473.8022155744592, + time: '11:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 484.61108825235, + time: '11:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 415.3547401102046, + time: '11:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 444.15888396985974, + time: '11:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 574.8419657932766, + time: '11:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 535.5262807032524, + time: '11:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 431.8903673783053, + time: '11:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 431.71828281770286, + time: '11:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 510.95751638319695, + time: '11:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 414.0796367215401, + time: '11:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 386.673169146347, + time: '11:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 516.5734676047084, + time: '11:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 586.1280021792983, + time: '11:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 431.115939838639, + time: '11:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 396.22076645447726, + time: '11:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 512.4691841855378, + time: '11:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 494.74621884722205, + time: '11:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 475.86596570786503, + time: '11:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 485.4403887292356, + time: '11:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 535.8291153593768, + time: '11:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 496.93884259935953, + time: '11:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 412.998431315991, + time: '11:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 578.8726639881737, + time: '11:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 435.2525160853986, + time: '11:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 473.9126245808358, + time: '11:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 422.4092299335348, + time: '11:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 535.7135123214872, + time: '11:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 483.2708174494015, + time: '11:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 342.72554763508117, + time: '11:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 495.23522338065237, + time: '11:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 512.3871036336867, + time: '11:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 555.6724871621066, + time: '11:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 494.042334037879, + time: '11:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 571.0981135783018, + time: '11:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 482.67548180003195, + time: '11:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 521.2875989808413, + time: '11:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 513.951076288517, + time: '11:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 416.3254687878066, + time: '11:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 511.54058422773886, + time: '11:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 519.4434880586152, + time: '11:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 463.3359877671101, + time: '11:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 507.27394035771647, + time: '11:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 405.4610590987614, + time: '11:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 530.3948254858269, + time: '11:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 463.9497081111901, + time: '11:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 428.79065878353975, + time: '11:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 480.6410236424408, + time: '11:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 472.75410837434833, + time: '11:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 443.05019208163793, + time: '11:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 404.46973973024467, + time: '11:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 509.33045615781793, + time: '11:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 408.2326473370121, + time: '11:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 572.7046283167094, + time: '11:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 523.4371516453848, + time: '11:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 530.8856235379513, + time: '11:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 476.09764856474817, + time: '11:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 435.2883311949346, + time: '11:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 477.6783192724736, + time: '11:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 557.2574563886694, + time: '11:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 541.0516847762676, + time: '11:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 533.8425941479384, + time: '11:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 508.3584439832788, + time: '11:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 426.4866621703272, + time: '11:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 423.05046158683564, + time: '11:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 509.70449964491536, + time: '11:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 390.62007904852436, + time: '11:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 509.1048851734308, + time: '11:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 518.7572009095961, + time: '11:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 574.7123666297637, + time: '11:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 458.2083176244221, + time: '11:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 410.19420121395655, + time: '11:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 553.6815874929886, + time: '11:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 465.49103551135136, + time: '11:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 468.6757950575084, + time: '11:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 497.499870958827, + time: '11:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 513.5987962239394, + time: '11:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 435.49284728161575, + time: '11:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 359.4762772277344, + time: '11:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 448.674235029447, + time: '11:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 481.6888440466049, + time: '11:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 432.028038163826, + time: '11:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 538.4327335983364, + time: '11:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 488.3848149332354, + time: '11:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 446.8497982496359, + time: '11:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 422.5734178567998, + time: '11:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 506.6484837073438, + time: '11:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 470.6899548725749, + time: '11:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 461.3896611964474, + time: '11:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 552.0970324784705, + time: '11:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 632.2824384460777, + time: '11:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 471.75785127184565, + time: '11:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 493.1012248237517, + time: '11:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 464.99395925304134, + time: '11:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 440.73561705611456, + time: '11:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 534.4374309852093, + time: '11:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 475.4800461278577, + time: '11:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 547.7111849756732, + time: '11:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 401.0889658383264, + time: '11:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 466.27100230774886, + time: '11:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 559.7523314462421, + time: '11:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 443.5089650133287, + time: '11:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 574.2293152967304, + time: '11:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 600.5466189873135, + time: '11:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 562.3764102343962, + time: '11:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 546.619363784273, + time: '11:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 478.65933133196984, + time: '11:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 423.8406547608113, + time: '11:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 452.1905735989555, + time: '11:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 557.1621764136095, + time: '11:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 525.0705933857869, + time: '11:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 487.76259068932717, + time: '11:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 391.6991309250149, + time: '11:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 373.43921617844074, + time: '11:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 472.0539076364206, + time: '11:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 442.64989991857556, + time: '11:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 455.5575289106863, + time: '11:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 530.9424811472423, + time: '11:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 531.7808637737409, + time: '11:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 381.2905693606134, + time: '11:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 349.519758987071, + time: '11:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 518.860593753226, + time: '11:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 498.1939558397455, + time: '11:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 424.01912833554945, + time: '11:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 565.4107211628278, + time: '11:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 564.5461294854933, + time: '11:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 499.9055436750034, + time: '11:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 392.7106539950176, + time: '11:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 578.276201461717, + time: '11:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 560.5261500795675, + time: '11:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 487.0443123455602, + time: '11:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 541.6608065631751, + time: '11:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 501.45032112888487, + time: '11:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 481.5831346981468, + time: '11:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 401.78624561443473, + time: '11:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 496.7124869463506, + time: '11:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 422.1254107496083, + time: '11:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 391.5780317218574, + time: '11:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 577.6568316956623, + time: '11:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 577.7849009172836, + time: '11:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 473.2059908526078, + time: '11:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 453.70957592354745, + time: '11:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 472.24002366534006, + time: '11:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 381.5098510210461, + time: '11:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 496.1583857092391, + time: '11:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 544.3562082600912, + time: '11:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 528.9680655040597, + time: '11:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 473.41727546321397, + time: '11:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 314.376768514259, + time: '11:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 594.0578534720295, + time: '11:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 445.58589758243727, + time: '11:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 472.6198706850666, + time: '11:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 499.3781312679781, + time: '11:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 544.4153125103362, + time: '11:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 441.3876613576543, + time: '11:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 475.4775159730307, + time: '11:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 427.5993049791878, + time: '11:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 578.985466882716, + time: '11:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 456.6981749065879, + time: '11:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 548.075176260305, + time: '11:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 528.9146693885301, + time: '11:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 397.1372814257084, + time: '11:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 391.0996050710505, + time: '11:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 390.0597021689959, + time: '11:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 409.81627160151345, + time: '11:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 400.2648466366602, + time: '11:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 472.81368963396693, + time: '11:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 651.6139092254468, + time: '11:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 445.79022790968634, + time: '11:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 377.655946502629, + time: '11:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 522.0007225026666, + time: '11:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 531.9558402722034, + time: '11:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 505.68000532848583, + time: '11:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 535.4279852888261, + time: '11:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 558.3251387631033, + time: '11:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 408.14191442439443, + time: '11:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 348.3947812369916, + time: '11:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 474.89728878236946, + time: '11:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 533.885040703822, + time: '11:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 453.36495801690444, + time: '11:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 528.338500467777, + time: '11:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 506.11445355220496, + time: '11:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 490.7559866708876, + time: '11:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 316.2571664067115, + time: '11:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 448.93835914346437, + time: '11:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 422.32058791460025, + time: '11:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 421.5041582144856, + time: '11:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 519.594157136373, + time: '11:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 600.1272456051595, + time: '11:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 434.6471309248931, + time: '11:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 440.1585291980957, + time: '11:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 535.4178223649676, + time: '11:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 478.44915395926375, + time: '11:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 336.38688933591754, + time: '11:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 523.5731244280535, + time: '11:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 497.95781750144886, + time: '11:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 400.7251401603744, + time: '11:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 402.66589835942017, + time: '11:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 512.19003568856, + time: '11:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 531.4198311564269, + time: '11:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 478.62425474746817, + time: '11:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 435.90754772511804, + time: '11:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 569.4431797502377, + time: '11:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 425.93070791735033, + time: '11:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 334.5019550129473, + time: '11:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 471.7960684631636, + time: '11:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 431.04361295062563, + time: '11:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 568.6125798334872, + time: '11:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 502.5637546129519, + time: '11:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 461.0164938060112, + time: '11:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 462.6465727137812, + time: '11:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 334.2460613968192, + time: '11:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 435.9847800664553, + time: '11:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 439.8209819948819, + time: '11:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 563.0629607273935, + time: '11:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 534.6422450570558, + time: '11:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 492.59069755507846, + time: '11:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 413.81377235980125, + time: '11:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 382.2107650354936, + time: '11:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 543.6228664140073, + time: '11:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 420.9159543025678, + time: '11:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 457.1451871706864, + time: '11:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 537.99281959987, + time: '11:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 568.8430617934562, + time: '11:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 400.8889802216784, + time: '11:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 482.45107626446963, + time: '11:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 532.510058897933, + time: '11:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 399.26216346535665, + time: '11:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 449.889396981911, + time: '11:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 478.6162429537021, + time: '11:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 595.9233289997705, + time: '11:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 454.18436057459564, + time: '11:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 386.02043243181976, + time: '11:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 495.04120681103086, + time: '11:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 417.5361227466997, + time: '11:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 503.4387128037512, + time: '11:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 593.285392043235, + time: '11:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 567.5684140594985, + time: '11:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 454.24832855543616, + time: '11:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 323.8428523440947, + time: '11:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 592.3318498023833, + time: '11:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 388.8029866618872, + time: '11:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 430.0807280405854, + time: '11:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 486.691257589275, + time: '11:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 553.217585880588, + time: '11:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 416.6528412314435, + time: '11:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 386.7128467957028, + time: '11:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 446.49576168369236, + time: '11:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 451.7041734129613, + time: '11:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 495.0895949909733, + time: '11:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 578.4728600263369, + time: '11:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 543.9448152205356, + time: '11:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 418.44808471908385, + time: '11:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 385.3638215126165, + time: '11:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 423.72374145376307, + time: '11:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 411.5013384470679, + time: '11:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 518.3040139192345, + time: '11:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 551.3597180935842, + time: '11:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 485.07390048162864, + time: '11:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 453.6024968678818, + time: '11:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 264.1556678529214, + time: '11:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 465.4045965059378, + time: '11:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 461.6892955895374, + time: '11:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 541.3466611942154, + time: '11:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 497.68863450780987, + time: '11:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 523.0077895802646, + time: '11:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 369.5957829251338, + time: '11:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 396.2852566741094, + time: '11:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 497.72069918222513, + time: '11:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 372.20521768981865, + time: '11:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 474.99229617600236, + time: '11:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 618.7655446304756, + time: '11:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 535.9680614520106, + time: '11:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 371.62681128117225, + time: '11:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 387.45327348956613, + time: '11:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 512.1669724661346, + time: '11:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 466.54401161072286, + time: '11:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 469.81631249115173, + time: '11:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 470.318158412176, + time: '11:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 611.8561113109458, + time: '11:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 406.0777889373782, + time: '11:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 433.81031824067094, + time: '11:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 487.9381971071835, + time: '11:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 491.6764480804462, + time: '11:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 436.1008706621719, + time: '11:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 575.9577086805001, + time: '11:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 576.1809144784231, + time: '11:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 431.32764241440765, + time: '11:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 491.44780474726724, + time: '11:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 517.6027698257149, + time: '11:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 350.31321787142724, + time: '11:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 438.655982298007, + time: '11:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 580.0291159021489, + time: '11:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 470.8479922318633, + time: '11:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 457.5453782799002, + time: '11:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 455.3282514773879, + time: '11:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 437.4230287904778, + time: '11:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 468.7028284923786, + time: '11:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 468.67605540492366, + time: '11:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 496.46898954616773, + time: '11:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 575.2041984697397, + time: '11:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 515.7678108474776, + time: '11:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 385.5555654722585, + time: '11:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 572.188230203663, + time: '11:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 511.3834496236646, + time: '11:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 498.3682753408089, + time: '11:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 599.6232650032165, + time: '11:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 539.7458859791842, + time: '11:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 484.88298116010094, + time: '11:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 343.6737045629165, + time: '11:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 495.89244108037155, + time: '11:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 389.5179490654397, + time: '11:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 525.6792313116624, + time: '11:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 517.4976742700524, + time: '11:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 525.1538999847021, + time: '11:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 434.0030735018286, + time: '11:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 527.667990162493, + time: '11:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 555.8647915794064, + time: '11:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 533.6286193418852, + time: '11:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 439.8410524659828, + time: '11:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 544.4346814639929, + time: '11:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 589.5838144420434, + time: '11:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 441.04918960486555, + time: '11:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 401.96092170072444, + time: '11:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 517.1362673188852, + time: '11:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 470.95095046830227, + time: '11:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 554.6344284479761, + time: '11:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 543.0160919385611, + time: '11:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 610.5499761247976, + time: '11:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 391.87353176810956, + time: '11:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 399.6964645956473, + time: '11:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 522.8376609576892, + time: '11:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 414.7494072120796, + time: '11:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 466.4438199478716, + time: '11:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 523.2845629264726, + time: '11:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 605.5640059558099, + time: '11:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 441.0743432003805, + time: '11:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 397.79374564449984, + time: '11:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 528.4883640116102, + time: '11:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 447.2115461171147, + time: '11:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 478.9316352825782, + time: '11:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 570.5404136579891, + time: '11:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 517.039123838868, + time: '11:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 427.56706805399307, + time: '11:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 408.90423803839275, + time: '11:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 522.3854280008658, + time: '11:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 477.9163456260861, + time: '11:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 442.63941604260884, + time: '11:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 569.6744360276107, + time: '11:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 543.5393812074393, + time: '11:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 458.1359280169045, + time: '11:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 391.7819794038029, + time: '11:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 532.1361379933772, + time: '11:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 453.80026957062057, + time: '11:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 358.7879869863529, + time: '11:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 442.57340133809095, + time: '11:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 575.5631715701782, + time: '11:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 400.63845282238384, + time: '11:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 370.3168996559882, + time: '11:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 566.4576265066215, + time: '11:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 476.93779962231844, + time: '11:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 524.2022698180525, + time: '11:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 595.2170121439076, + time: '11:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 607.777256356118, + time: '11:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 467.9673257120586, + time: '11:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 371.6570529379804, + time: '11:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 509.82605848507353, + time: '11:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 403.9663203460317, + time: '11:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 516.8421948546217, + time: '11:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 446.8754005982163, + time: '11:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 535.0412881077355, + time: '12:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 518.6369456501288, + time: '12:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 397.36233648920006, + time: '12:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 535.4501878794256, + time: '12:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 458.4680412018039, + time: '12:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 465.9336221440893, + time: '12:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 581.6273102170828, + time: '12:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 549.7170511668091, + time: '12:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 436.5619925771571, + time: '12:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 371.82876144331175, + time: '12:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 495.51321528563864, + time: '12:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 379.314275154751, + time: '12:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 483.3495358612436, + time: '12:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 586.3352568413792, + time: '12:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 503.6832512996986, + time: '12:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 462.0855861049471, + time: '12:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 363.35771086614176, + time: '12:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 572.0058607724736, + time: '12:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 444.438696932565, + time: '12:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 505.79696088520495, + time: '12:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 475.45167848924007, + time: '12:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 499.18966879596644, + time: '12:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 476.5071995855556, + time: '12:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 404.3215113845948, + time: '12:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 466.1803848970365, + time: '12:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 404.8046179267605, + time: '12:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 401.87270715567286, + time: '12:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 509.45928560227077, + time: '12:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 599.6262911197099, + time: '12:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 421.93897640570816, + time: '12:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 386.2511391289572, + time: '12:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 590.0470216455408, + time: '12:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 413.22350287051165, + time: '12:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 453.5473661326853, + time: '12:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 474.7147665757032, + time: '12:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 626.8120014285412, + time: '12:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 453.20462409052084, + time: '12:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 474.1996494291344, + time: '12:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 497.99210246778284, + time: '12:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 511.8046587605219, + time: '12:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 519.7132339810913, + time: '12:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 519.2539484855632, + time: '12:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 555.3994939209833, + time: '12:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 442.62962003908973, + time: '12:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 266.4515095803494, + time: '12:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 428.4612448940976, + time: '12:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 504.56550602971345, + time: '12:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 417.28552884153754, + time: '12:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 514.5982857907129, + time: '12:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 609.1766448946012, + time: '12:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 446.8838049274416, + time: '12:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 453.5753425961231, + time: '12:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 506.40522074553945, + time: '12:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 480.45690604535883, + time: '12:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 494.6778966083315, + time: '12:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 568.983026613467, + time: '12:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 577.0818012523818, + time: '12:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 403.3495108072267, + time: '12:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 461.30425962488147, + time: '12:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 465.94741712625597, + time: '12:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 395.38436176637106, + time: '12:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 412.17090976882974, + time: '12:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 595.5154373059804, + time: '12:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 526.7440122697437, + time: '12:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 443.22550871294715, + time: '12:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 295.3304883795925, + time: '12:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 542.0321774494362, + time: '12:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 434.1795775152599, + time: '12:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 503.3214991216763, + time: '12:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 599.7841905394978, + time: '12:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 577.0697802754207, + time: '12:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 466.8999145622725, + time: '12:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 381.8656202959826, + time: '12:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 467.36880103488045, + time: '12:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 510.6548849989592, + time: '12:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 478.2179258851258, + time: '12:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 501.8915986710849, + time: '12:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 635.9018283232984, + time: '12:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 514.5571803897521, + time: '12:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 380.4279567002104, + time: '12:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 477.69082833926103, + time: '12:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 457.08584568199524, + time: '12:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 399.2434092047245, + time: '12:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 519.5389063127736, + time: '12:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 557.2086980445024, + time: '12:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 489.96354130426033, + time: '12:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 328.62441526410896, + time: '12:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 405.52296345272345, + time: '12:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 565.9664769990848, + time: '12:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 538.2369677228586, + time: '12:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 445.8280903889525, + time: '12:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 637.2321827907003, + time: '12:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 549.6591228755779, + time: '12:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 360.1091656204562, + time: '12:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 477.38468403754615, + time: '12:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 469.6658919697186, + time: '12:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 443.27042116009756, + time: '12:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 489.7064966751906, + time: '12:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 428.0127447955128, + time: '12:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 403.6326218555975, + time: '12:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 343.47120772670854, + time: '12:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 378.8060336685522, + time: '12:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 459.6024558245016, + time: '12:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 439.48737814928097, + time: '12:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 578.2425816548729, + time: '12:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 600.0951252187612, + time: '12:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 485.6160318360339, + time: '12:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 486.6135221711811, + time: '12:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 420.80485882571384, + time: '12:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 434.54417678987494, + time: '12:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 490.02845986154716, + time: '12:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 610.7791411774116, + time: '12:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 563.3523534119086, + time: '12:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 451.1671002869176, + time: '12:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 445.7839196573731, + time: '12:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 538.0207328072149, + time: '12:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 456.67704523911414, + time: '12:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 537.4318674714358, + time: '12:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 468.2825564060039, + time: '12:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 544.0496324767066, + time: '12:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 551.4901466608836, + time: '12:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 462.57775474970794, + time: '12:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 539.2900079325416, + time: '12:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 442.3765081809728, + time: '12:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 429.2089090510801, + time: '12:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 500.3767870423553, + time: '12:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 563.5880388267751, + time: '12:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 401.5850857322424, + time: '12:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 435.0836032021617, + time: '12:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 521.2728780892483, + time: '12:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 485.4054338344295, + time: '12:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 483.0839924923986, + time: '12:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 528.6797121520536, + time: '12:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 459.62155426995537, + time: '12:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 400.0139078909612, + time: '12:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 342.54741143913856, + time: '12:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 451.6511928435393, + time: '12:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 497.8351158397292, + time: '12:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 501.44082501652866, + time: '12:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 544.0080579409804, + time: '12:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 548.0164056081244, + time: '12:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 412.0303677277989, + time: '12:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 372.7739866860113, + time: '12:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 497.614432192901, + time: '12:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 410.70052697460255, + time: '12:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 514.6552803631572, + time: '12:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 489.5198240039177, + time: '12:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 576.8556285755873, + time: '12:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 335.80521378450965, + time: '12:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 423.4687280613959, + time: '12:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 499.8198730454716, + time: '12:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 383.4383523221111, + time: '12:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 488.8220777638613, + time: '12:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 551.2030522232045, + time: '12:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 632.8947022370758, + time: '12:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 415.71224891596194, + time: '12:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 337.89360955540275, + time: '12:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 442.0817655403729, + time: '12:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 358.1897313448352, + time: '12:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 461.6486080458339, + time: '12:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 506.3080326464542, + time: '12:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 533.0864890863177, + time: '12:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 404.0433669223151, + time: '12:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 434.6499215086194, + time: '12:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 575.1699150883576, + time: '12:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 475.3995663456272, + time: '12:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 438.62048896756403, + time: '12:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 529.277386456086, + time: '12:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 518.5753198553406, + time: '12:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 449.5196893238104, + time: '12:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 386.98373009209325, + time: '12:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 543.8681145287836, + time: '12:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 394.83166969130633, + time: '12:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 484.30719415231874, + time: '12:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 557.3142124001849, + time: '12:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 533.9121478207732, + time: '12:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 459.087798788858, + time: '12:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 380.25895962252014, + time: '12:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 488.9517913085168, + time: '12:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 342.35547035237585, + time: '12:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 426.39304940071963, + time: '12:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 530.3211134905468, + time: '12:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 604.7701058851037, + time: '12:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 535.8085419607943, + time: '12:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 434.54799841017456, + time: '12:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 501.34429194972654, + time: '12:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 469.42893022654823, + time: '12:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 333.93247582526965, + time: '12:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 508.1807054736716, + time: '12:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 575.4375554829842, + time: '12:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 489.5211919093025, + time: '12:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 421.21316557430197, + time: '12:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 510.41914039737765, + time: '12:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 574.6499758716395, + time: '12:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 501.8279902078834, + time: '12:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 524.5195098037085, + time: '12:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 532.511989811648, + time: '12:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 413.15481721687985, + time: '12:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 380.95169170904603, + time: '12:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 397.9132565787855, + time: '12:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 449.6964544230053, + time: '12:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 525.1967420543098, + time: '12:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 525.5818520397332, + time: '12:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 584.6633716556678, + time: '12:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 397.07926643258213, + time: '12:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 456.96649016821243, + time: '12:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 487.64113087397016, + time: '12:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 491.9245387225821, + time: '12:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 361.8533782229081, + time: '12:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 511.4994485058936, + time: '12:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 563.8538774674021, + time: '12:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 466.5959585753253, + time: '12:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 344.9468336200051, + time: '12:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 465.90078760011005, + time: '12:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 454.09146792737823, + time: '12:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 429.5134647645031, + time: '12:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 517.0601968666449, + time: '12:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 607.4322495266445, + time: '12:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 375.9883396489679, + time: '12:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 429.7967803472132, + time: '12:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 449.91899950525425, + time: '12:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 445.05551734044286, + time: '12:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 510.9577130502599, + time: '12:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 609.9323585252358, + time: '12:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 523.8973453061324, + time: '12:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 533.5729382927177, + time: '12:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 428.6550628984192, + time: '12:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 485.9449853557023, + time: '12:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 495.9538241493884, + time: '12:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 582.8747734855849, + time: '12:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 558.045972397062, + time: '12:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 542.6168926701116, + time: '12:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 500.97200603606433, + time: '12:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 383.5226780343005, + time: '12:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 589.8843263424761, + time: '12:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 435.48627279056745, + time: '12:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 481.0396853837704, + time: '12:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 515.225984098542, + time: '12:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 539.3945923433921, + time: '12:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 418.5412173947648, + time: '12:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 415.3066511121059, + time: '12:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 532.0421430633505, + time: '12:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 463.3696157035952, + time: '12:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 443.5998529385433, + time: '12:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 564.8477202255368, + time: '12:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 485.8242525933941, + time: '12:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 356.3432735454561, + time: '12:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 336.44432118073485, + time: '12:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 471.4410505108602, + time: '12:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 466.0848903098007, + time: '12:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 470.855177944758, + time: '12:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 513.3090255121995, + time: '12:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 573.8060138532288, + time: '12:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 509.69361870827066, + time: '12:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 445.20135096034505, + time: '12:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 528.629139067808, + time: '12:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 416.59547731784755, + time: '12:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 548.7438209574093, + time: '12:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 588.656231879332, + time: '12:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 572.0527636089945, + time: '12:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 436.2730077373691, + time: '12:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 389.75489317785053, + time: '12:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 569.9677718293001, + time: '12:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 499.60211747682615, + time: '12:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 447.70179104377326, + time: '12:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 548.4821096099047, + time: '12:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 559.2556728321231, + time: '12:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 503.8908155986731, + time: '12:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 372.86384897404804, + time: '12:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 546.2316841456384, + time: '12:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 441.2520121652296, + time: '12:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 440.04039966748735, + time: '12:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 524.6348927997885, + time: '12:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 547.2706433312427, + time: '12:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 362.27861706028165, + time: '12:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 451.4504612918445, + time: '12:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 502.98151849600873, + time: '12:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 412.2127420253578, + time: '12:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 455.86282389089837, + time: '12:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 552.3858462905139, + time: '12:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 488.2314628974793, + time: '12:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 412.03124885231136, + time: '12:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 363.782815472862, + time: '12:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 467.6531611147213, + time: '12:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 476.82549217852016, + time: '12:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 432.3335695870644, + time: '12:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 451.45619239657503, + time: '12:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 537.9677338617321, + time: '12:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 442.26218498590913, + time: '12:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 328.576935181822, + time: '12:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 534.9111656806795, + time: '12:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 405.0766009104481, + time: '12:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 486.13351579973977, + time: '12:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 473.6616265545097, + time: '12:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 541.8642741736616, + time: '12:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 444.3490296882371, + time: '12:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 321.1685413238048, + time: '12:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 519.6742692710875, + time: '12:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 451.4090578684564, + time: '12:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 561.2339229234781, + time: '12:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 470.30374968004725, + time: '12:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 518.886136538919, + time: '12:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 419.4967264260378, + time: '12:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 429.300497567282, + time: '12:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 544.7596610013866, + time: '12:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 449.5440501677898, + time: '12:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 496.1539636558015, + time: '12:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 537.1471547381853, + time: '12:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 550.9357144166995, + time: '12:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 473.14249661737495, + time: '12:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 334.97853237518586, + time: '12:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 531.7585900840985, + time: '12:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 504.2947782915789, + time: '12:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 467.3823248936856, + time: '12:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 616.6257499742546, + time: '12:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 579.2025428407269, + time: '12:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 388.61897853087027, + time: '12:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 486.7397090992182, + time: '12:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 552.4776357659667, + time: '12:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 473.73491164399763, + time: '12:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 465.4094365542228, + time: '12:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 641.5650073096316, + time: '12:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 653.3092950605266, + time: '12:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 434.8810257489353, + time: '12:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 294.9035296058139, + time: '12:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 473.2382394219716, + time: '12:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 448.7486520627428, + time: '12:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 401.8404595651672, + time: '12:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 561.9025550720379, + time: '12:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 567.728890641592, + time: '12:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 448.01478158559496, + time: '12:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 483.8228184145019, + time: '12:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 565.8697032817163, + time: '12:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 490.8883149600143, + time: '12:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 524.1554888573579, + time: '12:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 555.0422237472228, + time: '12:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 571.8775195361383, + time: '12:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 467.72194170293744, + time: '12:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 409.55087336013094, + time: '12:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 509.87998023462, + time: '12:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 519.5103774508657, + time: '12:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 476.1081401493599, + time: '12:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 439.94711329236304, + time: '12:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 555.2777042116917, + time: '12:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 477.5807439044445, + time: '12:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 394.1643444064804, + time: '12:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 603.7630436312633, + time: '12:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 477.8905153175931, + time: '12:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 470.97600432046875, + time: '12:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 502.8663100132989, + time: '12:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 463.06143923504794, + time: '12:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 385.76789540810654, + time: '12:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 371.7540456595525, + time: '12:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 465.54060909552163, + time: '12:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 450.517630992169, + time: '12:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 639.655378392243, + time: '12:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 490.61081240458805, + time: '12:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 557.6743062275392, + time: '12:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 365.2942914632189, + time: '12:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 418.9568057176035, + time: '12:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 586.7981901582625, + time: '12:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 384.408188382492, + time: '12:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 494.9376454182843, + time: '12:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 498.9576200874442, + time: '12:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 562.0115104970513, + time: '12:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 505.88384109492546, + time: '12:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 397.1182648787576, + time: '12:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 509.89553917313236, + time: '12:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 396.74431684623136, + time: '12:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 442.41044749524076, + time: '12:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 521.5928090707605, + time: '12:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 682.1621056242643, + time: '12:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 458.6157005989796, + time: '12:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 454.1650941008261, + time: '12:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 467.42909981927755, + time: '12:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 434.7387647822666, + time: '12:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 458.6821201897228, + time: '12:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 506.3954711151436, + time: '12:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 549.3819517609438, + time: '12:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 404.5756731721723, + time: '12:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 404.71138243310196, + time: '12:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 475.8057082972839, + time: '12:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 419.52438989203586, + time: '12:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 537.4222854598378, + time: '12:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 431.03500948121064, + time: '12:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 574.0773671166806, + time: '12:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 519.5575987761262, + time: '12:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 406.51508807309386, + time: '12:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 483.98263459028396, + time: '12:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 440.6514348507277, + time: '12:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 485.66352052688825, + time: '12:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 567.3955128058767, + time: '12:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 557.2644115147378, + time: '12:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 447.78373171464295, + time: '12:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 380.8193893893072, + time: '12:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 521.2082973200958, + time: '12:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 452.83249624485535, + time: '12:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 408.08610108413166, + time: '12:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 476.36284871300967, + time: '12:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 500.5660981190234, + time: '12:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 500.96485920319134, + time: '12:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 396.15271881394665, + time: '12:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 526.141774401775, + time: '12:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 476.48463771783656, + time: '12:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 525.9614467287602, + time: '12:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 541.9623432055574, + time: '12:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 616.141140725751, + time: '12:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 445.37592407050545, + time: '12:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 414.39008844460295, + time: '12:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 471.31499980307103, + time: '12:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 446.47506109704545, + time: '12:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 446.5927957230503, + time: '12:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 633.7041334874987, + time: '12:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 596.5966516343387, + time: '12:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 545.0373962440993, + time: '12:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 313.4915803671687, + time: '12:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 498.78227038695087, + time: '12:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 474.3250821913101, + time: '12:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 573.6648888108773, + time: '12:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 484.03077042067883, + time: '12:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 598.5515973521524, + time: '13:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 529.7670421221602, + time: '13:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 331.59072889471435, + time: '13:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 607.1135179305932, + time: '13:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 453.223720740506, + time: '13:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 534.0024032857324, + time: '13:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 403.4856238626835, + time: '13:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 513.530627260263, + time: '13:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 429.5517925760463, + time: '13:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 436.1632047011357, + time: '13:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 586.3771585050356, + time: '13:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 351.22667168230646, + time: '13:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 457.6339052170624, + time: '13:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 515.6997889059944, + time: '13:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 629.139715546805, + time: '13:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 490.5785475477178, + time: '13:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 407.5432719063971, + time: '13:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 521.8161834837016, + time: '13:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 403.0332303090623, + time: '13:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 544.0508180867556, + time: '13:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 585.0479817499286, + time: '13:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 488.90744686038596, + time: '13:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 474.2687974792574, + time: '13:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 389.80083318236603, + time: '13:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 501.90017390841, + time: '13:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 442.7956222139192, + time: '13:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 483.39277552637014, + time: '13:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 627.9173727110297, + time: '13:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 588.3428546900135, + time: '13:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 510.43157787661744, + time: '13:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 399.92169665326963, + time: '13:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 506.0015663359131, + time: '13:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 389.5152628579446, + time: '13:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 522.6386837561109, + time: '13:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 468.52252027737916, + time: '13:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 668.5227812904989, + time: '13:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 393.7538269709948, + time: '13:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 416.37908526808354, + time: '13:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 530.6758986365209, + time: '13:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 479.9964364998102, + time: '13:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 504.23664086472377, + time: '13:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 554.8349611618261, + time: '13:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 509.4731837434656, + time: '13:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 476.30257299992195, + time: '13:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 372.0120159845319, + time: '13:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 448.8603717400797, + time: '13:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 526.5375416171848, + time: '13:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 437.6821672504563, + time: '13:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 506.73447716099736, + time: '13:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 530.6851135198614, + time: '13:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 494.9212243424794, + time: '13:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 360.08476372988434, + time: '13:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 487.13117312883276, + time: '13:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 510.93809258486584, + time: '13:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 447.8225083841269, + time: '13:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 524.7025822847933, + time: '13:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 563.982568254382, + time: '13:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 354.06302567884427, + time: '13:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 408.79226275488406, + time: '13:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 416.57079630612054, + time: '13:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 439.3278564534896, + time: '13:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 531.4980408790581, + time: '13:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 662.2171673508517, + time: '13:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 533.8262172941901, + time: '13:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 382.83707436671125, + time: '13:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 350.0813611192484, + time: '13:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 519.9611561302639, + time: '13:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 524.5363068424977, + time: '13:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 463.26123339467296, + time: '13:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 454.85148358024236, + time: '13:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 481.4668284466934, + time: '13:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 340.038391111995, + time: '13:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 419.4126377857236, + time: '13:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 532.3597969851371, + time: '13:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 457.4333728601056, + time: '13:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 459.81757683790016, + time: '13:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 542.6869830747287, + time: '13:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 562.4281487403014, + time: '13:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 428.5296582777721, + time: '13:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 313.87081978810795, + time: '13:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 475.8406768850313, + time: '13:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 433.14570144409805, + time: '13:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 432.24387103253235, + time: '13:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 553.3846585882717, + time: '13:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 505.88481431369473, + time: '13:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 477.8771127897981, + time: '13:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 450.4577818662822, + time: '13:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 578.6993381645017, + time: '13:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 419.329866822953, + time: '13:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 501.17995327967304, + time: '13:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 584.2893162469674, + time: '13:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 582.679621531759, + time: '13:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 517.1178526048014, + time: '13:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 422.6298741206522, + time: '13:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 438.7117168498829, + time: '13:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 434.87651567559357, + time: '13:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 583.1262459621572, + time: '13:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 534.8991576735448, + time: '13:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 513.0287882883099, + time: '13:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 445.70473902098877, + time: '13:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 411.8014867156938, + time: '13:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 426.78125598950896, + time: '13:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 430.5911590729386, + time: '13:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 426.62335428728636, + time: '13:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 545.4025269752051, + time: '13:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 636.4967202508769, + time: '13:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 523.4307772785646, + time: '13:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 448.1345491972757, + time: '13:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 511.2225909279986, + time: '13:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 458.52081111877436, + time: '13:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 481.2109728336379, + time: '13:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 510.4175716289104, + time: '13:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 519.8373353831881, + time: '13:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 372.99492708925544, + time: '13:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 482.27372222312886, + time: '13:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 552.3549151306078, + time: '13:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 458.0286990524932, + time: '13:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 550.6110277707714, + time: '13:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 543.4563470622554, + time: '13:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 542.8969241897162, + time: '13:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 356.83087803224225, + time: '13:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 449.7185032509065, + time: '13:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 584.1963845728934, + time: '13:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 450.1523010076707, + time: '13:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 476.01793043771426, + time: '13:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 512.8403862251295, + time: '13:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 599.6758608684835, + time: '13:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 439.22261505516906, + time: '13:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 306.95628843341774, + time: '13:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 477.055786856553, + time: '13:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 471.8469084873175, + time: '13:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 502.6185898124867, + time: '13:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 561.0785944928025, + time: '13:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 497.45678417830226, + time: '13:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 461.20327244696534, + time: '13:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 335.02115166321494, + time: '13:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 553.9340416715647, + time: '13:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 509.5323137393171, + time: '13:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 426.880323592656, + time: '13:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 511.5194831978183, + time: '13:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 570.3729967302065, + time: '13:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 440.36526259529535, + time: '13:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 367.75907111521605, + time: '13:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 498.07457652496464, + time: '13:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 497.4777067720662, + time: '13:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 501.4153548603824, + time: '13:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 548.8550196951094, + time: '13:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 624.3571377141214, + time: '13:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 338.6278949980062, + time: '13:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 400.30455251054167, + time: '13:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 491.368635002959, + time: '13:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 375.75510157750483, + time: '13:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 470.64278674977254, + time: '13:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 528.536859315751, + time: '13:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 478.6258382719386, + time: '13:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 437.5439980243606, + time: '13:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 424.88295102345614, + time: '13:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 544.1829968743336, + time: '13:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 322.30394325490226, + time: '13:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 529.2864997839931, + time: '13:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 586.3025125386084, + time: '13:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 568.2316929266152, + time: '13:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 376.7765249747573, + time: '13:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 362.71280934232675, + time: '13:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 532.616143920671, + time: '13:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 496.71599556196367, + time: '13:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 539.3693025782376, + time: '13:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 527.4303138205756, + time: '13:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 571.9941397124212, + time: '13:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 475.48362744150194, + time: '13:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 408.3383382238539, + time: '13:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 421.1803921507875, + time: '13:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 381.65606507922894, + time: '13:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 609.4781821009307, + time: '13:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 441.3483765896559, + time: '13:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 598.0911435888655, + time: '13:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 460.3299123048424, + time: '13:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 361.23085338233386, + time: '13:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 573.8270174862948, + time: '13:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 438.7617299053658, + time: '13:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 508.98165866067876, + time: '13:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 593.0960750356996, + time: '13:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 497.1524644560959, + time: '13:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 395.0060106836322, + time: '13:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 368.4241098504026, + time: '13:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 569.0045677073725, + time: '13:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 391.494348697032, + time: '13:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 496.2898158291083, + time: '13:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 484.71338495686905, + time: '13:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 492.9771693457862, + time: '13:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 416.30665413316535, + time: '13:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 328.6669451575889, + time: '13:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 468.7218649245235, + time: '13:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 359.900978120999, + time: '13:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 489.7192150788668, + time: '13:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 497.311683067559, + time: '13:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 585.0970782808449, + time: '13:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 389.0393239055524, + time: '13:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 352.83833769445476, + time: '13:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 519.7901766718704, + time: '13:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 477.0731364102394, + time: '13:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 462.3416853594656, + time: '13:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 500.2169352978254, + time: '13:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 573.8492336616594, + time: '13:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 438.8660451363414, + time: '13:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 331.41576971918334, + time: '13:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 524.701509314137, + time: '13:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 487.95775801513236, + time: '13:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 496.9241921730846, + time: '13:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 598.7219046585409, + time: '13:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 571.5246425172938, + time: '13:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 489.7571160250619, + time: '13:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 350.20633735113336, + time: '13:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 513.0336882911954, + time: '13:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 421.174479963664, + time: '13:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 465.22992949304853, + time: '13:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 423.2162893010652, + time: '13:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 576.3224104748488, + time: '13:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 392.7136976832228, + time: '13:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 451.682089830392, + time: '13:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 472.484742307729, + time: '13:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 320.44788539275453, + time: '13:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 488.4230488134807, + time: '13:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 686.8874266829997, + time: '13:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 524.9987639210755, + time: '13:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 467.20232577589223, + time: '13:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 351.53005555840286, + time: '13:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 466.41883160309743, + time: '13:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 422.6877775873759, + time: '13:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 545.879876780398, + time: '13:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 582.8028404533026, + time: '13:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 570.6126848580502, + time: '13:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 415.48711908137795, + time: '13:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 530.6191032418695, + time: '13:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 498.72229645042773, + time: '13:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 469.5902002701273, + time: '13:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 429.67287173601795, + time: '13:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 541.161945706458, + time: '13:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 573.6536236649341, + time: '13:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 402.3563583868828, + time: '13:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 423.6658950440445, + time: '13:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 558.6364509629682, + time: '13:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 376.05442156129357, + time: '13:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 536.9939280564523, + time: '13:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 527.2552999691857, + time: '13:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 523.2824290986816, + time: '13:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 436.6484820022721, + time: '13:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 408.2418061847437, + time: '13:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 527.1800077297216, + time: '13:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 459.1679959889578, + time: '13:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 545.8557533669932, + time: '13:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 544.2777037428829, + time: '13:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 652.2887255572379, + time: '13:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 390.2378838790313, + time: '13:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 356.0821109909393, + time: '13:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 481.4692833956947, + time: '13:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 449.23450754135024, + time: '13:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 474.0965736504461, + time: '13:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 556.0561214189669, + time: '13:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 582.6916460455893, + time: '13:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 414.3175347326409, + time: '13:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 434.0154939704496, + time: '13:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 538.5849355324173, + time: '13:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 478.9645749800544, + time: '13:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 373.90725504957027, + time: '13:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 562.2607792975028, + time: '13:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 499.4348251398676, + time: '13:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 382.1061053705576, + time: '13:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 370.21810868811133, + time: '13:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 357.5728689684962, + time: '13:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 455.9790184207077, + time: '13:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 449.60890064527837, + time: '13:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 557.7802233001725, + time: '13:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 591.8276804316915, + time: '13:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 540.2362566458195, + time: '13:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 405.1004907322681, + time: '13:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 557.4382850186051, + time: '13:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 401.3465529559222, + time: '13:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 544.8497273280555, + time: '13:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 534.4790340627625, + time: '13:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 510.26591648863393, + time: '13:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 443.7631775985864, + time: '13:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 527.0042269134398, + time: '13:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 413.014311061095, + time: '13:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 509.82857508322456, + time: '13:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 478.8565968850559, + time: '13:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 520.1330789846337, + time: '13:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 598.3542301871227, + time: '13:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 407.0137246003707, + time: '13:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 394.1970050137675, + time: '13:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 481.8779529298434, + time: '13:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 442.0735213486515, + time: '13:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 430.0348883852545, + time: '13:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 522.4363358173244, + time: '13:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 616.9297789503702, + time: '13:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 452.6989955367111, + time: '13:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 456.4636663142838, + time: '13:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 444.0165052686928, + time: '13:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 448.63477302450343, + time: '13:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 454.7612539385891, + time: '13:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 520.2545859823659, + time: '13:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 517.9658840824145, + time: '13:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 436.3835975154585, + time: '13:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 363.84117874370565, + time: '13:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 435.2659262139547, + time: '13:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 403.3366020463402, + time: '13:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 522.0310013252276, + time: '13:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 586.6885048433533, + time: '13:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 607.1688064622161, + time: '13:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 430.95152002333884, + time: '13:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 397.2505754751519, + time: '13:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 558.041339368926, + time: '13:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 427.8358874404245, + time: '13:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 507.33667841006894, + time: '13:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 559.6778361140431, + time: '13:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 579.6390463468249, + time: '13:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 472.7083350021713, + time: '13:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 487.5400317817755, + time: '13:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 476.6149399344054, + time: '13:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 405.759864298655, + time: '13:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 468.0533950415153, + time: '13:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 382.980568266786, + time: '13:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 600.1030079997245, + time: '13:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 479.87538550236525, + time: '13:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 367.65164711061163, + time: '13:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 517.3251940865358, + time: '13:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 441.35269700382884, + time: '13:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 461.6587794092656, + time: '13:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 562.795038826488, + time: '13:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 653.8396491326973, + time: '13:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 415.4749426194736, + time: '13:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 489.62242789984646, + time: '13:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 497.6539710560408, + time: '13:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 535.5854240071171, + time: '13:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 460.4120925478089, + time: '13:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 539.7368097359388, + time: '13:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 546.7305941998565, + time: '13:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 413.209087967766, + time: '13:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 434.38759677277375, + time: '13:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 523.8520413611561, + time: '13:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 381.4049428534322, + time: '13:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 433.8794907750749, + time: '13:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 529.0645621777052, + time: '13:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 521.3131917821255, + time: '13:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 428.2474151424178, + time: '13:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 370.8766612052866, + time: '13:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 503.8410945530128, + time: '13:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 369.32193010616294, + time: '13:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 560.7687844734721, + time: '13:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 510.5740773455557, + time: '13:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 514.5242785187238, + time: '13:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 326.90394176322076, + time: '13:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 430.6203869527761, + time: '13:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 435.8503887905715, + time: '13:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 523.5585163746804, + time: '13:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 463.883976539433, + time: '13:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 586.2056359993006, + time: '13:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 518.209485751728, + time: '13:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 366.2404468900724, + time: '13:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 447.6277224813365, + time: '13:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 549.813340972357, + time: '13:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 439.5338161424067, + time: '13:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 540.8579260412748, + time: '13:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 577.3763231061429, + time: '13:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 555.1449145292947, + time: '13:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 510.34371337222626, + time: '13:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 430.0904981108598, + time: '13:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 475.3121708419344, + time: '13:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 416.54636306700417, + time: '13:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 556.0658025961226, + time: '13:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 491.35611660881955, + time: '13:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 576.0575987408322, + time: '13:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 524.2483856750641, + time: '13:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 320.48876400547715, + time: '13:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 422.1709050670124, + time: '13:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 501.9952343698038, + time: '13:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 529.915544907398, + time: '13:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 550.3526143562268, + time: '13:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 572.834539966501, + time: '13:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 429.5481980221811, + time: '13:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 362.64314120875656, + time: '13:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 478.59424195170436, + time: '13:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 419.7192230131568, + time: '13:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 458.4189843640976, + time: '13:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 481.4171632729357, + time: '13:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 600.3591624518012, + time: '13:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 470.8278481527883, + time: '13:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 386.62406822242474, + time: '13:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 575.0379895317155, + time: '13:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 541.3004856773468, + time: '13:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 500.1865045168305, + time: '13:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 461.01909176055347, + time: '13:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 559.6500945938953, + time: '13:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 457.5625077271768, + time: '13:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 395.2783285449977, + time: '13:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 542.5110871056746, + time: '13:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 483.89629356696344, + time: '13:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 478.7902196804542, + time: '13:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 498.6641387705017, + time: '13:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 631.6767038578658, + time: '13:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 595.9440404227619, + time: '13:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 430.0336048775339, + time: '13:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 482.567393279607, + time: '13:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 425.60442959271484, + time: '13:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 434.81490696349357, + time: '13:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 573.119673619138, + time: '13:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 545.7671583381021, + time: '13:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 497.97874557172884, + time: '13:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 407.8850500466627, + time: '13:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 482.53711478407854, + time: '13:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 557.8654106632752, + time: '13:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 496.21796408608014, + time: '13:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 577.6562522688043, + time: '13:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 695.008458329481, + time: '13:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 435.6041204259617, + time: '13:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 332.2327820644949, + time: '13:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 483.9182474391309, + time: '13:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 419.7142538498331, + time: '13:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 421.04801044200985, + time: '13:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 555.6542710048647, + time: '13:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 590.2833673882503, + time: '14:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 394.22297796997873, + time: '14:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 418.00989255029816, + time: '14:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 603.837399178042, + time: '14:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 487.1047686004654, + time: '14:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 539.3839694230782, + time: '14:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 566.2547893423998, + time: '14:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 516.1421221791859, + time: '14:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 361.6776839871214, + time: '14:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 429.52928726419117, + time: '14:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 519.0967726115776, + time: '14:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 464.9646290203246, + time: '14:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 456.7691351350803, + time: '14:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 555.8089143557479, + time: '14:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 505.4553750969444, + time: '14:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 452.17318179336115, + time: '14:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 426.989522396552, + time: '14:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 521.5020823595535, + time: '14:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 515.08706446994, + time: '14:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 490.05798279364194, + time: '14:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 497.92592023885237, + time: '14:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 583.1236207621592, + time: '14:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 404.18246273578484, + time: '14:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 453.0390362777311, + time: '14:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 551.5141727015921, + time: '14:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 528.0755598363427, + time: '14:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 494.1643935773071, + time: '14:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 551.5961272336971, + time: '14:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 547.8268607337075, + time: '14:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 370.8873145201163, + time: '14:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 440.6961077274452, + time: '14:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 511.93945795132566, + time: '14:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 451.6002074532883, + time: '14:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 467.05475131479614, + time: '14:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 570.0204762613841, + time: '14:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 594.7000247046046, + time: '14:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 409.67135578787367, + time: '14:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 421.95900396142184, + time: '14:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 487.04789270896487, + time: '14:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 412.3291064826908, + time: '14:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 509.33469007376374, + time: '14:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 567.7145664906787, + time: '14:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 582.6618812286772, + time: '14:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 387.92259981928026, + time: '14:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 395.4917144270677, + time: '14:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 490.1825075457511, + time: '14:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 472.9986071469558, + time: '14:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 456.2548171688738, + time: '14:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 589.4456685737322, + time: '14:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 555.3585543671563, + time: '14:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 526.3570817536282, + time: '14:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 315.9519533242004, + time: '14:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 496.4199370292968, + time: '14:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 416.11423151239467, + time: '14:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 523.5648648728622, + time: '14:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 565.4151923600532, + time: '14:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 516.6603140965798, + time: '14:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 486.08198784747253, + time: '14:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 420.4809109566293, + time: '14:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 498.13888817450794, + time: '14:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 550.6693623763312, + time: '14:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 412.7010159876626, + time: '14:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 547.5724103770791, + time: '14:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 483.25763876570676, + time: '14:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 441.6013679341691, + time: '14:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 409.38438435815556, + time: '14:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 536.381477181849, + time: '14:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 456.8267665541369, + time: '14:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 486.31897897732057, + time: '14:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 583.5075119158214, + time: '14:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 536.674252396649, + time: '14:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 515.9972069445013, + time: '14:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 412.5789418597687, + time: '14:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 502.59729429036497, + time: '14:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 431.7339224343946, + time: '14:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 576.9464499529142, + time: '14:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 528.673937037547, + time: '14:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 601.8199397161736, + time: '14:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 445.86841538238093, + time: '14:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 335.16257120898456, + time: '14:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 536.6320038607789, + time: '14:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 459.2340152932454, + time: '14:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 429.9834337697213, + time: '14:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 485.9062674386141, + time: '14:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 569.7046872065102, + time: '14:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 398.9357899335868, + time: '14:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 344.94717297958687, + time: '14:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 495.9641709945709, + time: '14:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 382.64368552351516, + time: '14:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 446.11275147375744, + time: '14:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 521.8466518028118, + time: '14:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 496.7130610644006, + time: '14:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 518.1562038634829, + time: '14:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 451.6576426666452, + time: '14:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 503.9317595158045, + time: '14:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 401.4192980744674, + time: '14:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 505.69539248294575, + time: '14:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 492.75486775967755, + time: '14:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 567.6590462925591, + time: '14:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 468.9455021842329, + time: '14:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 397.02224230716723, + time: '14:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 400.0899657733946, + time: '14:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 510.0206953972213, + time: '14:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 488.9790890969799, + time: '14:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 496.24108625128093, + time: '14:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 578.2658689864419, + time: '14:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 390.1376922836772, + time: '14:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 433.07503486863123, + time: '14:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 545.8163837351241, + time: '14:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 417.1552860514302, + time: '14:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 497.53150496367795, + time: '14:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 522.7740664642241, + time: '14:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 514.8071281899433, + time: '14:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 432.4830660958196, + time: '14:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 400.41591880652305, + time: '14:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 517.3244237948996, + time: '14:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 397.654450865903, + time: '14:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 504.4593565073832, + time: '14:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 490.37900395000196, + time: '14:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 566.6862552972764, + time: '14:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 398.21908733076214, + time: '14:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 400.48780697478725, + time: '14:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 549.9005054929826, + time: '14:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 476.8326376263643, + time: '14:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 511.7360734280885, + time: '14:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 514.601923518048, + time: '14:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 561.9104359222999, + time: '14:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 372.8600134517832, + time: '14:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 445.9141902987999, + time: '14:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 355.18723109031555, + time: '14:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 509.28520773314983, + time: '14:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 535.4849920978112, + time: '14:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 435.3192666523107, + time: '14:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 501.85148510846886, + time: '14:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 488.3088773765821, + time: '14:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 373.1977635891313, + time: '14:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 604.4187352390363, + time: '14:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 485.9476655332533, + time: '14:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 500.4909328464256, + time: '14:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 540.6646853686469, + time: '14:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 576.8893680174142, + time: '14:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 537.4708320235065, + time: '14:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 403.8060388470492, + time: '14:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 493.02051859224133, + time: '14:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 499.80238429029083, + time: '14:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 467.93711726907287, + time: '14:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 530.0602737681112, + time: '14:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 587.0392263184117, + time: '14:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 372.07162130904294, + time: '14:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 375.8862355647479, + time: '14:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 555.4091408368758, + time: '14:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 412.16024557152696, + time: '14:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 513.6286850601366, + time: '14:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 489.14556844659046, + time: '14:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 613.1525621587639, + time: '14:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 470.1484618345285, + time: '14:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 377.2751886283842, + time: '14:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 448.0047036437235, + time: '14:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 378.9094666629078, + time: '14:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 574.9940967447608, + time: '14:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 562.9622834216202, + time: '14:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 611.6901026017451, + time: '14:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 409.46787154390864, + time: '14:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 383.541393826568, + time: '14:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 530.6386952531285, + time: '14:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 525.0666825977744, + time: '14:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 473.3683126808713, + time: '14:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 576.8785068813279, + time: '14:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 490.1165316021454, + time: '14:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 417.6437308117652, + time: '14:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 410.10668858168566, + time: '14:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 447.3292218413172, + time: '14:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 433.8660080578932, + time: '14:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 431.27353476646795, + time: '14:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 449.6220067815513, + time: '14:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 512.1087480042438, + time: '14:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 412.38030378805655, + time: '14:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 375.06256891682614, + time: '14:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 468.81155196520973, + time: '14:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 437.4583491772476, + time: '14:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 535.3540334643486, + time: '14:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 491.8637610716893, + time: '14:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 584.751763360433, + time: '14:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 398.8004615160092, + time: '14:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 461.78780627867604, + time: '14:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 595.7015676933393, + time: '14:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 516.4097070924529, + time: '14:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 473.9809418023201, + time: '14:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 491.5428825106351, + time: '14:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 584.6892975456104, + time: '14:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 444.4260813972414, + time: '14:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 354.2696348890248, + time: '14:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 490.4658799618327, + time: '14:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 477.811500470033, + time: '14:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 371.3665226992982, + time: '14:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 483.0048449445568, + time: '14:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 584.7523843153024, + time: '14:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 400.4524941794481, + time: '14:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 389.65641779193203, + time: '14:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 510.87164365898616, + time: '14:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 472.7943886040804, + time: '14:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 522.3710838575211, + time: '14:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 571.4737420965874, + time: '14:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 751.6365745327361, + time: '14:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 455.5228412889919, + time: '14:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 377.01344708629125, + time: '14:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 543.5033865344377, + time: '14:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 558.2501172450542, + time: '14:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 453.23359070230384, + time: '14:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 520.3086930613598, + time: '14:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 587.5445255346583, + time: '14:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 439.4880945275431, + time: '14:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 471.3488942176866, + time: '14:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 524.7840943986303, + time: '14:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 417.8240884809928, + time: '14:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 475.47333588479194, + time: '14:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 516.7742579344695, + time: '14:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 615.7782820090299, + time: '14:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 430.0525976566795, + time: '14:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 408.8277388255787, + time: '14:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 507.5209452571788, + time: '14:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 496.3920064040619, + time: '14:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 496.5990165284507, + time: '14:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 429.8068817796623, + time: '14:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 606.7000881746601, + time: '14:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 396.6218168979201, + time: '14:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 450.59222697343176, + time: '14:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 518.2480501233113, + time: '14:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 452.85065624485424, + time: '14:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 489.5249839889533, + time: '14:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 561.7709015104613, + time: '14:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 591.5695625652899, + time: '14:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 413.16143347158334, + time: '14:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 324.7219813481514, + time: '14:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 620.1707792619137, + time: '14:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 463.42961394316285, + time: '14:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 515.472590856952, + time: '14:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 468.03708025732635, + time: '14:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 543.2365377679827, + time: '14:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 479.7695612912878, + time: '14:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 412.35251329346295, + time: '14:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 497.1190601483207, + time: '14:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 526.4234213206266, + time: '14:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 458.2256814715078, + time: '14:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 532.9966315133164, + time: '14:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 596.9484610246634, + time: '14:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 467.04585938121903, + time: '14:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 443.4815397811719, + time: '14:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 510.0549523357484, + time: '14:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 475.3917878144812, + time: '14:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 505.65528990880415, + time: '14:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 543.8688468979096, + time: '14:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 520.3587392731214, + time: '14:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 393.12223776007244, + time: '14:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 403.11419946377123, + time: '14:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 552.5327198003806, + time: '14:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 476.91480395248163, + time: '14:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 467.02266612080416, + time: '14:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 598.0329297919326, + time: '14:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 547.1590696629995, + time: '14:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 446.9666152714613, + time: '14:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 452.27401875326757, + time: '14:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 555.2762966478992, + time: '14:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 503.6253668654901, + time: '14:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 516.9405240443751, + time: '14:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 464.5589800440444, + time: '14:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 534.7318226085448, + time: '14:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 479.5693561685895, + time: '14:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 373.13557749498136, + time: '14:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 559.351515278019, + time: '14:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 431.7523635228557, + time: '14:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 510.76837420065266, + time: '14:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 379.0243922089587, + time: '14:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 563.0937069693161, + time: '14:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 358.5297359439314, + time: '14:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 469.46737200927896, + time: '14:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 531.9365111014592, + time: '14:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 408.0395166330497, + time: '14:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 433.22806489777025, + time: '14:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 539.1924772376848, + time: '14:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 674.7329283336754, + time: '14:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 469.16800961899673, + time: '14:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 513.9449061809626, + time: '14:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 442.8497543634758, + time: '14:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 397.7595402989483, + time: '14:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 534.2991058087516, + time: '14:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 620.0255590755427, + time: '14:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 465.6367403704126, + time: '14:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 408.86881205270765, + time: '14:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 380.85807197801705, + time: '14:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 581.6715766150548, + time: '14:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 351.6821705311999, + time: '14:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 453.2018277442976, + time: '14:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 591.9473176469719, + time: '14:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 593.3130095187257, + time: '14:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 470.52993342965794, + time: '14:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 376.7248739299614, + time: '14:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 442.6827303490656, + time: '14:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 552.8103564970161, + time: '14:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 520.4028899140573, + time: '14:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 540.4829707637313, + time: '14:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 478.3642064405174, + time: '14:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 403.83704217287413, + time: '14:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 471.66922385588504, + time: '14:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 515.1317732619517, + time: '14:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 394.83958171391583, + time: '14:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 498.36436567006706, + time: '14:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 505.4181907183976, + time: '14:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 535.4034067105283, + time: '14:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 351.75589496677406, + time: '14:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 477.97860728653563, + time: '14:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 462.2862074990321, + time: '14:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 438.9373188207114, + time: '14:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 571.9091838397561, + time: '14:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 570.3561298318655, + time: '14:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 613.4475298483683, + time: '14:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 360.6228781058419, + time: '14:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 372.8569986423366, + time: '14:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 496.7930826703504, + time: '14:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 436.15933500555394, + time: '14:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 468.8267008814074, + time: '14:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 481.3226900147766, + time: '14:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 562.2140009547732, + time: '14:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 444.4042473330691, + time: '14:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 377.99065914520713, + time: '14:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 516.438120515174, + time: '14:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 465.370334890455, + time: '14:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 462.53416019409013, + time: '14:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 553.8178884678109, + time: '14:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 505.1127611035347, + time: '14:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 454.9861250860741, + time: '14:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 384.9107695569746, + time: '14:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 516.0678607725137, + time: '14:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 490.7868606269648, + time: '14:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 479.0290197056134, + time: '14:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 555.2735079583314, + time: '14:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 523.2348145370016, + time: '14:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 396.78416874477955, + time: '14:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 331.77747444828617, + time: '14:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 521.0960377117642, + time: '14:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 493.02367441798725, + time: '14:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 464.8410108582862, + time: '14:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 583.010495374944, + time: '14:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 592.9798874467338, + time: '14:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 473.9296229388687, + time: '14:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 353.0674026757901, + time: '14:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 580.6855634529323, + time: '14:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 420.8461280715531, + time: '14:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 519.9970950971025, + time: '14:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 667.983001945554, + time: '14:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 522.4816684141432, + time: '14:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 358.923996886552, + time: '14:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 348.7929616623966, + time: '14:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 522.676715075699, + time: '14:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 441.6439143106794, + time: '14:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 399.1844695781706, + time: '14:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 549.6207983589384, + time: '14:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 569.8229294790988, + time: '14:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 438.6960100676342, + time: '14:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 360.61012174479356, + time: '14:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 487.79216823546756, + time: '14:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 464.12899752441496, + time: '14:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 427.3158790426823, + time: '14:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 504.5518187146251, + time: '14:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 561.2785919951907, + time: '14:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 381.44919001187714, + time: '14:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 397.2657556306609, + time: '14:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 548.2043584144178, + time: '14:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 437.56544369082263, + time: '14:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 426.6098539210403, + time: '14:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 528.7212843904002, + time: '14:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 526.4199826197091, + time: '14:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 409.40819460989206, + time: '14:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 410.710736626826, + time: '14:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 559.473524446232, + time: '14:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 530.3672788009997, + time: '14:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 527.5153795986788, + time: '14:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 441.54620475554407, + time: '14:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 666.1972044662663, + time: '14:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 444.3699335658207, + time: '14:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 476.52502464070386, + time: '14:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 438.61960924315036, + time: '14:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 474.54874758191255, + time: '14:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 565.5306686290962, + time: '14:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 495.26434344554707, + time: '14:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 590.6959511159006, + time: '14:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 398.97933173580236, + time: '14:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 349.08229796306046, + time: '14:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 529.8700034924929, + time: '14:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 486.74388930249086, + time: '14:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 474.77753907312643, + time: '14:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 509.5358780943448, + time: '14:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 457.74287066711963, + time: '14:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 422.7722227885087, + time: '14:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 448.2161199238292, + time: '14:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 535.0586371155449, + time: '14:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 483.14406343337066, + time: '14:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 471.5589138404995, + time: '14:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 503.79558010327037, + time: '14:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 568.3227157384714, + time: '14:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 492.31464046072205, + time: '14:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 388.3005577887246, + time: '14:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 485.1218248320004, + time: '14:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 508.67369287426624, + time: '14:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 483.50260815565906, + time: '14:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 537.6177436016861, + time: '14:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 525.9106767615806, + time: '14:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 413.15540652384254, + time: '14:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 396.52681451737834, + time: '14:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 568.785340665581, + time: '14:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 459.05107793518533, + time: '14:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 538.0939151304095, + time: '14:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 488.87900338088997, + time: '14:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 601.6216667398112, + time: '14:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 483.7846056032571, + time: '14:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 432.7409746083302, + time: '14:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 492.4972206483737, + time: '14:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 385.1584026022077, + time: '14:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 433.6323432904713, + time: '14:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 586.0515333662236, + time: '14:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 519.373963078365, + time: '15:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 385.5146572671191, + time: '15:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 342.86389892188504, + time: '15:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 506.2788226735771, + time: '15:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 469.9843975876321, + time: '15:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 491.91844913673924, + time: '15:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 530.0103532459099, + time: '15:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 553.2631779266551, + time: '15:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 468.4902088957641, + time: '15:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 418.12048730920253, + time: '15:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 491.34640878580655, + time: '15:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 417.4321553104086, + time: '15:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 528.7598814891215, + time: '15:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 529.5349839430693, + time: '15:01:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 584.2493639490228, + time: '15:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 514.078431032895, + time: '15:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 407.3226104106528, + time: '15:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 500.77895237907336, + time: '15:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 423.5691659125122, + time: '15:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 505.05470849699225, + time: '15:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 513.6052641743541, + time: '15:02:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 602.2877597085061, + time: '15:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 318.41777499363553, + time: '15:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 423.62256320040746, + time: '15:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 445.18624565523993, + time: '15:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 479.3182009377547, + time: '15:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 489.4790808299372, + time: '15:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 537.759534192949, + time: '15:03:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 498.98517964721117, + time: '15:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 402.1552372264762, + time: '15:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 413.4584321953909, + time: '15:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 427.9974558702853, + time: '15:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 511.91415357168177, + time: '15:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 530.0523046283571, + time: '15:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 571.2549132333818, + time: '15:04:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 542.2749382079526, + time: '15:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 470.853606359027, + time: '15:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 521.7650069955447, + time: '15:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 579.7252531612486, + time: '15:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 451.06357883680306, + time: '15:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 344.83838535003815, + time: '15:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 486.643489214455, + time: '15:05:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 535.2527344419522, + time: '15:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 431.84773069785035, + time: '15:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 367.1130007874342, + time: '15:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 457.6519325840836, + time: '15:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 465.4416506299482, + time: '15:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 513.8937659765454, + time: '15:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 497.0941755462372, + time: '15:06:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 526.3335383713144, + time: '15:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 460.5572936685654, + time: '15:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 372.45015224990914, + time: '15:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 450.43038252718463, + time: '15:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 535.1107472317619, + time: '15:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 447.29621584362883, + time: '15:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 514.8136985611668, + time: '15:07:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 647.2727120140548, + time: '15:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 411.80074066420894, + time: '15:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 367.8429736787618, + time: '15:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 392.33049431981425, + time: '15:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 462.03765897442844, + time: '15:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 388.46835515717714, + time: '15:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 462.70645382633927, + time: '15:08:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 579.2490855480478, + time: '15:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 446.329489373645, + time: '15:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 371.22614404198725, + time: '15:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 468.0519126155249, + time: '15:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 580.0841557090198, + time: '15:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 505.560129976249, + time: '15:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 489.0371070139251, + time: '15:09:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 495.95580228324775, + time: '15:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 434.21613823039604, + time: '15:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 367.13064363467413, + time: '15:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 433.8455103296251, + time: '15:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 478.2754822815772, + time: '15:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 548.6829272581479, + time: '15:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 506.18895632276707, + time: '15:10:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 604.8930973527388, + time: '15:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 500.38910308299035, + time: '15:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 458.4508265553776, + time: '15:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 582.1007580068184, + time: '15:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 361.96186204220913, + time: '15:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 473.12757426861543, + time: '15:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 573.7194590356364, + time: '15:11:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 665.1078098506316, + time: '15:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 454.7210421650607, + time: '15:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 470.0252123994927, + time: '15:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 550.4908544671317, + time: '15:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 487.6670810552266, + time: '15:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 527.643727360147, + time: '15:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 543.1280664500963, + time: '15:12:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 610.6232630275573, + time: '15:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 458.8801331037601, + time: '15:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 370.46268531252616, + time: '15:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 465.5924827411138, + time: '15:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 469.0579192441389, + time: '15:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 560.6139128994323, + time: '15:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 539.6794955683772, + time: '15:13:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 483.03150170229935, + time: '15:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 421.4061516938766, + time: '15:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 357.38222134478855, + time: '15:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 612.6217902672154, + time: '15:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 514.4876377041373, + time: '15:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 545.7457226792023, + time: '15:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 572.5448981083986, + time: '15:14:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 534.7882963566874, + time: '15:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 417.6196887963753, + time: '15:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 422.5707778193202, + time: '15:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 549.0882743495797, + time: '15:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 483.6590675634979, + time: '15:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 561.9982264685697, + time: '15:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 523.1314105800302, + time: '15:15:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 622.3455574593312, + time: '15:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 420.372090609019, + time: '15:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 371.38884778595144, + time: '15:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 483.7584308245689, + time: '15:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 443.0772008008113, + time: '15:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 517.1063745535946, + time: '15:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 549.5232424964445, + time: '15:16:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 523.616526719061, + time: '15:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 461.7226071189148, + time: '15:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 430.6465908877755, + time: '15:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 375.0297142563213, + time: '15:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 388.7850881855317, + time: '15:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 483.77168194507965, + time: '15:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 524.8389123533752, + time: '15:17:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 581.1909714073114, + time: '15:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 420.95077595898687, + time: '15:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 409.146151042565, + time: '15:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 614.547128629537, + time: '15:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 439.54883713569876, + time: '15:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 399.90170940514156, + time: '15:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 543.2681174699815, + time: '15:18:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 597.7317026714668, + time: '15:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 456.48874284482065, + time: '15:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 323.2127942501384, + time: '15:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 430.5213766618202, + time: '15:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 407.473977289535, + time: '15:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 467.69687559350257, + time: '15:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 500.8620671194209, + time: '15:19:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 512.6534764210959, + time: '15:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 545.770039932272, + time: '15:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 476.3752600665031, + time: '15:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 417.7300626521554, + time: '15:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 420.97382750976385, + time: '15:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 437.8376702341904, + time: '15:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 408.05914208617855, + time: '15:20:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 556.02373219691, + time: '15:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 485.5562351715846, + time: '15:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 488.7938836547761, + time: '15:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 551.128521600482, + time: '15:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 479.42892022103047, + time: '15:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 588.5471358748907, + time: '15:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 523.2860418906848, + time: '15:21:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 396.93663299654634, + time: '15:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 425.69882339160796, + time: '15:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 368.3605654757807, + time: '15:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 621.9876203169637, + time: '15:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 533.4952252175704, + time: '15:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 471.2057093783832, + time: '15:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 601.137406804997, + time: '15:22:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 507.7806179332855, + time: '15:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 502.06069610819725, + time: '15:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 379.6149220032008, + time: '15:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 569.2136409255259, + time: '15:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 469.73357649114905, + time: '15:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 486.1602403392243, + time: '15:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 576.3107701120796, + time: '15:23:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 546.3715924303419, + time: '15:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 421.5962313489224, + time: '15:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 413.29326953624525, + time: '15:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 528.195456002618, + time: '15:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 390.2058468982408, + time: '15:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 507.57426880202337, + time: '15:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 578.2698742295586, + time: '15:24:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 496.6108409017575, + time: '15:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 340.09377324110733, + time: '15:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 415.72283949935127, + time: '15:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 529.7377170832643, + time: '15:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 472.23013341100705, + time: '15:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 482.1801223186227, + time: '15:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 591.8065360903109, + time: '15:25:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 640.6205651965818, + time: '15:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 391.5956844541298, + time: '15:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 431.92721363364154, + time: '15:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 542.6707779390154, + time: '15:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 509.83157433228257, + time: '15:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 564.7525520215377, + time: '15:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 534.4328795480719, + time: '15:26:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 487.49293110196834, + time: '15:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 348.4604039487072, + time: '15:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 499.5102269383175, + time: '15:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 537.9464294893382, + time: '15:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 419.51085478403087, + time: '15:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 448.8675319132774, + time: '15:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 539.8657853702798, + time: '15:27:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 536.9977756651508, + time: '15:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 424.42432579793456, + time: '15:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 390.1526386252975, + time: '15:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 514.0595711984688, + time: '15:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 443.2991416663541, + time: '15:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 489.73037276186216, + time: '15:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 499.1174052282825, + time: '15:28:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 565.5370288643046, + time: '15:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 442.9209189594776, + time: '15:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 359.0851377730773, + time: '15:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 505.2100551975938, + time: '15:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 450.73440973645984, + time: '15:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 442.8764707150976, + time: '15:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 514.1963571986475, + time: '15:29:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 631.0636644533058, + time: '15:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 525.8218656137641, + time: '15:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 330.03403859927363, + time: '15:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 496.8703436050239, + time: '15:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 410.755084345888, + time: '15:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 413.9988744389647, + time: '15:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 560.7885574885571, + time: '15:30:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 487.206892441028, + time: '15:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 458.34636868820814, + time: '15:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 362.45349800290404, + time: '15:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 462.30177055666616, + time: '15:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 482.41402169219293, + time: '15:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 449.41154545473574, + time: '15:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 590.1942218584409, + time: '15:31:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 617.158187607748, + time: '15:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 431.0449735595568, + time: '15:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 397.34365135631015, + time: '15:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 485.96624615666127, + time: '15:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 443.95259256961094, + time: '15:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 478.1481601475794, + time: '15:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 523.02768621595, + time: '15:32:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 559.5116530509794, + time: '15:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 483.47027905917446, + time: '15:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 488.7278931758894, + time: '15:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 415.3521592902307, + time: '15:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 470.9766221953514, + time: '15:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 458.534888774137, + time: '15:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 507.4905367574294, + time: '15:33:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 509.92456744760244, + time: '15:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 331.44323454960573, + time: '15:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 373.1194350481914, + time: '15:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 495.0830186602625, + time: '15:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 405.62539110989496, + time: '15:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 445.3789510063072, + time: '15:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 530.0263979428298, + time: '15:34:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 582.1051737131636, + time: '15:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 453.7807279054283, + time: '15:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 410.18939758194495, + time: '15:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 450.5704446424541, + time: '15:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 428.1270849838295, + time: '15:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 409.6841268164083, + time: '15:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 560.0603374464557, + time: '15:35:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 568.9529847786735, + time: '15:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 480.54325969434836, + time: '15:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 398.1788551963624, + time: '15:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 444.8205341392115, + time: '15:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 486.11906789138857, + time: '15:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 475.8447213685653, + time: '15:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 457.8072591933229, + time: '15:36:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 528.9891561420602, + time: '15:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 368.0706877110079, + time: '15:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 458.4196636724042, + time: '15:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 508.9947075576739, + time: '15:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 431.3583423954116, + time: '15:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 404.7639812984499, + time: '15:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 415.19095234313806, + time: '15:37:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 562.490104249501, + time: '15:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 499.1877021603465, + time: '15:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 525.3466212936811, + time: '15:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 569.60011431723, + time: '15:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 536.3481925616702, + time: '15:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 518.0027981844801, + time: '15:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 502.47315752542085, + time: '15:38:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 539.734320156912, + time: '15:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 458.9248203747207, + time: '15:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 372.45656135398394, + time: '15:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 545.9158303001157, + time: '15:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 430.0181907192699, + time: '15:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 484.1219876467252, + time: '15:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 468.9643787042921, + time: '15:39:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 564.6758672625624, + time: '15:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 421.2356043049599, + time: '15:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 374.5280278740889, + time: '15:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 421.47496981884115, + time: '15:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 461.2342362875943, + time: '15:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 407.1224250267535, + time: '15:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 504.5929901176345, + time: '15:40:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 592.1065337260524, + time: '15:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 473.63909330531425, + time: '15:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 451.2080438534536, + time: '15:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 450.51859317148313, + time: '15:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 496.6295415936545, + time: '15:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 464.5395461475068, + time: '15:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 522.6109840591264, + time: '15:41:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 638.3008408072676, + time: '15:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 555.5346428902199, + time: '15:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 433.0945744813156, + time: '15:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 547.0385593994108, + time: '15:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 379.0817133533484, + time: '15:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 442.39217972047084, + time: '15:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 507.3375795488493, + time: '15:42:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 497.10922505865756, + time: '15:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 451.09331275292476, + time: '15:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 491.3353662868017, + time: '15:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 450.8756303230845, + time: '15:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 361.9595594009612, + time: '15:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 495.95872552095904, + time: '15:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 602.6233767235373, + time: '15:43:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 665.6516687328133, + time: '15:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 454.4110293150168, + time: '15:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 428.1964092662982, + time: '15:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 488.7683425001488, + time: '15:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 373.7171842714953, + time: '15:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 547.0225223011572, + time: '15:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 546.337238230116, + time: '15:44:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 461.3956100238749, + time: '15:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 419.0319550229878, + time: '15:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 381.035395460647, + time: '15:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 527.5026049512276, + time: '15:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 513.1292051713591, + time: '15:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 386.24137651771275, + time: '15:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 545.0237179805414, + time: '15:45:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 551.4107452482208, + time: '15:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 399.5077815267604, + time: '15:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 428.53274153461547, + time: '15:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 451.58277725681825, + time: '15:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 422.40709270537764, + time: '15:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 485.75130395737085, + time: '15:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 561.1103572021701, + time: '15:46:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 588.4158603242288, + time: '15:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 483.5167908272123, + time: '15:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 454.4351790291454, + time: '15:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 505.268775307298, + time: '15:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 577.9099642834126, + time: '15:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 471.99336022166796, + time: '15:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 473.05834411096157, + time: '15:47:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 573.0495933867517, + time: '15:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 399.1958087045566, + time: '15:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 440.0241090598682, + time: '15:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 433.2987252540898, + time: '15:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 421.78762006713055, + time: '15:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 513.5670038225232, + time: '15:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 581.9555893710134, + time: '15:48:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 527.8650240089703, + time: '15:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 445.5783118609696, + time: '15:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 424.3637015553649, + time: '15:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 469.9316178024393, + time: '15:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 459.22756515985185, + time: '15:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 490.65983141188445, + time: '15:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 526.211785673227, + time: '15:49:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 548.5938874821362, + time: '15:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 418.1171276617442, + time: '15:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 452.3337344794577, + time: '15:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 515.9890967071268, + time: '15:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 527.1054976283938, + time: '15:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 442.40153341305904, + time: '15:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 563.5240308620606, + time: '15:50:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 534.3499532670584, + time: '15:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 465.9489912873196, + time: '15:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 457.4647795222836, + time: '15:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 420.3503133234165, + time: '15:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 550.3046444079562, + time: '15:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 464.0473032166691, + time: '15:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 476.40713834799226, + time: '15:51:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 529.5317621527894, + time: '15:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 458.68310526434743, + time: '15:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 468.10794955187635, + time: '15:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 522.0237368980199, + time: '15:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 553.0751788318199, + time: '15:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 440.1987071598255, + time: '15:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 452.31206169919676, + time: '15:52:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 601.4801048510512, + time: '15:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 493.87699721289493, + time: '15:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 431.4354943794821, + time: '15:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 499.01811005366596, + time: '15:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 510.4183115296571, + time: '15:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 533.8003569299299, + time: '15:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 570.8944829012514, + time: '15:53:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 576.8507742982524, + time: '15:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 416.49918005726266, + time: '15:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 390.6440959841573, + time: '15:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 527.6244977208573, + time: '15:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 501.2031262905731, + time: '15:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 481.0655824335971, + time: '15:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 548.8204763048758, + time: '15:54:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 524.3545202369673, + time: '15:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 428.5062532353314, + time: '15:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 406.3356843216661, + time: '15:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 511.1957067032331, + time: '15:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 479.62634746005915, + time: '15:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 575.0595342876504, + time: '15:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 484.89742228212447, + time: '15:55:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 603.9799937716625, + time: '15:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 393.0618142108846, + time: '15:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 459.3254483254178, + time: '15:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 568.2070214986923, + time: '15:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 488.9180538083319, + time: '15:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 476.966959309269, + time: '15:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 486.51684593626527, + time: '15:56:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 574.3649760438304, + time: '15:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 419.7853369961944, + time: '15:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 358.1532164506382, + time: '15:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 506.26122513239534, + time: '15:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 422.44071418357333, + time: '15:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 444.57966165447687, + time: '15:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 586.2717392207385, + time: '15:57:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 599.643105941948, + time: '15:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 460.8650246522426, + time: '15:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 417.43366544364505, + time: '15:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 478.52972294373734, + time: '15:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 409.09005582888466, + time: '15:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 404.31428036935864, + time: '15:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 470.5294053566336, + time: '15:58:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 590.4814420961806, + time: '15:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 479.8494308322676, + time: '15:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 379.33305938363196, + time: '15:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 506.11487515161417, + time: '15:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 449.8312771294524, + time: '15:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 389.84301618720275, + time: '15:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 612.1336476627981, + time: '15:59:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockLocations', + count: 517.5502494538964, + time: '16:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-renewLease', + count: 395.8917337911187, + time: '16:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-getFileInfo', + count: 400.43724114674086, + time: '16:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-updateBlockInfo', + count: 527.1649014518194, + time: '16:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-deleteBlock', + count: 441.49076887375355, + time: '16:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-addNewBlock', + count: 400.7932028497255, + time: '16:00:00' + }, + { + timeType: 'LatencyInHandlerCounter-getBlockStats', + count: 484.96896326760657, + time: '16:00:00' + } + ] +}; -const vchart = new VChart(spec, { dom: CONTAINER_ID }); -vchart.renderSync(); + const formatMilliseconds = (value: number) => { + if (value === 0) { + return '0 μs'; + } else if (value < 1000) { + return `${value} ms`; + } else if (value === 1000) { + return '1 s'; + } + return `${value / 1000} s`; + }; -// Just for the convenience of console debugging, DO NOT COPY! -window['vchart'] = vchart; + const spec = { + type: 'area', + data: leastData, + point: { + style: { + size: 0 + } + }, + stack: false, + seriesField: 'timeType', + xField: 'time', + yField: 'count', + axes: [ + { + orient: 'bottom', + type: 'band', + label: { + visible: true, + formatMethod: value => { + // Format X-axis label as hour:minute (e.g., 11:00) + // Assume value is a string in "HH:MM:SS" format + return value.substring(0, 5); // Extract "HH:MM" + } + }, + tick: { + tickStep: 60 + }, + grid: { + visible: true, + style: { + lineDash: [5, 5], + stroke: 'grey' + } + } + }, + { + orient: 'left', + type: 'linear', + min: 0, + // max: 1000, + label: { + visible: true, + formatMethod: formatMilliseconds + }, + tick: { + values: [0, 250, 500, 750, 1000] + }, + grid: { + visible: true, + style: { + lineDash: [5, 5], + stroke: 'grey' + } + } + } + ], + area: { + style: { + fillOpacity: 0.05 + } + }, + legends: { + visible: false + } + }; + + const cs = document.getElementById(CONTAINER_ID) as HTMLElement; + + const chartDiv = document.createElement('div'); + cs.appendChild(chartDiv); + + const vchart = new VChart(spec, { + dom: chartDiv, + mode: isMobile ? 'mobile-browser' : 'desktop-browser' + }); + + const metricsMap = {}; + leastData.values.forEach(item => { + const key = item.timeType; + if (!metricsMap[key]) metricsMap[key] = { countList: [], current: 0 }; + metricsMap[key].countList.push(item.count); + metricsMap[key].current = formatMilliseconds(Math.round(item.count)); + }); + Object.keys(metricsMap).forEach(key => { + const arr = metricsMap[key].countList; + const sum = arr.reduce((s, v) => s + v, 0); + metricsMap[key].avg = formatMilliseconds(Math.round(sum / arr.length)); + metricsMap[key].max = formatMilliseconds(Math.round(Math.max(...arr))); + }); + + console.time('renderTime'); + + vchart.renderAsync().then(() => { + console.timeEnd('renderTime'); + + const legendItems = vchart.getLegendDataByIndex(0); + let selectedNames = vchart.getLegendSelectedDataByIndex(0); + + function buildLegendTable() { + const wrapper = document.createElement('div'); + wrapper.className = 'legend-table-wrapper'; + wrapper.style.marginTop = '8px'; + + const table = document.createElement('table'); + table.style.width = '100%'; + table.style.borderCollapse = 'collapse'; + + const thead = document.createElement('thead'); + thead.innerHTML = ` + + Metrics + Max + Avg + Current + `; + table.appendChild(thead); + + const tbody = document.createElement('tbody'); + legendItems.forEach((item, index) => { + const seriesName = item.key; + const color = item.style('fill'); + const visible = item.style('visible'); + const { max, avg, current } = metricsMap[seriesName] || { max: '-', avg: '-', current: '-' }; + + const tr = document.createElement('tr'); + if (index % 2 === 1) { + tr.style.backgroundColor = '#f9f9f9'; + } + tr.style.borderBottom = '1px solid #eee'; + tr.style.cursor = 'pointer'; + + tr.setAttribute('data-series', seriesName); + if (!visible) tr.classList.add('legend-disabled'); + tr.innerHTML = ` + + + ${seriesName} + + ${max} + ${avg} + ${current} + `; + tbody.appendChild(tr); + }); + table.appendChild(tbody); + wrapper.appendChild(table); + + tbody.querySelectorAll('tr').forEach(tr => { + tr.addEventListener('mouseover', () => { + const series = tr.getAttribute('data-series'); + if (series) { + const idx = selectedNames.indexOf(series); + const isSelected = idx >= 0; + // Set the highlighted state of the corresponding series in the chart + vchart.setHovered({ + series: [series] + }); + // Set the style of the corresponding row in the legend + tr.style.backgroundColor = '#f0f0f0'; + tr.style.transition = 'background-color 0.2s'; + } + }); + + tr.addEventListener('mouseout', () => { + vchart.clearHovered(); + + // Reset the background color of the row + const index = Array.from(tbody.children).indexOf(tr); + tr.style.backgroundColor = index % 2 === 1 ? '#f9f9f9' : 'transparent'; + }); + + tr.addEventListener('click', () => { + const series = tr.getAttribute('data-series'); + if (!series) return; + const idx = selectedNames.indexOf(series); + const isSelected = idx >= 0; + + // if current selected count is 1 and want to unselect, not allow + if (isSelected && selectedNames.length === 1) { + return; + } + + const newSelectedNames = isSelected + ? selectedNames.filter(name => name !== series) + : [...selectedNames, series]; + + // update style of row and series in chart + const spans = tr.querySelectorAll('td span'); + spans.forEach(span => { + if (span instanceof HTMLElement) { + span.style.opacity = isSelected ? '0.3' : '1'; + } + }); + const textSpans = tr.querySelectorAll('td span + span'); + textSpans.forEach(span => { + if (span instanceof HTMLElement) { + span.style.color = isSelected ? '#aaa' : '#000'; + } + }); + + selectedNames = newSelectedNames; + // update legend in chart + vchart.setLegendSelectedDataByIndex(0, newSelectedNames); + }); + }); + return wrapper; + } + + const wrapper = buildLegendTable(); + const existing = cs.querySelector('.legend-table-wrapper'); + if (!existing) { + cs.appendChild(wrapper); + } + }); ``` ## Related Tutorials -[Legend 图例](https://visactor.com/vchart/guide/tutorial_docs/Chart_Concepts/Legend) +[Legend](https://visactor.com/vchart/guide/tutorial_docs/Chart_Concepts/Legend) diff --git a/docs/assets/examples/zh/legend/metric-panel-legend.md b/docs/assets/examples/zh/legend/metric-panel-legend.md index 619fd33ca8..89d0a69f12 100644 --- a/docs/assets/examples/zh/legend/metric-panel-legend.md +++ b/docs/assets/examples/zh/legend/metric-panel-legend.md @@ -4,7 +4,7 @@ group: legend title: 指标面板图例 keywords: lineChart,comparison,trend,line,legend order: 27-10 -cover: /vchart/preview/legend-with-metric-panel_1.0.0.jpg +cover: /vchart/preview/legend-with-metric-panel_1.13.11.jpg option: lineChart#legends --- @@ -10555,39 +10555,240 @@ const leastData = { ] }; +const formatMilliseconds = value => { + if (value === 0) { + return '0 μs'; + } else if (value < 1000) { + return `${value} ms`; + } else if (value === 1000) { + return '1 s'; + } + return `${value / 1000} s`; +}; + const spec = { - type: 'line', + type: 'area', data: leastData, point: { style: { size: 0 } }, + stack: false, seriesField: 'timeType', xField: 'time', yField: 'count', axes: [ + { + orient: 'bottom', + type: 'band', + label: { + visible: true, + formatMethod: value => { + // 格式化 X 轴标签为小时:分钟 (e.g., 11:00) + // 假设 value 是 "HH:MM:SS" 格式的字符串 + return value.substring(0, 5); // 截取 "HH:MM" + } + }, + tick: { + tickStep: 60 + }, + grid: { + visible: true, + style: { + lineDash: [5, 5], + stroke: 'grey' + } + } + }, { orient: 'left', type: 'linear', min: 0, - max: 1000 + // max: 1000, + label: { + visible: true, + formatMethod: formatMilliseconds + }, + tick: { + values: [0, 250, 500, 750, 1000] + }, + grid: { + visible: true, + style: { + lineDash: [5, 5], + stroke: 'grey' + } + } } - // { - // orient: 'bottom', - // type: 'time', - // layers: { - // timeFormat: '%H:%M:%S', - // }, - // } - ] - // legends: { - // visible: true // 不显示默认图例, 使用自定义图例 - // } + ], + area: { + style: { + fillOpacity: 0.05 + } + }, + legends: { + visible: false + } }; -const vchart = new VChart(spec, { dom: CONTAINER_ID }); -vchart.renderSync(); +const cs = document.getElementById(CONTAINER_ID); + +const chartDiv = document.createElement('div'); +cs.appendChild(chartDiv); + +const vchart = new VChart(spec, { + dom: chartDiv +}); + +const metricsMap = {}; +leastData.values.forEach(item => { + const key = item.timeType; + if (!metricsMap[key]) metricsMap[key] = { countList: [], current: 0 }; + metricsMap[key].countList.push(item.count); + metricsMap[key].current = formatMilliseconds(Math.round(item.count)); +}); +Object.keys(metricsMap).forEach(key => { + const arr = metricsMap[key].countList; + const sum = arr.reduce((s, v) => s + v, 0); + metricsMap[key].avg = formatMilliseconds(Math.round(sum / arr.length)); + metricsMap[key].max = formatMilliseconds(Math.round(Math.max(...arr))); +}); + +console.time('renderTime'); + +vchart.renderAsync().then(() => { + console.timeEnd('renderTime'); + + const legendItems = vchart.getLegendDataByIndex(0); + let selectedNames = vchart.getLegendSelectedDataByIndex(0); + + function buildLegendTable() { + const wrapper = document.createElement('div'); + wrapper.className = 'legend-table-wrapper'; + wrapper.style.marginTop = '8px'; + + const table = document.createElement('table'); + table.style.width = '100%'; + table.style.borderCollapse = 'collapse'; + + const thead = document.createElement('thead'); + thead.innerHTML = ` + + Metrics + Max + Avg + Current + `; + table.appendChild(thead); + + const tbody = document.createElement('tbody'); + legendItems.forEach((item, index) => { + const seriesName = item.key; + const color = item.style('fill'); + const visible = item.style('visible'); + const { max, avg, current } = metricsMap[seriesName] || { max: '-', avg: '-', current: '-' }; + + const tr = document.createElement('tr'); + if (index % 2 === 1) { + tr.style.backgroundColor = '#f9f9f9'; + } + tr.style.borderBottom = '1px solid #eee'; + tr.style.cursor = 'pointer'; + + tr.setAttribute('data-series', seriesName); + if (!visible) tr.classList.add('legend-disabled'); + tr.innerHTML = ` + + + ${seriesName} + + ${max} + ${avg} + ${current} + `; + tbody.appendChild(tr); + }); + table.appendChild(tbody); + wrapper.appendChild(table); + + tbody.querySelectorAll('tr').forEach(tr => { + tr.addEventListener('mouseover', () => { + const series = tr.getAttribute('data-series'); + if (series) { + const idx = selectedNames.indexOf(series); + const isSelected = idx >= 0; + // 设置图表中对应 series 的高亮状态 + vchart.setHovered({ + series: [series] + }); + // 设置图例中对应行的样式 + tr.style.backgroundColor = '#f0f0f0'; + tr.style.transition = 'background-color 0.2s'; + } + }); + + tr.addEventListener('mouseout', () => { + vchart.clearHovered(); + + // 恢复图例行的样式 + const index = Array.from(tbody.children).indexOf(tr); + tr.style.backgroundColor = index % 2 === 1 ? '#f9f9f9' : 'transparent'; + }); + + tr.addEventListener('click', () => { + const series = tr.getAttribute('data-series'); + if (!series) return; + const idx = selectedNames.indexOf(series); + const isSelected = idx >= 0; + + // 如果当前选中的图例数量为1,且要取消选中,则不允许 + if (isSelected && selectedNames.length === 1) { + return; + } + + const newSelectedNames = isSelected + ? selectedNames.filter(name => name !== series) + : [...selectedNames, series]; + + // 更新UI样式 + const spans = tr.querySelectorAll('td span'); + spans.forEach(span => { + if (span instanceof HTMLElement) { + span.style.opacity = isSelected ? '0.3' : '1'; + } + }); + const textSpans = tr.querySelectorAll('td span + span'); + textSpans.forEach(span => { + if (span instanceof HTMLElement) { + span.style.color = isSelected ? '#aaa' : '#000'; + } + }); + + selectedNames = newSelectedNames; + // 更新图例 + vchart.setLegendSelectedDataByIndex(0, newSelectedNames); + }); + }); + return wrapper; + } + + const wrapper = buildLegendTable(); + const existing = cs.querySelector('.legend-table-wrapper'); + if (!existing) { + cs.appendChild(wrapper); + } +}); // Just for the convenience of console debugging, DO NOT COPY! window['vchart'] = vchart; diff --git a/docs/public/vchart/preview/legend-with-metric-panel_1.0.0.jpg b/docs/public/vchart/preview/legend-with-metric-panel_1.13.11.jpg similarity index 100% rename from docs/public/vchart/preview/legend-with-metric-panel_1.0.0.jpg rename to docs/public/vchart/preview/legend-with-metric-panel_1.13.11.jpg From b13c02af9257c76424c56c20a977e2345bf207e9 Mon Sep 17 00:00:00 2001 From: Homey Lau Date: Mon, 2 Jun 2025 19:40:57 +0800 Subject: [PATCH 3/5] fix: works roughly on demo page but looks not good --- .../examples/en/legend/metric-panel-legend.md | 411 +++++++++--------- .../examples/zh/legend/metric-panel-legend.md | 3 +- 2 files changed, 207 insertions(+), 207 deletions(-) diff --git a/docs/assets/examples/en/legend/metric-panel-legend.md b/docs/assets/examples/en/legend/metric-panel-legend.md index 21d505eeb2..ca47e7e353 100644 --- a/docs/assets/examples/en/legend/metric-panel-legend.md +++ b/docs/assets/examples/en/legend/metric-panel-legend.md @@ -10555,241 +10555,242 @@ const leastData = { ] }; - const formatMilliseconds = (value: number) => { - if (value === 0) { - return '0 μs'; - } else if (value < 1000) { - return `${value} ms`; - } else if (value === 1000) { - return '1 s'; - } - return `${value / 1000} s`; - }; +const formatMilliseconds = value => { + if (value === 0) { + return '0 μs'; + } else if (value < 1000) { + return `${value} ms`; + } else if (value === 1000) { + return '1 s'; + } + return `${value / 1000} s`; +}; - const spec = { - type: 'area', - data: leastData, - point: { - style: { - size: 0 - } - }, - stack: false, - seriesField: 'timeType', - xField: 'time', - yField: 'count', - axes: [ - { - orient: 'bottom', - type: 'band', - label: { - visible: true, - formatMethod: value => { - // Format X-axis label as hour:minute (e.g., 11:00) - // Assume value is a string in "HH:MM:SS" format - return value.substring(0, 5); // Extract "HH:MM" - } - }, - tick: { - tickStep: 60 - }, - grid: { - visible: true, - style: { - lineDash: [5, 5], - stroke: 'grey' - } +const spec = { + type: 'area', + data: leastData, + point: { + style: { + size: 0 + } + }, + stack: false, + seriesField: 'timeType', + xField: 'time', + yField: 'count', + axes: [ + { + orient: 'bottom', + type: 'band', + label: { + visible: true, + formatMethod: value => { + // format X axis labels to hours:minutes (e.g., 11:00) + // assume value is a string in the format "HH:MM:SS" + return value.substring(0, 5); } }, - { - orient: 'left', - type: 'linear', - min: 0, - // max: 1000, - label: { - visible: true, - formatMethod: formatMilliseconds - }, - tick: { - values: [0, 250, 500, 750, 1000] - }, - grid: { - visible: true, - style: { - lineDash: [5, 5], - stroke: 'grey' - } + tick: { + tickStep: 60 + }, + grid: { + visible: true, + style: { + lineDash: [5, 5], + stroke: 'grey' } } - ], - area: { - style: { - fillOpacity: 0.05 - } }, - legends: { - visible: false + { + orient: 'left', + type: 'linear', + min: 0, + // max: 1000, + label: { + visible: true, + formatMethod: formatMilliseconds + }, + tick: { + values: [0, 250, 500, 750, 1000] + }, + grid: { + visible: true, + style: { + lineDash: [5, 5], + stroke: 'grey' + } + } + } + ], + area: { + style: { + fillOpacity: 0.05 } - }; + }, + legends: { + visible: false + } +}; - const cs = document.getElementById(CONTAINER_ID) as HTMLElement; +const cs = document.getElementById(CONTAINER_ID); +const chartDiv = document.createElement('div'); +cs.appendChild(chartDiv); - const chartDiv = document.createElement('div'); - cs.appendChild(chartDiv); +const vchart = new VChart(spec, { + dom: chartDiv +}); - const vchart = new VChart(spec, { - dom: chartDiv, - mode: isMobile ? 'mobile-browser' : 'desktop-browser' - }); +const metricsMap = {}; +leastData.values.forEach(item => { + const key = item.timeType; + if (!metricsMap[key]) metricsMap[key] = { countList: [], current: 0 }; + metricsMap[key].countList.push(item.count); + metricsMap[key].current = formatMilliseconds(Math.round(item.count)); +}); +Object.keys(metricsMap).forEach(key => { + const arr = metricsMap[key].countList; + const sum = arr.reduce((s, v) => s + v, 0); + metricsMap[key].avg = formatMilliseconds(Math.round(sum / arr.length)); + metricsMap[key].max = formatMilliseconds(Math.round(Math.max(...arr))); +}); - const metricsMap = {}; - leastData.values.forEach(item => { - const key = item.timeType; - if (!metricsMap[key]) metricsMap[key] = { countList: [], current: 0 }; - metricsMap[key].countList.push(item.count); - metricsMap[key].current = formatMilliseconds(Math.round(item.count)); - }); - Object.keys(metricsMap).forEach(key => { - const arr = metricsMap[key].countList; - const sum = arr.reduce((s, v) => s + v, 0); - metricsMap[key].avg = formatMilliseconds(Math.round(sum / arr.length)); - metricsMap[key].max = formatMilliseconds(Math.round(Math.max(...arr))); - }); +console.time('renderTime'); - console.time('renderTime'); +vchart.renderAsync().then(() => { + console.timeEnd('renderTime'); - vchart.renderAsync().then(() => { - console.timeEnd('renderTime'); + const legendItems = vchart.getLegendDataByIndex(0); + let selectedNames = vchart.getLegendSelectedDataByIndex(0); - const legendItems = vchart.getLegendDataByIndex(0); - let selectedNames = vchart.getLegendSelectedDataByIndex(0); + function buildLegendTable() { + const wrapper = document.createElement('div'); + wrapper.className = 'legend-table-wrapper'; + wrapper.style.marginTop = '8px'; - function buildLegendTable() { - const wrapper = document.createElement('div'); - wrapper.className = 'legend-table-wrapper'; - wrapper.style.marginTop = '8px'; + const table = document.createElement('table'); + table.style.width = '100%'; + table.style.borderCollapse = 'collapse'; - const table = document.createElement('table'); - table.style.width = '100%'; - table.style.borderCollapse = 'collapse'; + const thead = document.createElement('thead'); + thead.innerHTML = ` + + Metrics + Max + Avg + Current + `; + table.appendChild(thead); - const thead = document.createElement('thead'); - thead.innerHTML = ` - - Metrics - Max - Avg - Current - `; - table.appendChild(thead); + const tbody = document.createElement('tbody'); + legendItems.forEach((item, index) => { + const seriesName = item.key; + const color = item.style('fill'); + const visible = item.style('visible'); + const { max, avg, current } = metricsMap[seriesName] || { max: '-', avg: '-', current: '-' }; - const tbody = document.createElement('tbody'); - legendItems.forEach((item, index) => { - const seriesName = item.key; - const color = item.style('fill'); - const visible = item.style('visible'); - const { max, avg, current } = metricsMap[seriesName] || { max: '-', avg: '-', current: '-' }; + const tr = document.createElement('tr'); + if (index % 2 === 1) { + tr.style.backgroundColor = '#f9f9f9'; + } + tr.style.borderBottom = '1px solid #eee'; + tr.style.cursor = 'pointer'; - const tr = document.createElement('tr'); - if (index % 2 === 1) { - tr.style.backgroundColor = '#f9f9f9'; - } - tr.style.borderBottom = '1px solid #eee'; - tr.style.cursor = 'pointer'; + tr.setAttribute('data-series', seriesName); + if (!visible) tr.classList.add('legend-disabled'); + tr.innerHTML = ` + + + ${seriesName} + + ${max} + ${avg} + ${current} + `; + tbody.appendChild(tr); + }); + table.appendChild(tbody); + wrapper.appendChild(table); - tr.setAttribute('data-series', seriesName); - if (!visible) tr.classList.add('legend-disabled'); - tr.innerHTML = ` - - - ${seriesName} - - ${max} - ${avg} - ${current} - `; - tbody.appendChild(tr); + tbody.querySelectorAll('tr').forEach(tr => { + tr.addEventListener('mouseover', () => { + const series = tr.getAttribute('data-series'); + if (series) { + const idx = selectedNames.indexOf(series); + const isSelected = idx >= 0; + // set hovered series + vchart.setHovered({ + series: [series] + }); + // set background color of the row + tr.style.backgroundColor = '#f0f0f0'; + tr.style.transition = 'background-color 0.2s'; + } }); - table.appendChild(tbody); - wrapper.appendChild(table); - - tbody.querySelectorAll('tr').forEach(tr => { - tr.addEventListener('mouseover', () => { - const series = tr.getAttribute('data-series'); - if (series) { - const idx = selectedNames.indexOf(series); - const isSelected = idx >= 0; - // Set the highlighted state of the corresponding series in the chart - vchart.setHovered({ - series: [series] - }); - // Set the style of the corresponding row in the legend - tr.style.backgroundColor = '#f0f0f0'; - tr.style.transition = 'background-color 0.2s'; - } - }); - tr.addEventListener('mouseout', () => { - vchart.clearHovered(); + tr.addEventListener('mouseout', () => { + vchart.clearHovered(); - // Reset the background color of the row - const index = Array.from(tbody.children).indexOf(tr); - tr.style.backgroundColor = index % 2 === 1 ? '#f9f9f9' : 'transparent'; - }); - - tr.addEventListener('click', () => { - const series = tr.getAttribute('data-series'); - if (!series) return; - const idx = selectedNames.indexOf(series); - const isSelected = idx >= 0; + // reset background color of the row + const index = Array.from(tbody.children).indexOf(tr); + tr.style.backgroundColor = index % 2 === 1 ? '#f9f9f9' : 'transparent'; + }); - // if current selected count is 1 and want to unselect, not allow - if (isSelected && selectedNames.length === 1) { - return; - } + tr.addEventListener('click', () => { + const series = tr.getAttribute('data-series'); + if (!series) return; + const idx = selectedNames.indexOf(series); + const isSelected = idx >= 0; - const newSelectedNames = isSelected - ? selectedNames.filter(name => name !== series) - : [...selectedNames, series]; + // if current selected count is 1 and want to unselect, do not allow + if (isSelected && selectedNames.length === 1) { + return; + } - // update style of row and series in chart - const spans = tr.querySelectorAll('td span'); - spans.forEach(span => { - if (span instanceof HTMLElement) { - span.style.opacity = isSelected ? '0.3' : '1'; - } - }); - const textSpans = tr.querySelectorAll('td span + span'); - textSpans.forEach(span => { - if (span instanceof HTMLElement) { - span.style.color = isSelected ? '#aaa' : '#000'; - } - }); + const newSelectedNames = isSelected + ? selectedNames.filter(name => name !== series) + : [...selectedNames, series]; - selectedNames = newSelectedNames; - // update legend in chart - vchart.setLegendSelectedDataByIndex(0, newSelectedNames); + // update legend table + const spans = tr.querySelectorAll('td span'); + spans.forEach(span => { + if (span instanceof HTMLElement) { + span.style.opacity = isSelected ? '0.3' : '1'; + } + }); + const textSpans = tr.querySelectorAll('td span + span'); + textSpans.forEach(span => { + if (span instanceof HTMLElement) { + span.style.color = isSelected ? '#aaa' : '#000'; + } }); + + selectedNames = newSelectedNames; + // updata legend + vchart.setLegendSelectedDataByIndex(0, newSelectedNames); }); - return wrapper; - } + }); + return wrapper; + } - const wrapper = buildLegendTable(); - const existing = cs.querySelector('.legend-table-wrapper'); - if (!existing) { - cs.appendChild(wrapper); - } - }); + const wrapper = buildLegendTable(); + const existing = cs.querySelector('.legend-table-wrapper'); + if (!existing) { + cs.prepend(wrapper); + } +}); + +// Just for the convenience of console debugging, DO NOT COPY! +window['vchart'] = vchart; ``` ## Related Tutorials diff --git a/docs/assets/examples/zh/legend/metric-panel-legend.md b/docs/assets/examples/zh/legend/metric-panel-legend.md index 89d0a69f12..3621c5cbd4 100644 --- a/docs/assets/examples/zh/legend/metric-panel-legend.md +++ b/docs/assets/examples/zh/legend/metric-panel-legend.md @@ -10633,7 +10633,6 @@ const spec = { }; const cs = document.getElementById(CONTAINER_ID); - const chartDiv = document.createElement('div'); cs.appendChild(chartDiv); @@ -10786,7 +10785,7 @@ vchart.renderAsync().then(() => { const wrapper = buildLegendTable(); const existing = cs.querySelector('.legend-table-wrapper'); if (!existing) { - cs.appendChild(wrapper); + cs.prepend(wrapper); } }); From 1514404195f7d029afd87ef77006fd90c888d706 Mon Sep 17 00:00:00 2001 From: Homey Lau Date: Wed, 4 Jun 2025 22:19:43 +0800 Subject: [PATCH 4/5] docs: convert data type to timestamp and its axes type --- .../examples/en/legend/metric-panel-legend.md | 44 +- .../examples/zh/legend/metric-panel-legend.md | 8472 +++++++++-------- 2 files changed, 4278 insertions(+), 4238 deletions(-) diff --git a/docs/assets/examples/en/legend/metric-panel-legend.md b/docs/assets/examples/en/legend/metric-panel-legend.md index ca47e7e353..eb9fd9519f 100644 --- a/docs/assets/examples/en/legend/metric-panel-legend.md +++ b/docs/assets/examples/en/legend/metric-panel-legend.md @@ -10566,6 +10566,16 @@ const formatMilliseconds = value => { return `${value / 1000} s`; }; +const minSec = leastData.values.reduce((min, item) => { + const time = Number(item.time); + return Math.min(min, time); +}, Infinity); + +const maxSec = leastData.values.reduce((max, item) => { + const time = Number(item.time); + return Math.max(max, time); +}, 0); + const spec = { type: 'area', data: leastData, @@ -10578,21 +10588,31 @@ const spec = { seriesField: 'timeType', xField: 'time', yField: 'count', + tooltip: { + dimension: { + title: { + value: datum => { + const date = new Date(Number(datum.time)); + return `${date.getHours().toString().padStart(2, '0')}:${date.getMinutes().toString().padStart(2, '0')}`; + } + }, + content: { + key: datum => datum.timeType, + value: datum => formatMilliseconds(Math.round(datum.count)) + } + } + }, axes: [ { orient: 'bottom', - type: 'band', - label: { - visible: true, - formatMethod: value => { - // format X axis labels to hours:minutes (e.g., 11:00) - // assume value is a string in the format "HH:MM:SS" - return value.substring(0, 5); + type: 'time', + min: minSec, + max: maxSec, + layers: [ + { + timeFormat: '%H:%M' } - }, - tick: { - tickStep: 60 - }, + ], grid: { visible: true, style: { @@ -10611,7 +10631,7 @@ const spec = { formatMethod: formatMilliseconds }, tick: { - values: [0, 250, 500, 750, 1000] + tickCount: 5 }, grid: { visible: true, diff --git a/docs/assets/examples/zh/legend/metric-panel-legend.md b/docs/assets/examples/zh/legend/metric-panel-legend.md index 3621c5cbd4..c4de781458 100644 --- a/docs/assets/examples/zh/legend/metric-panel-legend.md +++ b/docs/assets/examples/zh/legend/metric-panel-legend.md @@ -18,10539 +18,10539 @@ option: lineChart#legends const leastData = { values: [ { + time: '39600000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 583.8357076505616, - time: '11:00:00' + count: 583.8357076505616 }, { + time: '39600000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 413.99094799015154, - time: '11:00:00' + count: 413.99094799015154 }, { + time: '39600000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 442.480296005283, - time: '11:00:00' + count: 442.480296005283 }, { + time: '39600000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 563.9225931303649, - time: '11:00:00' + count: 563.9225931303649 }, { + time: '39600000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 452.4430035162852, - time: '11:00:00' + count: 452.4430035162852 }, { + time: '39600000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 457.33859753363623, - time: '11:00:00' + count: 457.33859753363623 }, { + time: '39600000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 543.3563325505742, - time: '11:00:00' + count: 543.3563325505742 }, { + time: '39660000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 552.0867849414408, - time: '11:01:00' + count: 552.0867849414408 }, { + time: '39660000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 479.36468025616307, - time: '11:01:00' + count: 479.36468025616307 }, { + time: '39660000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 466.78189294024753, - time: '11:01:00' + count: 466.78189294024753 }, { + time: '39660000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 509.55495340099515, - time: '11:01:00' + count: 509.55495340099515 }, { + time: '39660000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 452.0295845601941, - time: '11:01:00' + count: 452.0295845601941 }, { + time: '39660000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 514.8193723728358, - time: '11:01:00' + count: 514.8193723728358 }, { + time: '39660000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 555.4362511614967, - time: '11:01:00' + count: 555.4362511614967 }, { + time: '39720000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 591.3844269050346, - time: '11:02:00' + count: 591.3844269050346 }, { + time: '39720000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 472.5185132716732, - time: '11:02:00' + count: 472.5185132716732 }, { + time: '39720000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 419.6717451611851, - time: '11:02:00' + count: 419.6717451611851 }, { + time: '39720000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 502.32182740780746, - time: '11:02:00' + count: 502.32182740780746 }, { + time: '39720000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 414.9004156096622, - time: '11:02:00' + count: 414.9004156096622 }, { + time: '39720000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 527.7652604285255, - time: '11:02:00' + count: 527.7652604285255 }, { + time: '39720000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 450.9404648983933, - time: '11:02:00' + count: 450.9404648983933 }, { + time: '39780000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 635.1514928204012, - time: '11:03:00' + count: 635.1514928204012 }, { + time: '39780000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 440.9549203017926, - time: '11:03:00' + count: 440.9549203017926 }, { + time: '39780000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 492.8397906279033, - time: '11:03:00' + count: 492.8397906279033 }, { + time: '39780000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 432.0071929510041, - time: '11:03:00' + count: 432.0071929510041 }, { + time: '39780000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 416.85495412245257, - time: '11:03:00' + count: 416.85495412245257 }, { + time: '39780000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 484.42034431459234, - time: '11:03:00' + count: 484.42034431459234 }, { + time: '39780000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 574.7519157038058, - time: '11:03:00' + count: 574.7519157038058 }, { + time: '39840000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 547.2923312638331, - time: '11:04:00' + count: 547.2923312638331 }, { + time: '39840000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 447.8663691654391, - time: '11:04:00' + count: 447.8663691654391 }, { + time: '39840000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 360.3105400448213, - time: '11:04:00' + count: 360.3105400448213 }, { + time: '39840000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 537.3126783013611, - time: '11:04:00' + count: 537.3126783013611 }, { + time: '39840000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 379.8697364100153, - time: '11:04:00' + count: 379.8697364100153 }, { + time: '39840000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 553.876504052763, - time: '11:04:00' + count: 553.876504052763 }, { + time: '39840000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 505.846947415828, - time: '11:04:00' + count: 505.846947415828 }, { + time: '39900000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 547.293152152541, - time: '11:05:00' + count: 547.293152152541 }, { + time: '39900000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 505.88324478942127, - time: '11:05:00' + count: 505.88324478942127 }, { + time: '39900000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 336.76726483442917, - time: '11:05:00' + count: 336.76726483442917 }, { + time: '39900000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 532.2742090570538, - time: '11:05:00' + count: 532.2742090570538 }, { + time: '39900000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 537.478837159347, - time: '11:05:00' + count: 537.478837159347 }, { + time: '39900000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 422.91554429332473, - time: '11:05:00' + count: 422.91554429332473 }, { + time: '39900000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 537.3396505992774, - time: '11:05:00' + count: 537.3396505992774 }, { + time: '39960000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 637.9606407753696, - time: '11:06:00' + count: 637.9606407753696 }, { + time: '39960000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 412.4214305582085, - time: '11:06:00' + count: 412.4214305582085 }, { + time: '39960000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 310.0639875547861, - time: '11:06:00' + count: 310.0639875547861 }, { + time: '39960000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 608.162736165273, - time: '11:06:00' + count: 608.162736165273 }, { + time: '39960000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 387.80683823043574, - time: '11:06:00' + count: 387.80683823043574 }, { + time: '39960000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 470.3170270360141, - time: '11:06:00' + count: 470.3170270360141 }, { + time: '39960000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 610.6110314127712, - time: '11:06:00' + count: 610.6110314127712 }, { + time: '40020000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 597.3717364576454, - time: '11:07:00' + count: 597.3717364576454 }, { + time: '40020000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 469.3548690585019, - time: '11:07:00' + count: 469.3548690585019 }, { + time: '40020000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 473.8022155744592, - time: '11:07:00' + count: 473.8022155744592 }, { + time: '40020000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 484.61108825235, - time: '11:07:00' + count: 484.61108825235 }, { + time: '40020000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 415.3547401102046, - time: '11:07:00' + count: 415.3547401102046 }, { + time: '40020000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 444.15888396985974, - time: '11:07:00' + count: 444.15888396985974 }, { + time: '40020000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 574.8419657932766, - time: '11:07:00' + count: 574.8419657932766 }, { + time: '40080000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 535.5262807032524, - time: '11:08:00' + count: 535.5262807032524 }, { + time: '40080000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 431.8903673783053, - time: '11:08:00' + count: 431.8903673783053 }, { + time: '40080000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 431.71828281770286, - time: '11:08:00' + count: 431.71828281770286 }, { + time: '40080000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 510.95751638319695, - time: '11:08:00' + count: 510.95751638319695 }, { + time: '40080000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 414.0796367215401, - time: '11:08:00' + count: 414.0796367215401 }, { + time: '40080000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 386.673169146347, - time: '11:08:00' + count: 386.673169146347 }, { + time: '40080000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 516.5734676047084, - time: '11:08:00' + count: 516.5734676047084 }, { + time: '40140000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 586.1280021792983, - time: '11:09:00' + count: 586.1280021792983 }, { + time: '40140000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 431.115939838639, - time: '11:09:00' + count: 431.115939838639 }, { + time: '40140000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 396.22076645447726, - time: '11:09:00' + count: 396.22076645447726 }, { + time: '40140000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 512.4691841855378, - time: '11:09:00' + count: 512.4691841855378 }, { + time: '40140000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 494.74621884722205, - time: '11:09:00' + count: 494.74621884722205 }, { + time: '40140000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 475.86596570786503, - time: '11:09:00' + count: 475.86596570786503 }, { + time: '40140000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 485.4403887292356, - time: '11:09:00' + count: 485.4403887292356 }, { + time: '40200000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 535.8291153593768, - time: '11:10:00' + count: 535.8291153593768 }, { + time: '40200000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 496.93884259935953, - time: '11:10:00' + count: 496.93884259935953 }, { + time: '40200000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 412.998431315991, - time: '11:10:00' + count: 412.998431315991 }, { + time: '40200000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 578.8726639881737, - time: '11:10:00' + count: 578.8726639881737 }, { + time: '40200000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 435.2525160853986, - time: '11:10:00' + count: 435.2525160853986 }, { + time: '40200000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 473.9126245808358, - time: '11:10:00' + count: 473.9126245808358 }, { + time: '40200000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 422.4092299335348, - time: '11:10:00' + count: 422.4092299335348 }, { + time: '40260000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 535.7135123214872, - time: '11:11:00' + count: 535.7135123214872 }, { + time: '40260000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 483.2708174494015, - time: '11:11:00' + count: 483.2708174494015 }, { + time: '40260000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 342.72554763508117, - time: '11:11:00' + count: 342.72554763508117 }, { + time: '40260000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 495.23522338065237, - time: '11:11:00' + count: 495.23522338065237 }, { + time: '40260000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 512.3871036336867, - time: '11:11:00' + count: 512.3871036336867 }, { + time: '40260000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 555.6724871621066, - time: '11:11:00' + count: 555.6724871621066 }, { + time: '40260000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 494.042334037879, - time: '11:11:00' + count: 494.042334037879 }, { + time: '40320000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 571.0981135783018, - time: '11:12:00' + count: 571.0981135783018 }, { + time: '40320000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 482.67548180003195, - time: '11:12:00' + count: 482.67548180003195 }, { + time: '40320000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 521.2875989808413, - time: '11:12:00' + count: 521.2875989808413 }, { + time: '40320000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 513.951076288517, - time: '11:12:00' + count: 513.951076288517 }, { + time: '40320000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 416.3254687878066, - time: '11:12:00' + count: 416.3254687878066 }, { + time: '40320000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 511.54058422773886, - time: '11:12:00' + count: 511.54058422773886 }, { + time: '40320000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 519.4434880586152, - time: '11:12:00' + count: 519.4434880586152 }, { + time: '40380000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 463.3359877671101, - time: '11:13:00' + count: 463.3359877671101 }, { + time: '40380000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 507.27394035771647, - time: '11:13:00' + count: 507.27394035771647 }, { + time: '40380000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 405.4610590987614, - time: '11:13:00' + count: 405.4610590987614 }, { + time: '40380000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 530.3948254858269, - time: '11:13:00' + count: 530.3948254858269 }, { + time: '40380000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 463.9497081111901, - time: '11:13:00' + count: 463.9497081111901 }, { + time: '40380000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 428.79065878353975, - time: '11:13:00' + count: 428.79065878353975 }, { + time: '40380000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 480.6410236424408, - time: '11:13:00' + count: 480.6410236424408 }, { + time: '40440000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 472.75410837434833, - time: '11:14:00' + count: 472.75410837434833 }, { + time: '40440000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 443.05019208163793, - time: '11:14:00' + count: 443.05019208163793 }, { + time: '40440000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 404.46973973024467, - time: '11:14:00' + count: 404.46973973024467 }, { + time: '40440000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 509.33045615781793, - time: '11:14:00' + count: 509.33045615781793 }, { + time: '40440000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 408.2326473370121, - time: '11:14:00' + count: 408.2326473370121 }, { + time: '40440000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 572.7046283167094, - time: '11:14:00' + count: 572.7046283167094 }, { + time: '40440000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 523.4371516453848, - time: '11:14:00' + count: 523.4371516453848 }, { + time: '40500000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 530.8856235379513, - time: '11:15:00' + count: 530.8856235379513 }, { + time: '40500000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 476.09764856474817, - time: '11:15:00' + count: 476.09764856474817 }, { + time: '40500000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 435.2883311949346, - time: '11:15:00' + count: 435.2883311949346 }, { + time: '40500000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 477.6783192724736, - time: '11:15:00' + count: 477.6783192724736 }, { + time: '40500000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 557.2574563886694, - time: '11:15:00' + count: 557.2574563886694 }, { + time: '40500000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 541.0516847762676, - time: '11:15:00' + count: 541.0516847762676 }, { + time: '40500000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 533.8425941479384, - time: '11:15:00' + count: 533.8425941479384 }, { + time: '40560000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 508.3584439832788, - time: '11:16:00' + count: 508.3584439832788 }, { + time: '40560000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 426.4866621703272, - time: '11:16:00' + count: 426.4866621703272 }, { + time: '40560000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 423.05046158683564, - time: '11:16:00' + count: 423.05046158683564 }, { + time: '40560000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 509.70449964491536, - time: '11:16:00' + count: 509.70449964491536 }, { + time: '40560000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 390.62007904852436, - time: '11:16:00' + count: 390.62007904852436 }, { + time: '40560000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 509.1048851734308, - time: '11:16:00' + count: 509.1048851734308 }, { + time: '40560000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 518.7572009095961, - time: '11:16:00' + count: 518.7572009095961 }, { + time: '40620000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 574.7123666297637, - time: '11:17:00' + count: 574.7123666297637 }, { + time: '40620000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 458.2083176244221, - time: '11:17:00' + count: 458.2083176244221 }, { + time: '40620000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 410.19420121395655, - time: '11:17:00' + count: 410.19420121395655 }, { + time: '40620000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 553.6815874929886, - time: '11:17:00' + count: 553.6815874929886 }, { + time: '40620000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 465.49103551135136, - time: '11:17:00' + count: 465.49103551135136 }, { + time: '40620000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 468.6757950575084, - time: '11:17:00' + count: 468.6757950575084 }, { + time: '40620000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 497.499870958827, - time: '11:17:00' + count: 497.499870958827 }, { + time: '40680000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 513.5987962239394, - time: '11:18:00' + count: 513.5987962239394 }, { + time: '40680000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 435.49284728161575, - time: '11:18:00' + count: 435.49284728161575 }, { + time: '40680000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 359.4762772277344, - time: '11:18:00' + count: 359.4762772277344 }, { + time: '40680000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 448.674235029447, - time: '11:18:00' + count: 448.674235029447 }, { + time: '40680000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 481.6888440466049, - time: '11:18:00' + count: 481.6888440466049 }, { + time: '40680000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 432.028038163826, - time: '11:18:00' + count: 432.028038163826 }, { + time: '40680000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 538.4327335983364, - time: '11:18:00' + count: 538.4327335983364 }, { + time: '40740000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 488.3848149332354, - time: '11:19:00' + count: 488.3848149332354 }, { + time: '40740000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 446.8497982496359, - time: '11:19:00' + count: 446.8497982496359 }, { + time: '40740000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 422.5734178567998, - time: '11:19:00' + count: 422.5734178567998 }, { + time: '40740000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 506.6484837073438, - time: '11:19:00' + count: 506.6484837073438 }, { + time: '40740000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 470.6899548725749, - time: '11:19:00' + count: 470.6899548725749 }, { + time: '40740000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 461.3896611964474, - time: '11:19:00' + count: 461.3896611964474 }, { + time: '40740000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 552.0970324784705, - time: '11:19:00' + count: 552.0970324784705 }, { + time: '40800000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 632.2824384460777, - time: '11:20:00' + count: 632.2824384460777 }, { + time: '40800000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 471.75785127184565, - time: '11:20:00' + count: 471.75785127184565 }, { + time: '40800000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 493.1012248237517, - time: '11:20:00' + count: 493.1012248237517 }, { + time: '40800000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 464.99395925304134, - time: '11:20:00' + count: 464.99395925304134 }, { + time: '40800000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 440.73561705611456, - time: '11:20:00' + count: 440.73561705611456 }, { + time: '40800000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 534.4374309852093, - time: '11:20:00' + count: 534.4374309852093 }, { + time: '40800000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 475.4800461278577, - time: '11:20:00' + count: 475.4800461278577 }, { + time: '40860000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 547.7111849756732, - time: '11:21:00' + count: 547.7111849756732 }, { + time: '40860000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 401.0889658383264, - time: '11:21:00' + count: 401.0889658383264 }, { + time: '40860000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 466.27100230774886, - time: '11:21:00' + count: 466.27100230774886 }, { + time: '40860000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 559.7523314462421, - time: '11:21:00' + count: 559.7523314462421 }, { + time: '40860000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 443.5089650133287, - time: '11:21:00' + count: 443.5089650133287 }, { + time: '40860000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 574.2293152967304, - time: '11:21:00' + count: 574.2293152967304 }, { + time: '40860000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 600.5466189873135, - time: '11:21:00' + count: 600.5466189873135 }, { + time: '40920000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 562.3764102343962, - time: '11:22:00' + count: 562.3764102343962 }, { + time: '40920000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 546.619363784273, - time: '11:22:00' + count: 546.619363784273 }, { + time: '40920000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 478.65933133196984, - time: '11:22:00' + count: 478.65933133196984 }, { + time: '40920000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 423.8406547608113, - time: '11:22:00' + count: 423.8406547608113 }, { + time: '40920000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 452.1905735989555, - time: '11:22:00' + count: 452.1905735989555 }, { + time: '40920000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 557.1621764136095, - time: '11:22:00' + count: 557.1621764136095 }, { + time: '40920000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 525.0705933857869, - time: '11:22:00' + count: 525.0705933857869 }, { + time: '40980000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 487.76259068932717, - time: '11:23:00' + count: 487.76259068932717 }, { + time: '40980000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 391.6991309250149, - time: '11:23:00' + count: 391.6991309250149 }, { + time: '40980000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 373.43921617844074, - time: '11:23:00' + count: 373.43921617844074 }, { + time: '40980000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 472.0539076364206, - time: '11:23:00' + count: 472.0539076364206 }, { + time: '40980000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 442.64989991857556, - time: '11:23:00' + count: 442.64989991857556 }, { + time: '40980000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 455.5575289106863, - time: '11:23:00' + count: 455.5575289106863 }, { + time: '40980000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 530.9424811472423, - time: '11:23:00' + count: 530.9424811472423 }, { + time: '41040000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 531.7808637737409, - time: '11:24:00' + count: 531.7808637737409 }, { + time: '41040000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 381.2905693606134, - time: '11:24:00' + count: 381.2905693606134 }, { + time: '41040000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 349.519758987071, - time: '11:24:00' + count: 349.519758987071 }, { + time: '41040000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 518.860593753226, - time: '11:24:00' + count: 518.860593753226 }, { + time: '41040000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 498.1939558397455, - time: '11:24:00' + count: 498.1939558397455 }, { + time: '41040000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 424.01912833554945, - time: '11:24:00' + count: 424.01912833554945 }, { + time: '41040000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 565.4107211628278, - time: '11:24:00' + count: 565.4107211628278 }, { + time: '41100000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 564.5461294854933, - time: '11:25:00' + count: 564.5461294854933 }, { + time: '41100000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 499.9055436750034, - time: '11:25:00' + count: 499.9055436750034 }, { + time: '41100000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 392.7106539950176, - time: '11:25:00' + count: 392.7106539950176 }, { + time: '41100000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 578.276201461717, - time: '11:25:00' + count: 578.276201461717 }, { + time: '41100000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 560.5261500795675, - time: '11:25:00' + count: 560.5261500795675 }, { + time: '41100000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 487.0443123455602, - time: '11:25:00' + count: 487.0443123455602 }, { + time: '41100000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 541.6608065631751, - time: '11:25:00' + count: 541.6608065631751 }, { + time: '41160000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 501.45032112888487, - time: '11:26:00' + count: 501.45032112888487 }, { + time: '41160000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 481.5831346981468, - time: '11:26:00' + count: 481.5831346981468 }, { + time: '41160000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 401.78624561443473, - time: '11:26:00' + count: 401.78624561443473 }, { + time: '41160000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 496.7124869463506, - time: '11:26:00' + count: 496.7124869463506 }, { + time: '41160000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 422.1254107496083, - time: '11:26:00' + count: 422.1254107496083 }, { + time: '41160000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 391.5780317218574, - time: '11:26:00' + count: 391.5780317218574 }, { + time: '41160000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 577.6568316956623, - time: '11:26:00' + count: 577.6568316956623 }, { + time: '41220000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 577.7849009172836, - time: '11:27:00' + count: 577.7849009172836 }, { + time: '41220000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 473.2059908526078, - time: '11:27:00' + count: 473.2059908526078 }, { + time: '41220000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 453.70957592354745, - time: '11:27:00' + count: 453.70957592354745 }, { + time: '41220000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 472.24002366534006, - time: '11:27:00' + count: 472.24002366534006 }, { + time: '41220000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 381.5098510210461, - time: '11:27:00' + count: 381.5098510210461 }, { + time: '41220000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 496.1583857092391, - time: '11:27:00' + count: 496.1583857092391 }, { + time: '41220000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 544.3562082600912, - time: '11:27:00' + count: 544.3562082600912 }, { + time: '41280000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 528.9680655040597, - time: '11:28:00' + count: 528.9680655040597 }, { + time: '41280000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 473.41727546321397, - time: '11:28:00' + count: 473.41727546321397 }, { + time: '41280000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 314.376768514259, - time: '11:28:00' + count: 314.376768514259 }, { + time: '41280000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 594.0578534720295, - time: '11:28:00' + count: 594.0578534720295 }, { + time: '41280000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 445.58589758243727, - time: '11:28:00' + count: 445.58589758243727 }, { + time: '41280000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 472.6198706850666, - time: '11:28:00' + count: 472.6198706850666 }, { + time: '41280000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 499.3781312679781, - time: '11:28:00' + count: 499.3781312679781 }, { + time: '41340000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 544.4153125103362, - time: '11:29:00' + count: 544.4153125103362 }, { + time: '41340000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 441.3876613576543, - time: '11:29:00' + count: 441.3876613576543 }, { + time: '41340000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 475.4775159730307, - time: '11:29:00' + count: 475.4775159730307 }, { + time: '41340000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 427.5993049791878, - time: '11:29:00' + count: 427.5993049791878 }, { + time: '41340000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 578.985466882716, - time: '11:29:00' + count: 578.985466882716 }, { + time: '41340000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 456.6981749065879, - time: '11:29:00' + count: 456.6981749065879 }, { + time: '41340000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 548.075176260305, - time: '11:29:00' + count: 548.075176260305 }, { + time: '41400000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 528.9146693885301, - time: '11:30:00' + count: 528.9146693885301 }, { + time: '41400000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 397.1372814257084, - time: '11:30:00' + count: 397.1372814257084 }, { + time: '41400000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 391.0996050710505, - time: '11:30:00' + count: 391.0996050710505 }, { + time: '41400000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 390.0597021689959, - time: '11:30:00' + count: 390.0597021689959 }, { + time: '41400000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 409.81627160151345, - time: '11:30:00' + count: 409.81627160151345 }, { + time: '41400000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 400.2648466366602, - time: '11:30:00' + count: 400.2648466366602 }, { + time: '41400000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 472.81368963396693, - time: '11:30:00' + count: 472.81368963396693 }, { + time: '41460000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 651.6139092254468, - time: '11:31:00' + count: 651.6139092254468 }, { + time: '41460000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 445.79022790968634, - time: '11:31:00' + count: 445.79022790968634 }, { + time: '41460000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 377.655946502629, - time: '11:31:00' + count: 377.655946502629 }, { + time: '41460000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 522.0007225026666, - time: '11:31:00' + count: 522.0007225026666 }, { + time: '41460000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 531.9558402722034, - time: '11:31:00' + count: 531.9558402722034 }, { + time: '41460000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 505.68000532848583, - time: '11:31:00' + count: 505.68000532848583 }, { + time: '41460000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 535.4279852888261, - time: '11:31:00' + count: 535.4279852888261 }, { + time: '41520000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 558.3251387631033, - time: '11:32:00' + count: 558.3251387631033 }, { + time: '41520000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 408.14191442439443, - time: '11:32:00' + count: 408.14191442439443 }, { + time: '41520000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 348.3947812369916, - time: '11:32:00' + count: 348.3947812369916 }, { + time: '41520000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 474.89728878236946, - time: '11:32:00' + count: 474.89728878236946 }, { + time: '41520000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 533.885040703822, - time: '11:32:00' + count: 533.885040703822 }, { + time: '41520000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 453.36495801690444, - time: '11:32:00' + count: 453.36495801690444 }, { + time: '41520000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 528.338500467777, - time: '11:32:00' + count: 528.338500467777 }, { + time: '41580000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 506.11445355220496, - time: '11:33:00' + count: 506.11445355220496 }, { + time: '41580000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 490.7559866708876, - time: '11:33:00' + count: 490.7559866708876 }, { + time: '41580000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 316.2571664067115, - time: '11:33:00' + count: 316.2571664067115 }, { + time: '41580000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 448.93835914346437, - time: '11:33:00' + count: 448.93835914346437 }, { + time: '41580000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 422.32058791460025, - time: '11:33:00' + count: 422.32058791460025 }, { + time: '41580000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 421.5041582144856, - time: '11:33:00' + count: 421.5041582144856 }, { + time: '41580000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 519.594157136373, - time: '11:33:00' + count: 519.594157136373 }, { + time: '41640000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 600.1272456051595, - time: '11:34:00' + count: 600.1272456051595 }, { + time: '41640000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 434.6471309248931, - time: '11:34:00' + count: 434.6471309248931 }, { + time: '41640000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 440.1585291980957, - time: '11:34:00' + count: 440.1585291980957 }, { + time: '41640000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 535.4178223649676, - time: '11:34:00' + count: 535.4178223649676 }, { + time: '41640000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 478.44915395926375, - time: '11:34:00' + count: 478.44915395926375 }, { + time: '41640000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 336.38688933591754, - time: '11:34:00' + count: 336.38688933591754 }, { + time: '41640000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 523.5731244280535, - time: '11:34:00' + count: 523.5731244280535 }, { + time: '41700000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 497.95781750144886, - time: '11:35:00' + count: 497.95781750144886 }, { + time: '41700000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 400.7251401603744, - time: '11:35:00' + count: 400.7251401603744 }, { + time: '41700000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 402.66589835942017, - time: '11:35:00' + count: 402.66589835942017 }, { + time: '41700000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 512.19003568856, - time: '11:35:00' + count: 512.19003568856 }, { + time: '41700000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 531.4198311564269, - time: '11:35:00' + count: 531.4198311564269 }, { + time: '41700000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 478.62425474746817, - time: '11:35:00' + count: 478.62425474746817 }, { + time: '41700000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 435.90754772511804, - time: '11:35:00' + count: 435.90754772511804 }, { + time: '41760000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 569.4431797502377, - time: '11:36:00' + count: 569.4431797502377 }, { + time: '41760000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 425.93070791735033, - time: '11:36:00' + count: 425.93070791735033 }, { + time: '41760000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 334.5019550129473, - time: '11:36:00' + count: 334.5019550129473 }, { + time: '41760000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 471.7960684631636, - time: '11:36:00' + count: 471.7960684631636 }, { + time: '41760000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 431.04361295062563, - time: '11:36:00' + count: 431.04361295062563 }, { + time: '41760000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 568.6125798334872, - time: '11:36:00' + count: 568.6125798334872 }, { + time: '41760000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 502.5637546129519, - time: '11:36:00' + count: 502.5637546129519 }, { + time: '41820000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 461.0164938060112, - time: '11:37:00' + count: 461.0164938060112 }, { + time: '41820000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 462.6465727137812, - time: '11:37:00' + count: 462.6465727137812 }, { + time: '41820000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 334.2460613968192, - time: '11:37:00' + count: 334.2460613968192 }, { + time: '41820000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 435.9847800664553, - time: '11:37:00' + count: 435.9847800664553 }, { + time: '41820000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 439.8209819948819, - time: '11:37:00' + count: 439.8209819948819 }, { + time: '41820000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 563.0629607273935, - time: '11:37:00' + count: 563.0629607273935 }, { + time: '41820000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 534.6422450570558, - time: '11:37:00' + count: 534.6422450570558 }, { + time: '41880000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 492.59069755507846, - time: '11:38:00' + count: 492.59069755507846 }, { + time: '41880000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 413.81377235980125, - time: '11:38:00' + count: 413.81377235980125 }, { + time: '41880000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 382.2107650354936, - time: '11:38:00' + count: 382.2107650354936 }, { + time: '41880000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 543.6228664140073, - time: '11:38:00' + count: 543.6228664140073 }, { + time: '41880000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 420.9159543025678, - time: '11:38:00' + count: 420.9159543025678 }, { + time: '41880000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 457.1451871706864, - time: '11:38:00' + count: 457.1451871706864 }, { + time: '41880000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 537.99281959987, - time: '11:38:00' + count: 537.99281959987 }, { + time: '41940000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 568.8430617934562, - time: '11:39:00' + count: 568.8430617934562 }, { + time: '41940000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 400.8889802216784, - time: '11:39:00' + count: 400.8889802216784 }, { + time: '41940000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 482.45107626446963, - time: '11:39:00' + count: 482.45107626446963 }, { + time: '41940000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 532.510058897933, - time: '11:39:00' + count: 532.510058897933 }, { + time: '41940000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 399.26216346535665, - time: '11:39:00' + count: 399.26216346535665 }, { + time: '41940000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 449.889396981911, - time: '11:39:00' + count: 449.889396981911 }, { + time: '41940000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 478.6162429537021, - time: '11:39:00' + count: 478.6162429537021 }, { + time: '42000000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 595.9233289997705, - time: '11:40:00' + count: 595.9233289997705 }, { + time: '42000000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 454.18436057459564, - time: '11:40:00' + count: 454.18436057459564 }, { + time: '42000000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 386.02043243181976, - time: '11:40:00' + count: 386.02043243181976 }, { + time: '42000000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 495.04120681103086, - time: '11:40:00' + count: 495.04120681103086 }, { + time: '42000000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 417.5361227466997, - time: '11:40:00' + count: 417.5361227466997 }, { + time: '42000000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 503.4387128037512, - time: '11:40:00' + count: 503.4387128037512 }, { + time: '42000000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 593.285392043235, - time: '11:40:00' + count: 593.285392043235 }, { + time: '42060000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 567.5684140594985, - time: '11:41:00' + count: 567.5684140594985 }, { + time: '42060000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 454.24832855543616, - time: '11:41:00' + count: 454.24832855543616 }, { + time: '42060000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 323.8428523440947, - time: '11:41:00' + count: 323.8428523440947 }, { + time: '42060000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 592.3318498023833, - time: '11:41:00' + count: 592.3318498023833 }, { + time: '42060000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 388.8029866618872, - time: '11:41:00' + count: 388.8029866618872 }, { + time: '42060000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 430.0807280405854, - time: '11:41:00' + count: 430.0807280405854 }, { + time: '42060000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 486.691257589275, - time: '11:41:00' + count: 486.691257589275 }, { + time: '42120000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 553.217585880588, - time: '11:42:00' + count: 553.217585880588 }, { + time: '42120000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 416.6528412314435, - time: '11:42:00' + count: 416.6528412314435 }, { + time: '42120000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 386.7128467957028, - time: '11:42:00' + count: 386.7128467957028 }, { + time: '42120000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 446.49576168369236, - time: '11:42:00' + count: 446.49576168369236 }, { + time: '42120000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 451.7041734129613, - time: '11:42:00' + count: 451.7041734129613 }, { + time: '42120000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 495.0895949909733, - time: '11:42:00' + count: 495.0895949909733 }, { + time: '42120000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 578.4728600263369, - time: '11:42:00' + count: 578.4728600263369 }, { + time: '42180000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 543.9448152205356, - time: '11:43:00' + count: 543.9448152205356 }, { + time: '42180000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 418.44808471908385, - time: '11:43:00' + count: 418.44808471908385 }, { + time: '42180000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 385.3638215126165, - time: '11:43:00' + count: 385.3638215126165 }, { + time: '42180000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 423.72374145376307, - time: '11:43:00' + count: 423.72374145376307 }, { + time: '42180000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 411.5013384470679, - time: '11:43:00' + count: 411.5013384470679 }, { + time: '42180000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 518.3040139192345, - time: '11:43:00' + count: 518.3040139192345 }, { + time: '42180000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 551.3597180935842, - time: '11:43:00' + count: 551.3597180935842 }, { + time: '42240000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 485.07390048162864, - time: '11:44:00' + count: 485.07390048162864 }, { + time: '42240000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 453.6024968678818, - time: '11:44:00' + count: 453.6024968678818 }, { + time: '42240000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 264.1556678529214, - time: '11:44:00' + count: 264.1556678529214 }, { + time: '42240000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 465.4045965059378, - time: '11:44:00' + count: 465.4045965059378 }, { + time: '42240000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 461.6892955895374, - time: '11:44:00' + count: 461.6892955895374 }, { + time: '42240000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 541.3466611942154, - time: '11:44:00' + count: 541.3466611942154 }, { + time: '42240000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 497.68863450780987, - time: '11:44:00' + count: 497.68863450780987 }, { + time: '42300000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 523.0077895802646, - time: '11:45:00' + count: 523.0077895802646 }, { + time: '42300000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 369.5957829251338, - time: '11:45:00' + count: 369.5957829251338 }, { + time: '42300000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 396.2852566741094, - time: '11:45:00' + count: 396.2852566741094 }, { + time: '42300000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 497.72069918222513, - time: '11:45:00' + count: 497.72069918222513 }, { + time: '42300000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 372.20521768981865, - time: '11:45:00' + count: 372.20521768981865 }, { + time: '42300000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 474.99229617600236, - time: '11:45:00' + count: 474.99229617600236 }, { + time: '42300000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 618.7655446304756, - time: '11:45:00' + count: 618.7655446304756 }, { + time: '42360000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 535.9680614520106, - time: '11:46:00' + count: 535.9680614520106 }, { + time: '42360000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 371.62681128117225, - time: '11:46:00' + count: 371.62681128117225 }, { + time: '42360000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 387.45327348956613, - time: '11:46:00' + count: 387.45327348956613 }, { + time: '42360000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 512.1669724661346, - time: '11:46:00' + count: 512.1669724661346 }, { + time: '42360000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 466.54401161072286, - time: '11:46:00' + count: 466.54401161072286 }, { + time: '42360000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 469.81631249115173, - time: '11:46:00' + count: 469.81631249115173 }, { + time: '42360000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 470.318158412176, - time: '11:46:00' + count: 470.318158412176 }, { + time: '42420000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 611.8561113109458, - time: '11:47:00' + count: 611.8561113109458 }, { + time: '42420000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 406.0777889373782, - time: '11:47:00' + count: 406.0777889373782 }, { + time: '42420000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 433.81031824067094, - time: '11:47:00' + count: 433.81031824067094 }, { + time: '42420000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 487.9381971071835, - time: '11:47:00' + count: 487.9381971071835 }, { + time: '42420000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 491.6764480804462, - time: '11:47:00' + count: 491.6764480804462 }, { + time: '42420000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 436.1008706621719, - time: '11:47:00' + count: 436.1008706621719 }, { + time: '42420000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 575.9577086805001, - time: '11:47:00' + count: 575.9577086805001 }, { + time: '42480000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 576.1809144784231, - time: '11:48:00' + count: 576.1809144784231 }, { + time: '42480000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 431.32764241440765, - time: '11:48:00' + count: 431.32764241440765 }, { + time: '42480000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 491.44780474726724, - time: '11:48:00' + count: 491.44780474726724 }, { + time: '42480000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 517.6027698257149, - time: '11:48:00' + count: 517.6027698257149 }, { + time: '42480000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 350.31321787142724, - time: '11:48:00' + count: 350.31321787142724 }, { + time: '42480000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 438.655982298007, - time: '11:48:00' + count: 438.655982298007 }, { + time: '42480000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 580.0291159021489, - time: '11:48:00' + count: 580.0291159021489 }, { + time: '42540000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 470.8479922318633, - time: '11:49:00' + count: 470.8479922318633 }, { + time: '42540000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 457.5453782799002, - time: '11:49:00' + count: 457.5453782799002 }, { + time: '42540000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 455.3282514773879, - time: '11:49:00' + count: 455.3282514773879 }, { + time: '42540000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 437.4230287904778, - time: '11:49:00' + count: 437.4230287904778 }, { + time: '42540000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 468.7028284923786, - time: '11:49:00' + count: 468.7028284923786 }, { + time: '42540000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 468.67605540492366, - time: '11:49:00' + count: 468.67605540492366 }, { + time: '42540000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 496.46898954616773, - time: '11:49:00' + count: 496.46898954616773 }, { + time: '42600000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 575.2041984697397, - time: '11:50:00' + count: 575.2041984697397 }, { + time: '42600000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 515.7678108474776, - time: '11:50:00' + count: 515.7678108474776 }, { + time: '42600000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 385.5555654722585, - time: '11:50:00' + count: 385.5555654722585 }, { + time: '42600000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 572.188230203663, - time: '11:50:00' + count: 572.188230203663 }, { + time: '42600000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 511.3834496236646, - time: '11:50:00' + count: 511.3834496236646 }, { + time: '42600000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 498.3682753408089, - time: '11:50:00' + count: 498.3682753408089 }, { + time: '42600000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 599.6232650032165, - time: '11:50:00' + count: 599.6232650032165 }, { + time: '42660000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 539.7458859791842, - time: '11:51:00' + count: 539.7458859791842 }, { + time: '42660000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 484.88298116010094, - time: '11:51:00' + count: 484.88298116010094 }, { + time: '42660000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 343.6737045629165, - time: '11:51:00' + count: 343.6737045629165 }, { + time: '42660000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 495.89244108037155, - time: '11:51:00' + count: 495.89244108037155 }, { + time: '42660000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 389.5179490654397, - time: '11:51:00' + count: 389.5179490654397 }, { + time: '42660000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 525.6792313116624, - time: '11:51:00' + count: 525.6792313116624 }, { + time: '42660000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 517.4976742700524, - time: '11:51:00' + count: 517.4976742700524 }, { + time: '42720000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 525.1538999847021, - time: '11:52:00' + count: 525.1538999847021 }, { + time: '42720000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 434.0030735018286, - time: '11:52:00' + count: 434.0030735018286 }, { + time: '42720000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 527.667990162493, - time: '11:52:00' + count: 527.667990162493 }, { + time: '42720000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 555.8647915794064, - time: '11:52:00' + count: 555.8647915794064 }, { + time: '42720000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 533.6286193418852, - time: '11:52:00' + count: 533.6286193418852 }, { + time: '42720000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 439.8410524659828, - time: '11:52:00' + count: 439.8410524659828 }, { + time: '42720000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 544.4346814639929, - time: '11:52:00' + count: 544.4346814639929 }, { + time: '42780000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 589.5838144420434, - time: '11:53:00' + count: 589.5838144420434 }, { + time: '42780000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 441.04918960486555, - time: '11:53:00' + count: 441.04918960486555 }, { + time: '42780000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 401.96092170072444, - time: '11:53:00' + count: 401.96092170072444 }, { + time: '42780000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 517.1362673188852, - time: '11:53:00' + count: 517.1362673188852 }, { + time: '42780000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 470.95095046830227, - time: '11:53:00' + count: 470.95095046830227 }, { + time: '42780000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 554.6344284479761, - time: '11:53:00' + count: 554.6344284479761 }, { + time: '42780000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 543.0160919385611, - time: '11:53:00' + count: 543.0160919385611 }, { + time: '42840000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 610.5499761247976, - time: '11:54:00' + count: 610.5499761247976 }, { + time: '42840000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 391.87353176810956, - time: '11:54:00' + count: 391.87353176810956 }, { + time: '42840000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 399.6964645956473, - time: '11:54:00' + count: 399.6964645956473 }, { + time: '42840000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 522.8376609576892, - time: '11:54:00' + count: 522.8376609576892 }, { + time: '42840000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 414.7494072120796, - time: '11:54:00' + count: 414.7494072120796 }, { + time: '42840000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 466.4438199478716, - time: '11:54:00' + count: 466.4438199478716 }, { + time: '42840000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 523.2845629264726, - time: '11:54:00' + count: 523.2845629264726 }, { + time: '42900000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 605.5640059558099, - time: '11:55:00' + count: 605.5640059558099 }, { + time: '42900000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 441.0743432003805, - time: '11:55:00' + count: 441.0743432003805 }, { + time: '42900000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 397.79374564449984, - time: '11:55:00' + count: 397.79374564449984 }, { + time: '42900000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 528.4883640116102, - time: '11:55:00' + count: 528.4883640116102 }, { + time: '42900000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 447.2115461171147, - time: '11:55:00' + count: 447.2115461171147 }, { + time: '42900000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 478.9316352825782, - time: '11:55:00' + count: 478.9316352825782 }, { + time: '42900000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 570.5404136579891, - time: '11:55:00' + count: 570.5404136579891 }, { + time: '42960000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 517.039123838868, - time: '11:56:00' + count: 517.039123838868 }, { + time: '42960000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 427.56706805399307, - time: '11:56:00' + count: 427.56706805399307 }, { + time: '42960000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 408.90423803839275, - time: '11:56:00' + count: 408.90423803839275 }, { + time: '42960000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 522.3854280008658, - time: '11:56:00' + count: 522.3854280008658 }, { + time: '42960000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 477.9163456260861, - time: '11:56:00' + count: 477.9163456260861 }, { + time: '42960000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 442.63941604260884, - time: '11:56:00' + count: 442.63941604260884 }, { + time: '42960000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 569.6744360276107, - time: '11:56:00' + count: 569.6744360276107 }, { + time: '43020000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 543.5393812074393, - time: '11:57:00' + count: 543.5393812074393 }, { + time: '43020000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 458.1359280169045, - time: '11:57:00' + count: 458.1359280169045 }, { + time: '43020000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 391.7819794038029, - time: '11:57:00' + count: 391.7819794038029 }, { + time: '43020000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 532.1361379933772, - time: '11:57:00' + count: 532.1361379933772 }, { + time: '43020000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 453.80026957062057, - time: '11:57:00' + count: 453.80026957062057 }, { + time: '43020000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 358.7879869863529, - time: '11:57:00' + count: 358.7879869863529 }, { + time: '43020000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 442.57340133809095, - time: '11:57:00' + count: 442.57340133809095 }, { + time: '43080000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 575.5631715701782, - time: '11:58:00' + count: 575.5631715701782 }, { + time: '43080000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 400.63845282238384, - time: '11:58:00' + count: 400.63845282238384 }, { + time: '43080000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 370.3168996559882, - time: '11:58:00' + count: 370.3168996559882 }, { + time: '43080000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 566.4576265066215, - time: '11:58:00' + count: 566.4576265066215 }, { + time: '43080000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 476.93779962231844, - time: '11:58:00' + count: 476.93779962231844 }, { + time: '43080000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 524.2022698180525, - time: '11:58:00' + count: 524.2022698180525 }, { + time: '43080000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 595.2170121439076, - time: '11:58:00' + count: 595.2170121439076 }, { + time: '43140000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 607.777256356118, - time: '11:59:00' + count: 607.777256356118 }, { + time: '43140000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 467.9673257120586, - time: '11:59:00' + count: 467.9673257120586 }, { + time: '43140000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 371.6570529379804, - time: '11:59:00' + count: 371.6570529379804 }, { + time: '43140000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 509.82605848507353, - time: '11:59:00' + count: 509.82605848507353 }, { + time: '43140000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 403.9663203460317, - time: '11:59:00' + count: 403.9663203460317 }, { + time: '43140000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 516.8421948546217, - time: '11:59:00' + count: 516.8421948546217 }, { + time: '43140000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 446.8754005982163, - time: '11:59:00' + count: 446.8754005982163 }, { + time: '43200000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 535.0412881077355, - time: '12:00:00' + count: 535.0412881077355 }, { + time: '43200000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 518.6369456501288, - time: '12:00:00' + count: 518.6369456501288 }, { + time: '43200000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 397.36233648920006, - time: '12:00:00' + count: 397.36233648920006 }, { + time: '43200000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 535.4501878794256, - time: '12:00:00' + count: 535.4501878794256 }, { + time: '43200000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 458.4680412018039, - time: '12:00:00' + count: 458.4680412018039 }, { + time: '43200000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 465.9336221440893, - time: '12:00:00' + count: 465.9336221440893 }, { + time: '43200000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 581.6273102170828, - time: '12:00:00' + count: 581.6273102170828 }, { + time: '43260000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 549.7170511668091, - time: '12:01:00' + count: 549.7170511668091 }, { + time: '43260000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 436.5619925771571, - time: '12:01:00' + count: 436.5619925771571 }, { + time: '43260000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 371.82876144331175, - time: '12:01:00' + count: 371.82876144331175 }, { + time: '43260000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 495.51321528563864, - time: '12:01:00' + count: 495.51321528563864 }, { + time: '43260000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 379.314275154751, - time: '12:01:00' + count: 379.314275154751 }, { + time: '43260000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 483.3495358612436, - time: '12:01:00' + count: 483.3495358612436 }, { + time: '43260000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 586.3352568413792, - time: '12:01:00' + count: 586.3352568413792 }, { + time: '43320000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 503.6832512996986, - time: '12:02:00' + count: 503.6832512996986 }, { + time: '43320000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 462.0855861049471, - time: '12:02:00' + count: 462.0855861049471 }, { + time: '43320000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 363.35771086614176, - time: '12:02:00' + count: 363.35771086614176 }, { + time: '43320000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 572.0058607724736, - time: '12:02:00' + count: 572.0058607724736 }, { + time: '43320000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 444.438696932565, - time: '12:02:00' + count: 444.438696932565 }, { + time: '43320000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 505.79696088520495, - time: '12:02:00' + count: 505.79696088520495 }, { + time: '43320000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 475.45167848924007, - time: '12:02:00' + count: 475.45167848924007 }, { + time: '43380000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 499.18966879596644, - time: '12:03:00' + count: 499.18966879596644 }, { + time: '43380000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 476.5071995855556, - time: '12:03:00' + count: 476.5071995855556 }, { + time: '43380000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 404.3215113845948, - time: '12:03:00' + count: 404.3215113845948 }, { + time: '43380000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 466.1803848970365, - time: '12:03:00' + count: 466.1803848970365 }, { + time: '43380000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 404.8046179267605, - time: '12:03:00' + count: 404.8046179267605 }, { + time: '43380000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 401.87270715567286, - time: '12:03:00' + count: 401.87270715567286 }, { + time: '43380000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 509.45928560227077, - time: '12:03:00' + count: 509.45928560227077 }, { + time: '43440000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 599.6262911197099, - time: '12:04:00' + count: 599.6262911197099 }, { + time: '43440000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 421.93897640570816, - time: '12:04:00' + count: 421.93897640570816 }, { + time: '43440000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 386.2511391289572, - time: '12:04:00' + count: 386.2511391289572 }, { + time: '43440000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 590.0470216455408, - time: '12:04:00' + count: 590.0470216455408 }, { + time: '43440000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 413.22350287051165, - time: '12:04:00' + count: 413.22350287051165 }, { + time: '43440000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 453.5473661326853, - time: '12:04:00' + count: 453.5473661326853 }, { + time: '43440000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 474.7147665757032, - time: '12:04:00' + count: 474.7147665757032 }, { + time: '43500000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 626.8120014285412, - time: '12:05:00' + count: 626.8120014285412 }, { + time: '43500000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 453.20462409052084, - time: '12:05:00' + count: 453.20462409052084 }, { + time: '43500000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 474.1996494291344, - time: '12:05:00' + count: 474.1996494291344 }, { + time: '43500000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 497.99210246778284, - time: '12:05:00' + count: 497.99210246778284 }, { + time: '43500000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 511.8046587605219, - time: '12:05:00' + count: 511.8046587605219 }, { + time: '43500000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 519.7132339810913, - time: '12:05:00' + count: 519.7132339810913 }, { + time: '43500000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 519.2539484855632, - time: '12:05:00' + count: 519.2539484855632 }, { + time: '43560000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 555.3994939209833, - time: '12:06:00' + count: 555.3994939209833 }, { + time: '43560000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 442.62962003908973, - time: '12:06:00' + count: 442.62962003908973 }, { + time: '43560000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 266.4515095803494, - time: '12:06:00' + count: 266.4515095803494 }, { + time: '43560000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 428.4612448940976, - time: '12:06:00' + count: 428.4612448940976 }, { + time: '43560000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 504.56550602971345, - time: '12:06:00' + count: 504.56550602971345 }, { + time: '43560000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 417.28552884153754, - time: '12:06:00' + count: 417.28552884153754 }, { + time: '43560000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 514.5982857907129, - time: '12:06:00' + count: 514.5982857907129 }, { + time: '43620000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 609.1766448946012, - time: '12:07:00' + count: 609.1766448946012 }, { + time: '43620000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 446.8838049274416, - time: '12:07:00' + count: 446.8838049274416 }, { + time: '43620000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 453.5753425961231, - time: '12:07:00' + count: 453.5753425961231 }, { + time: '43620000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 506.40522074553945, - time: '12:07:00' + count: 506.40522074553945 }, { + time: '43620000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 480.45690604535883, - time: '12:07:00' + count: 480.45690604535883 }, { + time: '43620000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 494.6778966083315, - time: '12:07:00' + count: 494.6778966083315 }, { + time: '43620000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 568.983026613467, - time: '12:07:00' + count: 568.983026613467 }, { + time: '43680000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 577.0818012523818, - time: '12:08:00' + count: 577.0818012523818 }, { + time: '43680000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 403.3495108072267, - time: '12:08:00' + count: 403.3495108072267 }, { + time: '43680000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 461.30425962488147, - time: '12:08:00' + count: 461.30425962488147 }, { + time: '43680000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 465.94741712625597, - time: '12:08:00' + count: 465.94741712625597 }, { + time: '43680000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 395.38436176637106, - time: '12:08:00' + count: 395.38436176637106 }, { + time: '43680000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 412.17090976882974, - time: '12:08:00' + count: 412.17090976882974 }, { + time: '43680000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 595.5154373059804, - time: '12:08:00' + count: 595.5154373059804 }, { + time: '43740000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 526.7440122697437, - time: '12:09:00' + count: 526.7440122697437 }, { + time: '43740000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 443.22550871294715, - time: '12:09:00' + count: 443.22550871294715 }, { + time: '43740000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 295.3304883795925, - time: '12:09:00' + count: 295.3304883795925 }, { + time: '43740000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 542.0321774494362, - time: '12:09:00' + count: 542.0321774494362 }, { + time: '43740000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 434.1795775152599, - time: '12:09:00' + count: 434.1795775152599 }, { + time: '43740000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 503.3214991216763, - time: '12:09:00' + count: 503.3214991216763 }, { + time: '43740000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 599.7841905394978, - time: '12:09:00' + count: 599.7841905394978 }, { + time: '43800000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 577.0697802754207, - time: '12:10:00' + count: 577.0697802754207 }, { + time: '43800000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 466.8999145622725, - time: '12:10:00' + count: 466.8999145622725 }, { + time: '43800000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 381.8656202959826, - time: '12:10:00' + count: 381.8656202959826 }, { + time: '43800000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 467.36880103488045, - time: '12:10:00' + count: 467.36880103488045 }, { + time: '43800000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 510.6548849989592, - time: '12:10:00' + count: 510.6548849989592 }, { + time: '43800000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 478.2179258851258, - time: '12:10:00' + count: 478.2179258851258 }, { + time: '43800000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 501.8915986710849, - time: '12:10:00' + count: 501.8915986710849 }, { + time: '43860000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 635.9018283232984, - time: '12:11:00' + count: 635.9018283232984 }, { + time: '43860000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 514.5571803897521, - time: '12:11:00' + count: 514.5571803897521 }, { + time: '43860000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 380.4279567002104, - time: '12:11:00' + count: 380.4279567002104 }, { + time: '43860000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 477.69082833926103, - time: '12:11:00' + count: 477.69082833926103 }, { + time: '43860000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 457.08584568199524, - time: '12:11:00' + count: 457.08584568199524 }, { + time: '43860000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 399.2434092047245, - time: '12:11:00' + count: 399.2434092047245 }, { + time: '43860000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 519.5389063127736, - time: '12:11:00' + count: 519.5389063127736 }, { + time: '43920000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 557.2086980445024, - time: '12:12:00' + count: 557.2086980445024 }, { + time: '43920000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 489.96354130426033, - time: '12:12:00' + count: 489.96354130426033 }, { + time: '43920000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 328.62441526410896, - time: '12:12:00' + count: 328.62441526410896 }, { + time: '43920000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 405.52296345272345, - time: '12:12:00' + count: 405.52296345272345 }, { + time: '43920000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 565.9664769990848, - time: '12:12:00' + count: 565.9664769990848 }, { + time: '43920000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 538.2369677228586, - time: '12:12:00' + count: 538.2369677228586 }, { + time: '43920000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 445.8280903889525, - time: '12:12:00' + count: 445.8280903889525 }, { + time: '43980000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 637.2321827907003, - time: '12:13:00' + count: 637.2321827907003 }, { + time: '43980000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 549.6591228755779, - time: '12:13:00' + count: 549.6591228755779 }, { + time: '43980000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 360.1091656204562, - time: '12:13:00' + count: 360.1091656204562 }, { + time: '43980000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 477.38468403754615, - time: '12:13:00' + count: 477.38468403754615 }, { + time: '43980000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 469.6658919697186, - time: '12:13:00' + count: 469.6658919697186 }, { + time: '43980000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 443.27042116009756, - time: '12:13:00' + count: 443.27042116009756 }, { + time: '43980000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 489.7064966751906, - time: '12:13:00' + count: 489.7064966751906 }, { + time: '44040000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 428.0127447955128, - time: '12:14:00' + count: 428.0127447955128 }, { + time: '44040000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 403.6326218555975, - time: '12:14:00' + count: 403.6326218555975 }, { + time: '44040000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 343.47120772670854, - time: '12:14:00' + count: 343.47120772670854 }, { + time: '44040000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 378.8060336685522, - time: '12:14:00' + count: 378.8060336685522 }, { + time: '44040000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 459.6024558245016, - time: '12:14:00' + count: 459.6024558245016 }, { + time: '44040000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 439.48737814928097, - time: '12:14:00' + count: 439.48737814928097 }, { + time: '44040000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 578.2425816548729, - time: '12:14:00' + count: 578.2425816548729 }, { + time: '44100000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 600.0951252187612, - time: '12:15:00' + count: 600.0951252187612 }, { + time: '44100000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 485.6160318360339, - time: '12:15:00' + count: 485.6160318360339 }, { + time: '44100000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 486.6135221711811, - time: '12:15:00' + count: 486.6135221711811 }, { + time: '44100000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 420.80485882571384, - time: '12:15:00' + count: 420.80485882571384 }, { + time: '44100000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 434.54417678987494, - time: '12:15:00' + count: 434.54417678987494 }, { + time: '44100000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 490.02845986154716, - time: '12:15:00' + count: 490.02845986154716 }, { + time: '44100000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 610.7791411774116, - time: '12:15:00' + count: 610.7791411774116 }, { + time: '44160000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 563.3523534119086, - time: '12:16:00' + count: 563.3523534119086 }, { + time: '44160000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 451.1671002869176, - time: '12:16:00' + count: 451.1671002869176 }, { + time: '44160000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 445.7839196573731, - time: '12:16:00' + count: 445.7839196573731 }, { + time: '44160000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 538.0207328072149, - time: '12:16:00' + count: 538.0207328072149 }, { + time: '44160000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 456.67704523911414, - time: '12:16:00' + count: 456.67704523911414 }, { + time: '44160000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 537.4318674714358, - time: '12:16:00' + count: 537.4318674714358 }, { + time: '44160000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 468.2825564060039, - time: '12:16:00' + count: 468.2825564060039 }, { + time: '44220000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 544.0496324767066, - time: '12:17:00' + count: 544.0496324767066 }, { + time: '44220000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 551.4901466608836, - time: '12:17:00' + count: 551.4901466608836 }, { + time: '44220000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 462.57775474970794, - time: '12:17:00' + count: 462.57775474970794 }, { + time: '44220000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 539.2900079325416, - time: '12:17:00' + count: 539.2900079325416 }, { + time: '44220000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 442.3765081809728, - time: '12:17:00' + count: 442.3765081809728 }, { + time: '44220000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 429.2089090510801, - time: '12:17:00' + count: 429.2089090510801 }, { + time: '44220000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 500.3767870423553, - time: '12:17:00' + count: 500.3767870423553 }, { + time: '44280000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 563.5880388267751, - time: '12:18:00' + count: 563.5880388267751 }, { + time: '44280000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 401.5850857322424, - time: '12:18:00' + count: 401.5850857322424 }, { + time: '44280000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 435.0836032021617, - time: '12:18:00' + count: 435.0836032021617 }, { + time: '44280000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 521.2728780892483, - time: '12:18:00' + count: 521.2728780892483 }, { + time: '44280000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 485.4054338344295, - time: '12:18:00' + count: 485.4054338344295 }, { + time: '44280000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 483.0839924923986, - time: '12:18:00' + count: 483.0839924923986 }, { + time: '44280000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 528.6797121520536, - time: '12:18:00' + count: 528.6797121520536 }, { + time: '44340000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 459.62155426995537, - time: '12:19:00' + count: 459.62155426995537 }, { + time: '44340000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 400.0139078909612, - time: '12:19:00' + count: 400.0139078909612 }, { + time: '44340000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 342.54741143913856, - time: '12:19:00' + count: 342.54741143913856 }, { + time: '44340000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 451.6511928435393, - time: '12:19:00' + count: 451.6511928435393 }, { + time: '44340000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 497.8351158397292, - time: '12:19:00' + count: 497.8351158397292 }, { + time: '44340000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 501.44082501652866, - time: '12:19:00' + count: 501.44082501652866 }, { + time: '44340000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 544.0080579409804, - time: '12:19:00' + count: 544.0080579409804 }, { + time: '44400000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 548.0164056081244, - time: '12:20:00' + count: 548.0164056081244 }, { + time: '44400000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 412.0303677277989, - time: '12:20:00' + count: 412.0303677277989 }, { + time: '44400000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 372.7739866860113, - time: '12:20:00' + count: 372.7739866860113 }, { + time: '44400000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 497.614432192901, - time: '12:20:00' + count: 497.614432192901 }, { + time: '44400000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 410.70052697460255, - time: '12:20:00' + count: 410.70052697460255 }, { + time: '44400000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 514.6552803631572, - time: '12:20:00' + count: 514.6552803631572 }, { + time: '44400000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 489.5198240039177, - time: '12:20:00' + count: 489.5198240039177 }, { + time: '44460000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 576.8556285755873, - time: '12:21:00' + count: 576.8556285755873 }, { + time: '44460000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 335.80521378450965, - time: '12:21:00' + count: 335.80521378450965 }, { + time: '44460000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 423.4687280613959, - time: '12:21:00' + count: 423.4687280613959 }, { + time: '44460000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 499.8198730454716, - time: '12:21:00' + count: 499.8198730454716 }, { + time: '44460000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 383.4383523221111, - time: '12:21:00' + count: 383.4383523221111 }, { + time: '44460000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 488.8220777638613, - time: '12:21:00' + count: 488.8220777638613 }, { + time: '44460000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 551.2030522232045, - time: '12:21:00' + count: 551.2030522232045 }, { + time: '44520000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 632.8947022370758, - time: '12:22:00' + count: 632.8947022370758 }, { + time: '44520000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 415.71224891596194, - time: '12:22:00' + count: 415.71224891596194 }, { + time: '44520000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 337.89360955540275, - time: '12:22:00' + count: 337.89360955540275 }, { + time: '44520000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 442.0817655403729, - time: '12:22:00' + count: 442.0817655403729 }, { + time: '44520000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 358.1897313448352, - time: '12:22:00' + count: 358.1897313448352 }, { + time: '44520000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 461.6486080458339, - time: '12:22:00' + count: 461.6486080458339 }, { + time: '44520000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 506.3080326464542, - time: '12:22:00' + count: 506.3080326464542 }, { + time: '44580000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 533.0864890863177, - time: '12:23:00' + count: 533.0864890863177 }, { + time: '44580000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 404.0433669223151, - time: '12:23:00' + count: 404.0433669223151 }, { + time: '44580000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 434.6499215086194, - time: '12:23:00' + count: 434.6499215086194 }, { + time: '44580000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 575.1699150883576, - time: '12:23:00' + count: 575.1699150883576 }, { + time: '44580000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 475.3995663456272, - time: '12:23:00' + count: 475.3995663456272 }, { + time: '44580000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 438.62048896756403, - time: '12:23:00' + count: 438.62048896756403 }, { + time: '44580000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 529.277386456086, - time: '12:23:00' + count: 529.277386456086 }, { + time: '44640000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 518.5753198553406, - time: '12:24:00' + count: 518.5753198553406 }, { + time: '44640000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 449.5196893238104, - time: '12:24:00' + count: 449.5196893238104 }, { + time: '44640000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 386.98373009209325, - time: '12:24:00' + count: 386.98373009209325 }, { + time: '44640000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 543.8681145287836, - time: '12:24:00' + count: 543.8681145287836 }, { + time: '44640000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 394.83166969130633, - time: '12:24:00' + count: 394.83166969130633 }, { + time: '44640000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 484.30719415231874, - time: '12:24:00' + count: 484.30719415231874 }, { + time: '44640000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 557.3142124001849, - time: '12:24:00' + count: 557.3142124001849 }, { + time: '44700000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 533.9121478207732, - time: '12:25:00' + count: 533.9121478207732 }, { + time: '44700000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 459.087798788858, - time: '12:25:00' + count: 459.087798788858 }, { + time: '44700000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 380.25895962252014, - time: '12:25:00' + count: 380.25895962252014 }, { + time: '44700000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 488.9517913085168, - time: '12:25:00' + count: 488.9517913085168 }, { + time: '44700000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 342.35547035237585, - time: '12:25:00' + count: 342.35547035237585 }, { + time: '44700000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 426.39304940071963, - time: '12:25:00' + count: 426.39304940071963 }, { + time: '44700000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 530.3211134905468, - time: '12:25:00' + count: 530.3211134905468 }, { + time: '44760000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 604.7701058851037, - time: '12:26:00' + count: 604.7701058851037 }, { + time: '44760000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 535.8085419607943, - time: '12:26:00' + count: 535.8085419607943 }, { + time: '44760000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 434.54799841017456, - time: '12:26:00' + count: 434.54799841017456 }, { + time: '44760000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 501.34429194972654, - time: '12:26:00' + count: 501.34429194972654 }, { + time: '44760000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 469.42893022654823, - time: '12:26:00' + count: 469.42893022654823 }, { + time: '44760000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 333.93247582526965, - time: '12:26:00' + count: 333.93247582526965 }, { + time: '44760000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 508.1807054736716, - time: '12:26:00' + count: 508.1807054736716 }, { + time: '44820000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 575.4375554829842, - time: '12:27:00' + count: 575.4375554829842 }, { + time: '44820000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 489.5211919093025, - time: '12:27:00' + count: 489.5211919093025 }, { + time: '44820000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 421.21316557430197, - time: '12:27:00' + count: 421.21316557430197 }, { + time: '44820000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 510.41914039737765, - time: '12:27:00' + count: 510.41914039737765 }, { + time: '44820000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 574.6499758716395, - time: '12:27:00' + count: 574.6499758716395 }, { + time: '44820000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 501.8279902078834, - time: '12:27:00' + count: 501.8279902078834 }, { + time: '44820000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 524.5195098037085, - time: '12:27:00' + count: 524.5195098037085 }, { + time: '44880000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 532.511989811648, - time: '12:28:00' + count: 532.511989811648 }, { + time: '44880000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 413.15481721687985, - time: '12:28:00' + count: 413.15481721687985 }, { + time: '44880000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 380.95169170904603, - time: '12:28:00' + count: 380.95169170904603 }, { + time: '44880000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 397.9132565787855, - time: '12:28:00' + count: 397.9132565787855 }, { + time: '44880000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 449.6964544230053, - time: '12:28:00' + count: 449.6964544230053 }, { + time: '44880000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 525.1967420543098, - time: '12:28:00' + count: 525.1967420543098 }, { + time: '44880000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 525.5818520397332, - time: '12:28:00' + count: 525.5818520397332 }, { + time: '44940000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 584.6633716556678, - time: '12:29:00' + count: 584.6633716556678 }, { + time: '44940000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 397.07926643258213, - time: '12:29:00' + count: 397.07926643258213 }, { + time: '44940000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 456.96649016821243, - time: '12:29:00' + count: 456.96649016821243 }, { + time: '44940000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 487.64113087397016, - time: '12:29:00' + count: 487.64113087397016 }, { + time: '44940000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 491.9245387225821, - time: '12:29:00' + count: 491.9245387225821 }, { + time: '44940000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 361.8533782229081, - time: '12:29:00' + count: 361.8533782229081 }, { + time: '44940000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 511.4994485058936, - time: '12:29:00' + count: 511.4994485058936 }, { + time: '45000000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 563.8538774674021, - time: '12:30:00' + count: 563.8538774674021 }, { + time: '45000000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 466.5959585753253, - time: '12:30:00' + count: 466.5959585753253 }, { + time: '45000000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 344.9468336200051, - time: '12:30:00' + count: 344.9468336200051 }, { + time: '45000000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 465.90078760011005, - time: '12:30:00' + count: 465.90078760011005 }, { + time: '45000000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 454.09146792737823, - time: '12:30:00' + count: 454.09146792737823 }, { + time: '45000000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 429.5134647645031, - time: '12:30:00' + count: 429.5134647645031 }, { + time: '45000000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 517.0601968666449, - time: '12:30:00' + count: 517.0601968666449 }, { + time: '45060000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 607.4322495266445, - time: '12:31:00' + count: 607.4322495266445 }, { + time: '45060000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 375.9883396489679, - time: '12:31:00' + count: 375.9883396489679 }, { + time: '45060000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 429.7967803472132, - time: '12:31:00' + count: 429.7967803472132 }, { + time: '45060000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 449.91899950525425, - time: '12:31:00' + count: 449.91899950525425 }, { + time: '45060000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 445.05551734044286, - time: '12:31:00' + count: 445.05551734044286 }, { + time: '45060000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 510.9577130502599, - time: '12:31:00' + count: 510.9577130502599 }, { + time: '45060000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 609.9323585252358, - time: '12:31:00' + count: 609.9323585252358 }, { + time: '45120000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 523.8973453061324, - time: '12:32:00' + count: 523.8973453061324 }, { + time: '45120000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 533.5729382927177, - time: '12:32:00' + count: 533.5729382927177 }, { + time: '45120000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 428.6550628984192, - time: '12:32:00' + count: 428.6550628984192 }, { + time: '45120000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 485.9449853557023, - time: '12:32:00' + count: 485.9449853557023 }, { + time: '45120000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 495.9538241493884, - time: '12:32:00' + count: 495.9538241493884 }, { + time: '45120000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 582.8747734855849, - time: '12:32:00' + count: 582.8747734855849 }, { + time: '45120000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 558.045972397062, - time: '12:32:00' + count: 558.045972397062 }, { + time: '45180000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 542.6168926701116, - time: '12:33:00' + count: 542.6168926701116 }, { + time: '45180000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 500.97200603606433, - time: '12:33:00' + count: 500.97200603606433 }, { + time: '45180000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 383.5226780343005, - time: '12:33:00' + count: 383.5226780343005 }, { + time: '45180000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 589.8843263424761, - time: '12:33:00' + count: 589.8843263424761 }, { + time: '45180000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 435.48627279056745, - time: '12:33:00' + count: 435.48627279056745 }, { + time: '45180000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 481.0396853837704, - time: '12:33:00' + count: 481.0396853837704 }, { + time: '45180000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 515.225984098542, - time: '12:33:00' + count: 515.225984098542 }, { + time: '45240000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 539.3945923433921, - time: '12:34:00' + count: 539.3945923433921 }, { + time: '45240000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 418.5412173947648, - time: '12:34:00' + count: 418.5412173947648 }, { + time: '45240000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 415.3066511121059, - time: '12:34:00' + count: 415.3066511121059 }, { + time: '45240000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 532.0421430633505, - time: '12:34:00' + count: 532.0421430633505 }, { + time: '45240000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 463.3696157035952, - time: '12:34:00' + count: 463.3696157035952 }, { + time: '45240000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 443.5998529385433, - time: '12:34:00' + count: 443.5998529385433 }, { + time: '45240000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 564.8477202255368, - time: '12:34:00' + count: 564.8477202255368 }, { + time: '45300000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 485.8242525933941, - time: '12:35:00' + count: 485.8242525933941 }, { + time: '45300000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 356.3432735454561, - time: '12:35:00' + count: 356.3432735454561 }, { + time: '45300000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 336.44432118073485, - time: '12:35:00' + count: 336.44432118073485 }, { + time: '45300000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 471.4410505108602, - time: '12:35:00' + count: 471.4410505108602 }, { + time: '45300000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 466.0848903098007, - time: '12:35:00' + count: 466.0848903098007 }, { + time: '45300000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 470.855177944758, - time: '12:35:00' + count: 470.855177944758 }, { + time: '45300000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 513.3090255121995, - time: '12:35:00' + count: 513.3090255121995 }, { + time: '45360000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 573.8060138532288, - time: '12:36:00' + count: 573.8060138532288 }, { + time: '45360000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 509.69361870827066, - time: '12:36:00' + count: 509.69361870827066 }, { + time: '45360000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 445.20135096034505, - time: '12:36:00' + count: 445.20135096034505 }, { + time: '45360000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 528.629139067808, - time: '12:36:00' + count: 528.629139067808 }, { + time: '45360000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 416.59547731784755, - time: '12:36:00' + count: 416.59547731784755 }, { + time: '45360000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 548.7438209574093, - time: '12:36:00' + count: 548.7438209574093 }, { + time: '45360000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 588.656231879332, - time: '12:36:00' + count: 588.656231879332 }, { + time: '45420000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 572.0527636089945, - time: '12:37:00' + count: 572.0527636089945 }, { + time: '45420000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 436.2730077373691, - time: '12:37:00' + count: 436.2730077373691 }, { + time: '45420000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 389.75489317785053, - time: '12:37:00' + count: 389.75489317785053 }, { + time: '45420000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 569.9677718293001, - time: '12:37:00' + count: 569.9677718293001 }, { + time: '45420000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 499.60211747682615, - time: '12:37:00' + count: 499.60211747682615 }, { + time: '45420000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 447.70179104377326, - time: '12:37:00' + count: 447.70179104377326 }, { + time: '45420000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 548.4821096099047, - time: '12:37:00' + count: 548.4821096099047 }, { + time: '45480000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 559.2556728321231, - time: '12:38:00' + count: 559.2556728321231 }, { + time: '45480000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 503.8908155986731, - time: '12:38:00' + count: 503.8908155986731 }, { + time: '45480000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 372.86384897404804, - time: '12:38:00' + count: 372.86384897404804 }, { + time: '45480000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 546.2316841456384, - time: '12:38:00' + count: 546.2316841456384 }, { + time: '45480000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 441.2520121652296, - time: '12:38:00' + count: 441.2520121652296 }, { + time: '45480000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 440.04039966748735, - time: '12:38:00' + count: 440.04039966748735 }, { + time: '45480000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 524.6348927997885, - time: '12:38:00' + count: 524.6348927997885 }, { + time: '45540000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 547.2706433312427, - time: '12:39:00' + count: 547.2706433312427 }, { + time: '45540000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 362.27861706028165, - time: '12:39:00' + count: 362.27861706028165 }, { + time: '45540000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 451.4504612918445, - time: '12:39:00' + count: 451.4504612918445 }, { + time: '45540000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 502.98151849600873, - time: '12:39:00' + count: 502.98151849600873 }, { + time: '45540000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 412.2127420253578, - time: '12:39:00' + count: 412.2127420253578 }, { + time: '45540000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 455.86282389089837, - time: '12:39:00' + count: 455.86282389089837 }, { + time: '45540000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 552.3858462905139, - time: '12:39:00' + count: 552.3858462905139 }, { + time: '45600000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 488.2314628974793, - time: '12:40:00' + count: 488.2314628974793 }, { + time: '45600000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 412.03124885231136, - time: '12:40:00' + count: 412.03124885231136 }, { + time: '45600000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 363.782815472862, - time: '12:40:00' + count: 363.782815472862 }, { + time: '45600000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 467.6531611147213, - time: '12:40:00' + count: 467.6531611147213 }, { + time: '45600000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 476.82549217852016, - time: '12:40:00' + count: 476.82549217852016 }, { + time: '45600000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 432.3335695870644, - time: '12:40:00' + count: 432.3335695870644 }, { + time: '45600000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 451.45619239657503, - time: '12:40:00' + count: 451.45619239657503 }, { + time: '45660000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 537.9677338617321, - time: '12:41:00' + count: 537.9677338617321 }, { + time: '45660000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 442.26218498590913, - time: '12:41:00' + count: 442.26218498590913 }, { + time: '45660000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 328.576935181822, - time: '12:41:00' + count: 328.576935181822 }, { + time: '45660000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 534.9111656806795, - time: '12:41:00' + count: 534.9111656806795 }, { + time: '45660000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 405.0766009104481, - time: '12:41:00' + count: 405.0766009104481 }, { + time: '45660000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 486.13351579973977, - time: '12:41:00' + count: 486.13351579973977 }, { + time: '45660000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 473.6616265545097, - time: '12:41:00' + count: 473.6616265545097 }, { + time: '45720000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 541.8642741736616, - time: '12:42:00' + count: 541.8642741736616 }, { + time: '45720000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 444.3490296882371, - time: '12:42:00' + count: 444.3490296882371 }, { + time: '45720000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 321.1685413238048, - time: '12:42:00' + count: 321.1685413238048 }, { + time: '45720000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 519.6742692710875, - time: '12:42:00' + count: 519.6742692710875 }, { + time: '45720000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 451.4090578684564, - time: '12:42:00' + count: 451.4090578684564 }, { + time: '45720000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 561.2339229234781, - time: '12:42:00' + count: 561.2339229234781 }, { + time: '45720000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 470.30374968004725, - time: '12:42:00' + count: 470.30374968004725 }, { + time: '45780000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 518.886136538919, - time: '12:43:00' + count: 518.886136538919 }, { + time: '45780000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 419.4967264260378, - time: '12:43:00' + count: 419.4967264260378 }, { + time: '45780000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 429.300497567282, - time: '12:43:00' + count: 429.300497567282 }, { + time: '45780000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 544.7596610013866, - time: '12:43:00' + count: 544.7596610013866 }, { + time: '45780000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 449.5440501677898, - time: '12:43:00' + count: 449.5440501677898 }, { + time: '45780000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 496.1539636558015, - time: '12:43:00' + count: 496.1539636558015 }, { + time: '45780000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 537.1471547381853, - time: '12:43:00' + count: 537.1471547381853 }, { + time: '45840000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 550.9357144166995, - time: '12:44:00' + count: 550.9357144166995 }, { + time: '45840000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 473.14249661737495, - time: '12:44:00' + count: 473.14249661737495 }, { + time: '45840000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 334.97853237518586, - time: '12:44:00' + count: 334.97853237518586 }, { + time: '45840000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 531.7585900840985, - time: '12:44:00' + count: 531.7585900840985 }, { + time: '45840000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 504.2947782915789, - time: '12:44:00' + count: 504.2947782915789 }, { + time: '45840000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 467.3823248936856, - time: '12:44:00' + count: 467.3823248936856 }, { + time: '45840000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 616.6257499742546, - time: '12:44:00' + count: 616.6257499742546 }, { + time: '45900000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 579.2025428407269, - time: '12:45:00' + count: 579.2025428407269 }, { + time: '45900000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 388.61897853087027, - time: '12:45:00' + count: 388.61897853087027 }, { + time: '45900000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 486.7397090992182, - time: '12:45:00' + count: 486.7397090992182 }, { + time: '45900000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 552.4776357659667, - time: '12:45:00' + count: 552.4776357659667 }, { + time: '45900000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 473.73491164399763, - time: '12:45:00' + count: 473.73491164399763 }, { + time: '45900000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 465.4094365542228, - time: '12:45:00' + count: 465.4094365542228 }, { + time: '45900000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 641.5650073096316, - time: '12:45:00' + count: 641.5650073096316 }, { + time: '45960000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 653.3092950605266, - time: '12:46:00' + count: 653.3092950605266 }, { + time: '45960000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 434.8810257489353, - time: '12:46:00' + count: 434.8810257489353 }, { + time: '45960000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 294.9035296058139, - time: '12:46:00' + count: 294.9035296058139 }, { + time: '45960000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 473.2382394219716, - time: '12:46:00' + count: 473.2382394219716 }, { + time: '45960000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 448.7486520627428, - time: '12:46:00' + count: 448.7486520627428 }, { + time: '45960000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 401.8404595651672, - time: '12:46:00' + count: 401.8404595651672 }, { + time: '45960000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 561.9025550720379, - time: '12:46:00' + count: 561.9025550720379 }, { + time: '46020000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 567.728890641592, - time: '12:47:00' + count: 567.728890641592 }, { + time: '46020000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 448.01478158559496, - time: '12:47:00' + count: 448.01478158559496 }, { + time: '46020000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 483.8228184145019, - time: '12:47:00' + count: 483.8228184145019 }, { + time: '46020000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 565.8697032817163, - time: '12:47:00' + count: 565.8697032817163 }, { + time: '46020000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 490.8883149600143, - time: '12:47:00' + count: 490.8883149600143 }, { + time: '46020000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 524.1554888573579, - time: '12:47:00' + count: 524.1554888573579 }, { + time: '46020000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 555.0422237472228, - time: '12:47:00' + count: 555.0422237472228 }, { + time: '46080000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 571.8775195361383, - time: '12:48:00' + count: 571.8775195361383 }, { + time: '46080000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 467.72194170293744, - time: '12:48:00' + count: 467.72194170293744 }, { + time: '46080000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 409.55087336013094, - time: '12:48:00' + count: 409.55087336013094 }, { + time: '46080000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 509.87998023462, - time: '12:48:00' + count: 509.87998023462 }, { + time: '46080000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 519.5103774508657, - time: '12:48:00' + count: 519.5103774508657 }, { + time: '46080000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 476.1081401493599, - time: '12:48:00' + count: 476.1081401493599 }, { + time: '46080000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 439.94711329236304, - time: '12:48:00' + count: 439.94711329236304 }, { + time: '46140000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 555.2777042116917, - time: '12:49:00' + count: 555.2777042116917 }, { + time: '46140000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 477.5807439044445, - time: '12:49:00' + count: 477.5807439044445 }, { + time: '46140000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 394.1643444064804, - time: '12:49:00' + count: 394.1643444064804 }, { + time: '46140000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 603.7630436312633, - time: '12:49:00' + count: 603.7630436312633 }, { + time: '46140000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 477.8905153175931, - time: '12:49:00' + count: 477.8905153175931 }, { + time: '46140000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 470.97600432046875, - time: '12:49:00' + count: 470.97600432046875 }, { + time: '46140000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 502.8663100132989, - time: '12:49:00' + count: 502.8663100132989 }, { + time: '46200000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 463.06143923504794, - time: '12:50:00' + count: 463.06143923504794 }, { + time: '46200000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 385.76789540810654, - time: '12:50:00' + count: 385.76789540810654 }, { + time: '46200000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 371.7540456595525, - time: '12:50:00' + count: 371.7540456595525 }, { + time: '46200000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 465.54060909552163, - time: '12:50:00' + count: 465.54060909552163 }, { + time: '46200000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 450.517630992169, - time: '12:50:00' + count: 450.517630992169 }, { + time: '46200000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 639.655378392243, - time: '12:50:00' + count: 639.655378392243 }, { + time: '46200000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 490.61081240458805, - time: '12:50:00' + count: 490.61081240458805 }, { + time: '46260000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 557.6743062275392, - time: '12:51:00' + count: 557.6743062275392 }, { + time: '46260000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 365.2942914632189, - time: '12:51:00' + count: 365.2942914632189 }, { + time: '46260000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 418.9568057176035, - time: '12:51:00' + count: 418.9568057176035 }, { + time: '46260000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 586.7981901582625, - time: '12:51:00' + count: 586.7981901582625 }, { + time: '46260000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 384.408188382492, - time: '12:51:00' + count: 384.408188382492 }, { + time: '46260000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 494.9376454182843, - time: '12:51:00' + count: 494.9376454182843 }, { + time: '46260000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 498.9576200874442, - time: '12:51:00' + count: 498.9576200874442 }, { + time: '46320000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 562.0115104970513, - time: '12:52:00' + count: 562.0115104970513 }, { + time: '46320000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 505.88384109492546, - time: '12:52:00' + count: 505.88384109492546 }, { + time: '46320000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 397.1182648787576, - time: '12:52:00' + count: 397.1182648787576 }, { + time: '46320000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 509.89553917313236, - time: '12:52:00' + count: 509.89553917313236 }, { + time: '46320000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 396.74431684623136, - time: '12:52:00' + count: 396.74431684623136 }, { + time: '46320000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 442.41044749524076, - time: '12:52:00' + count: 442.41044749524076 }, { + time: '46320000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 521.5928090707605, - time: '12:52:00' + count: 521.5928090707605 }, { + time: '46380000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 682.1621056242643, - time: '12:53:00' + count: 682.1621056242643 }, { + time: '46380000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 458.6157005989796, - time: '12:53:00' + count: 458.6157005989796 }, { + time: '46380000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 454.1650941008261, - time: '12:53:00' + count: 454.1650941008261 }, { + time: '46380000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 467.42909981927755, - time: '12:53:00' + count: 467.42909981927755 }, { + time: '46380000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 434.7387647822666, - time: '12:53:00' + count: 434.7387647822666 }, { + time: '46380000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 458.6821201897228, - time: '12:53:00' + count: 458.6821201897228 }, { + time: '46380000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 506.3954711151436, - time: '12:53:00' + count: 506.3954711151436 }, { + time: '46440000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 549.3819517609438, - time: '12:54:00' + count: 549.3819517609438 }, { + time: '46440000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 404.5756731721723, - time: '12:54:00' + count: 404.5756731721723 }, { + time: '46440000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 404.71138243310196, - time: '12:54:00' + count: 404.71138243310196 }, { + time: '46440000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 475.8057082972839, - time: '12:54:00' + count: 475.8057082972839 }, { + time: '46440000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 419.52438989203586, - time: '12:54:00' + count: 419.52438989203586 }, { + time: '46440000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 537.4222854598378, - time: '12:54:00' + count: 537.4222854598378 }, { + time: '46440000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 431.03500948121064, - time: '12:54:00' + count: 431.03500948121064 }, { + time: '46500000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 574.0773671166806, - time: '12:55:00' + count: 574.0773671166806 }, { + time: '46500000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 519.5575987761262, - time: '12:55:00' + count: 519.5575987761262 }, { + time: '46500000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 406.51508807309386, - time: '12:55:00' + count: 406.51508807309386 }, { + time: '46500000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 483.98263459028396, - time: '12:55:00' + count: 483.98263459028396 }, { + time: '46500000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 440.6514348507277, - time: '12:55:00' + count: 440.6514348507277 }, { + time: '46500000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 485.66352052688825, - time: '12:55:00' + count: 485.66352052688825 }, { + time: '46500000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 567.3955128058767, - time: '12:55:00' + count: 567.3955128058767 }, { + time: '46560000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 557.2644115147378, - time: '12:56:00' + count: 557.2644115147378 }, { + time: '46560000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 447.78373171464295, - time: '12:56:00' + count: 447.78373171464295 }, { + time: '46560000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 380.8193893893072, - time: '12:56:00' + count: 380.8193893893072 }, { + time: '46560000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 521.2082973200958, - time: '12:56:00' + count: 521.2082973200958 }, { + time: '46560000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 452.83249624485535, - time: '12:56:00' + count: 452.83249624485535 }, { + time: '46560000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 408.08610108413166, - time: '12:56:00' + count: 408.08610108413166 }, { + time: '46560000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 476.36284871300967, - time: '12:56:00' + count: 476.36284871300967 }, { + time: '46620000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 500.5660981190234, - time: '12:57:00' + count: 500.5660981190234 }, { + time: '46620000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 500.96485920319134, - time: '12:57:00' + count: 500.96485920319134 }, { + time: '46620000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 396.15271881394665, - time: '12:57:00' + count: 396.15271881394665 }, { + time: '46620000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 526.141774401775, - time: '12:57:00' + count: 526.141774401775 }, { + time: '46620000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 476.48463771783656, - time: '12:57:00' + count: 476.48463771783656 }, { + time: '46620000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 525.9614467287602, - time: '12:57:00' + count: 525.9614467287602 }, { + time: '46620000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 541.9623432055574, - time: '12:57:00' + count: 541.9623432055574 }, { + time: '46680000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 616.141140725751, - time: '12:58:00' + count: 616.141140725751 }, { + time: '46680000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 445.37592407050545, - time: '12:58:00' + count: 445.37592407050545 }, { + time: '46680000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 414.39008844460295, - time: '12:58:00' + count: 414.39008844460295 }, { + time: '46680000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 471.31499980307103, - time: '12:58:00' + count: 471.31499980307103 }, { + time: '46680000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 446.47506109704545, - time: '12:58:00' + count: 446.47506109704545 }, { + time: '46680000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 446.5927957230503, - time: '12:58:00' + count: 446.5927957230503 }, { + time: '46680000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 633.7041334874987, - time: '12:58:00' + count: 633.7041334874987 }, { + time: '46740000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 596.5966516343387, - time: '12:59:00' + count: 596.5966516343387 }, { + time: '46740000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 545.0373962440993, - time: '12:59:00' + count: 545.0373962440993 }, { + time: '46740000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 313.4915803671687, - time: '12:59:00' + count: 313.4915803671687 }, { + time: '46740000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 498.78227038695087, - time: '12:59:00' + count: 498.78227038695087 }, { + time: '46740000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 474.3250821913101, - time: '12:59:00' + count: 474.3250821913101 }, { + time: '46740000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 573.6648888108773, - time: '12:59:00' + count: 573.6648888108773 }, { + time: '46740000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 484.03077042067883, - time: '12:59:00' + count: 484.03077042067883 }, { + time: '46800000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 598.5515973521524, - time: '13:00:00' + count: 598.5515973521524 }, { + time: '46800000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 529.7670421221602, - time: '13:00:00' + count: 529.7670421221602 }, { + time: '46800000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 331.59072889471435, - time: '13:00:00' + count: 331.59072889471435 }, { + time: '46800000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 607.1135179305932, - time: '13:00:00' + count: 607.1135179305932 }, { + time: '46800000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 453.223720740506, - time: '13:00:00' + count: 453.223720740506 }, { + time: '46800000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 534.0024032857324, - time: '13:00:00' + count: 534.0024032857324 }, { + time: '46800000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 403.4856238626835, - time: '13:00:00' + count: 403.4856238626835 }, { + time: '46860000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 513.530627260263, - time: '13:01:00' + count: 513.530627260263 }, { + time: '46860000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 429.5517925760463, - time: '13:01:00' + count: 429.5517925760463 }, { + time: '46860000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 436.1632047011357, - time: '13:01:00' + count: 436.1632047011357 }, { + time: '46860000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 586.3771585050356, - time: '13:01:00' + count: 586.3771585050356 }, { + time: '46860000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 351.22667168230646, - time: '13:01:00' + count: 351.22667168230646 }, { + time: '46860000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 457.6339052170624, - time: '13:01:00' + count: 457.6339052170624 }, { + time: '46860000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 515.6997889059944, - time: '13:01:00' + count: 515.6997889059944 }, { + time: '46920000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 629.139715546805, - time: '13:02:00' + count: 629.139715546805 }, { + time: '46920000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 490.5785475477178, - time: '13:02:00' + count: 490.5785475477178 }, { + time: '46920000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 407.5432719063971, - time: '13:02:00' + count: 407.5432719063971 }, { + time: '46920000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 521.8161834837016, - time: '13:02:00' + count: 521.8161834837016 }, { + time: '46920000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 403.0332303090623, - time: '13:02:00' + count: 403.0332303090623 }, { + time: '46920000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 544.0508180867556, - time: '13:02:00' + count: 544.0508180867556 }, { + time: '46920000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 585.0479817499286, - time: '13:02:00' + count: 585.0479817499286 }, { + time: '46980000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 488.90744686038596, - time: '13:03:00' + count: 488.90744686038596 }, { + time: '46980000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 474.2687974792574, - time: '13:03:00' + count: 474.2687974792574 }, { + time: '46980000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 389.80083318236603, - time: '13:03:00' + count: 389.80083318236603 }, { + time: '46980000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 501.90017390841, - time: '13:03:00' + count: 501.90017390841 }, { + time: '46980000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 442.7956222139192, - time: '13:03:00' + count: 442.7956222139192 }, { + time: '46980000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 483.39277552637014, - time: '13:03:00' + count: 483.39277552637014 }, { + time: '46980000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 627.9173727110297, - time: '13:03:00' + count: 627.9173727110297 }, { + time: '47040000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 588.3428546900135, - time: '13:04:00' + count: 588.3428546900135 }, { + time: '47040000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 510.43157787661744, - time: '13:04:00' + count: 510.43157787661744 }, { + time: '47040000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 399.92169665326963, - time: '13:04:00' + count: 399.92169665326963 }, { + time: '47040000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 506.0015663359131, - time: '13:04:00' + count: 506.0015663359131 }, { + time: '47040000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 389.5152628579446, - time: '13:04:00' + count: 389.5152628579446 }, { + time: '47040000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 522.6386837561109, - time: '13:04:00' + count: 522.6386837561109 }, { + time: '47040000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 468.52252027737916, - time: '13:04:00' + count: 468.52252027737916 }, { + time: '47100000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 668.5227812904989, - time: '13:05:00' + count: 668.5227812904989 }, { + time: '47100000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 393.7538269709948, - time: '13:05:00' + count: 393.7538269709948 }, { + time: '47100000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 416.37908526808354, - time: '13:05:00' + count: 416.37908526808354 }, { + time: '47100000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 530.6758986365209, - time: '13:05:00' + count: 530.6758986365209 }, { + time: '47100000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 479.9964364998102, - time: '13:05:00' + count: 479.9964364998102 }, { + time: '47100000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 504.23664086472377, - time: '13:05:00' + count: 504.23664086472377 }, { + time: '47100000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 554.8349611618261, - time: '13:05:00' + count: 554.8349611618261 }, { + time: '47160000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 509.4731837434656, - time: '13:06:00' + count: 509.4731837434656 }, { + time: '47160000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 476.30257299992195, - time: '13:06:00' + count: 476.30257299992195 }, { + time: '47160000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 372.0120159845319, - time: '13:06:00' + count: 372.0120159845319 }, { + time: '47160000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 448.8603717400797, - time: '13:06:00' + count: 448.8603717400797 }, { + time: '47160000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 526.5375416171848, - time: '13:06:00' + count: 526.5375416171848 }, { + time: '47160000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 437.6821672504563, - time: '13:06:00' + count: 437.6821672504563 }, { + time: '47160000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 506.73447716099736, - time: '13:06:00' + count: 506.73447716099736 }, { + time: '47220000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 530.6851135198614, - time: '13:07:00' + count: 530.6851135198614 }, { + time: '47220000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 494.9212243424794, - time: '13:07:00' + count: 494.9212243424794 }, { + time: '47220000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 360.08476372988434, - time: '13:07:00' + count: 360.08476372988434 }, { + time: '47220000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 487.13117312883276, - time: '13:07:00' + count: 487.13117312883276 }, { + time: '47220000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 510.93809258486584, - time: '13:07:00' + count: 510.93809258486584 }, { + time: '47220000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 447.8225083841269, - time: '13:07:00' + count: 447.8225083841269 }, { + time: '47220000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 524.7025822847933, - time: '13:07:00' + count: 524.7025822847933 }, { + time: '47280000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 563.982568254382, - time: '13:08:00' + count: 563.982568254382 }, { + time: '47280000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 354.06302567884427, - time: '13:08:00' + count: 354.06302567884427 }, { + time: '47280000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 408.79226275488406, - time: '13:08:00' + count: 408.79226275488406 }, { + time: '47280000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 416.57079630612054, - time: '13:08:00' + count: 416.57079630612054 }, { + time: '47280000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 439.3278564534896, - time: '13:08:00' + count: 439.3278564534896 }, { + time: '47280000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 531.4980408790581, - time: '13:08:00' + count: 531.4980408790581 }, { + time: '47280000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 662.2171673508517, - time: '13:08:00' + count: 662.2171673508517 }, { + time: '47340000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 533.8262172941901, - time: '13:09:00' + count: 533.8262172941901 }, { + time: '47340000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 382.83707436671125, - time: '13:09:00' + count: 382.83707436671125 }, { + time: '47340000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 350.0813611192484, - time: '13:09:00' + count: 350.0813611192484 }, { + time: '47340000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 519.9611561302639, - time: '13:09:00' + count: 519.9611561302639 }, { + time: '47340000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 524.5363068424977, - time: '13:09:00' + count: 524.5363068424977 }, { + time: '47340000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 463.26123339467296, - time: '13:09:00' + count: 463.26123339467296 }, { + time: '47340000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 454.85148358024236, - time: '13:09:00' + count: 454.85148358024236 }, { + time: '47400000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 481.4668284466934, - time: '13:10:00' + count: 481.4668284466934 }, { + time: '47400000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 340.038391111995, - time: '13:10:00' + count: 340.038391111995 }, { + time: '47400000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 419.4126377857236, - time: '13:10:00' + count: 419.4126377857236 }, { + time: '47400000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 532.3597969851371, - time: '13:10:00' + count: 532.3597969851371 }, { + time: '47400000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 457.4333728601056, - time: '13:10:00' + count: 457.4333728601056 }, { + time: '47400000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 459.81757683790016, - time: '13:10:00' + count: 459.81757683790016 }, { + time: '47400000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 542.6869830747287, - time: '13:10:00' + count: 542.6869830747287 }, { + time: '47460000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 562.4281487403014, - time: '13:11:00' + count: 562.4281487403014 }, { + time: '47460000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 428.5296582777721, - time: '13:11:00' + count: 428.5296582777721 }, { + time: '47460000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 313.87081978810795, - time: '13:11:00' + count: 313.87081978810795 }, { + time: '47460000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 475.8406768850313, - time: '13:11:00' + count: 475.8406768850313 }, { + time: '47460000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 433.14570144409805, - time: '13:11:00' + count: 433.14570144409805 }, { + time: '47460000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 432.24387103253235, - time: '13:11:00' + count: 432.24387103253235 }, { + time: '47460000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 553.3846585882717, - time: '13:11:00' + count: 553.3846585882717 }, { + time: '47520000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 505.88481431369473, - time: '13:12:00' + count: 505.88481431369473 }, { + time: '47520000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 477.8771127897981, - time: '13:12:00' + count: 477.8771127897981 }, { + time: '47520000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 450.4577818662822, - time: '13:12:00' + count: 450.4577818662822 }, { + time: '47520000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 578.6993381645017, - time: '13:12:00' + count: 578.6993381645017 }, { + time: '47520000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 419.329866822953, - time: '13:12:00' + count: 419.329866822953 }, { + time: '47520000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 501.17995327967304, - time: '13:12:00' + count: 501.17995327967304 }, { + time: '47520000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 584.2893162469674, - time: '13:12:00' + count: 584.2893162469674 }, { + time: '47580000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 582.679621531759, - time: '13:13:00' + count: 582.679621531759 }, { + time: '47580000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 517.1178526048014, - time: '13:13:00' + count: 517.1178526048014 }, { + time: '47580000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 422.6298741206522, - time: '13:13:00' + count: 422.6298741206522 }, { + time: '47580000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 438.7117168498829, - time: '13:13:00' + count: 438.7117168498829 }, { + time: '47580000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 434.87651567559357, - time: '13:13:00' + count: 434.87651567559357 }, { + time: '47580000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 583.1262459621572, - time: '13:13:00' + count: 583.1262459621572 }, { + time: '47580000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 534.8991576735448, - time: '13:13:00' + count: 534.8991576735448 }, { + time: '47640000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 513.0287882883099, - time: '13:14:00' + count: 513.0287882883099 }, { + time: '47640000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 445.70473902098877, - time: '13:14:00' + count: 445.70473902098877 }, { + time: '47640000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 411.8014867156938, - time: '13:14:00' + count: 411.8014867156938 }, { + time: '47640000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 426.78125598950896, - time: '13:14:00' + count: 426.78125598950896 }, { + time: '47640000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 430.5911590729386, - time: '13:14:00' + count: 430.5911590729386 }, { + time: '47640000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 426.62335428728636, - time: '13:14:00' + count: 426.62335428728636 }, { + time: '47640000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 545.4025269752051, - time: '13:14:00' + count: 545.4025269752051 }, { + time: '47700000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 636.4967202508769, - time: '13:15:00' + count: 636.4967202508769 }, { + time: '47700000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 523.4307772785646, - time: '13:15:00' + count: 523.4307772785646 }, { + time: '47700000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 448.1345491972757, - time: '13:15:00' + count: 448.1345491972757 }, { + time: '47700000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 511.2225909279986, - time: '13:15:00' + count: 511.2225909279986 }, { + time: '47700000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 458.52081111877436, - time: '13:15:00' + count: 458.52081111877436 }, { + time: '47700000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 481.2109728336379, - time: '13:15:00' + count: 481.2109728336379 }, { + time: '47700000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 510.4175716289104, - time: '13:15:00' + count: 510.4175716289104 }, { + time: '47760000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 519.8373353831881, - time: '13:16:00' + count: 519.8373353831881 }, { + time: '47760000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 372.99492708925544, - time: '13:16:00' + count: 372.99492708925544 }, { + time: '47760000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 482.27372222312886, - time: '13:16:00' + count: 482.27372222312886 }, { + time: '47760000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 552.3549151306078, - time: '13:16:00' + count: 552.3549151306078 }, { + time: '47760000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 458.0286990524932, - time: '13:16:00' + count: 458.0286990524932 }, { + time: '47760000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 550.6110277707714, - time: '13:16:00' + count: 550.6110277707714 }, { + time: '47760000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 543.4563470622554, - time: '13:16:00' + count: 543.4563470622554 }, { + time: '47820000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 542.8969241897162, - time: '13:17:00' + count: 542.8969241897162 }, { + time: '47820000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 356.83087803224225, - time: '13:17:00' + count: 356.83087803224225 }, { + time: '47820000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 449.7185032509065, - time: '13:17:00' + count: 449.7185032509065 }, { + time: '47820000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 584.1963845728934, - time: '13:17:00' + count: 584.1963845728934 }, { + time: '47820000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 450.1523010076707, - time: '13:17:00' + count: 450.1523010076707 }, { + time: '47820000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 476.01793043771426, - time: '13:17:00' + count: 476.01793043771426 }, { + time: '47820000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 512.8403862251295, - time: '13:17:00' + count: 512.8403862251295 }, { + time: '47880000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 599.6758608684835, - time: '13:18:00' + count: 599.6758608684835 }, { + time: '47880000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 439.22261505516906, - time: '13:18:00' + count: 439.22261505516906 }, { + time: '47880000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 306.95628843341774, - time: '13:18:00' + count: 306.95628843341774 }, { + time: '47880000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 477.055786856553, - time: '13:18:00' + count: 477.055786856553 }, { + time: '47880000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 471.8469084873175, - time: '13:18:00' + count: 471.8469084873175 }, { + time: '47880000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 502.6185898124867, - time: '13:18:00' + count: 502.6185898124867 }, { + time: '47880000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 561.0785944928025, - time: '13:18:00' + count: 561.0785944928025 }, { + time: '47940000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 497.45678417830226, - time: '13:19:00' + count: 497.45678417830226 }, { + time: '47940000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 461.20327244696534, - time: '13:19:00' + count: 461.20327244696534 }, { + time: '47940000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 335.02115166321494, - time: '13:19:00' + count: 335.02115166321494 }, { + time: '47940000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 553.9340416715647, - time: '13:19:00' + count: 553.9340416715647 }, { + time: '47940000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 509.5323137393171, - time: '13:19:00' + count: 509.5323137393171 }, { + time: '47940000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 426.880323592656, - time: '13:19:00' + count: 426.880323592656 }, { + time: '47940000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 511.5194831978183, - time: '13:19:00' + count: 511.5194831978183 }, { + time: '48000000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 570.3729967302065, - time: '13:20:00' + count: 570.3729967302065 }, { + time: '48000000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 440.36526259529535, - time: '13:20:00' + count: 440.36526259529535 }, { + time: '48000000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 367.75907111521605, - time: '13:20:00' + count: 367.75907111521605 }, { + time: '48000000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 498.07457652496464, - time: '13:20:00' + count: 498.07457652496464 }, { + time: '48000000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 497.4777067720662, - time: '13:20:00' + count: 497.4777067720662 }, { + time: '48000000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 501.4153548603824, - time: '13:20:00' + count: 501.4153548603824 }, { + time: '48000000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 548.8550196951094, - time: '13:20:00' + count: 548.8550196951094 }, { + time: '48060000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 624.3571377141214, - time: '13:21:00' + count: 624.3571377141214 }, { + time: '48060000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 338.6278949980062, - time: '13:21:00' + count: 338.6278949980062 }, { + time: '48060000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 400.30455251054167, - time: '13:21:00' + count: 400.30455251054167 }, { + time: '48060000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 491.368635002959, - time: '13:21:00' + count: 491.368635002959 }, { + time: '48060000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 375.75510157750483, - time: '13:21:00' + count: 375.75510157750483 }, { + time: '48060000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 470.64278674977254, - time: '13:21:00' + count: 470.64278674977254 }, { + time: '48060000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 528.536859315751, - time: '13:21:00' + count: 528.536859315751 }, { + time: '48120000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 478.6258382719386, - time: '13:22:00' + count: 478.6258382719386 }, { + time: '48120000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 437.5439980243606, - time: '13:22:00' + count: 437.5439980243606 }, { + time: '48120000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 424.88295102345614, - time: '13:22:00' + count: 424.88295102345614 }, { + time: '48120000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 544.1829968743336, - time: '13:22:00' + count: 544.1829968743336 }, { + time: '48120000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 322.30394325490226, - time: '13:22:00' + count: 322.30394325490226 }, { + time: '48120000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 529.2864997839931, - time: '13:22:00' + count: 529.2864997839931 }, { + time: '48120000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 586.3025125386084, - time: '13:22:00' + count: 586.3025125386084 }, { + time: '48180000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 568.2316929266152, - time: '13:23:00' + count: 568.2316929266152 }, { + time: '48180000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 376.7765249747573, - time: '13:23:00' + count: 376.7765249747573 }, { + time: '48180000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 362.71280934232675, - time: '13:23:00' + count: 362.71280934232675 }, { + time: '48180000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 532.616143920671, - time: '13:23:00' + count: 532.616143920671 }, { + time: '48180000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 496.71599556196367, - time: '13:23:00' + count: 496.71599556196367 }, { + time: '48180000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 539.3693025782376, - time: '13:23:00' + count: 539.3693025782376 }, { + time: '48180000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 527.4303138205756, - time: '13:23:00' + count: 527.4303138205756 }, { + time: '48240000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 571.9941397124212, - time: '13:24:00' + count: 571.9941397124212 }, { + time: '48240000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 475.48362744150194, - time: '13:24:00' + count: 475.48362744150194 }, { + time: '48240000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 408.3383382238539, - time: '13:24:00' + count: 408.3383382238539 }, { + time: '48240000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 421.1803921507875, - time: '13:24:00' + count: 421.1803921507875 }, { + time: '48240000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 381.65606507922894, - time: '13:24:00' + count: 381.65606507922894 }, { + time: '48240000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 609.4781821009307, - time: '13:24:00' + count: 609.4781821009307 }, { + time: '48240000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 441.3483765896559, - time: '13:24:00' + count: 441.3483765896559 }, { + time: '48300000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 598.0911435888655, - time: '13:25:00' + count: 598.0911435888655 }, { + time: '48300000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 460.3299123048424, - time: '13:25:00' + count: 460.3299123048424 }, { + time: '48300000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 361.23085338233386, - time: '13:25:00' + count: 361.23085338233386 }, { + time: '48300000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 573.8270174862948, - time: '13:25:00' + count: 573.8270174862948 }, { + time: '48300000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 438.7617299053658, - time: '13:25:00' + count: 438.7617299053658 }, { + time: '48300000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 508.98165866067876, - time: '13:25:00' + count: 508.98165866067876 }, { + time: '48300000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 593.0960750356996, - time: '13:25:00' + count: 593.0960750356996 }, { + time: '48360000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 497.1524644560959, - time: '13:26:00' + count: 497.1524644560959 }, { + time: '48360000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 395.0060106836322, - time: '13:26:00' + count: 395.0060106836322 }, { + time: '48360000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 368.4241098504026, - time: '13:26:00' + count: 368.4241098504026 }, { + time: '48360000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 569.0045677073725, - time: '13:26:00' + count: 569.0045677073725 }, { + time: '48360000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 391.494348697032, - time: '13:26:00' + count: 391.494348697032 }, { + time: '48360000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 496.2898158291083, - time: '13:26:00' + count: 496.2898158291083 }, { + time: '48360000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 484.71338495686905, - time: '13:26:00' + count: 484.71338495686905 }, { + time: '48420000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 492.9771693457862, - time: '13:27:00' + count: 492.9771693457862 }, { + time: '48420000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 416.30665413316535, - time: '13:27:00' + count: 416.30665413316535 }, { + time: '48420000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 328.6669451575889, - time: '13:27:00' + count: 328.6669451575889 }, { + time: '48420000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 468.7218649245235, - time: '13:27:00' + count: 468.7218649245235 }, { + time: '48420000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 359.900978120999, - time: '13:27:00' + count: 359.900978120999 }, { + time: '48420000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 489.7192150788668, - time: '13:27:00' + count: 489.7192150788668 }, { + time: '48420000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 497.311683067559, - time: '13:27:00' + count: 497.311683067559 }, { + time: '48480000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 585.0970782808449, - time: '13:28:00' + count: 585.0970782808449 }, { + time: '48480000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 389.0393239055524, - time: '13:28:00' + count: 389.0393239055524 }, { + time: '48480000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 352.83833769445476, - time: '13:28:00' + count: 352.83833769445476 }, { + time: '48480000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 519.7901766718704, - time: '13:28:00' + count: 519.7901766718704 }, { + time: '48480000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 477.0731364102394, - time: '13:28:00' + count: 477.0731364102394 }, { + time: '48480000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 462.3416853594656, - time: '13:28:00' + count: 462.3416853594656 }, { + time: '48480000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 500.2169352978254, - time: '13:28:00' + count: 500.2169352978254 }, { + time: '48540000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 573.8492336616594, - time: '13:29:00' + count: 573.8492336616594 }, { + time: '48540000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 438.8660451363414, - time: '13:29:00' + count: 438.8660451363414 }, { + time: '48540000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 331.41576971918334, - time: '13:29:00' + count: 331.41576971918334 }, { + time: '48540000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 524.701509314137, - time: '13:29:00' + count: 524.701509314137 }, { + time: '48540000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 487.95775801513236, - time: '13:29:00' + count: 487.95775801513236 }, { + time: '48540000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 496.9241921730846, - time: '13:29:00' + count: 496.9241921730846 }, { + time: '48540000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 598.7219046585409, - time: '13:29:00' + count: 598.7219046585409 }, { + time: '48600000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 571.5246425172938, - time: '13:30:00' + count: 571.5246425172938 }, { + time: '48600000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 489.7571160250619, - time: '13:30:00' + count: 489.7571160250619 }, { + time: '48600000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 350.20633735113336, - time: '13:30:00' + count: 350.20633735113336 }, { + time: '48600000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 513.0336882911954, - time: '13:30:00' + count: 513.0336882911954 }, { + time: '48600000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 421.174479963664, - time: '13:30:00' + count: 421.174479963664 }, { + time: '48600000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 465.22992949304853, - time: '13:30:00' + count: 465.22992949304853 }, { + time: '48600000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 423.2162893010652, - time: '13:30:00' + count: 423.2162893010652 }, { + time: '48660000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 576.3224104748488, - time: '13:31:00' + count: 576.3224104748488 }, { + time: '48660000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 392.7136976832228, - time: '13:31:00' + count: 392.7136976832228 }, { + time: '48660000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 451.682089830392, - time: '13:31:00' + count: 451.682089830392 }, { + time: '48660000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 472.484742307729, - time: '13:31:00' + count: 472.484742307729 }, { + time: '48660000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 320.44788539275453, - time: '13:31:00' + count: 320.44788539275453 }, { + time: '48660000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 488.4230488134807, - time: '13:31:00' + count: 488.4230488134807 }, { + time: '48660000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 686.8874266829997, - time: '13:31:00' + count: 686.8874266829997 }, { + time: '48720000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 524.9987639210755, - time: '13:32:00' + count: 524.9987639210755 }, { + time: '48720000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 467.20232577589223, - time: '13:32:00' + count: 467.20232577589223 }, { + time: '48720000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 351.53005555840286, - time: '13:32:00' + count: 351.53005555840286 }, { + time: '48720000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 466.41883160309743, - time: '13:32:00' + count: 466.41883160309743 }, { + time: '48720000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 422.6877775873759, - time: '13:32:00' + count: 422.6877775873759 }, { + time: '48720000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 545.879876780398, - time: '13:32:00' + count: 545.879876780398 }, { + time: '48720000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 582.8028404533026, - time: '13:32:00' + count: 582.8028404533026 }, { + time: '48780000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 570.6126848580502, - time: '13:33:00' + count: 570.6126848580502 }, { + time: '48780000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 415.48711908137795, - time: '13:33:00' + count: 415.48711908137795 }, { + time: '48780000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 530.6191032418695, - time: '13:33:00' + count: 530.6191032418695 }, { + time: '48780000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 498.72229645042773, - time: '13:33:00' + count: 498.72229645042773 }, { + time: '48780000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 469.5902002701273, - time: '13:33:00' + count: 469.5902002701273 }, { + time: '48780000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 429.67287173601795, - time: '13:33:00' + count: 429.67287173601795 }, { + time: '48780000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 541.161945706458, - time: '13:33:00' + count: 541.161945706458 }, { + time: '48840000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 573.6536236649341, - time: '13:34:00' + count: 573.6536236649341 }, { + time: '48840000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 402.3563583868828, - time: '13:34:00' + count: 402.3563583868828 }, { + time: '48840000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 423.6658950440445, - time: '13:34:00' + count: 423.6658950440445 }, { + time: '48840000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 558.6364509629682, - time: '13:34:00' + count: 558.6364509629682 }, { + time: '48840000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 376.05442156129357, - time: '13:34:00' + count: 376.05442156129357 }, { + time: '48840000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 536.9939280564523, - time: '13:34:00' + count: 536.9939280564523 }, { + time: '48840000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 527.2552999691857, - time: '13:34:00' + count: 527.2552999691857 }, { + time: '48900000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 523.2824290986816, - time: '13:35:00' + count: 523.2824290986816 }, { + time: '48900000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 436.6484820022721, - time: '13:35:00' + count: 436.6484820022721 }, { + time: '48900000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 408.2418061847437, - time: '13:35:00' + count: 408.2418061847437 }, { + time: '48900000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 527.1800077297216, - time: '13:35:00' + count: 527.1800077297216 }, { + time: '48900000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 459.1679959889578, - time: '13:35:00' + count: 459.1679959889578 }, { + time: '48900000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 545.8557533669932, - time: '13:35:00' + count: 545.8557533669932 }, { + time: '48900000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 544.2777037428829, - time: '13:35:00' + count: 544.2777037428829 }, { + time: '48960000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 652.2887255572379, - time: '13:36:00' + count: 652.2887255572379 }, { + time: '48960000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 390.2378838790313, - time: '13:36:00' + count: 390.2378838790313 }, { + time: '48960000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 356.0821109909393, - time: '13:36:00' + count: 356.0821109909393 }, { + time: '48960000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 481.4692833956947, - time: '13:36:00' + count: 481.4692833956947 }, { + time: '48960000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 449.23450754135024, - time: '13:36:00' + count: 449.23450754135024 }, { + time: '48960000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 474.0965736504461, - time: '13:36:00' + count: 474.0965736504461 }, { + time: '48960000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 556.0561214189669, - time: '13:36:00' + count: 556.0561214189669 }, { + time: '49020000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 582.6916460455893, - time: '13:37:00' + count: 582.6916460455893 }, { + time: '49020000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 414.3175347326409, - time: '13:37:00' + count: 414.3175347326409 }, { + time: '49020000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 434.0154939704496, - time: '13:37:00' + count: 434.0154939704496 }, { + time: '49020000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 538.5849355324173, - time: '13:37:00' + count: 538.5849355324173 }, { + time: '49020000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 478.9645749800544, - time: '13:37:00' + count: 478.9645749800544 }, { + time: '49020000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 373.90725504957027, - time: '13:37:00' + count: 373.90725504957027 }, { + time: '49020000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 562.2607792975028, - time: '13:37:00' + count: 562.2607792975028 }, { + time: '49080000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 499.4348251398676, - time: '13:38:00' + count: 499.4348251398676 }, { + time: '49080000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 382.1061053705576, - time: '13:38:00' + count: 382.1061053705576 }, { + time: '49080000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 370.21810868811133, - time: '13:38:00' + count: 370.21810868811133 }, { + time: '49080000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 357.5728689684962, - time: '13:38:00' + count: 357.5728689684962 }, { + time: '49080000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 455.9790184207077, - time: '13:38:00' + count: 455.9790184207077 }, { + time: '49080000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 449.60890064527837, - time: '13:38:00' + count: 449.60890064527837 }, { + time: '49080000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 557.7802233001725, - time: '13:38:00' + count: 557.7802233001725 }, { + time: '49140000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 591.8276804316915, - time: '13:39:00' + count: 591.8276804316915 }, { + time: '49140000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 540.2362566458195, - time: '13:39:00' + count: 540.2362566458195 }, { + time: '49140000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 405.1004907322681, - time: '13:39:00' + count: 405.1004907322681 }, { + time: '49140000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 557.4382850186051, - time: '13:39:00' + count: 557.4382850186051 }, { + time: '49140000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 401.3465529559222, - time: '13:39:00' + count: 401.3465529559222 }, { + time: '49140000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 544.8497273280555, - time: '13:39:00' + count: 544.8497273280555 }, { + time: '49140000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 534.4790340627625, - time: '13:39:00' + count: 534.4790340627625 }, { + time: '49200000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 510.26591648863393, - time: '13:40:00' + count: 510.26591648863393 }, { + time: '49200000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 443.7631775985864, - time: '13:40:00' + count: 443.7631775985864 }, { + time: '49200000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 527.0042269134398, - time: '13:40:00' + count: 527.0042269134398 }, { + time: '49200000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 413.014311061095, - time: '13:40:00' + count: 413.014311061095 }, { + time: '49200000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 509.82857508322456, - time: '13:40:00' + count: 509.82857508322456 }, { + time: '49200000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 478.8565968850559, - time: '13:40:00' + count: 478.8565968850559 }, { + time: '49200000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 520.1330789846337, - time: '13:40:00' + count: 520.1330789846337 }, { + time: '49260000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 598.3542301871227, - time: '13:41:00' + count: 598.3542301871227 }, { + time: '49260000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 407.0137246003707, - time: '13:41:00' + count: 407.0137246003707 }, { + time: '49260000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 394.1970050137675, - time: '13:41:00' + count: 394.1970050137675 }, { + time: '49260000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 481.8779529298434, - time: '13:41:00' + count: 481.8779529298434 }, { + time: '49260000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 442.0735213486515, - time: '13:41:00' + count: 442.0735213486515 }, { + time: '49260000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 430.0348883852545, - time: '13:41:00' + count: 430.0348883852545 }, { + time: '49260000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 522.4363358173244, - time: '13:41:00' + count: 522.4363358173244 }, { + time: '49320000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 616.9297789503702, - time: '13:42:00' + count: 616.9297789503702 }, { + time: '49320000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 452.6989955367111, - time: '13:42:00' + count: 452.6989955367111 }, { + time: '49320000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 456.4636663142838, - time: '13:42:00' + count: 456.4636663142838 }, { + time: '49320000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 444.0165052686928, - time: '13:42:00' + count: 444.0165052686928 }, { + time: '49320000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 448.63477302450343, - time: '13:42:00' + count: 448.63477302450343 }, { + time: '49320000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 454.7612539385891, - time: '13:42:00' + count: 454.7612539385891 }, { + time: '49320000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 520.2545859823659, - time: '13:42:00' + count: 520.2545859823659 }, { + time: '49380000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 517.9658840824145, - time: '13:43:00' + count: 517.9658840824145 }, { + time: '49380000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 436.3835975154585, - time: '13:43:00' + count: 436.3835975154585 }, { + time: '49380000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 363.84117874370565, - time: '13:43:00' + count: 363.84117874370565 }, { + time: '49380000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 435.2659262139547, - time: '13:43:00' + count: 435.2659262139547 }, { + time: '49380000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 403.3366020463402, - time: '13:43:00' + count: 403.3366020463402 }, { + time: '49380000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 522.0310013252276, - time: '13:43:00' + count: 522.0310013252276 }, { + time: '49380000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 586.6885048433533, - time: '13:43:00' + count: 586.6885048433533 }, { + time: '49440000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 607.1688064622161, - time: '13:44:00' + count: 607.1688064622161 }, { + time: '49440000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 430.95152002333884, - time: '13:44:00' + count: 430.95152002333884 }, { + time: '49440000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 397.2505754751519, - time: '13:44:00' + count: 397.2505754751519 }, { + time: '49440000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 558.041339368926, - time: '13:44:00' + count: 558.041339368926 }, { + time: '49440000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 427.8358874404245, - time: '13:44:00' + count: 427.8358874404245 }, { + time: '49440000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 507.33667841006894, - time: '13:44:00' + count: 507.33667841006894 }, { + time: '49440000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 559.6778361140431, - time: '13:44:00' + count: 559.6778361140431 }, { + time: '49500000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 579.6390463468249, - time: '13:45:00' + count: 579.6390463468249 }, { + time: '49500000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 472.7083350021713, - time: '13:45:00' + count: 472.7083350021713 }, { + time: '49500000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 487.5400317817755, - time: '13:45:00' + count: 487.5400317817755 }, { + time: '49500000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 476.6149399344054, - time: '13:45:00' + count: 476.6149399344054 }, { + time: '49500000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 405.759864298655, - time: '13:45:00' + count: 405.759864298655 }, { + time: '49500000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 468.0533950415153, - time: '13:45:00' + count: 468.0533950415153 }, { + time: '49500000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 382.980568266786, - time: '13:45:00' + count: 382.980568266786 }, { + time: '49560000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 600.1030079997245, - time: '13:46:00' + count: 600.1030079997245 }, { + time: '49560000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 479.87538550236525, - time: '13:46:00' + count: 479.87538550236525 }, { + time: '49560000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 367.65164711061163, - time: '13:46:00' + count: 367.65164711061163 }, { + time: '49560000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 517.3251940865358, - time: '13:46:00' + count: 517.3251940865358 }, { + time: '49560000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 441.35269700382884, - time: '13:46:00' + count: 441.35269700382884 }, { + time: '49560000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 461.6587794092656, - time: '13:46:00' + count: 461.6587794092656 }, { + time: '49560000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 562.795038826488, - time: '13:46:00' + count: 562.795038826488 }, { + time: '49620000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 653.8396491326973, - time: '13:47:00' + count: 653.8396491326973 }, { + time: '49620000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 415.4749426194736, - time: '13:47:00' + count: 415.4749426194736 }, { + time: '49620000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 489.62242789984646, - time: '13:47:00' + count: 489.62242789984646 }, { + time: '49620000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 497.6539710560408, - time: '13:47:00' + count: 497.6539710560408 }, { + time: '49620000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 535.5854240071171, - time: '13:47:00' + count: 535.5854240071171 }, { + time: '49620000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 460.4120925478089, - time: '13:47:00' + count: 460.4120925478089 }, { + time: '49620000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 539.7368097359388, - time: '13:47:00' + count: 539.7368097359388 }, { + time: '49680000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 546.7305941998565, - time: '13:48:00' + count: 546.7305941998565 }, { + time: '49680000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 413.209087967766, - time: '13:48:00' + count: 413.209087967766 }, { + time: '49680000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 434.38759677277375, - time: '13:48:00' + count: 434.38759677277375 }, { + time: '49680000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 523.8520413611561, - time: '13:48:00' + count: 523.8520413611561 }, { + time: '49680000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 381.4049428534322, - time: '13:48:00' + count: 381.4049428534322 }, { + time: '49680000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 433.8794907750749, - time: '13:48:00' + count: 433.8794907750749 }, { + time: '49680000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 529.0645621777052, - time: '13:48:00' + count: 529.0645621777052 }, { + time: '49740000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 521.3131917821255, - time: '13:49:00' + count: 521.3131917821255 }, { + time: '49740000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 428.2474151424178, - time: '13:49:00' + count: 428.2474151424178 }, { + time: '49740000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 370.8766612052866, - time: '13:49:00' + count: 370.8766612052866 }, { + time: '49740000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 503.8410945530128, - time: '13:49:00' + count: 503.8410945530128 }, { + time: '49740000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 369.32193010616294, - time: '13:49:00' + count: 369.32193010616294 }, { + time: '49740000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 560.7687844734721, - time: '13:49:00' + count: 560.7687844734721 }, { + time: '49740000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 510.5740773455557, - time: '13:49:00' + count: 510.5740773455557 }, { + time: '49800000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 514.5242785187238, - time: '13:50:00' + count: 514.5242785187238 }, { + time: '49800000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 326.90394176322076, - time: '13:50:00' + count: 326.90394176322076 }, { + time: '49800000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 430.6203869527761, - time: '13:50:00' + count: 430.6203869527761 }, { + time: '49800000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 435.8503887905715, - time: '13:50:00' + count: 435.8503887905715 }, { + time: '49800000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 523.5585163746804, - time: '13:50:00' + count: 523.5585163746804 }, { + time: '49800000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 463.883976539433, - time: '13:50:00' + count: 463.883976539433 }, { + time: '49800000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 586.2056359993006, - time: '13:50:00' + count: 586.2056359993006 }, { + time: '49860000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 518.209485751728, - time: '13:51:00' + count: 518.209485751728 }, { + time: '49860000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 366.2404468900724, - time: '13:51:00' + count: 366.2404468900724 }, { + time: '49860000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 447.6277224813365, - time: '13:51:00' + count: 447.6277224813365 }, { + time: '49860000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 549.813340972357, - time: '13:51:00' + count: 549.813340972357 }, { + time: '49860000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 439.5338161424067, - time: '13:51:00' + count: 439.5338161424067 }, { + time: '49860000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 540.8579260412748, - time: '13:51:00' + count: 540.8579260412748 }, { + time: '49860000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 577.3763231061429, - time: '13:51:00' + count: 577.3763231061429 }, { + time: '49920000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 555.1449145292947, - time: '13:52:00' + count: 555.1449145292947 }, { + time: '49920000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 510.34371337222626, - time: '13:52:00' + count: 510.34371337222626 }, { + time: '49920000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 430.0904981108598, - time: '13:52:00' + count: 430.0904981108598 }, { + time: '49920000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 475.3121708419344, - time: '13:52:00' + count: 475.3121708419344 }, { + time: '49920000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 416.54636306700417, - time: '13:52:00' + count: 416.54636306700417 }, { + time: '49920000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 556.0658025961226, - time: '13:52:00' + count: 556.0658025961226 }, { + time: '49920000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 491.35611660881955, - time: '13:52:00' + count: 491.35611660881955 }, { + time: '49980000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 576.0575987408322, - time: '13:53:00' + count: 576.0575987408322 }, { + time: '49980000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 524.2483856750641, - time: '13:53:00' + count: 524.2483856750641 }, { + time: '49980000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 320.48876400547715, - time: '13:53:00' + count: 320.48876400547715 }, { + time: '49980000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 422.1709050670124, - time: '13:53:00' + count: 422.1709050670124 }, { + time: '49980000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 501.9952343698038, - time: '13:53:00' + count: 501.9952343698038 }, { + time: '49980000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 529.915544907398, - time: '13:53:00' + count: 529.915544907398 }, { + time: '49980000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 550.3526143562268, - time: '13:53:00' + count: 550.3526143562268 }, { + time: '50040000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 572.834539966501, - time: '13:54:00' + count: 572.834539966501 }, { + time: '50040000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 429.5481980221811, - time: '13:54:00' + count: 429.5481980221811 }, { + time: '50040000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 362.64314120875656, - time: '13:54:00' + count: 362.64314120875656 }, { + time: '50040000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 478.59424195170436, - time: '13:54:00' + count: 478.59424195170436 }, { + time: '50040000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 419.7192230131568, - time: '13:54:00' + count: 419.7192230131568 }, { + time: '50040000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 458.4189843640976, - time: '13:54:00' + count: 458.4189843640976 }, { + time: '50040000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 481.4171632729357, - time: '13:54:00' + count: 481.4171632729357 }, { + time: '50100000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 600.3591624518012, - time: '13:55:00' + count: 600.3591624518012 }, { + time: '50100000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 470.8278481527883, - time: '13:55:00' + count: 470.8278481527883 }, { + time: '50100000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 386.62406822242474, - time: '13:55:00' + count: 386.62406822242474 }, { + time: '50100000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 575.0379895317155, - time: '13:55:00' + count: 575.0379895317155 }, { + time: '50100000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 541.3004856773468, - time: '13:55:00' + count: 541.3004856773468 }, { + time: '50100000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 500.1865045168305, - time: '13:55:00' + count: 500.1865045168305 }, { + time: '50100000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 461.01909176055347, - time: '13:55:00' + count: 461.01909176055347 }, { + time: '50160000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 559.6500945938953, - time: '13:56:00' + count: 559.6500945938953 }, { + time: '50160000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 457.5625077271768, - time: '13:56:00' + count: 457.5625077271768 }, { + time: '50160000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 395.2783285449977, - time: '13:56:00' + count: 395.2783285449977 }, { + time: '50160000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 542.5110871056746, - time: '13:56:00' + count: 542.5110871056746 }, { + time: '50160000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 483.89629356696344, - time: '13:56:00' + count: 483.89629356696344 }, { + time: '50160000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 478.7902196804542, - time: '13:56:00' + count: 478.7902196804542 }, { + time: '50160000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 498.6641387705017, - time: '13:56:00' + count: 498.6641387705017 }, { + time: '50220000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 631.6767038578658, - time: '13:57:00' + count: 631.6767038578658 }, { + time: '50220000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 595.9440404227619, - time: '13:57:00' + count: 595.9440404227619 }, { + time: '50220000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 430.0336048775339, - time: '13:57:00' + count: 430.0336048775339 }, { + time: '50220000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 482.567393279607, - time: '13:57:00' + count: 482.567393279607 }, { + time: '50220000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 425.60442959271484, - time: '13:57:00' + count: 425.60442959271484 }, { + time: '50220000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 434.81490696349357, - time: '13:57:00' + count: 434.81490696349357 }, { + time: '50220000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 573.119673619138, - time: '13:57:00' + count: 573.119673619138 }, { + time: '50280000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 545.7671583381021, - time: '13:58:00' + count: 545.7671583381021 }, { + time: '50280000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 497.97874557172884, - time: '13:58:00' + count: 497.97874557172884 }, { + time: '50280000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 407.8850500466627, - time: '13:58:00' + count: 407.8850500466627 }, { + time: '50280000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 482.53711478407854, - time: '13:58:00' + count: 482.53711478407854 }, { + time: '50280000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 557.8654106632752, - time: '13:58:00' + count: 557.8654106632752 }, { + time: '50280000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 496.21796408608014, - time: '13:58:00' + count: 496.21796408608014 }, { + time: '50280000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 577.6562522688043, - time: '13:58:00' + count: 577.6562522688043 }, { + time: '50340000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 695.008458329481, - time: '13:59:00' + count: 695.008458329481 }, { + time: '50340000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 435.6041204259617, - time: '13:59:00' + count: 435.6041204259617 }, { + time: '50340000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 332.2327820644949, - time: '13:59:00' + count: 332.2327820644949 }, { + time: '50340000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 483.9182474391309, - time: '13:59:00' + count: 483.9182474391309 }, { + time: '50340000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 419.7142538498331, - time: '13:59:00' + count: 419.7142538498331 }, { + time: '50340000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 421.04801044200985, - time: '13:59:00' + count: 421.04801044200985 }, { + time: '50340000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 555.6542710048647, - time: '13:59:00' + count: 555.6542710048647 }, { + time: '50400000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 590.2833673882503, - time: '14:00:00' + count: 590.2833673882503 }, { + time: '50400000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 394.22297796997873, - time: '14:00:00' + count: 394.22297796997873 }, { + time: '50400000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 418.00989255029816, - time: '14:00:00' + count: 418.00989255029816 }, { + time: '50400000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 603.837399178042, - time: '14:00:00' + count: 603.837399178042 }, { + time: '50400000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 487.1047686004654, - time: '14:00:00' + count: 487.1047686004654 }, { + time: '50400000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 539.3839694230782, - time: '14:00:00' + count: 539.3839694230782 }, { + time: '50400000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 566.2547893423998, - time: '14:00:00' + count: 566.2547893423998 }, { + time: '50460000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 516.1421221791859, - time: '14:01:00' + count: 516.1421221791859 }, { + time: '50460000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 361.6776839871214, - time: '14:01:00' + count: 361.6776839871214 }, { + time: '50460000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 429.52928726419117, - time: '14:01:00' + count: 429.52928726419117 }, { + time: '50460000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 519.0967726115776, - time: '14:01:00' + count: 519.0967726115776 }, { + time: '50460000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 464.9646290203246, - time: '14:01:00' + count: 464.9646290203246 }, { + time: '50460000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 456.7691351350803, - time: '14:01:00' + count: 456.7691351350803 }, { + time: '50460000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 555.8089143557479, - time: '14:01:00' + count: 555.8089143557479 }, { + time: '50520000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 505.4553750969444, - time: '14:02:00' + count: 505.4553750969444 }, { + time: '50520000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 452.17318179336115, - time: '14:02:00' + count: 452.17318179336115 }, { + time: '50520000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 426.989522396552, - time: '14:02:00' + count: 426.989522396552 }, { + time: '50520000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 521.5020823595535, - time: '14:02:00' + count: 521.5020823595535 }, { + time: '50520000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 515.08706446994, - time: '14:02:00' + count: 515.08706446994 }, { + time: '50520000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 490.05798279364194, - time: '14:02:00' + count: 490.05798279364194 }, { + time: '50520000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 497.92592023885237, - time: '14:02:00' + count: 497.92592023885237 }, { + time: '50580000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 583.1236207621592, - time: '14:03:00' + count: 583.1236207621592 }, { + time: '50580000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 404.18246273578484, - time: '14:03:00' + count: 404.18246273578484 }, { + time: '50580000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 453.0390362777311, - time: '14:03:00' + count: 453.0390362777311 }, { + time: '50580000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 551.5141727015921, - time: '14:03:00' + count: 551.5141727015921 }, { + time: '50580000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 528.0755598363427, - time: '14:03:00' + count: 528.0755598363427 }, { + time: '50580000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 494.1643935773071, - time: '14:03:00' + count: 494.1643935773071 }, { + time: '50580000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 551.5961272336971, - time: '14:03:00' + count: 551.5961272336971 }, { + time: '50640000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 547.8268607337075, - time: '14:04:00' + count: 547.8268607337075 }, { + time: '50640000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 370.8873145201163, - time: '14:04:00' + count: 370.8873145201163 }, { + time: '50640000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 440.6961077274452, - time: '14:04:00' + count: 440.6961077274452 }, { + time: '50640000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 511.93945795132566, - time: '14:04:00' + count: 511.93945795132566 }, { + time: '50640000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 451.6002074532883, - time: '14:04:00' + count: 451.6002074532883 }, { + time: '50640000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 467.05475131479614, - time: '14:04:00' + count: 467.05475131479614 }, { + time: '50640000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 570.0204762613841, - time: '14:04:00' + count: 570.0204762613841 }, { + time: '50700000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 594.7000247046046, - time: '14:05:00' + count: 594.7000247046046 }, { + time: '50700000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 409.67135578787367, - time: '14:05:00' + count: 409.67135578787367 }, { + time: '50700000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 421.95900396142184, - time: '14:05:00' + count: 421.95900396142184 }, { + time: '50700000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 487.04789270896487, - time: '14:05:00' + count: 487.04789270896487 }, { + time: '50700000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 412.3291064826908, - time: '14:05:00' + count: 412.3291064826908 }, { + time: '50700000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 509.33469007376374, - time: '14:05:00' + count: 509.33469007376374 }, { + time: '50700000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 567.7145664906787, - time: '14:05:00' + count: 567.7145664906787 }, { + time: '50760000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 582.6618812286772, - time: '14:06:00' + count: 582.6618812286772 }, { + time: '50760000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 387.92259981928026, - time: '14:06:00' + count: 387.92259981928026 }, { + time: '50760000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 395.4917144270677, - time: '14:06:00' + count: 395.4917144270677 }, { + time: '50760000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 490.1825075457511, - time: '14:06:00' + count: 490.1825075457511 }, { + time: '50760000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 472.9986071469558, - time: '14:06:00' + count: 472.9986071469558 }, { + time: '50760000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 456.2548171688738, - time: '14:06:00' + count: 456.2548171688738 }, { + time: '50760000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 589.4456685737322, - time: '14:06:00' + count: 589.4456685737322 }, { + time: '50820000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 555.3585543671563, - time: '14:07:00' + count: 555.3585543671563 }, { + time: '50820000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 526.3570817536282, - time: '14:07:00' + count: 526.3570817536282 }, { + time: '50820000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 315.9519533242004, - time: '14:07:00' + count: 315.9519533242004 }, { + time: '50820000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 496.4199370292968, - time: '14:07:00' + count: 496.4199370292968 }, { + time: '50820000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 416.11423151239467, - time: '14:07:00' + count: 416.11423151239467 }, { + time: '50820000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 523.5648648728622, - time: '14:07:00' + count: 523.5648648728622 }, { + time: '50820000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 565.4151923600532, - time: '14:07:00' + count: 565.4151923600532 }, { + time: '50880000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 516.6603140965798, - time: '14:08:00' + count: 516.6603140965798 }, { + time: '50880000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 486.08198784747253, - time: '14:08:00' + count: 486.08198784747253 }, { + time: '50880000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 420.4809109566293, - time: '14:08:00' + count: 420.4809109566293 }, { + time: '50880000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 498.13888817450794, - time: '14:08:00' + count: 498.13888817450794 }, { + time: '50880000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 550.6693623763312, - time: '14:08:00' + count: 550.6693623763312 }, { + time: '50880000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 412.7010159876626, - time: '14:08:00' + count: 412.7010159876626 }, { + time: '50880000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 547.5724103770791, - time: '14:08:00' + count: 547.5724103770791 }, { + time: '50940000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 483.25763876570676, - time: '14:09:00' + count: 483.25763876570676 }, { + time: '50940000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 441.6013679341691, - time: '14:09:00' + count: 441.6013679341691 }, { + time: '50940000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 409.38438435815556, - time: '14:09:00' + count: 409.38438435815556 }, { + time: '50940000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 536.381477181849, - time: '14:09:00' + count: 536.381477181849 }, { + time: '50940000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 456.8267665541369, - time: '14:09:00' + count: 456.8267665541369 }, { + time: '50940000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 486.31897897732057, - time: '14:09:00' + count: 486.31897897732057 }, { + time: '50940000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 583.5075119158214, - time: '14:09:00' + count: 583.5075119158214 }, { + time: '51000000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 536.674252396649, - time: '14:10:00' + count: 536.674252396649 }, { + time: '51000000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 515.9972069445013, - time: '14:10:00' + count: 515.9972069445013 }, { + time: '51000000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 412.5789418597687, - time: '14:10:00' + count: 412.5789418597687 }, { + time: '51000000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 502.59729429036497, - time: '14:10:00' + count: 502.59729429036497 }, { + time: '51000000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 431.7339224343946, - time: '14:10:00' + count: 431.7339224343946 }, { + time: '51000000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 576.9464499529142, - time: '14:10:00' + count: 576.9464499529142 }, { + time: '51000000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 528.673937037547, - time: '14:10:00' + count: 528.673937037547 }, { + time: '51060000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 601.8199397161736, - time: '14:11:00' + count: 601.8199397161736 }, { + time: '51060000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 445.86841538238093, - time: '14:11:00' + count: 445.86841538238093 }, { + time: '51060000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 335.16257120898456, - time: '14:11:00' + count: 335.16257120898456 }, { + time: '51060000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 536.6320038607789, - time: '14:11:00' + count: 536.6320038607789 }, { + time: '51060000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 459.2340152932454, - time: '14:11:00' + count: 459.2340152932454 }, { + time: '51060000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 429.9834337697213, - time: '14:11:00' + count: 429.9834337697213 }, { + time: '51060000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 485.9062674386141, - time: '14:11:00' + count: 485.9062674386141 }, { + time: '51120000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 569.7046872065102, - time: '14:12:00' + count: 569.7046872065102 }, { + time: '51120000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 398.9357899335868, - time: '14:12:00' + count: 398.9357899335868 }, { + time: '51120000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 344.94717297958687, - time: '14:12:00' + count: 344.94717297958687 }, { + time: '51120000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 495.9641709945709, - time: '14:12:00' + count: 495.9641709945709 }, { + time: '51120000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 382.64368552351516, - time: '14:12:00' + count: 382.64368552351516 }, { + time: '51120000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 446.11275147375744, - time: '14:12:00' + count: 446.11275147375744 }, { + time: '51120000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 521.8466518028118, - time: '14:12:00' + count: 521.8466518028118 }, { + time: '51180000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 496.7130610644006, - time: '14:13:00' + count: 496.7130610644006 }, { + time: '51180000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 518.1562038634829, - time: '14:13:00' + count: 518.1562038634829 }, { + time: '51180000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 451.6576426666452, - time: '14:13:00' + count: 451.6576426666452 }, { + time: '51180000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 503.9317595158045, - time: '14:13:00' + count: 503.9317595158045 }, { + time: '51180000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 401.4192980744674, - time: '14:13:00' + count: 401.4192980744674 }, { + time: '51180000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 505.69539248294575, - time: '14:13:00' + count: 505.69539248294575 }, { + time: '51180000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 492.75486775967755, - time: '14:13:00' + count: 492.75486775967755 }, { + time: '51240000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 567.6590462925591, - time: '14:14:00' + count: 567.6590462925591 }, { + time: '51240000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 468.9455021842329, - time: '14:14:00' + count: 468.9455021842329 }, { + time: '51240000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 397.02224230716723, - time: '14:14:00' + count: 397.02224230716723 }, { + time: '51240000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 400.0899657733946, - time: '14:14:00' + count: 400.0899657733946 }, { + time: '51240000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 510.0206953972213, - time: '14:14:00' + count: 510.0206953972213 }, { + time: '51240000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 488.9790890969799, - time: '14:14:00' + count: 488.9790890969799 }, { + time: '51240000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 496.24108625128093, - time: '14:14:00' + count: 496.24108625128093 }, { + time: '51300000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 578.2658689864419, - time: '14:15:00' + count: 578.2658689864419 }, { + time: '51300000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 390.1376922836772, - time: '14:15:00' + count: 390.1376922836772 }, { + time: '51300000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 433.07503486863123, - time: '14:15:00' + count: 433.07503486863123 }, { + time: '51300000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 545.8163837351241, - time: '14:15:00' + count: 545.8163837351241 }, { + time: '51300000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 417.1552860514302, - time: '14:15:00' + count: 417.1552860514302 }, { + time: '51300000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 497.53150496367795, - time: '14:15:00' + count: 497.53150496367795 }, { + time: '51300000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 522.7740664642241, - time: '14:15:00' + count: 522.7740664642241 }, { + time: '51360000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 514.8071281899433, - time: '14:16:00' + count: 514.8071281899433 }, { + time: '51360000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 432.4830660958196, - time: '14:16:00' + count: 432.4830660958196 }, { + time: '51360000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 400.41591880652305, - time: '14:16:00' + count: 400.41591880652305 }, { + time: '51360000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 517.3244237948996, - time: '14:16:00' + count: 517.3244237948996 }, { + time: '51360000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 397.654450865903, - time: '14:16:00' + count: 397.654450865903 }, { + time: '51360000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 504.4593565073832, - time: '14:16:00' + count: 504.4593565073832 }, { + time: '51360000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 490.37900395000196, - time: '14:16:00' + count: 490.37900395000196 }, { + time: '51420000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 566.6862552972764, - time: '14:17:00' + count: 566.6862552972764 }, { + time: '51420000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 398.21908733076214, - time: '14:17:00' + count: 398.21908733076214 }, { + time: '51420000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 400.48780697478725, - time: '14:17:00' + count: 400.48780697478725 }, { + time: '51420000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 549.9005054929826, - time: '14:17:00' + count: 549.9005054929826 }, { + time: '51420000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 476.8326376263643, - time: '14:17:00' + count: 476.8326376263643 }, { + time: '51420000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 511.7360734280885, - time: '14:17:00' + count: 511.7360734280885 }, { + time: '51420000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 514.601923518048, - time: '14:17:00' + count: 514.601923518048 }, { + time: '51480000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 561.9104359222999, - time: '14:18:00' + count: 561.9104359222999 }, { + time: '51480000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 372.8600134517832, - time: '14:18:00' + count: 372.8600134517832 }, { + time: '51480000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 445.9141902987999, - time: '14:18:00' + count: 445.9141902987999 }, { + time: '51480000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 355.18723109031555, - time: '14:18:00' + count: 355.18723109031555 }, { + time: '51480000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 509.28520773314983, - time: '14:18:00' + count: 509.28520773314983 }, { + time: '51480000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 535.4849920978112, - time: '14:18:00' + count: 535.4849920978112 }, { + time: '51480000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 435.3192666523107, - time: '14:18:00' + count: 435.3192666523107 }, { + time: '51540000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 501.85148510846886, - time: '14:19:00' + count: 501.85148510846886 }, { + time: '51540000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 488.3088773765821, - time: '14:19:00' + count: 488.3088773765821 }, { + time: '51540000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 373.1977635891313, - time: '14:19:00' + count: 373.1977635891313 }, { + time: '51540000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 604.4187352390363, - time: '14:19:00' + count: 604.4187352390363 }, { + time: '51540000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 485.9476655332533, - time: '14:19:00' + count: 485.9476655332533 }, { + time: '51540000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 500.4909328464256, - time: '14:19:00' + count: 500.4909328464256 }, { + time: '51540000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 540.6646853686469, - time: '14:19:00' + count: 540.6646853686469 }, { + time: '51600000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 576.8893680174142, - time: '14:20:00' + count: 576.8893680174142 }, { + time: '51600000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 537.4708320235065, - time: '14:20:00' + count: 537.4708320235065 }, { + time: '51600000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 403.8060388470492, - time: '14:20:00' + count: 403.8060388470492 }, { + time: '51600000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 493.02051859224133, - time: '14:20:00' + count: 493.02051859224133 }, { + time: '51600000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 499.80238429029083, - time: '14:20:00' + count: 499.80238429029083 }, { + time: '51600000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 467.93711726907287, - time: '14:20:00' + count: 467.93711726907287 }, { + time: '51600000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 530.0602737681112, - time: '14:20:00' + count: 530.0602737681112 }, { + time: '51660000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 587.0392263184117, - time: '14:21:00' + count: 587.0392263184117 }, { + time: '51660000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 372.07162130904294, - time: '14:21:00' + count: 372.07162130904294 }, { + time: '51660000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 375.8862355647479, - time: '14:21:00' + count: 375.8862355647479 }, { + time: '51660000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 555.4091408368758, - time: '14:21:00' + count: 555.4091408368758 }, { + time: '51660000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 412.16024557152696, - time: '14:21:00' + count: 412.16024557152696 }, { + time: '51660000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 513.6286850601366, - time: '14:21:00' + count: 513.6286850601366 }, { + time: '51660000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 489.14556844659046, - time: '14:21:00' + count: 489.14556844659046 }, { + time: '51720000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 613.1525621587639, - time: '14:22:00' + count: 613.1525621587639 }, { + time: '51720000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 470.1484618345285, - time: '14:22:00' + count: 470.1484618345285 }, { + time: '51720000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 377.2751886283842, - time: '14:22:00' + count: 377.2751886283842 }, { + time: '51720000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 448.0047036437235, - time: '14:22:00' + count: 448.0047036437235 }, { + time: '51720000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 378.9094666629078, - time: '14:22:00' + count: 378.9094666629078 }, { + time: '51720000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 574.9940967447608, - time: '14:22:00' + count: 574.9940967447608 }, { + time: '51720000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 562.9622834216202, - time: '14:22:00' + count: 562.9622834216202 }, { + time: '51780000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 611.6901026017451, - time: '14:23:00' + count: 611.6901026017451 }, { + time: '51780000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 409.46787154390864, - time: '14:23:00' + count: 409.46787154390864 }, { + time: '51780000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 383.541393826568, - time: '14:23:00' + count: 383.541393826568 }, { + time: '51780000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 530.6386952531285, - time: '14:23:00' + count: 530.6386952531285 }, { + time: '51780000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 525.0666825977744, - time: '14:23:00' + count: 525.0666825977744 }, { + time: '51780000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 473.3683126808713, - time: '14:23:00' + count: 473.3683126808713 }, { + time: '51780000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 576.8785068813279, - time: '14:23:00' + count: 576.8785068813279 }, { + time: '51840000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 490.1165316021454, - time: '14:24:00' + count: 490.1165316021454 }, { + time: '51840000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 417.6437308117652, - time: '14:24:00' + count: 417.6437308117652 }, { + time: '51840000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 410.10668858168566, - time: '14:24:00' + count: 410.10668858168566 }, { + time: '51840000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 447.3292218413172, - time: '14:24:00' + count: 447.3292218413172 }, { + time: '51840000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 433.8660080578932, - time: '14:24:00' + count: 433.8660080578932 }, { + time: '51840000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 431.27353476646795, - time: '14:24:00' + count: 431.27353476646795 }, { + time: '51840000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 449.6220067815513, - time: '14:24:00' + count: 449.6220067815513 }, { + time: '51900000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 512.1087480042438, - time: '14:25:00' + count: 512.1087480042438 }, { + time: '51900000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 412.38030378805655, - time: '14:25:00' + count: 412.38030378805655 }, { + time: '51900000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 375.06256891682614, - time: '14:25:00' + count: 375.06256891682614 }, { + time: '51900000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 468.81155196520973, - time: '14:25:00' + count: 468.81155196520973 }, { + time: '51900000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 437.4583491772476, - time: '14:25:00' + count: 437.4583491772476 }, { + time: '51900000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 535.3540334643486, - time: '14:25:00' + count: 535.3540334643486 }, { + time: '51900000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 491.8637610716893, - time: '14:25:00' + count: 491.8637610716893 }, { + time: '51960000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 584.751763360433, - time: '14:26:00' + count: 584.751763360433 }, { + time: '51960000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 398.8004615160092, - time: '14:26:00' + count: 398.8004615160092 }, { + time: '51960000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 461.78780627867604, - time: '14:26:00' + count: 461.78780627867604 }, { + time: '51960000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 595.7015676933393, - time: '14:26:00' + count: 595.7015676933393 }, { + time: '51960000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 516.4097070924529, - time: '14:26:00' + count: 516.4097070924529 }, { + time: '51960000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 473.9809418023201, - time: '14:26:00' + count: 473.9809418023201 }, { + time: '51960000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 491.5428825106351, - time: '14:26:00' + count: 491.5428825106351 }, { + time: '52020000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 584.6892975456104, - time: '14:27:00' + count: 584.6892975456104 }, { + time: '52020000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 444.4260813972414, - time: '14:27:00' + count: 444.4260813972414 }, { + time: '52020000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 354.2696348890248, - time: '14:27:00' + count: 354.2696348890248 }, { + time: '52020000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 490.4658799618327, - time: '14:27:00' + count: 490.4658799618327 }, { + time: '52020000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 477.811500470033, - time: '14:27:00' + count: 477.811500470033 }, { + time: '52020000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 371.3665226992982, - time: '14:27:00' + count: 371.3665226992982 }, { + time: '52020000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 483.0048449445568, - time: '14:27:00' + count: 483.0048449445568 }, { + time: '52080000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 584.7523843153024, - time: '14:28:00' + count: 584.7523843153024 }, { + time: '52080000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 400.4524941794481, - time: '14:28:00' + count: 400.4524941794481 }, { + time: '52080000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 389.65641779193203, - time: '14:28:00' + count: 389.65641779193203 }, { + time: '52080000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 510.87164365898616, - time: '14:28:00' + count: 510.87164365898616 }, { + time: '52080000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 472.7943886040804, - time: '14:28:00' + count: 472.7943886040804 }, { + time: '52080000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 522.3710838575211, - time: '14:28:00' + count: 522.3710838575211 }, { + time: '52080000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 571.4737420965874, - time: '14:28:00' + count: 571.4737420965874 }, { + time: '52140000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 751.6365745327361, - time: '14:29:00' + count: 751.6365745327361 }, { + time: '52140000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 455.5228412889919, - time: '14:29:00' + count: 455.5228412889919 }, { + time: '52140000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 377.01344708629125, - time: '14:29:00' + count: 377.01344708629125 }, { + time: '52140000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 543.5033865344377, - time: '14:29:00' + count: 543.5033865344377 }, { + time: '52140000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 558.2501172450542, - time: '14:29:00' + count: 558.2501172450542 }, { + time: '52140000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 453.23359070230384, - time: '14:29:00' + count: 453.23359070230384 }, { + time: '52140000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 520.3086930613598, - time: '14:29:00' + count: 520.3086930613598 }, { + time: '52200000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 587.5445255346583, - time: '14:30:00' + count: 587.5445255346583 }, { + time: '52200000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 439.4880945275431, - time: '14:30:00' + count: 439.4880945275431 }, { + time: '52200000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 471.3488942176866, - time: '14:30:00' + count: 471.3488942176866 }, { + time: '52200000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 524.7840943986303, - time: '14:30:00' + count: 524.7840943986303 }, { + time: '52200000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 417.8240884809928, - time: '14:30:00' + count: 417.8240884809928 }, { + time: '52200000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 475.47333588479194, - time: '14:30:00' + count: 475.47333588479194 }, { + time: '52200000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 516.7742579344695, - time: '14:30:00' + count: 516.7742579344695 }, { + time: '52260000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 615.7782820090299, - time: '14:31:00' + count: 615.7782820090299 }, { + time: '52260000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 430.0525976566795, - time: '14:31:00' + count: 430.0525976566795 }, { + time: '52260000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 408.8277388255787, - time: '14:31:00' + count: 408.8277388255787 }, { + time: '52260000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 507.5209452571788, - time: '14:31:00' + count: 507.5209452571788 }, { + time: '52260000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 496.3920064040619, - time: '14:31:00' + count: 496.3920064040619 }, { + time: '52260000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 496.5990165284507, - time: '14:31:00' + count: 496.5990165284507 }, { + time: '52260000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 429.8068817796623, - time: '14:31:00' + count: 429.8068817796623 }, { + time: '52320000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 606.7000881746601, - time: '14:32:00' + count: 606.7000881746601 }, { + time: '52320000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 396.6218168979201, - time: '14:32:00' + count: 396.6218168979201 }, { + time: '52320000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 450.59222697343176, - time: '14:32:00' + count: 450.59222697343176 }, { + time: '52320000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 518.2480501233113, - time: '14:32:00' + count: 518.2480501233113 }, { + time: '52320000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 452.85065624485424, - time: '14:32:00' + count: 452.85065624485424 }, { + time: '52320000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 489.5249839889533, - time: '14:32:00' + count: 489.5249839889533 }, { + time: '52320000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 561.7709015104613, - time: '14:32:00' + count: 561.7709015104613 }, { + time: '52380000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 591.5695625652899, - time: '14:33:00' + count: 591.5695625652899 }, { + time: '52380000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 413.16143347158334, - time: '14:33:00' + count: 413.16143347158334 }, { + time: '52380000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 324.7219813481514, - time: '14:33:00' + count: 324.7219813481514 }, { + time: '52380000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 620.1707792619137, - time: '14:33:00' + count: 620.1707792619137 }, { + time: '52380000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 463.42961394316285, - time: '14:33:00' + count: 463.42961394316285 }, { + time: '52380000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 515.472590856952, - time: '14:33:00' + count: 515.472590856952 }, { + time: '52380000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 468.03708025732635, - time: '14:33:00' + count: 468.03708025732635 }, { + time: '52440000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 543.2365377679827, - time: '14:34:00' + count: 543.2365377679827 }, { + time: '52440000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 479.7695612912878, - time: '14:34:00' + count: 479.7695612912878 }, { + time: '52440000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 412.35251329346295, - time: '14:34:00' + count: 412.35251329346295 }, { + time: '52440000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 497.1190601483207, - time: '14:34:00' + count: 497.1190601483207 }, { + time: '52440000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 526.4234213206266, - time: '14:34:00' + count: 526.4234213206266 }, { + time: '52440000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 458.2256814715078, - time: '14:34:00' + count: 458.2256814715078 }, { + time: '52440000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 532.9966315133164, - time: '14:34:00' + count: 532.9966315133164 }, { + time: '52500000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 596.9484610246634, - time: '14:35:00' + count: 596.9484610246634 }, { + time: '52500000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 467.04585938121903, - time: '14:35:00' + count: 467.04585938121903 }, { + time: '52500000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 443.4815397811719, - time: '14:35:00' + count: 443.4815397811719 }, { + time: '52500000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 510.0549523357484, - time: '14:35:00' + count: 510.0549523357484 }, { + time: '52500000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 475.3917878144812, - time: '14:35:00' + count: 475.3917878144812 }, { + time: '52500000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 505.65528990880415, - time: '14:35:00' + count: 505.65528990880415 }, { + time: '52500000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 543.8688468979096, - time: '14:35:00' + count: 543.8688468979096 }, { + time: '52560000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 520.3587392731214, - time: '14:36:00' + count: 520.3587392731214 }, { + time: '52560000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 393.12223776007244, - time: '14:36:00' + count: 393.12223776007244 }, { + time: '52560000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 403.11419946377123, - time: '14:36:00' + count: 403.11419946377123 }, { + time: '52560000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 552.5327198003806, - time: '14:36:00' + count: 552.5327198003806 }, { + time: '52560000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 476.91480395248163, - time: '14:36:00' + count: 476.91480395248163 }, { + time: '52560000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 467.02266612080416, - time: '14:36:00' + count: 467.02266612080416 }, { + time: '52560000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 598.0329297919326, - time: '14:36:00' + count: 598.0329297919326 }, { + time: '52620000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 547.1590696629995, - time: '14:37:00' + count: 547.1590696629995 }, { + time: '52620000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 446.9666152714613, - time: '14:37:00' + count: 446.9666152714613 }, { + time: '52620000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 452.27401875326757, - time: '14:37:00' + count: 452.27401875326757 }, { + time: '52620000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 555.2762966478992, - time: '14:37:00' + count: 555.2762966478992 }, { + time: '52620000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 503.6253668654901, - time: '14:37:00' + count: 503.6253668654901 }, { + time: '52620000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 516.9405240443751, - time: '14:37:00' + count: 516.9405240443751 }, { + time: '52620000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 464.5589800440444, - time: '14:37:00' + count: 464.5589800440444 }, { + time: '52680000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 534.7318226085448, - time: '14:38:00' + count: 534.7318226085448 }, { + time: '52680000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 479.5693561685895, - time: '14:38:00' + count: 479.5693561685895 }, { + time: '52680000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 373.13557749498136, - time: '14:38:00' + count: 373.13557749498136 }, { + time: '52680000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 559.351515278019, - time: '14:38:00' + count: 559.351515278019 }, { + time: '52680000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 431.7523635228557, - time: '14:38:00' + count: 431.7523635228557 }, { + time: '52680000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 510.76837420065266, - time: '14:38:00' + count: 510.76837420065266 }, { + time: '52680000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 379.0243922089587, - time: '14:38:00' + count: 379.0243922089587 }, { + time: '52740000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 563.0937069693161, - time: '14:39:00' + count: 563.0937069693161 }, { + time: '52740000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 358.5297359439314, - time: '14:39:00' + count: 358.5297359439314 }, { + time: '52740000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 469.46737200927896, - time: '14:39:00' + count: 469.46737200927896 }, { + time: '52740000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 531.9365111014592, - time: '14:39:00' + count: 531.9365111014592 }, { + time: '52740000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 408.0395166330497, - time: '14:39:00' + count: 408.0395166330497 }, { + time: '52740000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 433.22806489777025, - time: '14:39:00' + count: 433.22806489777025 }, { + time: '52740000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 539.1924772376848, - time: '14:39:00' + count: 539.1924772376848 }, { + time: '52800000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 674.7329283336754, - time: '14:40:00' + count: 674.7329283336754 }, { + time: '52800000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 469.16800961899673, - time: '14:40:00' + count: 469.16800961899673 }, { + time: '52800000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 513.9449061809626, - time: '14:40:00' + count: 513.9449061809626 }, { + time: '52800000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 442.8497543634758, - time: '14:40:00' + count: 442.8497543634758 }, { + time: '52800000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 397.7595402989483, - time: '14:40:00' + count: 397.7595402989483 }, { + time: '52800000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 534.2991058087516, - time: '14:40:00' + count: 534.2991058087516 }, { + time: '52800000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 620.0255590755427, - time: '14:40:00' + count: 620.0255590755427 }, { + time: '52860000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 465.6367403704126, - time: '14:41:00' + count: 465.6367403704126 }, { + time: '52860000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 408.86881205270765, - time: '14:41:00' + count: 408.86881205270765 }, { + time: '52860000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 380.85807197801705, - time: '14:41:00' + count: 380.85807197801705 }, { + time: '52860000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 581.6715766150548, - time: '14:41:00' + count: 581.6715766150548 }, { + time: '52860000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 351.6821705311999, - time: '14:41:00' + count: 351.6821705311999 }, { + time: '52860000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 453.2018277442976, - time: '14:41:00' + count: 453.2018277442976 }, { + time: '52860000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 591.9473176469719, - time: '14:41:00' + count: 591.9473176469719 }, { + time: '52920000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 593.3130095187257, - time: '14:42:00' + count: 593.3130095187257 }, { + time: '52920000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 470.52993342965794, - time: '14:42:00' + count: 470.52993342965794 }, { + time: '52920000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 376.7248739299614, - time: '14:42:00' + count: 376.7248739299614 }, { + time: '52920000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 442.6827303490656, - time: '14:42:00' + count: 442.6827303490656 }, { + time: '52920000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 552.8103564970161, - time: '14:42:00' + count: 552.8103564970161 }, { + time: '52920000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 520.4028899140573, - time: '14:42:00' + count: 520.4028899140573 }, { + time: '52920000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 540.4829707637313, - time: '14:42:00' + count: 540.4829707637313 }, { + time: '52980000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 478.3642064405174, - time: '14:43:00' + count: 478.3642064405174 }, { + time: '52980000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 403.83704217287413, - time: '14:43:00' + count: 403.83704217287413 }, { + time: '52980000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 471.66922385588504, - time: '14:43:00' + count: 471.66922385588504 }, { + time: '52980000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 515.1317732619517, - time: '14:43:00' + count: 515.1317732619517 }, { + time: '52980000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 394.83958171391583, - time: '14:43:00' + count: 394.83958171391583 }, { + time: '52980000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 498.36436567006706, - time: '14:43:00' + count: 498.36436567006706 }, { + time: '52980000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 505.4181907183976, - time: '14:43:00' + count: 505.4181907183976 }, { + time: '53040000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 535.4034067105283, - time: '14:44:00' + count: 535.4034067105283 }, { + time: '53040000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 351.75589496677406, - time: '14:44:00' + count: 351.75589496677406 }, { + time: '53040000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 477.97860728653563, - time: '14:44:00' + count: 477.97860728653563 }, { + time: '53040000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 462.2862074990321, - time: '14:44:00' + count: 462.2862074990321 }, { + time: '53040000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 438.9373188207114, - time: '14:44:00' + count: 438.9373188207114 }, { + time: '53040000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 571.9091838397561, - time: '14:44:00' + count: 571.9091838397561 }, { + time: '53040000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 570.3561298318655, - time: '14:44:00' + count: 570.3561298318655 }, { + time: '53100000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 613.4475298483683, - time: '14:45:00' + count: 613.4475298483683 }, { + time: '53100000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 360.6228781058419, - time: '14:45:00' + count: 360.6228781058419 }, { + time: '53100000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 372.8569986423366, - time: '14:45:00' + count: 372.8569986423366 }, { + time: '53100000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 496.7930826703504, - time: '14:45:00' + count: 496.7930826703504 }, { + time: '53100000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 436.15933500555394, - time: '14:45:00' + count: 436.15933500555394 }, { + time: '53100000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 468.8267008814074, - time: '14:45:00' + count: 468.8267008814074 }, { + time: '53100000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 481.3226900147766, - time: '14:45:00' + count: 481.3226900147766 }, { + time: '53160000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 562.2140009547732, - time: '14:46:00' + count: 562.2140009547732 }, { + time: '53160000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 444.4042473330691, - time: '14:46:00' + count: 444.4042473330691 }, { + time: '53160000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 377.99065914520713, - time: '14:46:00' + count: 377.99065914520713 }, { + time: '53160000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 516.438120515174, - time: '14:46:00' + count: 516.438120515174 }, { + time: '53160000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 465.370334890455, - time: '14:46:00' + count: 465.370334890455 }, { + time: '53160000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 462.53416019409013, - time: '14:46:00' + count: 462.53416019409013 }, { + time: '53160000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 553.8178884678109, - time: '14:46:00' + count: 553.8178884678109 }, { + time: '53220000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 505.1127611035347, - time: '14:47:00' + count: 505.1127611035347 }, { + time: '53220000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 454.9861250860741, - time: '14:47:00' + count: 454.9861250860741 }, { + time: '53220000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 384.9107695569746, - time: '14:47:00' + count: 384.9107695569746 }, { + time: '53220000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 516.0678607725137, - time: '14:47:00' + count: 516.0678607725137 }, { + time: '53220000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 490.7868606269648, - time: '14:47:00' + count: 490.7868606269648 }, { + time: '53220000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 479.0290197056134, - time: '14:47:00' + count: 479.0290197056134 }, { + time: '53220000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 555.2735079583314, - time: '14:47:00' + count: 555.2735079583314 }, { + time: '53280000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 523.2348145370016, - time: '14:48:00' + count: 523.2348145370016 }, { + time: '53280000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 396.78416874477955, - time: '14:48:00' + count: 396.78416874477955 }, { + time: '53280000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 331.77747444828617, - time: '14:48:00' + count: 331.77747444828617 }, { + time: '53280000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 521.0960377117642, - time: '14:48:00' + count: 521.0960377117642 }, { + time: '53280000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 493.02367441798725, - time: '14:48:00' + count: 493.02367441798725 }, { + time: '53280000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 464.8410108582862, - time: '14:48:00' + count: 464.8410108582862 }, { + time: '53280000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 583.010495374944, - time: '14:48:00' + count: 583.010495374944 }, { + time: '53340000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 592.9798874467338, - time: '14:49:00' + count: 592.9798874467338 }, { + time: '53340000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 473.9296229388687, - time: '14:49:00' + count: 473.9296229388687 }, { + time: '53340000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 353.0674026757901, - time: '14:49:00' + count: 353.0674026757901 }, { + time: '53340000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 580.6855634529323, - time: '14:49:00' + count: 580.6855634529323 }, { + time: '53340000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 420.8461280715531, - time: '14:49:00' + count: 420.8461280715531 }, { + time: '53340000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 519.9970950971025, - time: '14:49:00' + count: 519.9970950971025 }, { + time: '53340000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 667.983001945554, - time: '14:49:00' + count: 667.983001945554 }, { + time: '53400000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 522.4816684141432, - time: '14:50:00' + count: 522.4816684141432 }, { + time: '53400000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 358.923996886552, - time: '14:50:00' + count: 358.923996886552 }, { + time: '53400000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 348.7929616623966, - time: '14:50:00' + count: 348.7929616623966 }, { + time: '53400000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 522.676715075699, - time: '14:50:00' + count: 522.676715075699 }, { + time: '53400000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 441.6439143106794, - time: '14:50:00' + count: 441.6439143106794 }, { + time: '53400000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 399.1844695781706, - time: '14:50:00' + count: 399.1844695781706 }, { + time: '53400000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 549.6207983589384, - time: '14:50:00' + count: 549.6207983589384 }, { + time: '53460000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 569.8229294790988, - time: '14:51:00' + count: 569.8229294790988 }, { + time: '53460000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 438.6960100676342, - time: '14:51:00' + count: 438.6960100676342 }, { + time: '53460000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 360.61012174479356, - time: '14:51:00' + count: 360.61012174479356 }, { + time: '53460000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 487.79216823546756, - time: '14:51:00' + count: 487.79216823546756 }, { + time: '53460000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 464.12899752441496, - time: '14:51:00' + count: 464.12899752441496 }, { + time: '53460000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 427.3158790426823, - time: '14:51:00' + count: 427.3158790426823 }, { + time: '53460000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 504.5518187146251, - time: '14:51:00' + count: 504.5518187146251 }, { + time: '53520000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 561.2785919951907, - time: '14:52:00' + count: 561.2785919951907 }, { + time: '53520000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 381.44919001187714, - time: '14:52:00' + count: 381.44919001187714 }, { + time: '53520000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 397.2657556306609, - time: '14:52:00' + count: 397.2657556306609 }, { + time: '53520000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 548.2043584144178, - time: '14:52:00' + count: 548.2043584144178 }, { + time: '53520000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 437.56544369082263, - time: '14:52:00' + count: 437.56544369082263 }, { + time: '53520000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 426.6098539210403, - time: '14:52:00' + count: 426.6098539210403 }, { + time: '53520000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 528.7212843904002, - time: '14:52:00' + count: 528.7212843904002 }, { + time: '53580000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 526.4199826197091, - time: '14:53:00' + count: 526.4199826197091 }, { + time: '53580000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 409.40819460989206, - time: '14:53:00' + count: 409.40819460989206 }, { + time: '53580000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 410.710736626826, - time: '14:53:00' + count: 410.710736626826 }, { + time: '53580000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 559.473524446232, - time: '14:53:00' + count: 559.473524446232 }, { + time: '53580000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 530.3672788009997, - time: '14:53:00' + count: 530.3672788009997 }, { + time: '53580000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 527.5153795986788, - time: '14:53:00' + count: 527.5153795986788 }, { + time: '53580000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 441.54620475554407, - time: '14:53:00' + count: 441.54620475554407 }, { + time: '53640000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 666.1972044662663, - time: '14:54:00' + count: 666.1972044662663 }, { + time: '53640000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 444.3699335658207, - time: '14:54:00' + count: 444.3699335658207 }, { + time: '53640000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 476.52502464070386, - time: '14:54:00' + count: 476.52502464070386 }, { + time: '53640000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 438.61960924315036, - time: '14:54:00' + count: 438.61960924315036 }, { + time: '53640000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 474.54874758191255, - time: '14:54:00' + count: 474.54874758191255 }, { + time: '53640000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 565.5306686290962, - time: '14:54:00' + count: 565.5306686290962 }, { + time: '53640000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 495.26434344554707, - time: '14:54:00' + count: 495.26434344554707 }, { + time: '53700000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 590.6959511159006, - time: '14:55:00' + count: 590.6959511159006 }, { + time: '53700000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 398.97933173580236, - time: '14:55:00' + count: 398.97933173580236 }, { + time: '53700000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 349.08229796306046, - time: '14:55:00' + count: 349.08229796306046 }, { + time: '53700000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 529.8700034924929, - time: '14:55:00' + count: 529.8700034924929 }, { + time: '53700000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 486.74388930249086, - time: '14:55:00' + count: 486.74388930249086 }, { + time: '53700000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 474.77753907312643, - time: '14:55:00' + count: 474.77753907312643 }, { + time: '53700000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 509.5358780943448, - time: '14:55:00' + count: 509.5358780943448 }, { + time: '53760000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 457.74287066711963, - time: '14:56:00' + count: 457.74287066711963 }, { + time: '53760000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 422.7722227885087, - time: '14:56:00' + count: 422.7722227885087 }, { + time: '53760000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 448.2161199238292, - time: '14:56:00' + count: 448.2161199238292 }, { + time: '53760000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 535.0586371155449, - time: '14:56:00' + count: 535.0586371155449 }, { + time: '53760000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 483.14406343337066, - time: '14:56:00' + count: 483.14406343337066 }, { + time: '53760000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 471.5589138404995, - time: '14:56:00' + count: 471.5589138404995 }, { + time: '53760000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 503.79558010327037, - time: '14:56:00' + count: 503.79558010327037 }, { + time: '53820000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 568.3227157384714, - time: '14:57:00' + count: 568.3227157384714 }, { + time: '53820000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 492.31464046072205, - time: '14:57:00' + count: 492.31464046072205 }, { + time: '53820000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 388.3005577887246, - time: '14:57:00' + count: 388.3005577887246 }, { + time: '53820000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 485.1218248320004, - time: '14:57:00' + count: 485.1218248320004 }, { + time: '53820000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 508.67369287426624, - time: '14:57:00' + count: 508.67369287426624 }, { + time: '53820000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 483.50260815565906, - time: '14:57:00' + count: 483.50260815565906 }, { + time: '53820000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 537.6177436016861, - time: '14:57:00' + count: 537.6177436016861 }, { + time: '53880000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 525.9106767615806, - time: '14:58:00' + count: 525.9106767615806 }, { + time: '53880000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 413.15540652384254, - time: '14:58:00' + count: 413.15540652384254 }, { + time: '53880000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 396.52681451737834, - time: '14:58:00' + count: 396.52681451737834 }, { + time: '53880000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 568.785340665581, - time: '14:58:00' + count: 568.785340665581 }, { + time: '53880000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 459.05107793518533, - time: '14:58:00' + count: 459.05107793518533 }, { + time: '53880000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 538.0939151304095, - time: '14:58:00' + count: 538.0939151304095 }, { + time: '53880000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 488.87900338088997, - time: '14:58:00' + count: 488.87900338088997 }, { + time: '53940000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 601.6216667398112, - time: '14:59:00' + count: 601.6216667398112 }, { + time: '53940000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 483.7846056032571, - time: '14:59:00' + count: 483.7846056032571 }, { + time: '53940000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 432.7409746083302, - time: '14:59:00' + count: 432.7409746083302 }, { + time: '53940000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 492.4972206483737, - time: '14:59:00' + count: 492.4972206483737 }, { + time: '53940000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 385.1584026022077, - time: '14:59:00' + count: 385.1584026022077 }, { + time: '53940000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 433.6323432904713, - time: '14:59:00' + count: 433.6323432904713 }, { + time: '53940000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 586.0515333662236, - time: '14:59:00' + count: 586.0515333662236 }, { + time: '54000000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 519.373963078365, - time: '15:00:00' + count: 519.373963078365 }, { + time: '54000000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 385.5146572671191, - time: '15:00:00' + count: 385.5146572671191 }, { + time: '54000000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 342.86389892188504, - time: '15:00:00' + count: 342.86389892188504 }, { + time: '54000000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 506.2788226735771, - time: '15:00:00' + count: 506.2788226735771 }, { + time: '54000000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 469.9843975876321, - time: '15:00:00' + count: 469.9843975876321 }, { + time: '54000000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 491.91844913673924, - time: '15:00:00' + count: 491.91844913673924 }, { + time: '54000000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 530.0103532459099, - time: '15:00:00' + count: 530.0103532459099 }, { + time: '54060000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 553.2631779266551, - time: '15:01:00' + count: 553.2631779266551 }, { + time: '54060000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 468.4902088957641, - time: '15:01:00' + count: 468.4902088957641 }, { + time: '54060000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 418.12048730920253, - time: '15:01:00' + count: 418.12048730920253 }, { + time: '54060000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 491.34640878580655, - time: '15:01:00' + count: 491.34640878580655 }, { + time: '54060000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 417.4321553104086, - time: '15:01:00' + count: 417.4321553104086 }, { + time: '54060000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 528.7598814891215, - time: '15:01:00' + count: 528.7598814891215 }, { + time: '54060000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 529.5349839430693, - time: '15:01:00' + count: 529.5349839430693 }, { + time: '54120000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 584.2493639490228, - time: '15:02:00' + count: 584.2493639490228 }, { + time: '54120000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 514.078431032895, - time: '15:02:00' + count: 514.078431032895 }, { + time: '54120000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 407.3226104106528, - time: '15:02:00' + count: 407.3226104106528 }, { + time: '54120000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 500.77895237907336, - time: '15:02:00' + count: 500.77895237907336 }, { + time: '54120000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 423.5691659125122, - time: '15:02:00' + count: 423.5691659125122 }, { + time: '54120000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 505.05470849699225, - time: '15:02:00' + count: 505.05470849699225 }, { + time: '54120000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 513.6052641743541, - time: '15:02:00' + count: 513.6052641743541 }, { + time: '54180000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 602.2877597085061, - time: '15:03:00' + count: 602.2877597085061 }, { + time: '54180000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 318.41777499363553, - time: '15:03:00' + count: 318.41777499363553 }, { + time: '54180000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 423.62256320040746, - time: '15:03:00' + count: 423.62256320040746 }, { + time: '54180000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 445.18624565523993, - time: '15:03:00' + count: 445.18624565523993 }, { + time: '54180000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 479.3182009377547, - time: '15:03:00' + count: 479.3182009377547 }, { + time: '54180000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 489.4790808299372, - time: '15:03:00' + count: 489.4790808299372 }, { + time: '54180000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 537.759534192949, - time: '15:03:00' + count: 537.759534192949 }, { + time: '54240000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 498.98517964721117, - time: '15:04:00' + count: 498.98517964721117 }, { + time: '54240000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 402.1552372264762, - time: '15:04:00' + count: 402.1552372264762 }, { + time: '54240000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 413.4584321953909, - time: '15:04:00' + count: 413.4584321953909 }, { + time: '54240000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 427.9974558702853, - time: '15:04:00' + count: 427.9974558702853 }, { + time: '54240000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 511.91415357168177, - time: '15:04:00' + count: 511.91415357168177 }, { + time: '54240000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 530.0523046283571, - time: '15:04:00' + count: 530.0523046283571 }, { + time: '54240000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 571.2549132333818, - time: '15:04:00' + count: 571.2549132333818 }, { + time: '54300000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 542.2749382079526, - time: '15:05:00' + count: 542.2749382079526 }, { + time: '54300000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 470.853606359027, - time: '15:05:00' + count: 470.853606359027 }, { + time: '54300000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 521.7650069955447, - time: '15:05:00' + count: 521.7650069955447 }, { + time: '54300000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 579.7252531612486, - time: '15:05:00' + count: 579.7252531612486 }, { + time: '54300000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 451.06357883680306, - time: '15:05:00' + count: 451.06357883680306 }, { + time: '54300000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 344.83838535003815, - time: '15:05:00' + count: 344.83838535003815 }, { + time: '54300000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 486.643489214455, - time: '15:05:00' + count: 486.643489214455 }, { + time: '54360000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 535.2527344419522, - time: '15:06:00' + count: 535.2527344419522 }, { + time: '54360000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 431.84773069785035, - time: '15:06:00' + count: 431.84773069785035 }, { + time: '54360000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 367.1130007874342, - time: '15:06:00' + count: 367.1130007874342 }, { + time: '54360000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 457.6519325840836, - time: '15:06:00' + count: 457.6519325840836 }, { + time: '54360000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 465.4416506299482, - time: '15:06:00' + count: 465.4416506299482 }, { + time: '54360000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 513.8937659765454, - time: '15:06:00' + count: 513.8937659765454 }, { + time: '54360000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 497.0941755462372, - time: '15:06:00' + count: 497.0941755462372 }, { + time: '54420000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 526.3335383713144, - time: '15:07:00' + count: 526.3335383713144 }, { + time: '54420000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 460.5572936685654, - time: '15:07:00' + count: 460.5572936685654 }, { + time: '54420000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 372.45015224990914, - time: '15:07:00' + count: 372.45015224990914 }, { + time: '54420000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 450.43038252718463, - time: '15:07:00' + count: 450.43038252718463 }, { + time: '54420000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 535.1107472317619, - time: '15:07:00' + count: 535.1107472317619 }, { + time: '54420000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 447.29621584362883, - time: '15:07:00' + count: 447.29621584362883 }, { + time: '54420000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 514.8136985611668, - time: '15:07:00' + count: 514.8136985611668 }, { + time: '54480000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 647.2727120140548, - time: '15:08:00' + count: 647.2727120140548 }, { + time: '54480000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 411.80074066420894, - time: '15:08:00' + count: 411.80074066420894 }, { + time: '54480000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 367.8429736787618, - time: '15:08:00' + count: 367.8429736787618 }, { + time: '54480000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 392.33049431981425, - time: '15:08:00' + count: 392.33049431981425 }, { + time: '54480000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 462.03765897442844, - time: '15:08:00' + count: 462.03765897442844 }, { + time: '54480000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 388.46835515717714, - time: '15:08:00' + count: 388.46835515717714 }, { + time: '54480000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 462.70645382633927, - time: '15:08:00' + count: 462.70645382633927 }, { + time: '54540000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 579.2490855480478, - time: '15:09:00' + count: 579.2490855480478 }, { + time: '54540000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 446.329489373645, - time: '15:09:00' + count: 446.329489373645 }, { + time: '54540000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 371.22614404198725, - time: '15:09:00' + count: 371.22614404198725 }, { + time: '54540000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 468.0519126155249, - time: '15:09:00' + count: 468.0519126155249 }, { + time: '54540000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 580.0841557090198, - time: '15:09:00' + count: 580.0841557090198 }, { + time: '54540000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 505.560129976249, - time: '15:09:00' + count: 505.560129976249 }, { + time: '54540000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 489.0371070139251, - time: '15:09:00' + count: 489.0371070139251 }, { + time: '54600000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 495.95580228324775, - time: '15:10:00' + count: 495.95580228324775 }, { + time: '54600000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 434.21613823039604, - time: '15:10:00' + count: 434.21613823039604 }, { + time: '54600000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 367.13064363467413, - time: '15:10:00' + count: 367.13064363467413 }, { + time: '54600000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 433.8455103296251, - time: '15:10:00' + count: 433.8455103296251 }, { + time: '54600000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 478.2754822815772, - time: '15:10:00' + count: 478.2754822815772 }, { + time: '54600000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 548.6829272581479, - time: '15:10:00' + count: 548.6829272581479 }, { + time: '54600000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 506.18895632276707, - time: '15:10:00' + count: 506.18895632276707 }, { + time: '54660000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 604.8930973527388, - time: '15:11:00' + count: 604.8930973527388 }, { + time: '54660000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 500.38910308299035, - time: '15:11:00' + count: 500.38910308299035 }, { + time: '54660000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 458.4508265553776, - time: '15:11:00' + count: 458.4508265553776 }, { + time: '54660000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 582.1007580068184, - time: '15:11:00' + count: 582.1007580068184 }, { + time: '54660000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 361.96186204220913, - time: '15:11:00' + count: 361.96186204220913 }, { + time: '54660000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 473.12757426861543, - time: '15:11:00' + count: 473.12757426861543 }, { + time: '54660000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 573.7194590356364, - time: '15:11:00' + count: 573.7194590356364 }, { + time: '54720000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 665.1078098506316, - time: '15:12:00' + count: 665.1078098506316 }, { + time: '54720000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 454.7210421650607, - time: '15:12:00' + count: 454.7210421650607 }, { + time: '54720000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 470.0252123994927, - time: '15:12:00' + count: 470.0252123994927 }, { + time: '54720000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 550.4908544671317, - time: '15:12:00' + count: 550.4908544671317 }, { + time: '54720000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 487.6670810552266, - time: '15:12:00' + count: 487.6670810552266 }, { + time: '54720000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 527.643727360147, - time: '15:12:00' + count: 527.643727360147 }, { + time: '54720000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 543.1280664500963, - time: '15:12:00' + count: 543.1280664500963 }, { + time: '54780000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 610.6232630275573, - time: '15:13:00' + count: 610.6232630275573 }, { + time: '54780000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 458.8801331037601, - time: '15:13:00' + count: 458.8801331037601 }, { + time: '54780000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 370.46268531252616, - time: '15:13:00' + count: 370.46268531252616 }, { + time: '54780000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 465.5924827411138, - time: '15:13:00' + count: 465.5924827411138 }, { + time: '54780000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 469.0579192441389, - time: '15:13:00' + count: 469.0579192441389 }, { + time: '54780000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 560.6139128994323, - time: '15:13:00' + count: 560.6139128994323 }, { + time: '54780000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 539.6794955683772, - time: '15:13:00' + count: 539.6794955683772 }, { + time: '54840000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 483.03150170229935, - time: '15:14:00' + count: 483.03150170229935 }, { + time: '54840000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 421.4061516938766, - time: '15:14:00' + count: 421.4061516938766 }, { + time: '54840000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 357.38222134478855, - time: '15:14:00' + count: 357.38222134478855 }, { + time: '54840000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 612.6217902672154, - time: '15:14:00' + count: 612.6217902672154 }, { + time: '54840000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 514.4876377041373, - time: '15:14:00' + count: 514.4876377041373 }, { + time: '54840000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 545.7457226792023, - time: '15:14:00' + count: 545.7457226792023 }, { + time: '54840000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 572.5448981083986, - time: '15:14:00' + count: 572.5448981083986 }, { + time: '54900000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 534.7882963566874, - time: '15:15:00' + count: 534.7882963566874 }, { + time: '54900000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 417.6196887963753, - time: '15:15:00' + count: 417.6196887963753 }, { + time: '54900000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 422.5707778193202, - time: '15:15:00' + count: 422.5707778193202 }, { + time: '54900000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 549.0882743495797, - time: '15:15:00' + count: 549.0882743495797 }, { + time: '54900000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 483.6590675634979, - time: '15:15:00' + count: 483.6590675634979 }, { + time: '54900000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 561.9982264685697, - time: '15:15:00' + count: 561.9982264685697 }, { + time: '54900000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 523.1314105800302, - time: '15:15:00' + count: 523.1314105800302 }, { + time: '54960000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 622.3455574593312, - time: '15:16:00' + count: 622.3455574593312 }, { + time: '54960000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 420.372090609019, - time: '15:16:00' + count: 420.372090609019 }, { + time: '54960000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 371.38884778595144, - time: '15:16:00' + count: 371.38884778595144 }, { + time: '54960000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 483.7584308245689, - time: '15:16:00' + count: 483.7584308245689 }, { + time: '54960000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 443.0772008008113, - time: '15:16:00' + count: 443.0772008008113 }, { + time: '54960000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 517.1063745535946, - time: '15:16:00' + count: 517.1063745535946 }, { + time: '54960000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 549.5232424964445, - time: '15:16:00' + count: 549.5232424964445 }, { + time: '55020000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 523.616526719061, - time: '15:17:00' + count: 523.616526719061 }, { + time: '55020000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 461.7226071189148, - time: '15:17:00' + count: 461.7226071189148 }, { + time: '55020000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 430.6465908877755, - time: '15:17:00' + count: 430.6465908877755 }, { + time: '55020000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 375.0297142563213, - time: '15:17:00' + count: 375.0297142563213 }, { + time: '55020000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 388.7850881855317, - time: '15:17:00' + count: 388.7850881855317 }, { + time: '55020000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 483.77168194507965, - time: '15:17:00' + count: 483.77168194507965 }, { + time: '55020000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 524.8389123533752, - time: '15:17:00' + count: 524.8389123533752 }, { + time: '55080000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 581.1909714073114, - time: '15:18:00' + count: 581.1909714073114 }, { + time: '55080000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 420.95077595898687, - time: '15:18:00' + count: 420.95077595898687 }, { + time: '55080000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 409.146151042565, - time: '15:18:00' + count: 409.146151042565 }, { + time: '55080000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 614.547128629537, - time: '15:18:00' + count: 614.547128629537 }, { + time: '55080000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 439.54883713569876, - time: '15:18:00' + count: 439.54883713569876 }, { + time: '55080000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 399.90170940514156, - time: '15:18:00' + count: 399.90170940514156 }, { + time: '55080000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 543.2681174699815, - time: '15:18:00' + count: 543.2681174699815 }, { + time: '55140000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 597.7317026714668, - time: '15:19:00' + count: 597.7317026714668 }, { + time: '55140000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 456.48874284482065, - time: '15:19:00' + count: 456.48874284482065 }, { + time: '55140000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 323.2127942501384, - time: '15:19:00' + count: 323.2127942501384 }, { + time: '55140000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 430.5213766618202, - time: '15:19:00' + count: 430.5213766618202 }, { + time: '55140000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 407.473977289535, - time: '15:19:00' + count: 407.473977289535 }, { + time: '55140000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 467.69687559350257, - time: '15:19:00' + count: 467.69687559350257 }, { + time: '55140000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 500.8620671194209, - time: '15:19:00' + count: 500.8620671194209 }, { + time: '55200000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 512.6534764210959, - time: '15:20:00' + count: 512.6534764210959 }, { + time: '55200000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 545.770039932272, - time: '15:20:00' + count: 545.770039932272 }, { + time: '55200000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 476.3752600665031, - time: '15:20:00' + count: 476.3752600665031 }, { + time: '55200000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 417.7300626521554, - time: '15:20:00' + count: 417.7300626521554 }, { + time: '55200000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 420.97382750976385, - time: '15:20:00' + count: 420.97382750976385 }, { + time: '55200000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 437.8376702341904, - time: '15:20:00' + count: 437.8376702341904 }, { + time: '55200000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 408.05914208617855, - time: '15:20:00' + count: 408.05914208617855 }, { + time: '55260000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 556.02373219691, - time: '15:21:00' + count: 556.02373219691 }, { + time: '55260000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 485.5562351715846, - time: '15:21:00' + count: 485.5562351715846 }, { + time: '55260000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 488.7938836547761, - time: '15:21:00' + count: 488.7938836547761 }, { + time: '55260000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 551.128521600482, - time: '15:21:00' + count: 551.128521600482 }, { + time: '55260000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 479.42892022103047, - time: '15:21:00' + count: 479.42892022103047 }, { + time: '55260000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 588.5471358748907, - time: '15:21:00' + count: 588.5471358748907 }, { + time: '55260000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 523.2860418906848, - time: '15:21:00' + count: 523.2860418906848 }, { + time: '55320000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 396.93663299654634, - time: '15:22:00' + count: 396.93663299654634 }, { + time: '55320000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 425.69882339160796, - time: '15:22:00' + count: 425.69882339160796 }, { + time: '55320000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 368.3605654757807, - time: '15:22:00' + count: 368.3605654757807 }, { + time: '55320000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 621.9876203169637, - time: '15:22:00' + count: 621.9876203169637 }, { + time: '55320000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 533.4952252175704, - time: '15:22:00' + count: 533.4952252175704 }, { + time: '55320000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 471.2057093783832, - time: '15:22:00' + count: 471.2057093783832 }, { + time: '55320000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 601.137406804997, - time: '15:22:00' + count: 601.137406804997 }, { + time: '55380000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 507.7806179332855, - time: '15:23:00' + count: 507.7806179332855 }, { + time: '55380000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 502.06069610819725, - time: '15:23:00' + count: 502.06069610819725 }, { + time: '55380000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 379.6149220032008, - time: '15:23:00' + count: 379.6149220032008 }, { + time: '55380000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 569.2136409255259, - time: '15:23:00' + count: 569.2136409255259 }, { + time: '55380000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 469.73357649114905, - time: '15:23:00' + count: 469.73357649114905 }, { + time: '55380000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 486.1602403392243, - time: '15:23:00' + count: 486.1602403392243 }, { + time: '55380000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 576.3107701120796, - time: '15:23:00' + count: 576.3107701120796 }, { + time: '55440000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 546.3715924303419, - time: '15:24:00' + count: 546.3715924303419 }, { + time: '55440000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 421.5962313489224, - time: '15:24:00' + count: 421.5962313489224 }, { + time: '55440000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 413.29326953624525, - time: '15:24:00' + count: 413.29326953624525 }, { + time: '55440000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 528.195456002618, - time: '15:24:00' + count: 528.195456002618 }, { + time: '55440000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 390.2058468982408, - time: '15:24:00' + count: 390.2058468982408 }, { + time: '55440000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 507.57426880202337, - time: '15:24:00' + count: 507.57426880202337 }, { + time: '55440000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 578.2698742295586, - time: '15:24:00' + count: 578.2698742295586 }, { + time: '55500000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 496.6108409017575, - time: '15:25:00' + count: 496.6108409017575 }, { + time: '55500000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 340.09377324110733, - time: '15:25:00' + count: 340.09377324110733 }, { + time: '55500000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 415.72283949935127, - time: '15:25:00' + count: 415.72283949935127 }, { + time: '55500000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 529.7377170832643, - time: '15:25:00' + count: 529.7377170832643 }, { + time: '55500000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 472.23013341100705, - time: '15:25:00' + count: 472.23013341100705 }, { + time: '55500000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 482.1801223186227, - time: '15:25:00' + count: 482.1801223186227 }, { + time: '55500000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 591.8065360903109, - time: '15:25:00' + count: 591.8065360903109 }, { + time: '55560000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 640.6205651965818, - time: '15:26:00' + count: 640.6205651965818 }, { + time: '55560000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 391.5956844541298, - time: '15:26:00' + count: 391.5956844541298 }, { + time: '55560000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 431.92721363364154, - time: '15:26:00' + count: 431.92721363364154 }, { + time: '55560000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 542.6707779390154, - time: '15:26:00' + count: 542.6707779390154 }, { + time: '55560000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 509.83157433228257, - time: '15:26:00' + count: 509.83157433228257 }, { + time: '55560000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 564.7525520215377, - time: '15:26:00' + count: 564.7525520215377 }, { + time: '55560000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 534.4328795480719, - time: '15:26:00' + count: 534.4328795480719 }, { + time: '55620000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 487.49293110196834, - time: '15:27:00' + count: 487.49293110196834 }, { + time: '55620000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 348.4604039487072, - time: '15:27:00' + count: 348.4604039487072 }, { + time: '55620000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 499.5102269383175, - time: '15:27:00' + count: 499.5102269383175 }, { + time: '55620000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 537.9464294893382, - time: '15:27:00' + count: 537.9464294893382 }, { + time: '55620000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 419.51085478403087, - time: '15:27:00' + count: 419.51085478403087 }, { + time: '55620000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 448.8675319132774, - time: '15:27:00' + count: 448.8675319132774 }, { + time: '55620000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 539.8657853702798, - time: '15:27:00' + count: 539.8657853702798 }, { + time: '55680000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 536.9977756651508, - time: '15:28:00' + count: 536.9977756651508 }, { + time: '55680000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 424.42432579793456, - time: '15:28:00' + count: 424.42432579793456 }, { + time: '55680000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 390.1526386252975, - time: '15:28:00' + count: 390.1526386252975 }, { + time: '55680000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 514.0595711984688, - time: '15:28:00' + count: 514.0595711984688 }, { + time: '55680000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 443.2991416663541, - time: '15:28:00' + count: 443.2991416663541 }, { + time: '55680000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 489.73037276186216, - time: '15:28:00' + count: 489.73037276186216 }, { + time: '55680000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 499.1174052282825, - time: '15:28:00' + count: 499.1174052282825 }, { + time: '55740000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 565.5370288643046, - time: '15:29:00' + count: 565.5370288643046 }, { + time: '55740000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 442.9209189594776, - time: '15:29:00' + count: 442.9209189594776 }, { + time: '55740000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 359.0851377730773, - time: '15:29:00' + count: 359.0851377730773 }, { + time: '55740000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 505.2100551975938, - time: '15:29:00' + count: 505.2100551975938 }, { + time: '55740000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 450.73440973645984, - time: '15:29:00' + count: 450.73440973645984 }, { + time: '55740000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 442.8764707150976, - time: '15:29:00' + count: 442.8764707150976 }, { + time: '55740000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 514.1963571986475, - time: '15:29:00' + count: 514.1963571986475 }, { + time: '55800000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 631.0636644533058, - time: '15:30:00' + count: 631.0636644533058 }, { + time: '55800000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 525.8218656137641, - time: '15:30:00' + count: 525.8218656137641 }, { + time: '55800000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 330.03403859927363, - time: '15:30:00' + count: 330.03403859927363 }, { + time: '55800000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 496.8703436050239, - time: '15:30:00' + count: 496.8703436050239 }, { + time: '55800000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 410.755084345888, - time: '15:30:00' + count: 410.755084345888 }, { + time: '55800000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 413.9988744389647, - time: '15:30:00' + count: 413.9988744389647 }, { + time: '55800000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 560.7885574885571, - time: '15:30:00' + count: 560.7885574885571 }, { + time: '55860000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 487.206892441028, - time: '15:31:00' + count: 487.206892441028 }, { + time: '55860000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 458.34636868820814, - time: '15:31:00' + count: 458.34636868820814 }, { + time: '55860000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 362.45349800290404, - time: '15:31:00' + count: 362.45349800290404 }, { + time: '55860000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 462.30177055666616, - time: '15:31:00' + count: 462.30177055666616 }, { + time: '55860000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 482.41402169219293, - time: '15:31:00' + count: 482.41402169219293 }, { + time: '55860000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 449.41154545473574, - time: '15:31:00' + count: 449.41154545473574 }, { + time: '55860000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 590.1942218584409, - time: '15:31:00' + count: 590.1942218584409 }, { + time: '55920000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 617.158187607748, - time: '15:32:00' + count: 617.158187607748 }, { + time: '55920000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 431.0449735595568, - time: '15:32:00' + count: 431.0449735595568 }, { + time: '55920000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 397.34365135631015, - time: '15:32:00' + count: 397.34365135631015 }, { + time: '55920000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 485.96624615666127, - time: '15:32:00' + count: 485.96624615666127 }, { + time: '55920000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 443.95259256961094, - time: '15:32:00' + count: 443.95259256961094 }, { + time: '55920000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 478.1481601475794, - time: '15:32:00' + count: 478.1481601475794 }, { + time: '55920000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 523.02768621595, - time: '15:32:00' + count: 523.02768621595 }, { + time: '55980000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 559.5116530509794, - time: '15:33:00' + count: 559.5116530509794 }, { + time: '55980000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 483.47027905917446, - time: '15:33:00' + count: 483.47027905917446 }, { + time: '55980000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 488.7278931758894, - time: '15:33:00' + count: 488.7278931758894 }, { + time: '55980000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 415.3521592902307, - time: '15:33:00' + count: 415.3521592902307 }, { + time: '55980000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 470.9766221953514, - time: '15:33:00' + count: 470.9766221953514 }, { + time: '55980000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 458.534888774137, - time: '15:33:00' + count: 458.534888774137 }, { + time: '55980000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 507.4905367574294, - time: '15:33:00' + count: 507.4905367574294 }, { + time: '56040000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 509.92456744760244, - time: '15:34:00' + count: 509.92456744760244 }, { + time: '56040000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 331.44323454960573, - time: '15:34:00' + count: 331.44323454960573 }, { + time: '56040000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 373.1194350481914, - time: '15:34:00' + count: 373.1194350481914 }, { + time: '56040000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 495.0830186602625, - time: '15:34:00' + count: 495.0830186602625 }, { + time: '56040000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 405.62539110989496, - time: '15:34:00' + count: 405.62539110989496 }, { + time: '56040000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 445.3789510063072, - time: '15:34:00' + count: 445.3789510063072 }, { + time: '56040000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 530.0263979428298, - time: '15:34:00' + count: 530.0263979428298 }, { + time: '56100000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 582.1051737131636, - time: '15:35:00' + count: 582.1051737131636 }, { + time: '56100000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 453.7807279054283, - time: '15:35:00' + count: 453.7807279054283 }, { + time: '56100000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 410.18939758194495, - time: '15:35:00' + count: 410.18939758194495 }, { + time: '56100000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 450.5704446424541, - time: '15:35:00' + count: 450.5704446424541 }, { + time: '56100000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 428.1270849838295, - time: '15:35:00' + count: 428.1270849838295 }, { + time: '56100000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 409.6841268164083, - time: '15:35:00' + count: 409.6841268164083 }, { + time: '56100000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 560.0603374464557, - time: '15:35:00' + count: 560.0603374464557 }, { + time: '56160000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 568.9529847786735, - time: '15:36:00' + count: 568.9529847786735 }, { + time: '56160000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 480.54325969434836, - time: '15:36:00' + count: 480.54325969434836 }, { + time: '56160000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 398.1788551963624, - time: '15:36:00' + count: 398.1788551963624 }, { + time: '56160000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 444.8205341392115, - time: '15:36:00' + count: 444.8205341392115 }, { + time: '56160000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 486.11906789138857, - time: '15:36:00' + count: 486.11906789138857 }, { + time: '56160000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 475.8447213685653, - time: '15:36:00' + count: 475.8447213685653 }, { + time: '56160000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 457.8072591933229, - time: '15:36:00' + count: 457.8072591933229 }, { + time: '56220000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 528.9891561420602, - time: '15:37:00' + count: 528.9891561420602 }, { + time: '56220000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 368.0706877110079, - time: '15:37:00' + count: 368.0706877110079 }, { + time: '56220000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 458.4196636724042, - time: '15:37:00' + count: 458.4196636724042 }, { + time: '56220000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 508.9947075576739, - time: '15:37:00' + count: 508.9947075576739 }, { + time: '56220000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 431.3583423954116, - time: '15:37:00' + count: 431.3583423954116 }, { + time: '56220000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 404.7639812984499, - time: '15:37:00' + count: 404.7639812984499 }, { + time: '56220000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 415.19095234313806, - time: '15:37:00' + count: 415.19095234313806 }, { + time: '56280000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 562.490104249501, - time: '15:38:00' + count: 562.490104249501 }, { + time: '56280000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 499.1877021603465, - time: '15:38:00' + count: 499.1877021603465 }, { + time: '56280000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 525.3466212936811, - time: '15:38:00' + count: 525.3466212936811 }, { + time: '56280000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 569.60011431723, - time: '15:38:00' + count: 569.60011431723 }, { + time: '56280000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 536.3481925616702, - time: '15:38:00' + count: 536.3481925616702 }, { + time: '56280000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 518.0027981844801, - time: '15:38:00' + count: 518.0027981844801 }, { + time: '56280000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 502.47315752542085, - time: '15:38:00' + count: 502.47315752542085 }, { + time: '56340000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 539.734320156912, - time: '15:39:00' + count: 539.734320156912 }, { + time: '56340000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 458.9248203747207, - time: '15:39:00' + count: 458.9248203747207 }, { + time: '56340000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 372.45656135398394, - time: '15:39:00' + count: 372.45656135398394 }, { + time: '56340000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 545.9158303001157, - time: '15:39:00' + count: 545.9158303001157 }, { + time: '56340000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 430.0181907192699, - time: '15:39:00' + count: 430.0181907192699 }, { + time: '56340000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 484.1219876467252, - time: '15:39:00' + count: 484.1219876467252 }, { + time: '56340000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 468.9643787042921, - time: '15:39:00' + count: 468.9643787042921 }, { + time: '56400000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 564.6758672625624, - time: '15:40:00' + count: 564.6758672625624 }, { + time: '56400000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 421.2356043049599, - time: '15:40:00' + count: 421.2356043049599 }, { + time: '56400000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 374.5280278740889, - time: '15:40:00' + count: 374.5280278740889 }, { + time: '56400000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 421.47496981884115, - time: '15:40:00' + count: 421.47496981884115 }, { + time: '56400000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 461.2342362875943, - time: '15:40:00' + count: 461.2342362875943 }, { + time: '56400000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 407.1224250267535, - time: '15:40:00' + count: 407.1224250267535 }, { + time: '56400000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 504.5929901176345, - time: '15:40:00' + count: 504.5929901176345 }, { + time: '56460000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 592.1065337260524, - time: '15:41:00' + count: 592.1065337260524 }, { + time: '56460000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 473.63909330531425, - time: '15:41:00' + count: 473.63909330531425 }, { + time: '56460000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 451.2080438534536, - time: '15:41:00' + count: 451.2080438534536 }, { + time: '56460000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 450.51859317148313, - time: '15:41:00' + count: 450.51859317148313 }, { + time: '56460000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 496.6295415936545, - time: '15:41:00' + count: 496.6295415936545 }, { + time: '56460000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 464.5395461475068, - time: '15:41:00' + count: 464.5395461475068 }, { + time: '56460000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 522.6109840591264, - time: '15:41:00' + count: 522.6109840591264 }, { + time: '56520000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 638.3008408072676, - time: '15:42:00' + count: 638.3008408072676 }, { + time: '56520000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 555.5346428902199, - time: '15:42:00' + count: 555.5346428902199 }, { + time: '56520000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 433.0945744813156, - time: '15:42:00' + count: 433.0945744813156 }, { + time: '56520000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 547.0385593994108, - time: '15:42:00' + count: 547.0385593994108 }, { + time: '56520000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 379.0817133533484, - time: '15:42:00' + count: 379.0817133533484 }, { + time: '56520000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 442.39217972047084, - time: '15:42:00' + count: 442.39217972047084 }, { + time: '56520000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 507.3375795488493, - time: '15:42:00' + count: 507.3375795488493 }, { + time: '56580000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 497.10922505865756, - time: '15:43:00' + count: 497.10922505865756 }, { + time: '56580000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 451.09331275292476, - time: '15:43:00' + count: 451.09331275292476 }, { + time: '56580000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 491.3353662868017, - time: '15:43:00' + count: 491.3353662868017 }, { + time: '56580000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 450.8756303230845, - time: '15:43:00' + count: 450.8756303230845 }, { + time: '56580000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 361.9595594009612, - time: '15:43:00' + count: 361.9595594009612 }, { + time: '56580000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 495.95872552095904, - time: '15:43:00' + count: 495.95872552095904 }, { + time: '56580000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 602.6233767235373, - time: '15:43:00' + count: 602.6233767235373 }, { + time: '56640000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 665.6516687328133, - time: '15:44:00' + count: 665.6516687328133 }, { + time: '56640000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 454.4110293150168, - time: '15:44:00' + count: 454.4110293150168 }, { + time: '56640000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 428.1964092662982, - time: '15:44:00' + count: 428.1964092662982 }, { + time: '56640000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 488.7683425001488, - time: '15:44:00' + count: 488.7683425001488 }, { + time: '56640000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 373.7171842714953, - time: '15:44:00' + count: 373.7171842714953 }, { + time: '56640000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 547.0225223011572, - time: '15:44:00' + count: 547.0225223011572 }, { + time: '56640000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 546.337238230116, - time: '15:44:00' + count: 546.337238230116 }, { + time: '56700000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 461.3956100238749, - time: '15:45:00' + count: 461.3956100238749 }, { + time: '56700000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 419.0319550229878, - time: '15:45:00' + count: 419.0319550229878 }, { + time: '56700000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 381.035395460647, - time: '15:45:00' + count: 381.035395460647 }, { + time: '56700000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 527.5026049512276, - time: '15:45:00' + count: 527.5026049512276 }, { + time: '56700000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 513.1292051713591, - time: '15:45:00' + count: 513.1292051713591 }, { + time: '56700000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 386.24137651771275, - time: '15:45:00' + count: 386.24137651771275 }, { + time: '56700000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 545.0237179805414, - time: '15:45:00' + count: 545.0237179805414 }, { + time: '56760000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 551.4107452482208, - time: '15:46:00' + count: 551.4107452482208 }, { + time: '56760000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 399.5077815267604, - time: '15:46:00' + count: 399.5077815267604 }, { + time: '56760000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 428.53274153461547, - time: '15:46:00' + count: 428.53274153461547 }, { + time: '56760000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 451.58277725681825, - time: '15:46:00' + count: 451.58277725681825 }, { + time: '56760000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 422.40709270537764, - time: '15:46:00' + count: 422.40709270537764 }, { + time: '56760000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 485.75130395737085, - time: '15:46:00' + count: 485.75130395737085 }, { + time: '56760000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 561.1103572021701, - time: '15:46:00' + count: 561.1103572021701 }, { + time: '56820000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 588.4158603242288, - time: '15:47:00' + count: 588.4158603242288 }, { + time: '56820000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 483.5167908272123, - time: '15:47:00' + count: 483.5167908272123 }, { + time: '56820000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 454.4351790291454, - time: '15:47:00' + count: 454.4351790291454 }, { + time: '56820000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 505.268775307298, - time: '15:47:00' + count: 505.268775307298 }, { + time: '56820000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 577.9099642834126, - time: '15:47:00' + count: 577.9099642834126 }, { + time: '56820000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 471.99336022166796, - time: '15:47:00' + count: 471.99336022166796 }, { + time: '56820000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 473.05834411096157, - time: '15:47:00' + count: 473.05834411096157 }, { + time: '56880000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 573.0495933867517, - time: '15:48:00' + count: 573.0495933867517 }, { + time: '56880000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 399.1958087045566, - time: '15:48:00' + count: 399.1958087045566 }, { + time: '56880000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 440.0241090598682, - time: '15:48:00' + count: 440.0241090598682 }, { + time: '56880000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 433.2987252540898, - time: '15:48:00' + count: 433.2987252540898 }, { + time: '56880000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 421.78762006713055, - time: '15:48:00' + count: 421.78762006713055 }, { + time: '56880000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 513.5670038225232, - time: '15:48:00' + count: 513.5670038225232 }, { + time: '56880000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 581.9555893710134, - time: '15:48:00' + count: 581.9555893710134 }, { + time: '56940000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 527.8650240089703, - time: '15:49:00' + count: 527.8650240089703 }, { + time: '56940000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 445.5783118609696, - time: '15:49:00' + count: 445.5783118609696 }, { + time: '56940000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 424.3637015553649, - time: '15:49:00' + count: 424.3637015553649 }, { + time: '56940000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 469.9316178024393, - time: '15:49:00' + count: 469.9316178024393 }, { + time: '56940000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 459.22756515985185, - time: '15:49:00' + count: 459.22756515985185 }, { + time: '56940000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 490.65983141188445, - time: '15:49:00' + count: 490.65983141188445 }, { + time: '56940000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 526.211785673227, - time: '15:49:00' + count: 526.211785673227 }, { + time: '57000000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 548.5938874821362, - time: '15:50:00' + count: 548.5938874821362 }, { + time: '57000000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 418.1171276617442, - time: '15:50:00' + count: 418.1171276617442 }, { + time: '57000000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 452.3337344794577, - time: '15:50:00' + count: 452.3337344794577 }, { + time: '57000000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 515.9890967071268, - time: '15:50:00' + count: 515.9890967071268 }, { + time: '57000000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 527.1054976283938, - time: '15:50:00' + count: 527.1054976283938 }, { + time: '57000000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 442.40153341305904, - time: '15:50:00' + count: 442.40153341305904 }, { + time: '57000000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 563.5240308620606, - time: '15:50:00' + count: 563.5240308620606 }, { + time: '57060000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 534.3499532670584, - time: '15:51:00' + count: 534.3499532670584 }, { + time: '57060000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 465.9489912873196, - time: '15:51:00' + count: 465.9489912873196 }, { + time: '57060000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 457.4647795222836, - time: '15:51:00' + count: 457.4647795222836 }, { + time: '57060000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 420.3503133234165, - time: '15:51:00' + count: 420.3503133234165 }, { + time: '57060000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 550.3046444079562, - time: '15:51:00' + count: 550.3046444079562 }, { + time: '57060000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 464.0473032166691, - time: '15:51:00' + count: 464.0473032166691 }, { + time: '57060000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 476.40713834799226, - time: '15:51:00' + count: 476.40713834799226 }, { + time: '57120000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 529.5317621527894, - time: '15:52:00' + count: 529.5317621527894 }, { + time: '57120000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 458.68310526434743, - time: '15:52:00' + count: 458.68310526434743 }, { + time: '57120000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 468.10794955187635, - time: '15:52:00' + count: 468.10794955187635 }, { + time: '57120000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 522.0237368980199, - time: '15:52:00' + count: 522.0237368980199 }, { + time: '57120000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 553.0751788318199, - time: '15:52:00' + count: 553.0751788318199 }, { + time: '57120000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 440.1987071598255, - time: '15:52:00' + count: 440.1987071598255 }, { + time: '57120000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 452.31206169919676, - time: '15:52:00' + count: 452.31206169919676 }, { + time: '57180000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 601.4801048510512, - time: '15:53:00' + count: 601.4801048510512 }, { + time: '57180000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 493.87699721289493, - time: '15:53:00' + count: 493.87699721289493 }, { + time: '57180000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 431.4354943794821, - time: '15:53:00' + count: 431.4354943794821 }, { + time: '57180000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 499.01811005366596, - time: '15:53:00' + count: 499.01811005366596 }, { + time: '57180000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 510.4183115296571, - time: '15:53:00' + count: 510.4183115296571 }, { + time: '57180000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 533.8003569299299, - time: '15:53:00' + count: 533.8003569299299 }, { + time: '57180000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 570.8944829012514, - time: '15:53:00' + count: 570.8944829012514 }, { + time: '57240000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 576.8507742982524, - time: '15:54:00' + count: 576.8507742982524 }, { + time: '57240000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 416.49918005726266, - time: '15:54:00' + count: 416.49918005726266 }, { + time: '57240000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 390.6440959841573, - time: '15:54:00' + count: 390.6440959841573 }, { + time: '57240000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 527.6244977208573, - time: '15:54:00' + count: 527.6244977208573 }, { + time: '57240000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 501.2031262905731, - time: '15:54:00' + count: 501.2031262905731 }, { + time: '57240000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 481.0655824335971, - time: '15:54:00' + count: 481.0655824335971 }, { + time: '57240000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 548.8204763048758, - time: '15:54:00' + count: 548.8204763048758 }, { + time: '57300000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 524.3545202369673, - time: '15:55:00' + count: 524.3545202369673 }, { + time: '57300000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 428.5062532353314, - time: '15:55:00' + count: 428.5062532353314 }, { + time: '57300000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 406.3356843216661, - time: '15:55:00' + count: 406.3356843216661 }, { + time: '57300000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 511.1957067032331, - time: '15:55:00' + count: 511.1957067032331 }, { + time: '57300000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 479.62634746005915, - time: '15:55:00' + count: 479.62634746005915 }, { + time: '57300000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 575.0595342876504, - time: '15:55:00' + count: 575.0595342876504 }, { + time: '57300000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 484.89742228212447, - time: '15:55:00' + count: 484.89742228212447 }, { + time: '57360000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 603.9799937716625, - time: '15:56:00' + count: 603.9799937716625 }, { + time: '57360000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 393.0618142108846, - time: '15:56:00' + count: 393.0618142108846 }, { + time: '57360000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 459.3254483254178, - time: '15:56:00' + count: 459.3254483254178 }, { + time: '57360000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 568.2070214986923, - time: '15:56:00' + count: 568.2070214986923 }, { + time: '57360000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 488.9180538083319, - time: '15:56:00' + count: 488.9180538083319 }, { + time: '57360000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 476.966959309269, - time: '15:56:00' + count: 476.966959309269 }, { + time: '57360000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 486.51684593626527, - time: '15:56:00' + count: 486.51684593626527 }, { + time: '57420000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 574.3649760438304, - time: '15:57:00' + count: 574.3649760438304 }, { + time: '57420000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 419.7853369961944, - time: '15:57:00' + count: 419.7853369961944 }, { + time: '57420000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 358.1532164506382, - time: '15:57:00' + count: 358.1532164506382 }, { + time: '57420000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 506.26122513239534, - time: '15:57:00' + count: 506.26122513239534 }, { + time: '57420000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 422.44071418357333, - time: '15:57:00' + count: 422.44071418357333 }, { + time: '57420000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 444.57966165447687, - time: '15:57:00' + count: 444.57966165447687 }, { + time: '57420000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 586.2717392207385, - time: '15:57:00' + count: 586.2717392207385 }, { + time: '57480000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 599.643105941948, - time: '15:58:00' + count: 599.643105941948 }, { + time: '57480000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 460.8650246522426, - time: '15:58:00' + count: 460.8650246522426 }, { + time: '57480000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 417.43366544364505, - time: '15:58:00' + count: 417.43366544364505 }, { + time: '57480000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 478.52972294373734, - time: '15:58:00' + count: 478.52972294373734 }, { + time: '57480000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 409.09005582888466, - time: '15:58:00' + count: 409.09005582888466 }, { + time: '57480000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 404.31428036935864, - time: '15:58:00' + count: 404.31428036935864 }, { + time: '57480000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 470.5294053566336, - time: '15:58:00' + count: 470.5294053566336 }, { + time: '57540000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 590.4814420961806, - time: '15:59:00' + count: 590.4814420961806 }, { + time: '57540000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 479.8494308322676, - time: '15:59:00' + count: 479.8494308322676 }, { + time: '57540000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 379.33305938363196, - time: '15:59:00' + count: 379.33305938363196 }, { + time: '57540000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 506.11487515161417, - time: '15:59:00' + count: 506.11487515161417 }, { + time: '57540000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 449.8312771294524, - time: '15:59:00' + count: 449.8312771294524 }, { + time: '57540000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 389.84301618720275, - time: '15:59:00' + count: 389.84301618720275 }, { + time: '57540000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 612.1336476627981, - time: '15:59:00' + count: 612.1336476627981 }, { + time: '57600000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 517.5502494538964, - time: '16:00:00' + count: 517.5502494538964 }, { + time: '57600000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 395.8917337911187, - time: '16:00:00' + count: 395.8917337911187 }, { + time: '57600000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 400.43724114674086, - time: '16:00:00' + count: 400.43724114674086 }, { + time: '57600000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 527.1649014518194, - time: '16:00:00' + count: 527.1649014518194 }, { + time: '57600000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 441.49076887375355, - time: '16:00:00' + count: 441.49076887375355 }, { + time: '57600000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 400.7932028497255, - time: '16:00:00' + count: 400.7932028497255 }, { + time: '57600000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 484.96896326760657, - time: '16:00:00' + count: 484.96896326760657 } ] }; @@ -10566,6 +10566,16 @@ const formatMilliseconds = value => { return `${value / 1000} s`; }; +const minSec = leastData.values.reduce((min, item) => { + const time = Number(item.time); + return Math.min(min, time); +}, Infinity); + +const maxSec = leastData.values.reduce((max, item) => { + const time = Number(item.time); + return Math.max(max, time); +}, 0); + const spec = { type: 'area', data: leastData, @@ -10578,21 +10588,31 @@ const spec = { seriesField: 'timeType', xField: 'time', yField: 'count', + tooltip: { + dimension: { + title: { + value: datum => { + const date = new Date(Number(datum.time)); + return `${date.getHours().toString().padStart(2, '0')}:${date.getMinutes().toString().padStart(2, '0')}`; + }, + }, + content: { + key: datum => datum.timeType, + value: datum => formatMilliseconds(Math.round(datum.count)), + } + }, + }, axes: [ { orient: 'bottom', - type: 'band', - label: { - visible: true, - formatMethod: value => { - // 格式化 X 轴标签为小时:分钟 (e.g., 11:00) - // 假设 value 是 "HH:MM:SS" 格式的字符串 - return value.substring(0, 5); // 截取 "HH:MM" + type: 'time', + min: minSec, + max: maxSec, + layers: [ + { + timeFormat: '%H:%M' } - }, - tick: { - tickStep: 60 - }, + ], grid: { visible: true, style: { @@ -10611,7 +10631,7 @@ const spec = { formatMethod: formatMilliseconds }, tick: { - values: [0, 250, 500, 750, 1000] + tickCount: 5 }, grid: { visible: true, From 75a85c9f7836852b94fc797de145f0c819dbfad5 Mon Sep 17 00:00:00 2001 From: Homey Lau Date: Wed, 4 Jun 2025 22:24:52 +0800 Subject: [PATCH 5/5] fix: update tranformed data in en page --- .../examples/en/legend/metric-panel-legend.md | 8428 ++++++++--------- 1 file changed, 4214 insertions(+), 4214 deletions(-) diff --git a/docs/assets/examples/en/legend/metric-panel-legend.md b/docs/assets/examples/en/legend/metric-panel-legend.md index eb9fd9519f..3aaf7a2801 100644 --- a/docs/assets/examples/en/legend/metric-panel-legend.md +++ b/docs/assets/examples/en/legend/metric-panel-legend.md @@ -18,10539 +18,10539 @@ option: lineChart#legends const leastData = { values: [ { + time: '39600000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 583.8357076505616, - time: '11:00:00' + count: 583.8357076505616 }, { + time: '39600000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 413.99094799015154, - time: '11:00:00' + count: 413.99094799015154 }, { + time: '39600000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 442.480296005283, - time: '11:00:00' + count: 442.480296005283 }, { + time: '39600000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 563.9225931303649, - time: '11:00:00' + count: 563.9225931303649 }, { + time: '39600000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 452.4430035162852, - time: '11:00:00' + count: 452.4430035162852 }, { + time: '39600000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 457.33859753363623, - time: '11:00:00' + count: 457.33859753363623 }, { + time: '39600000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 543.3563325505742, - time: '11:00:00' + count: 543.3563325505742 }, { + time: '39660000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 552.0867849414408, - time: '11:01:00' + count: 552.0867849414408 }, { + time: '39660000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 479.36468025616307, - time: '11:01:00' + count: 479.36468025616307 }, { + time: '39660000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 466.78189294024753, - time: '11:01:00' + count: 466.78189294024753 }, { + time: '39660000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 509.55495340099515, - time: '11:01:00' + count: 509.55495340099515 }, { + time: '39660000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 452.0295845601941, - time: '11:01:00' + count: 452.0295845601941 }, { + time: '39660000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 514.8193723728358, - time: '11:01:00' + count: 514.8193723728358 }, { + time: '39660000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 555.4362511614967, - time: '11:01:00' + count: 555.4362511614967 }, { + time: '39720000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 591.3844269050346, - time: '11:02:00' + count: 591.3844269050346 }, { + time: '39720000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 472.5185132716732, - time: '11:02:00' + count: 472.5185132716732 }, { + time: '39720000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 419.6717451611851, - time: '11:02:00' + count: 419.6717451611851 }, { + time: '39720000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 502.32182740780746, - time: '11:02:00' + count: 502.32182740780746 }, { + time: '39720000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 414.9004156096622, - time: '11:02:00' + count: 414.9004156096622 }, { + time: '39720000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 527.7652604285255, - time: '11:02:00' + count: 527.7652604285255 }, { + time: '39720000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 450.9404648983933, - time: '11:02:00' + count: 450.9404648983933 }, { + time: '39780000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 635.1514928204012, - time: '11:03:00' + count: 635.1514928204012 }, { + time: '39780000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 440.9549203017926, - time: '11:03:00' + count: 440.9549203017926 }, { + time: '39780000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 492.8397906279033, - time: '11:03:00' + count: 492.8397906279033 }, { + time: '39780000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 432.0071929510041, - time: '11:03:00' + count: 432.0071929510041 }, { + time: '39780000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 416.85495412245257, - time: '11:03:00' + count: 416.85495412245257 }, { + time: '39780000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 484.42034431459234, - time: '11:03:00' + count: 484.42034431459234 }, { + time: '39780000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 574.7519157038058, - time: '11:03:00' + count: 574.7519157038058 }, { + time: '39840000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 547.2923312638331, - time: '11:04:00' + count: 547.2923312638331 }, { + time: '39840000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 447.8663691654391, - time: '11:04:00' + count: 447.8663691654391 }, { + time: '39840000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 360.3105400448213, - time: '11:04:00' + count: 360.3105400448213 }, { + time: '39840000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 537.3126783013611, - time: '11:04:00' + count: 537.3126783013611 }, { + time: '39840000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 379.8697364100153, - time: '11:04:00' + count: 379.8697364100153 }, { + time: '39840000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 553.876504052763, - time: '11:04:00' + count: 553.876504052763 }, { + time: '39840000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 505.846947415828, - time: '11:04:00' + count: 505.846947415828 }, { + time: '39900000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 547.293152152541, - time: '11:05:00' + count: 547.293152152541 }, { + time: '39900000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 505.88324478942127, - time: '11:05:00' + count: 505.88324478942127 }, { + time: '39900000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 336.76726483442917, - time: '11:05:00' + count: 336.76726483442917 }, { + time: '39900000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 532.2742090570538, - time: '11:05:00' + count: 532.2742090570538 }, { + time: '39900000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 537.478837159347, - time: '11:05:00' + count: 537.478837159347 }, { + time: '39900000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 422.91554429332473, - time: '11:05:00' + count: 422.91554429332473 }, { + time: '39900000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 537.3396505992774, - time: '11:05:00' + count: 537.3396505992774 }, { + time: '39960000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 637.9606407753696, - time: '11:06:00' + count: 637.9606407753696 }, { + time: '39960000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 412.4214305582085, - time: '11:06:00' + count: 412.4214305582085 }, { + time: '39960000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 310.0639875547861, - time: '11:06:00' + count: 310.0639875547861 }, { + time: '39960000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 608.162736165273, - time: '11:06:00' + count: 608.162736165273 }, { + time: '39960000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 387.80683823043574, - time: '11:06:00' + count: 387.80683823043574 }, { + time: '39960000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 470.3170270360141, - time: '11:06:00' + count: 470.3170270360141 }, { + time: '39960000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 610.6110314127712, - time: '11:06:00' + count: 610.6110314127712 }, { + time: '40020000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 597.3717364576454, - time: '11:07:00' + count: 597.3717364576454 }, { + time: '40020000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 469.3548690585019, - time: '11:07:00' + count: 469.3548690585019 }, { + time: '40020000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 473.8022155744592, - time: '11:07:00' + count: 473.8022155744592 }, { + time: '40020000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 484.61108825235, - time: '11:07:00' + count: 484.61108825235 }, { + time: '40020000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 415.3547401102046, - time: '11:07:00' + count: 415.3547401102046 }, { + time: '40020000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 444.15888396985974, - time: '11:07:00' + count: 444.15888396985974 }, { + time: '40020000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 574.8419657932766, - time: '11:07:00' + count: 574.8419657932766 }, { + time: '40080000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 535.5262807032524, - time: '11:08:00' + count: 535.5262807032524 }, { + time: '40080000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 431.8903673783053, - time: '11:08:00' + count: 431.8903673783053 }, { + time: '40080000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 431.71828281770286, - time: '11:08:00' + count: 431.71828281770286 }, { + time: '40080000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 510.95751638319695, - time: '11:08:00' + count: 510.95751638319695 }, { + time: '40080000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 414.0796367215401, - time: '11:08:00' + count: 414.0796367215401 }, { + time: '40080000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 386.673169146347, - time: '11:08:00' + count: 386.673169146347 }, { + time: '40080000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 516.5734676047084, - time: '11:08:00' + count: 516.5734676047084 }, { + time: '40140000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 586.1280021792983, - time: '11:09:00' + count: 586.1280021792983 }, { + time: '40140000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 431.115939838639, - time: '11:09:00' + count: 431.115939838639 }, { + time: '40140000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 396.22076645447726, - time: '11:09:00' + count: 396.22076645447726 }, { + time: '40140000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 512.4691841855378, - time: '11:09:00' + count: 512.4691841855378 }, { + time: '40140000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 494.74621884722205, - time: '11:09:00' + count: 494.74621884722205 }, { + time: '40140000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 475.86596570786503, - time: '11:09:00' + count: 475.86596570786503 }, { + time: '40140000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 485.4403887292356, - time: '11:09:00' + count: 485.4403887292356 }, { + time: '40200000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 535.8291153593768, - time: '11:10:00' + count: 535.8291153593768 }, { + time: '40200000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 496.93884259935953, - time: '11:10:00' + count: 496.93884259935953 }, { + time: '40200000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 412.998431315991, - time: '11:10:00' + count: 412.998431315991 }, { + time: '40200000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 578.8726639881737, - time: '11:10:00' + count: 578.8726639881737 }, { + time: '40200000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 435.2525160853986, - time: '11:10:00' + count: 435.2525160853986 }, { + time: '40200000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 473.9126245808358, - time: '11:10:00' + count: 473.9126245808358 }, { + time: '40200000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 422.4092299335348, - time: '11:10:00' + count: 422.4092299335348 }, { + time: '40260000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 535.7135123214872, - time: '11:11:00' + count: 535.7135123214872 }, { + time: '40260000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 483.2708174494015, - time: '11:11:00' + count: 483.2708174494015 }, { + time: '40260000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 342.72554763508117, - time: '11:11:00' + count: 342.72554763508117 }, { + time: '40260000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 495.23522338065237, - time: '11:11:00' + count: 495.23522338065237 }, { + time: '40260000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 512.3871036336867, - time: '11:11:00' + count: 512.3871036336867 }, { + time: '40260000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 555.6724871621066, - time: '11:11:00' + count: 555.6724871621066 }, { + time: '40260000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 494.042334037879, - time: '11:11:00' + count: 494.042334037879 }, { + time: '40320000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 571.0981135783018, - time: '11:12:00' + count: 571.0981135783018 }, { + time: '40320000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 482.67548180003195, - time: '11:12:00' + count: 482.67548180003195 }, { + time: '40320000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 521.2875989808413, - time: '11:12:00' + count: 521.2875989808413 }, { + time: '40320000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 513.951076288517, - time: '11:12:00' + count: 513.951076288517 }, { + time: '40320000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 416.3254687878066, - time: '11:12:00' + count: 416.3254687878066 }, { + time: '40320000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 511.54058422773886, - time: '11:12:00' + count: 511.54058422773886 }, { + time: '40320000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 519.4434880586152, - time: '11:12:00' + count: 519.4434880586152 }, { + time: '40380000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 463.3359877671101, - time: '11:13:00' + count: 463.3359877671101 }, { + time: '40380000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 507.27394035771647, - time: '11:13:00' + count: 507.27394035771647 }, { + time: '40380000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 405.4610590987614, - time: '11:13:00' + count: 405.4610590987614 }, { + time: '40380000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 530.3948254858269, - time: '11:13:00' + count: 530.3948254858269 }, { + time: '40380000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 463.9497081111901, - time: '11:13:00' + count: 463.9497081111901 }, { + time: '40380000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 428.79065878353975, - time: '11:13:00' + count: 428.79065878353975 }, { + time: '40380000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 480.6410236424408, - time: '11:13:00' + count: 480.6410236424408 }, { + time: '40440000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 472.75410837434833, - time: '11:14:00' + count: 472.75410837434833 }, { + time: '40440000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 443.05019208163793, - time: '11:14:00' + count: 443.05019208163793 }, { + time: '40440000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 404.46973973024467, - time: '11:14:00' + count: 404.46973973024467 }, { + time: '40440000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 509.33045615781793, - time: '11:14:00' + count: 509.33045615781793 }, { + time: '40440000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 408.2326473370121, - time: '11:14:00' + count: 408.2326473370121 }, { + time: '40440000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 572.7046283167094, - time: '11:14:00' + count: 572.7046283167094 }, { + time: '40440000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 523.4371516453848, - time: '11:14:00' + count: 523.4371516453848 }, { + time: '40500000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 530.8856235379513, - time: '11:15:00' + count: 530.8856235379513 }, { + time: '40500000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 476.09764856474817, - time: '11:15:00' + count: 476.09764856474817 }, { + time: '40500000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 435.2883311949346, - time: '11:15:00' + count: 435.2883311949346 }, { + time: '40500000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 477.6783192724736, - time: '11:15:00' + count: 477.6783192724736 }, { + time: '40500000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 557.2574563886694, - time: '11:15:00' + count: 557.2574563886694 }, { + time: '40500000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 541.0516847762676, - time: '11:15:00' + count: 541.0516847762676 }, { + time: '40500000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 533.8425941479384, - time: '11:15:00' + count: 533.8425941479384 }, { + time: '40560000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 508.3584439832788, - time: '11:16:00' + count: 508.3584439832788 }, { + time: '40560000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 426.4866621703272, - time: '11:16:00' + count: 426.4866621703272 }, { + time: '40560000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 423.05046158683564, - time: '11:16:00' + count: 423.05046158683564 }, { + time: '40560000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 509.70449964491536, - time: '11:16:00' + count: 509.70449964491536 }, { + time: '40560000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 390.62007904852436, - time: '11:16:00' + count: 390.62007904852436 }, { + time: '40560000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 509.1048851734308, - time: '11:16:00' + count: 509.1048851734308 }, { + time: '40560000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 518.7572009095961, - time: '11:16:00' + count: 518.7572009095961 }, { + time: '40620000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 574.7123666297637, - time: '11:17:00' + count: 574.7123666297637 }, { + time: '40620000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 458.2083176244221, - time: '11:17:00' + count: 458.2083176244221 }, { + time: '40620000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 410.19420121395655, - time: '11:17:00' + count: 410.19420121395655 }, { + time: '40620000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 553.6815874929886, - time: '11:17:00' + count: 553.6815874929886 }, { + time: '40620000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 465.49103551135136, - time: '11:17:00' + count: 465.49103551135136 }, { + time: '40620000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 468.6757950575084, - time: '11:17:00' + count: 468.6757950575084 }, { + time: '40620000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 497.499870958827, - time: '11:17:00' + count: 497.499870958827 }, { + time: '40680000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 513.5987962239394, - time: '11:18:00' + count: 513.5987962239394 }, { + time: '40680000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 435.49284728161575, - time: '11:18:00' + count: 435.49284728161575 }, { + time: '40680000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 359.4762772277344, - time: '11:18:00' + count: 359.4762772277344 }, { + time: '40680000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 448.674235029447, - time: '11:18:00' + count: 448.674235029447 }, { + time: '40680000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 481.6888440466049, - time: '11:18:00' + count: 481.6888440466049 }, { + time: '40680000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 432.028038163826, - time: '11:18:00' + count: 432.028038163826 }, { + time: '40680000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 538.4327335983364, - time: '11:18:00' + count: 538.4327335983364 }, { + time: '40740000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 488.3848149332354, - time: '11:19:00' + count: 488.3848149332354 }, { + time: '40740000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 446.8497982496359, - time: '11:19:00' + count: 446.8497982496359 }, { + time: '40740000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 422.5734178567998, - time: '11:19:00' + count: 422.5734178567998 }, { + time: '40740000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 506.6484837073438, - time: '11:19:00' + count: 506.6484837073438 }, { + time: '40740000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 470.6899548725749, - time: '11:19:00' + count: 470.6899548725749 }, { + time: '40740000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 461.3896611964474, - time: '11:19:00' + count: 461.3896611964474 }, { + time: '40740000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 552.0970324784705, - time: '11:19:00' + count: 552.0970324784705 }, { + time: '40800000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 632.2824384460777, - time: '11:20:00' + count: 632.2824384460777 }, { + time: '40800000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 471.75785127184565, - time: '11:20:00' + count: 471.75785127184565 }, { + time: '40800000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 493.1012248237517, - time: '11:20:00' + count: 493.1012248237517 }, { + time: '40800000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 464.99395925304134, - time: '11:20:00' + count: 464.99395925304134 }, { + time: '40800000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 440.73561705611456, - time: '11:20:00' + count: 440.73561705611456 }, { + time: '40800000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 534.4374309852093, - time: '11:20:00' + count: 534.4374309852093 }, { + time: '40800000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 475.4800461278577, - time: '11:20:00' + count: 475.4800461278577 }, { + time: '40860000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 547.7111849756732, - time: '11:21:00' + count: 547.7111849756732 }, { + time: '40860000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 401.0889658383264, - time: '11:21:00' + count: 401.0889658383264 }, { + time: '40860000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 466.27100230774886, - time: '11:21:00' + count: 466.27100230774886 }, { + time: '40860000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 559.7523314462421, - time: '11:21:00' + count: 559.7523314462421 }, { + time: '40860000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 443.5089650133287, - time: '11:21:00' + count: 443.5089650133287 }, { + time: '40860000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 574.2293152967304, - time: '11:21:00' + count: 574.2293152967304 }, { + time: '40860000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 600.5466189873135, - time: '11:21:00' + count: 600.5466189873135 }, { + time: '40920000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 562.3764102343962, - time: '11:22:00' + count: 562.3764102343962 }, { + time: '40920000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 546.619363784273, - time: '11:22:00' + count: 546.619363784273 }, { + time: '40920000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 478.65933133196984, - time: '11:22:00' + count: 478.65933133196984 }, { + time: '40920000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 423.8406547608113, - time: '11:22:00' + count: 423.8406547608113 }, { + time: '40920000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 452.1905735989555, - time: '11:22:00' + count: 452.1905735989555 }, { + time: '40920000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 557.1621764136095, - time: '11:22:00' + count: 557.1621764136095 }, { + time: '40920000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 525.0705933857869, - time: '11:22:00' + count: 525.0705933857869 }, { + time: '40980000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 487.76259068932717, - time: '11:23:00' + count: 487.76259068932717 }, { + time: '40980000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 391.6991309250149, - time: '11:23:00' + count: 391.6991309250149 }, { + time: '40980000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 373.43921617844074, - time: '11:23:00' + count: 373.43921617844074 }, { + time: '40980000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 472.0539076364206, - time: '11:23:00' + count: 472.0539076364206 }, { + time: '40980000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 442.64989991857556, - time: '11:23:00' + count: 442.64989991857556 }, { + time: '40980000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 455.5575289106863, - time: '11:23:00' + count: 455.5575289106863 }, { + time: '40980000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 530.9424811472423, - time: '11:23:00' + count: 530.9424811472423 }, { + time: '41040000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 531.7808637737409, - time: '11:24:00' + count: 531.7808637737409 }, { + time: '41040000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 381.2905693606134, - time: '11:24:00' + count: 381.2905693606134 }, { + time: '41040000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 349.519758987071, - time: '11:24:00' + count: 349.519758987071 }, { + time: '41040000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 518.860593753226, - time: '11:24:00' + count: 518.860593753226 }, { + time: '41040000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 498.1939558397455, - time: '11:24:00' + count: 498.1939558397455 }, { + time: '41040000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 424.01912833554945, - time: '11:24:00' + count: 424.01912833554945 }, { + time: '41040000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 565.4107211628278, - time: '11:24:00' + count: 565.4107211628278 }, { + time: '41100000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 564.5461294854933, - time: '11:25:00' + count: 564.5461294854933 }, { + time: '41100000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 499.9055436750034, - time: '11:25:00' + count: 499.9055436750034 }, { + time: '41100000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 392.7106539950176, - time: '11:25:00' + count: 392.7106539950176 }, { + time: '41100000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 578.276201461717, - time: '11:25:00' + count: 578.276201461717 }, { + time: '41100000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 560.5261500795675, - time: '11:25:00' + count: 560.5261500795675 }, { + time: '41100000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 487.0443123455602, - time: '11:25:00' + count: 487.0443123455602 }, { + time: '41100000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 541.6608065631751, - time: '11:25:00' + count: 541.6608065631751 }, { + time: '41160000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 501.45032112888487, - time: '11:26:00' + count: 501.45032112888487 }, { + time: '41160000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 481.5831346981468, - time: '11:26:00' + count: 481.5831346981468 }, { + time: '41160000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 401.78624561443473, - time: '11:26:00' + count: 401.78624561443473 }, { + time: '41160000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 496.7124869463506, - time: '11:26:00' + count: 496.7124869463506 }, { + time: '41160000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 422.1254107496083, - time: '11:26:00' + count: 422.1254107496083 }, { + time: '41160000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 391.5780317218574, - time: '11:26:00' + count: 391.5780317218574 }, { + time: '41160000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 577.6568316956623, - time: '11:26:00' + count: 577.6568316956623 }, { + time: '41220000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 577.7849009172836, - time: '11:27:00' + count: 577.7849009172836 }, { + time: '41220000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 473.2059908526078, - time: '11:27:00' + count: 473.2059908526078 }, { + time: '41220000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 453.70957592354745, - time: '11:27:00' + count: 453.70957592354745 }, { + time: '41220000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 472.24002366534006, - time: '11:27:00' + count: 472.24002366534006 }, { + time: '41220000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 381.5098510210461, - time: '11:27:00' + count: 381.5098510210461 }, { + time: '41220000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 496.1583857092391, - time: '11:27:00' + count: 496.1583857092391 }, { + time: '41220000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 544.3562082600912, - time: '11:27:00' + count: 544.3562082600912 }, { + time: '41280000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 528.9680655040597, - time: '11:28:00' + count: 528.9680655040597 }, { + time: '41280000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 473.41727546321397, - time: '11:28:00' + count: 473.41727546321397 }, { + time: '41280000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 314.376768514259, - time: '11:28:00' + count: 314.376768514259 }, { + time: '41280000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 594.0578534720295, - time: '11:28:00' + count: 594.0578534720295 }, { + time: '41280000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 445.58589758243727, - time: '11:28:00' + count: 445.58589758243727 }, { + time: '41280000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 472.6198706850666, - time: '11:28:00' + count: 472.6198706850666 }, { + time: '41280000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 499.3781312679781, - time: '11:28:00' + count: 499.3781312679781 }, { + time: '41340000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 544.4153125103362, - time: '11:29:00' + count: 544.4153125103362 }, { + time: '41340000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 441.3876613576543, - time: '11:29:00' + count: 441.3876613576543 }, { + time: '41340000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 475.4775159730307, - time: '11:29:00' + count: 475.4775159730307 }, { + time: '41340000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 427.5993049791878, - time: '11:29:00' + count: 427.5993049791878 }, { + time: '41340000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 578.985466882716, - time: '11:29:00' + count: 578.985466882716 }, { + time: '41340000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 456.6981749065879, - time: '11:29:00' + count: 456.6981749065879 }, { + time: '41340000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 548.075176260305, - time: '11:29:00' + count: 548.075176260305 }, { + time: '41400000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 528.9146693885301, - time: '11:30:00' + count: 528.9146693885301 }, { + time: '41400000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 397.1372814257084, - time: '11:30:00' + count: 397.1372814257084 }, { + time: '41400000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 391.0996050710505, - time: '11:30:00' + count: 391.0996050710505 }, { + time: '41400000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 390.0597021689959, - time: '11:30:00' + count: 390.0597021689959 }, { + time: '41400000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 409.81627160151345, - time: '11:30:00' + count: 409.81627160151345 }, { + time: '41400000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 400.2648466366602, - time: '11:30:00' + count: 400.2648466366602 }, { + time: '41400000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 472.81368963396693, - time: '11:30:00' + count: 472.81368963396693 }, { + time: '41460000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 651.6139092254468, - time: '11:31:00' + count: 651.6139092254468 }, { + time: '41460000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 445.79022790968634, - time: '11:31:00' + count: 445.79022790968634 }, { + time: '41460000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 377.655946502629, - time: '11:31:00' + count: 377.655946502629 }, { + time: '41460000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 522.0007225026666, - time: '11:31:00' + count: 522.0007225026666 }, { + time: '41460000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 531.9558402722034, - time: '11:31:00' + count: 531.9558402722034 }, { + time: '41460000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 505.68000532848583, - time: '11:31:00' + count: 505.68000532848583 }, { + time: '41460000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 535.4279852888261, - time: '11:31:00' + count: 535.4279852888261 }, { + time: '41520000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 558.3251387631033, - time: '11:32:00' + count: 558.3251387631033 }, { + time: '41520000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 408.14191442439443, - time: '11:32:00' + count: 408.14191442439443 }, { + time: '41520000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 348.3947812369916, - time: '11:32:00' + count: 348.3947812369916 }, { + time: '41520000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 474.89728878236946, - time: '11:32:00' + count: 474.89728878236946 }, { + time: '41520000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 533.885040703822, - time: '11:32:00' + count: 533.885040703822 }, { + time: '41520000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 453.36495801690444, - time: '11:32:00' + count: 453.36495801690444 }, { + time: '41520000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 528.338500467777, - time: '11:32:00' + count: 528.338500467777 }, { + time: '41580000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 506.11445355220496, - time: '11:33:00' + count: 506.11445355220496 }, { + time: '41580000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 490.7559866708876, - time: '11:33:00' + count: 490.7559866708876 }, { + time: '41580000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 316.2571664067115, - time: '11:33:00' + count: 316.2571664067115 }, { + time: '41580000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 448.93835914346437, - time: '11:33:00' + count: 448.93835914346437 }, { + time: '41580000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 422.32058791460025, - time: '11:33:00' + count: 422.32058791460025 }, { + time: '41580000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 421.5041582144856, - time: '11:33:00' + count: 421.5041582144856 }, { + time: '41580000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 519.594157136373, - time: '11:33:00' + count: 519.594157136373 }, { + time: '41640000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 600.1272456051595, - time: '11:34:00' + count: 600.1272456051595 }, { + time: '41640000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 434.6471309248931, - time: '11:34:00' + count: 434.6471309248931 }, { + time: '41640000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 440.1585291980957, - time: '11:34:00' + count: 440.1585291980957 }, { + time: '41640000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 535.4178223649676, - time: '11:34:00' + count: 535.4178223649676 }, { + time: '41640000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 478.44915395926375, - time: '11:34:00' + count: 478.44915395926375 }, { + time: '41640000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 336.38688933591754, - time: '11:34:00' + count: 336.38688933591754 }, { + time: '41640000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 523.5731244280535, - time: '11:34:00' + count: 523.5731244280535 }, { + time: '41700000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 497.95781750144886, - time: '11:35:00' + count: 497.95781750144886 }, { + time: '41700000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 400.7251401603744, - time: '11:35:00' + count: 400.7251401603744 }, { + time: '41700000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 402.66589835942017, - time: '11:35:00' + count: 402.66589835942017 }, { + time: '41700000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 512.19003568856, - time: '11:35:00' + count: 512.19003568856 }, { + time: '41700000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 531.4198311564269, - time: '11:35:00' + count: 531.4198311564269 }, { + time: '41700000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 478.62425474746817, - time: '11:35:00' + count: 478.62425474746817 }, { + time: '41700000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 435.90754772511804, - time: '11:35:00' + count: 435.90754772511804 }, { + time: '41760000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 569.4431797502377, - time: '11:36:00' + count: 569.4431797502377 }, { + time: '41760000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 425.93070791735033, - time: '11:36:00' + count: 425.93070791735033 }, { + time: '41760000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 334.5019550129473, - time: '11:36:00' + count: 334.5019550129473 }, { + time: '41760000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 471.7960684631636, - time: '11:36:00' + count: 471.7960684631636 }, { + time: '41760000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 431.04361295062563, - time: '11:36:00' + count: 431.04361295062563 }, { + time: '41760000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 568.6125798334872, - time: '11:36:00' + count: 568.6125798334872 }, { + time: '41760000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 502.5637546129519, - time: '11:36:00' + count: 502.5637546129519 }, { + time: '41820000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 461.0164938060112, - time: '11:37:00' + count: 461.0164938060112 }, { + time: '41820000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 462.6465727137812, - time: '11:37:00' + count: 462.6465727137812 }, { + time: '41820000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 334.2460613968192, - time: '11:37:00' + count: 334.2460613968192 }, { + time: '41820000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 435.9847800664553, - time: '11:37:00' + count: 435.9847800664553 }, { + time: '41820000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 439.8209819948819, - time: '11:37:00' + count: 439.8209819948819 }, { + time: '41820000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 563.0629607273935, - time: '11:37:00' + count: 563.0629607273935 }, { + time: '41820000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 534.6422450570558, - time: '11:37:00' + count: 534.6422450570558 }, { + time: '41880000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 492.59069755507846, - time: '11:38:00' + count: 492.59069755507846 }, { + time: '41880000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 413.81377235980125, - time: '11:38:00' + count: 413.81377235980125 }, { + time: '41880000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 382.2107650354936, - time: '11:38:00' + count: 382.2107650354936 }, { + time: '41880000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 543.6228664140073, - time: '11:38:00' + count: 543.6228664140073 }, { + time: '41880000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 420.9159543025678, - time: '11:38:00' + count: 420.9159543025678 }, { + time: '41880000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 457.1451871706864, - time: '11:38:00' + count: 457.1451871706864 }, { + time: '41880000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 537.99281959987, - time: '11:38:00' + count: 537.99281959987 }, { + time: '41940000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 568.8430617934562, - time: '11:39:00' + count: 568.8430617934562 }, { + time: '41940000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 400.8889802216784, - time: '11:39:00' + count: 400.8889802216784 }, { + time: '41940000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 482.45107626446963, - time: '11:39:00' + count: 482.45107626446963 }, { + time: '41940000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 532.510058897933, - time: '11:39:00' + count: 532.510058897933 }, { + time: '41940000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 399.26216346535665, - time: '11:39:00' + count: 399.26216346535665 }, { + time: '41940000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 449.889396981911, - time: '11:39:00' + count: 449.889396981911 }, { + time: '41940000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 478.6162429537021, - time: '11:39:00' + count: 478.6162429537021 }, { + time: '42000000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 595.9233289997705, - time: '11:40:00' + count: 595.9233289997705 }, { + time: '42000000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 454.18436057459564, - time: '11:40:00' + count: 454.18436057459564 }, { + time: '42000000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 386.02043243181976, - time: '11:40:00' + count: 386.02043243181976 }, { + time: '42000000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 495.04120681103086, - time: '11:40:00' + count: 495.04120681103086 }, { + time: '42000000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 417.5361227466997, - time: '11:40:00' + count: 417.5361227466997 }, { + time: '42000000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 503.4387128037512, - time: '11:40:00' + count: 503.4387128037512 }, { + time: '42000000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 593.285392043235, - time: '11:40:00' + count: 593.285392043235 }, { + time: '42060000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 567.5684140594985, - time: '11:41:00' + count: 567.5684140594985 }, { + time: '42060000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 454.24832855543616, - time: '11:41:00' + count: 454.24832855543616 }, { + time: '42060000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 323.8428523440947, - time: '11:41:00' + count: 323.8428523440947 }, { + time: '42060000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 592.3318498023833, - time: '11:41:00' + count: 592.3318498023833 }, { + time: '42060000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 388.8029866618872, - time: '11:41:00' + count: 388.8029866618872 }, { + time: '42060000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 430.0807280405854, - time: '11:41:00' + count: 430.0807280405854 }, { + time: '42060000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 486.691257589275, - time: '11:41:00' + count: 486.691257589275 }, { + time: '42120000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 553.217585880588, - time: '11:42:00' + count: 553.217585880588 }, { + time: '42120000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 416.6528412314435, - time: '11:42:00' + count: 416.6528412314435 }, { + time: '42120000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 386.7128467957028, - time: '11:42:00' + count: 386.7128467957028 }, { + time: '42120000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 446.49576168369236, - time: '11:42:00' + count: 446.49576168369236 }, { + time: '42120000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 451.7041734129613, - time: '11:42:00' + count: 451.7041734129613 }, { + time: '42120000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 495.0895949909733, - time: '11:42:00' + count: 495.0895949909733 }, { + time: '42120000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 578.4728600263369, - time: '11:42:00' + count: 578.4728600263369 }, { + time: '42180000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 543.9448152205356, - time: '11:43:00' + count: 543.9448152205356 }, { + time: '42180000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 418.44808471908385, - time: '11:43:00' + count: 418.44808471908385 }, { + time: '42180000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 385.3638215126165, - time: '11:43:00' + count: 385.3638215126165 }, { + time: '42180000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 423.72374145376307, - time: '11:43:00' + count: 423.72374145376307 }, { + time: '42180000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 411.5013384470679, - time: '11:43:00' + count: 411.5013384470679 }, { + time: '42180000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 518.3040139192345, - time: '11:43:00' + count: 518.3040139192345 }, { + time: '42180000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 551.3597180935842, - time: '11:43:00' + count: 551.3597180935842 }, { + time: '42240000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 485.07390048162864, - time: '11:44:00' + count: 485.07390048162864 }, { + time: '42240000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 453.6024968678818, - time: '11:44:00' + count: 453.6024968678818 }, { + time: '42240000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 264.1556678529214, - time: '11:44:00' + count: 264.1556678529214 }, { + time: '42240000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 465.4045965059378, - time: '11:44:00' + count: 465.4045965059378 }, { + time: '42240000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 461.6892955895374, - time: '11:44:00' + count: 461.6892955895374 }, { + time: '42240000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 541.3466611942154, - time: '11:44:00' + count: 541.3466611942154 }, { + time: '42240000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 497.68863450780987, - time: '11:44:00' + count: 497.68863450780987 }, { + time: '42300000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 523.0077895802646, - time: '11:45:00' + count: 523.0077895802646 }, { + time: '42300000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 369.5957829251338, - time: '11:45:00' + count: 369.5957829251338 }, { + time: '42300000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 396.2852566741094, - time: '11:45:00' + count: 396.2852566741094 }, { + time: '42300000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 497.72069918222513, - time: '11:45:00' + count: 497.72069918222513 }, { + time: '42300000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 372.20521768981865, - time: '11:45:00' + count: 372.20521768981865 }, { + time: '42300000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 474.99229617600236, - time: '11:45:00' + count: 474.99229617600236 }, { + time: '42300000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 618.7655446304756, - time: '11:45:00' + count: 618.7655446304756 }, { + time: '42360000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 535.9680614520106, - time: '11:46:00' + count: 535.9680614520106 }, { + time: '42360000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 371.62681128117225, - time: '11:46:00' + count: 371.62681128117225 }, { + time: '42360000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 387.45327348956613, - time: '11:46:00' + count: 387.45327348956613 }, { + time: '42360000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 512.1669724661346, - time: '11:46:00' + count: 512.1669724661346 }, { + time: '42360000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 466.54401161072286, - time: '11:46:00' + count: 466.54401161072286 }, { + time: '42360000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 469.81631249115173, - time: '11:46:00' + count: 469.81631249115173 }, { + time: '42360000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 470.318158412176, - time: '11:46:00' + count: 470.318158412176 }, { + time: '42420000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 611.8561113109458, - time: '11:47:00' + count: 611.8561113109458 }, { + time: '42420000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 406.0777889373782, - time: '11:47:00' + count: 406.0777889373782 }, { + time: '42420000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 433.81031824067094, - time: '11:47:00' + count: 433.81031824067094 }, { + time: '42420000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 487.9381971071835, - time: '11:47:00' + count: 487.9381971071835 }, { + time: '42420000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 491.6764480804462, - time: '11:47:00' + count: 491.6764480804462 }, { + time: '42420000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 436.1008706621719, - time: '11:47:00' + count: 436.1008706621719 }, { + time: '42420000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 575.9577086805001, - time: '11:47:00' + count: 575.9577086805001 }, { + time: '42480000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 576.1809144784231, - time: '11:48:00' + count: 576.1809144784231 }, { + time: '42480000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 431.32764241440765, - time: '11:48:00' + count: 431.32764241440765 }, { + time: '42480000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 491.44780474726724, - time: '11:48:00' + count: 491.44780474726724 }, { + time: '42480000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 517.6027698257149, - time: '11:48:00' + count: 517.6027698257149 }, { + time: '42480000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 350.31321787142724, - time: '11:48:00' + count: 350.31321787142724 }, { + time: '42480000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 438.655982298007, - time: '11:48:00' + count: 438.655982298007 }, { + time: '42480000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 580.0291159021489, - time: '11:48:00' + count: 580.0291159021489 }, { + time: '42540000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 470.8479922318633, - time: '11:49:00' + count: 470.8479922318633 }, { + time: '42540000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 457.5453782799002, - time: '11:49:00' + count: 457.5453782799002 }, { + time: '42540000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 455.3282514773879, - time: '11:49:00' + count: 455.3282514773879 }, { + time: '42540000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 437.4230287904778, - time: '11:49:00' + count: 437.4230287904778 }, { + time: '42540000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 468.7028284923786, - time: '11:49:00' + count: 468.7028284923786 }, { + time: '42540000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 468.67605540492366, - time: '11:49:00' + count: 468.67605540492366 }, { + time: '42540000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 496.46898954616773, - time: '11:49:00' + count: 496.46898954616773 }, { + time: '42600000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 575.2041984697397, - time: '11:50:00' + count: 575.2041984697397 }, { + time: '42600000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 515.7678108474776, - time: '11:50:00' + count: 515.7678108474776 }, { + time: '42600000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 385.5555654722585, - time: '11:50:00' + count: 385.5555654722585 }, { + time: '42600000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 572.188230203663, - time: '11:50:00' + count: 572.188230203663 }, { + time: '42600000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 511.3834496236646, - time: '11:50:00' + count: 511.3834496236646 }, { + time: '42600000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 498.3682753408089, - time: '11:50:00' + count: 498.3682753408089 }, { + time: '42600000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 599.6232650032165, - time: '11:50:00' + count: 599.6232650032165 }, { + time: '42660000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 539.7458859791842, - time: '11:51:00' + count: 539.7458859791842 }, { + time: '42660000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 484.88298116010094, - time: '11:51:00' + count: 484.88298116010094 }, { + time: '42660000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 343.6737045629165, - time: '11:51:00' + count: 343.6737045629165 }, { + time: '42660000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 495.89244108037155, - time: '11:51:00' + count: 495.89244108037155 }, { + time: '42660000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 389.5179490654397, - time: '11:51:00' + count: 389.5179490654397 }, { + time: '42660000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 525.6792313116624, - time: '11:51:00' + count: 525.6792313116624 }, { + time: '42660000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 517.4976742700524, - time: '11:51:00' + count: 517.4976742700524 }, { + time: '42720000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 525.1538999847021, - time: '11:52:00' + count: 525.1538999847021 }, { + time: '42720000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 434.0030735018286, - time: '11:52:00' + count: 434.0030735018286 }, { + time: '42720000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 527.667990162493, - time: '11:52:00' + count: 527.667990162493 }, { + time: '42720000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 555.8647915794064, - time: '11:52:00' + count: 555.8647915794064 }, { + time: '42720000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 533.6286193418852, - time: '11:52:00' + count: 533.6286193418852 }, { + time: '42720000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 439.8410524659828, - time: '11:52:00' + count: 439.8410524659828 }, { + time: '42720000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 544.4346814639929, - time: '11:52:00' + count: 544.4346814639929 }, { + time: '42780000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 589.5838144420434, - time: '11:53:00' + count: 589.5838144420434 }, { + time: '42780000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 441.04918960486555, - time: '11:53:00' + count: 441.04918960486555 }, { + time: '42780000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 401.96092170072444, - time: '11:53:00' + count: 401.96092170072444 }, { + time: '42780000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 517.1362673188852, - time: '11:53:00' + count: 517.1362673188852 }, { + time: '42780000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 470.95095046830227, - time: '11:53:00' + count: 470.95095046830227 }, { + time: '42780000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 554.6344284479761, - time: '11:53:00' + count: 554.6344284479761 }, { + time: '42780000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 543.0160919385611, - time: '11:53:00' + count: 543.0160919385611 }, { + time: '42840000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 610.5499761247976, - time: '11:54:00' + count: 610.5499761247976 }, { + time: '42840000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 391.87353176810956, - time: '11:54:00' + count: 391.87353176810956 }, { + time: '42840000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 399.6964645956473, - time: '11:54:00' + count: 399.6964645956473 }, { + time: '42840000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 522.8376609576892, - time: '11:54:00' + count: 522.8376609576892 }, { + time: '42840000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 414.7494072120796, - time: '11:54:00' + count: 414.7494072120796 }, { + time: '42840000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 466.4438199478716, - time: '11:54:00' + count: 466.4438199478716 }, { + time: '42840000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 523.2845629264726, - time: '11:54:00' + count: 523.2845629264726 }, { + time: '42900000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 605.5640059558099, - time: '11:55:00' + count: 605.5640059558099 }, { + time: '42900000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 441.0743432003805, - time: '11:55:00' + count: 441.0743432003805 }, { + time: '42900000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 397.79374564449984, - time: '11:55:00' + count: 397.79374564449984 }, { + time: '42900000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 528.4883640116102, - time: '11:55:00' + count: 528.4883640116102 }, { + time: '42900000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 447.2115461171147, - time: '11:55:00' + count: 447.2115461171147 }, { + time: '42900000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 478.9316352825782, - time: '11:55:00' + count: 478.9316352825782 }, { + time: '42900000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 570.5404136579891, - time: '11:55:00' + count: 570.5404136579891 }, { + time: '42960000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 517.039123838868, - time: '11:56:00' + count: 517.039123838868 }, { + time: '42960000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 427.56706805399307, - time: '11:56:00' + count: 427.56706805399307 }, { + time: '42960000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 408.90423803839275, - time: '11:56:00' + count: 408.90423803839275 }, { + time: '42960000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 522.3854280008658, - time: '11:56:00' + count: 522.3854280008658 }, { + time: '42960000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 477.9163456260861, - time: '11:56:00' + count: 477.9163456260861 }, { + time: '42960000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 442.63941604260884, - time: '11:56:00' + count: 442.63941604260884 }, { + time: '42960000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 569.6744360276107, - time: '11:56:00' + count: 569.6744360276107 }, { + time: '43020000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 543.5393812074393, - time: '11:57:00' + count: 543.5393812074393 }, { + time: '43020000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 458.1359280169045, - time: '11:57:00' + count: 458.1359280169045 }, { + time: '43020000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 391.7819794038029, - time: '11:57:00' + count: 391.7819794038029 }, { + time: '43020000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 532.1361379933772, - time: '11:57:00' + count: 532.1361379933772 }, { + time: '43020000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 453.80026957062057, - time: '11:57:00' + count: 453.80026957062057 }, { + time: '43020000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 358.7879869863529, - time: '11:57:00' + count: 358.7879869863529 }, { + time: '43020000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 442.57340133809095, - time: '11:57:00' + count: 442.57340133809095 }, { + time: '43080000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 575.5631715701782, - time: '11:58:00' + count: 575.5631715701782 }, { + time: '43080000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 400.63845282238384, - time: '11:58:00' + count: 400.63845282238384 }, { + time: '43080000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 370.3168996559882, - time: '11:58:00' + count: 370.3168996559882 }, { + time: '43080000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 566.4576265066215, - time: '11:58:00' + count: 566.4576265066215 }, { + time: '43080000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 476.93779962231844, - time: '11:58:00' + count: 476.93779962231844 }, { + time: '43080000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 524.2022698180525, - time: '11:58:00' + count: 524.2022698180525 }, { + time: '43080000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 595.2170121439076, - time: '11:58:00' + count: 595.2170121439076 }, { + time: '43140000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 607.777256356118, - time: '11:59:00' + count: 607.777256356118 }, { + time: '43140000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 467.9673257120586, - time: '11:59:00' + count: 467.9673257120586 }, { + time: '43140000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 371.6570529379804, - time: '11:59:00' + count: 371.6570529379804 }, { + time: '43140000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 509.82605848507353, - time: '11:59:00' + count: 509.82605848507353 }, { + time: '43140000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 403.9663203460317, - time: '11:59:00' + count: 403.9663203460317 }, { + time: '43140000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 516.8421948546217, - time: '11:59:00' + count: 516.8421948546217 }, { + time: '43140000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 446.8754005982163, - time: '11:59:00' + count: 446.8754005982163 }, { + time: '43200000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 535.0412881077355, - time: '12:00:00' + count: 535.0412881077355 }, { + time: '43200000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 518.6369456501288, - time: '12:00:00' + count: 518.6369456501288 }, { + time: '43200000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 397.36233648920006, - time: '12:00:00' + count: 397.36233648920006 }, { + time: '43200000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 535.4501878794256, - time: '12:00:00' + count: 535.4501878794256 }, { + time: '43200000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 458.4680412018039, - time: '12:00:00' + count: 458.4680412018039 }, { + time: '43200000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 465.9336221440893, - time: '12:00:00' + count: 465.9336221440893 }, { + time: '43200000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 581.6273102170828, - time: '12:00:00' + count: 581.6273102170828 }, { + time: '43260000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 549.7170511668091, - time: '12:01:00' + count: 549.7170511668091 }, { + time: '43260000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 436.5619925771571, - time: '12:01:00' + count: 436.5619925771571 }, { + time: '43260000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 371.82876144331175, - time: '12:01:00' + count: 371.82876144331175 }, { + time: '43260000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 495.51321528563864, - time: '12:01:00' + count: 495.51321528563864 }, { + time: '43260000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 379.314275154751, - time: '12:01:00' + count: 379.314275154751 }, { + time: '43260000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 483.3495358612436, - time: '12:01:00' + count: 483.3495358612436 }, { + time: '43260000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 586.3352568413792, - time: '12:01:00' + count: 586.3352568413792 }, { + time: '43320000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 503.6832512996986, - time: '12:02:00' + count: 503.6832512996986 }, { + time: '43320000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 462.0855861049471, - time: '12:02:00' + count: 462.0855861049471 }, { + time: '43320000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 363.35771086614176, - time: '12:02:00' + count: 363.35771086614176 }, { + time: '43320000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 572.0058607724736, - time: '12:02:00' + count: 572.0058607724736 }, { + time: '43320000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 444.438696932565, - time: '12:02:00' + count: 444.438696932565 }, { + time: '43320000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 505.79696088520495, - time: '12:02:00' + count: 505.79696088520495 }, { + time: '43320000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 475.45167848924007, - time: '12:02:00' + count: 475.45167848924007 }, { + time: '43380000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 499.18966879596644, - time: '12:03:00' + count: 499.18966879596644 }, { + time: '43380000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 476.5071995855556, - time: '12:03:00' + count: 476.5071995855556 }, { + time: '43380000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 404.3215113845948, - time: '12:03:00' + count: 404.3215113845948 }, { + time: '43380000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 466.1803848970365, - time: '12:03:00' + count: 466.1803848970365 }, { + time: '43380000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 404.8046179267605, - time: '12:03:00' + count: 404.8046179267605 }, { + time: '43380000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 401.87270715567286, - time: '12:03:00' + count: 401.87270715567286 }, { + time: '43380000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 509.45928560227077, - time: '12:03:00' + count: 509.45928560227077 }, { + time: '43440000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 599.6262911197099, - time: '12:04:00' + count: 599.6262911197099 }, { + time: '43440000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 421.93897640570816, - time: '12:04:00' + count: 421.93897640570816 }, { + time: '43440000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 386.2511391289572, - time: '12:04:00' + count: 386.2511391289572 }, { + time: '43440000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 590.0470216455408, - time: '12:04:00' + count: 590.0470216455408 }, { + time: '43440000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 413.22350287051165, - time: '12:04:00' + count: 413.22350287051165 }, { + time: '43440000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 453.5473661326853, - time: '12:04:00' + count: 453.5473661326853 }, { + time: '43440000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 474.7147665757032, - time: '12:04:00' + count: 474.7147665757032 }, { + time: '43500000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 626.8120014285412, - time: '12:05:00' + count: 626.8120014285412 }, { + time: '43500000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 453.20462409052084, - time: '12:05:00' + count: 453.20462409052084 }, { + time: '43500000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 474.1996494291344, - time: '12:05:00' + count: 474.1996494291344 }, { + time: '43500000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 497.99210246778284, - time: '12:05:00' + count: 497.99210246778284 }, { + time: '43500000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 511.8046587605219, - time: '12:05:00' + count: 511.8046587605219 }, { + time: '43500000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 519.7132339810913, - time: '12:05:00' + count: 519.7132339810913 }, { + time: '43500000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 519.2539484855632, - time: '12:05:00' + count: 519.2539484855632 }, { + time: '43560000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 555.3994939209833, - time: '12:06:00' + count: 555.3994939209833 }, { + time: '43560000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 442.62962003908973, - time: '12:06:00' + count: 442.62962003908973 }, { + time: '43560000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 266.4515095803494, - time: '12:06:00' + count: 266.4515095803494 }, { + time: '43560000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 428.4612448940976, - time: '12:06:00' + count: 428.4612448940976 }, { + time: '43560000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 504.56550602971345, - time: '12:06:00' + count: 504.56550602971345 }, { + time: '43560000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 417.28552884153754, - time: '12:06:00' + count: 417.28552884153754 }, { + time: '43560000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 514.5982857907129, - time: '12:06:00' + count: 514.5982857907129 }, { + time: '43620000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 609.1766448946012, - time: '12:07:00' + count: 609.1766448946012 }, { + time: '43620000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 446.8838049274416, - time: '12:07:00' + count: 446.8838049274416 }, { + time: '43620000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 453.5753425961231, - time: '12:07:00' + count: 453.5753425961231 }, { + time: '43620000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 506.40522074553945, - time: '12:07:00' + count: 506.40522074553945 }, { + time: '43620000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 480.45690604535883, - time: '12:07:00' + count: 480.45690604535883 }, { + time: '43620000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 494.6778966083315, - time: '12:07:00' + count: 494.6778966083315 }, { + time: '43620000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 568.983026613467, - time: '12:07:00' + count: 568.983026613467 }, { + time: '43680000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 577.0818012523818, - time: '12:08:00' + count: 577.0818012523818 }, { + time: '43680000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 403.3495108072267, - time: '12:08:00' + count: 403.3495108072267 }, { + time: '43680000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 461.30425962488147, - time: '12:08:00' + count: 461.30425962488147 }, { + time: '43680000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 465.94741712625597, - time: '12:08:00' + count: 465.94741712625597 }, { + time: '43680000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 395.38436176637106, - time: '12:08:00' + count: 395.38436176637106 }, { + time: '43680000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 412.17090976882974, - time: '12:08:00' + count: 412.17090976882974 }, { + time: '43680000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 595.5154373059804, - time: '12:08:00' + count: 595.5154373059804 }, { + time: '43740000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 526.7440122697437, - time: '12:09:00' + count: 526.7440122697437 }, { + time: '43740000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 443.22550871294715, - time: '12:09:00' + count: 443.22550871294715 }, { + time: '43740000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 295.3304883795925, - time: '12:09:00' + count: 295.3304883795925 }, { + time: '43740000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 542.0321774494362, - time: '12:09:00' + count: 542.0321774494362 }, { + time: '43740000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 434.1795775152599, - time: '12:09:00' + count: 434.1795775152599 }, { + time: '43740000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 503.3214991216763, - time: '12:09:00' + count: 503.3214991216763 }, { + time: '43740000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 599.7841905394978, - time: '12:09:00' + count: 599.7841905394978 }, { + time: '43800000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 577.0697802754207, - time: '12:10:00' + count: 577.0697802754207 }, { + time: '43800000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 466.8999145622725, - time: '12:10:00' + count: 466.8999145622725 }, { + time: '43800000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 381.8656202959826, - time: '12:10:00' + count: 381.8656202959826 }, { + time: '43800000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 467.36880103488045, - time: '12:10:00' + count: 467.36880103488045 }, { + time: '43800000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 510.6548849989592, - time: '12:10:00' + count: 510.6548849989592 }, { + time: '43800000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 478.2179258851258, - time: '12:10:00' + count: 478.2179258851258 }, { + time: '43800000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 501.8915986710849, - time: '12:10:00' + count: 501.8915986710849 }, { + time: '43860000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 635.9018283232984, - time: '12:11:00' + count: 635.9018283232984 }, { + time: '43860000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 514.5571803897521, - time: '12:11:00' + count: 514.5571803897521 }, { + time: '43860000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 380.4279567002104, - time: '12:11:00' + count: 380.4279567002104 }, { + time: '43860000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 477.69082833926103, - time: '12:11:00' + count: 477.69082833926103 }, { + time: '43860000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 457.08584568199524, - time: '12:11:00' + count: 457.08584568199524 }, { + time: '43860000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 399.2434092047245, - time: '12:11:00' + count: 399.2434092047245 }, { + time: '43860000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 519.5389063127736, - time: '12:11:00' + count: 519.5389063127736 }, { + time: '43920000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 557.2086980445024, - time: '12:12:00' + count: 557.2086980445024 }, { + time: '43920000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 489.96354130426033, - time: '12:12:00' + count: 489.96354130426033 }, { + time: '43920000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 328.62441526410896, - time: '12:12:00' + count: 328.62441526410896 }, { + time: '43920000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 405.52296345272345, - time: '12:12:00' + count: 405.52296345272345 }, { + time: '43920000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 565.9664769990848, - time: '12:12:00' + count: 565.9664769990848 }, { + time: '43920000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 538.2369677228586, - time: '12:12:00' + count: 538.2369677228586 }, { + time: '43920000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 445.8280903889525, - time: '12:12:00' + count: 445.8280903889525 }, { + time: '43980000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 637.2321827907003, - time: '12:13:00' + count: 637.2321827907003 }, { + time: '43980000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 549.6591228755779, - time: '12:13:00' + count: 549.6591228755779 }, { + time: '43980000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 360.1091656204562, - time: '12:13:00' + count: 360.1091656204562 }, { + time: '43980000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 477.38468403754615, - time: '12:13:00' + count: 477.38468403754615 }, { + time: '43980000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 469.6658919697186, - time: '12:13:00' + count: 469.6658919697186 }, { + time: '43980000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 443.27042116009756, - time: '12:13:00' + count: 443.27042116009756 }, { + time: '43980000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 489.7064966751906, - time: '12:13:00' + count: 489.7064966751906 }, { + time: '44040000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 428.0127447955128, - time: '12:14:00' + count: 428.0127447955128 }, { + time: '44040000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 403.6326218555975, - time: '12:14:00' + count: 403.6326218555975 }, { + time: '44040000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 343.47120772670854, - time: '12:14:00' + count: 343.47120772670854 }, { + time: '44040000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 378.8060336685522, - time: '12:14:00' + count: 378.8060336685522 }, { + time: '44040000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 459.6024558245016, - time: '12:14:00' + count: 459.6024558245016 }, { + time: '44040000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 439.48737814928097, - time: '12:14:00' + count: 439.48737814928097 }, { + time: '44040000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 578.2425816548729, - time: '12:14:00' + count: 578.2425816548729 }, { + time: '44100000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 600.0951252187612, - time: '12:15:00' + count: 600.0951252187612 }, { + time: '44100000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 485.6160318360339, - time: '12:15:00' + count: 485.6160318360339 }, { + time: '44100000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 486.6135221711811, - time: '12:15:00' + count: 486.6135221711811 }, { + time: '44100000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 420.80485882571384, - time: '12:15:00' + count: 420.80485882571384 }, { + time: '44100000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 434.54417678987494, - time: '12:15:00' + count: 434.54417678987494 }, { + time: '44100000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 490.02845986154716, - time: '12:15:00' + count: 490.02845986154716 }, { + time: '44100000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 610.7791411774116, - time: '12:15:00' + count: 610.7791411774116 }, { + time: '44160000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 563.3523534119086, - time: '12:16:00' + count: 563.3523534119086 }, { + time: '44160000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 451.1671002869176, - time: '12:16:00' + count: 451.1671002869176 }, { + time: '44160000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 445.7839196573731, - time: '12:16:00' + count: 445.7839196573731 }, { + time: '44160000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 538.0207328072149, - time: '12:16:00' + count: 538.0207328072149 }, { + time: '44160000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 456.67704523911414, - time: '12:16:00' + count: 456.67704523911414 }, { + time: '44160000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 537.4318674714358, - time: '12:16:00' + count: 537.4318674714358 }, { + time: '44160000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 468.2825564060039, - time: '12:16:00' + count: 468.2825564060039 }, { + time: '44220000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 544.0496324767066, - time: '12:17:00' + count: 544.0496324767066 }, { + time: '44220000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 551.4901466608836, - time: '12:17:00' + count: 551.4901466608836 }, { + time: '44220000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 462.57775474970794, - time: '12:17:00' + count: 462.57775474970794 }, { + time: '44220000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 539.2900079325416, - time: '12:17:00' + count: 539.2900079325416 }, { + time: '44220000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 442.3765081809728, - time: '12:17:00' + count: 442.3765081809728 }, { + time: '44220000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 429.2089090510801, - time: '12:17:00' + count: 429.2089090510801 }, { + time: '44220000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 500.3767870423553, - time: '12:17:00' + count: 500.3767870423553 }, { + time: '44280000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 563.5880388267751, - time: '12:18:00' + count: 563.5880388267751 }, { + time: '44280000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 401.5850857322424, - time: '12:18:00' + count: 401.5850857322424 }, { + time: '44280000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 435.0836032021617, - time: '12:18:00' + count: 435.0836032021617 }, { + time: '44280000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 521.2728780892483, - time: '12:18:00' + count: 521.2728780892483 }, { + time: '44280000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 485.4054338344295, - time: '12:18:00' + count: 485.4054338344295 }, { + time: '44280000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 483.0839924923986, - time: '12:18:00' + count: 483.0839924923986 }, { + time: '44280000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 528.6797121520536, - time: '12:18:00' + count: 528.6797121520536 }, { + time: '44340000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 459.62155426995537, - time: '12:19:00' + count: 459.62155426995537 }, { + time: '44340000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 400.0139078909612, - time: '12:19:00' + count: 400.0139078909612 }, { + time: '44340000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 342.54741143913856, - time: '12:19:00' + count: 342.54741143913856 }, { + time: '44340000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 451.6511928435393, - time: '12:19:00' + count: 451.6511928435393 }, { + time: '44340000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 497.8351158397292, - time: '12:19:00' + count: 497.8351158397292 }, { + time: '44340000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 501.44082501652866, - time: '12:19:00' + count: 501.44082501652866 }, { + time: '44340000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 544.0080579409804, - time: '12:19:00' + count: 544.0080579409804 }, { + time: '44400000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 548.0164056081244, - time: '12:20:00' + count: 548.0164056081244 }, { + time: '44400000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 412.0303677277989, - time: '12:20:00' + count: 412.0303677277989 }, { + time: '44400000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 372.7739866860113, - time: '12:20:00' + count: 372.7739866860113 }, { + time: '44400000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 497.614432192901, - time: '12:20:00' + count: 497.614432192901 }, { + time: '44400000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 410.70052697460255, - time: '12:20:00' + count: 410.70052697460255 }, { + time: '44400000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 514.6552803631572, - time: '12:20:00' + count: 514.6552803631572 }, { + time: '44400000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 489.5198240039177, - time: '12:20:00' + count: 489.5198240039177 }, { + time: '44460000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 576.8556285755873, - time: '12:21:00' + count: 576.8556285755873 }, { + time: '44460000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 335.80521378450965, - time: '12:21:00' + count: 335.80521378450965 }, { + time: '44460000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 423.4687280613959, - time: '12:21:00' + count: 423.4687280613959 }, { + time: '44460000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 499.8198730454716, - time: '12:21:00' + count: 499.8198730454716 }, { + time: '44460000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 383.4383523221111, - time: '12:21:00' + count: 383.4383523221111 }, { + time: '44460000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 488.8220777638613, - time: '12:21:00' + count: 488.8220777638613 }, { + time: '44460000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 551.2030522232045, - time: '12:21:00' + count: 551.2030522232045 }, { + time: '44520000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 632.8947022370758, - time: '12:22:00' + count: 632.8947022370758 }, { + time: '44520000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 415.71224891596194, - time: '12:22:00' + count: 415.71224891596194 }, { + time: '44520000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 337.89360955540275, - time: '12:22:00' + count: 337.89360955540275 }, { + time: '44520000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 442.0817655403729, - time: '12:22:00' + count: 442.0817655403729 }, { + time: '44520000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 358.1897313448352, - time: '12:22:00' + count: 358.1897313448352 }, { + time: '44520000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 461.6486080458339, - time: '12:22:00' + count: 461.6486080458339 }, { + time: '44520000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 506.3080326464542, - time: '12:22:00' + count: 506.3080326464542 }, { + time: '44580000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 533.0864890863177, - time: '12:23:00' + count: 533.0864890863177 }, { + time: '44580000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 404.0433669223151, - time: '12:23:00' + count: 404.0433669223151 }, { + time: '44580000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 434.6499215086194, - time: '12:23:00' + count: 434.6499215086194 }, { + time: '44580000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 575.1699150883576, - time: '12:23:00' + count: 575.1699150883576 }, { + time: '44580000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 475.3995663456272, - time: '12:23:00' + count: 475.3995663456272 }, { + time: '44580000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 438.62048896756403, - time: '12:23:00' + count: 438.62048896756403 }, { + time: '44580000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 529.277386456086, - time: '12:23:00' + count: 529.277386456086 }, { + time: '44640000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 518.5753198553406, - time: '12:24:00' + count: 518.5753198553406 }, { + time: '44640000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 449.5196893238104, - time: '12:24:00' + count: 449.5196893238104 }, { + time: '44640000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 386.98373009209325, - time: '12:24:00' + count: 386.98373009209325 }, { + time: '44640000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 543.8681145287836, - time: '12:24:00' + count: 543.8681145287836 }, { + time: '44640000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 394.83166969130633, - time: '12:24:00' + count: 394.83166969130633 }, { + time: '44640000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 484.30719415231874, - time: '12:24:00' + count: 484.30719415231874 }, { + time: '44640000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 557.3142124001849, - time: '12:24:00' + count: 557.3142124001849 }, { + time: '44700000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 533.9121478207732, - time: '12:25:00' + count: 533.9121478207732 }, { + time: '44700000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 459.087798788858, - time: '12:25:00' + count: 459.087798788858 }, { + time: '44700000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 380.25895962252014, - time: '12:25:00' + count: 380.25895962252014 }, { + time: '44700000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 488.9517913085168, - time: '12:25:00' + count: 488.9517913085168 }, { + time: '44700000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 342.35547035237585, - time: '12:25:00' + count: 342.35547035237585 }, { + time: '44700000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 426.39304940071963, - time: '12:25:00' + count: 426.39304940071963 }, { + time: '44700000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 530.3211134905468, - time: '12:25:00' + count: 530.3211134905468 }, { + time: '44760000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 604.7701058851037, - time: '12:26:00' + count: 604.7701058851037 }, { + time: '44760000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 535.8085419607943, - time: '12:26:00' + count: 535.8085419607943 }, { + time: '44760000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 434.54799841017456, - time: '12:26:00' + count: 434.54799841017456 }, { + time: '44760000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 501.34429194972654, - time: '12:26:00' + count: 501.34429194972654 }, { + time: '44760000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 469.42893022654823, - time: '12:26:00' + count: 469.42893022654823 }, { + time: '44760000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 333.93247582526965, - time: '12:26:00' + count: 333.93247582526965 }, { + time: '44760000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 508.1807054736716, - time: '12:26:00' + count: 508.1807054736716 }, { + time: '44820000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 575.4375554829842, - time: '12:27:00' + count: 575.4375554829842 }, { + time: '44820000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 489.5211919093025, - time: '12:27:00' + count: 489.5211919093025 }, { + time: '44820000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 421.21316557430197, - time: '12:27:00' + count: 421.21316557430197 }, { + time: '44820000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 510.41914039737765, - time: '12:27:00' + count: 510.41914039737765 }, { + time: '44820000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 574.6499758716395, - time: '12:27:00' + count: 574.6499758716395 }, { + time: '44820000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 501.8279902078834, - time: '12:27:00' + count: 501.8279902078834 }, { + time: '44820000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 524.5195098037085, - time: '12:27:00' + count: 524.5195098037085 }, { + time: '44880000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 532.511989811648, - time: '12:28:00' + count: 532.511989811648 }, { + time: '44880000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 413.15481721687985, - time: '12:28:00' + count: 413.15481721687985 }, { + time: '44880000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 380.95169170904603, - time: '12:28:00' + count: 380.95169170904603 }, { + time: '44880000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 397.9132565787855, - time: '12:28:00' + count: 397.9132565787855 }, { + time: '44880000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 449.6964544230053, - time: '12:28:00' + count: 449.6964544230053 }, { + time: '44880000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 525.1967420543098, - time: '12:28:00' + count: 525.1967420543098 }, { + time: '44880000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 525.5818520397332, - time: '12:28:00' + count: 525.5818520397332 }, { + time: '44940000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 584.6633716556678, - time: '12:29:00' + count: 584.6633716556678 }, { + time: '44940000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 397.07926643258213, - time: '12:29:00' + count: 397.07926643258213 }, { + time: '44940000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 456.96649016821243, - time: '12:29:00' + count: 456.96649016821243 }, { + time: '44940000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 487.64113087397016, - time: '12:29:00' + count: 487.64113087397016 }, { + time: '44940000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 491.9245387225821, - time: '12:29:00' + count: 491.9245387225821 }, { + time: '44940000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 361.8533782229081, - time: '12:29:00' + count: 361.8533782229081 }, { + time: '44940000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 511.4994485058936, - time: '12:29:00' + count: 511.4994485058936 }, { + time: '45000000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 563.8538774674021, - time: '12:30:00' + count: 563.8538774674021 }, { + time: '45000000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 466.5959585753253, - time: '12:30:00' + count: 466.5959585753253 }, { + time: '45000000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 344.9468336200051, - time: '12:30:00' + count: 344.9468336200051 }, { + time: '45000000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 465.90078760011005, - time: '12:30:00' + count: 465.90078760011005 }, { + time: '45000000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 454.09146792737823, - time: '12:30:00' + count: 454.09146792737823 }, { + time: '45000000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 429.5134647645031, - time: '12:30:00' + count: 429.5134647645031 }, { + time: '45000000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 517.0601968666449, - time: '12:30:00' + count: 517.0601968666449 }, { + time: '45060000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 607.4322495266445, - time: '12:31:00' + count: 607.4322495266445 }, { + time: '45060000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 375.9883396489679, - time: '12:31:00' + count: 375.9883396489679 }, { + time: '45060000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 429.7967803472132, - time: '12:31:00' + count: 429.7967803472132 }, { + time: '45060000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 449.91899950525425, - time: '12:31:00' + count: 449.91899950525425 }, { + time: '45060000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 445.05551734044286, - time: '12:31:00' + count: 445.05551734044286 }, { + time: '45060000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 510.9577130502599, - time: '12:31:00' + count: 510.9577130502599 }, { + time: '45060000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 609.9323585252358, - time: '12:31:00' + count: 609.9323585252358 }, { + time: '45120000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 523.8973453061324, - time: '12:32:00' + count: 523.8973453061324 }, { + time: '45120000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 533.5729382927177, - time: '12:32:00' + count: 533.5729382927177 }, { + time: '45120000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 428.6550628984192, - time: '12:32:00' + count: 428.6550628984192 }, { + time: '45120000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 485.9449853557023, - time: '12:32:00' + count: 485.9449853557023 }, { + time: '45120000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 495.9538241493884, - time: '12:32:00' + count: 495.9538241493884 }, { + time: '45120000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 582.8747734855849, - time: '12:32:00' + count: 582.8747734855849 }, { + time: '45120000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 558.045972397062, - time: '12:32:00' + count: 558.045972397062 }, { + time: '45180000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 542.6168926701116, - time: '12:33:00' + count: 542.6168926701116 }, { + time: '45180000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 500.97200603606433, - time: '12:33:00' + count: 500.97200603606433 }, { + time: '45180000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 383.5226780343005, - time: '12:33:00' + count: 383.5226780343005 }, { + time: '45180000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 589.8843263424761, - time: '12:33:00' + count: 589.8843263424761 }, { + time: '45180000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 435.48627279056745, - time: '12:33:00' + count: 435.48627279056745 }, { + time: '45180000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 481.0396853837704, - time: '12:33:00' + count: 481.0396853837704 }, { + time: '45180000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 515.225984098542, - time: '12:33:00' + count: 515.225984098542 }, { + time: '45240000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 539.3945923433921, - time: '12:34:00' + count: 539.3945923433921 }, { + time: '45240000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 418.5412173947648, - time: '12:34:00' + count: 418.5412173947648 }, { + time: '45240000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 415.3066511121059, - time: '12:34:00' + count: 415.3066511121059 }, { + time: '45240000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 532.0421430633505, - time: '12:34:00' + count: 532.0421430633505 }, { + time: '45240000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 463.3696157035952, - time: '12:34:00' + count: 463.3696157035952 }, { + time: '45240000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 443.5998529385433, - time: '12:34:00' + count: 443.5998529385433 }, { + time: '45240000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 564.8477202255368, - time: '12:34:00' + count: 564.8477202255368 }, { + time: '45300000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 485.8242525933941, - time: '12:35:00' + count: 485.8242525933941 }, { + time: '45300000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 356.3432735454561, - time: '12:35:00' + count: 356.3432735454561 }, { + time: '45300000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 336.44432118073485, - time: '12:35:00' + count: 336.44432118073485 }, { + time: '45300000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 471.4410505108602, - time: '12:35:00' + count: 471.4410505108602 }, { + time: '45300000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 466.0848903098007, - time: '12:35:00' + count: 466.0848903098007 }, { + time: '45300000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 470.855177944758, - time: '12:35:00' + count: 470.855177944758 }, { + time: '45300000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 513.3090255121995, - time: '12:35:00' + count: 513.3090255121995 }, { + time: '45360000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 573.8060138532288, - time: '12:36:00' + count: 573.8060138532288 }, { + time: '45360000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 509.69361870827066, - time: '12:36:00' + count: 509.69361870827066 }, { + time: '45360000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 445.20135096034505, - time: '12:36:00' + count: 445.20135096034505 }, { + time: '45360000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 528.629139067808, - time: '12:36:00' + count: 528.629139067808 }, { + time: '45360000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 416.59547731784755, - time: '12:36:00' + count: 416.59547731784755 }, { + time: '45360000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 548.7438209574093, - time: '12:36:00' + count: 548.7438209574093 }, { + time: '45360000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 588.656231879332, - time: '12:36:00' + count: 588.656231879332 }, { + time: '45420000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 572.0527636089945, - time: '12:37:00' + count: 572.0527636089945 }, { + time: '45420000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 436.2730077373691, - time: '12:37:00' + count: 436.2730077373691 }, { + time: '45420000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 389.75489317785053, - time: '12:37:00' + count: 389.75489317785053 }, { + time: '45420000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 569.9677718293001, - time: '12:37:00' + count: 569.9677718293001 }, { + time: '45420000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 499.60211747682615, - time: '12:37:00' + count: 499.60211747682615 }, { + time: '45420000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 447.70179104377326, - time: '12:37:00' + count: 447.70179104377326 }, { + time: '45420000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 548.4821096099047, - time: '12:37:00' + count: 548.4821096099047 }, { + time: '45480000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 559.2556728321231, - time: '12:38:00' + count: 559.2556728321231 }, { + time: '45480000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 503.8908155986731, - time: '12:38:00' + count: 503.8908155986731 }, { + time: '45480000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 372.86384897404804, - time: '12:38:00' + count: 372.86384897404804 }, { + time: '45480000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 546.2316841456384, - time: '12:38:00' + count: 546.2316841456384 }, { + time: '45480000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 441.2520121652296, - time: '12:38:00' + count: 441.2520121652296 }, { + time: '45480000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 440.04039966748735, - time: '12:38:00' + count: 440.04039966748735 }, { + time: '45480000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 524.6348927997885, - time: '12:38:00' + count: 524.6348927997885 }, { + time: '45540000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 547.2706433312427, - time: '12:39:00' + count: 547.2706433312427 }, { + time: '45540000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 362.27861706028165, - time: '12:39:00' + count: 362.27861706028165 }, { + time: '45540000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 451.4504612918445, - time: '12:39:00' + count: 451.4504612918445 }, { + time: '45540000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 502.98151849600873, - time: '12:39:00' + count: 502.98151849600873 }, { + time: '45540000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 412.2127420253578, - time: '12:39:00' + count: 412.2127420253578 }, { + time: '45540000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 455.86282389089837, - time: '12:39:00' + count: 455.86282389089837 }, { + time: '45540000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 552.3858462905139, - time: '12:39:00' + count: 552.3858462905139 }, { + time: '45600000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 488.2314628974793, - time: '12:40:00' + count: 488.2314628974793 }, { + time: '45600000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 412.03124885231136, - time: '12:40:00' + count: 412.03124885231136 }, { + time: '45600000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 363.782815472862, - time: '12:40:00' + count: 363.782815472862 }, { + time: '45600000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 467.6531611147213, - time: '12:40:00' + count: 467.6531611147213 }, { + time: '45600000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 476.82549217852016, - time: '12:40:00' + count: 476.82549217852016 }, { + time: '45600000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 432.3335695870644, - time: '12:40:00' + count: 432.3335695870644 }, { + time: '45600000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 451.45619239657503, - time: '12:40:00' + count: 451.45619239657503 }, { + time: '45660000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 537.9677338617321, - time: '12:41:00' + count: 537.9677338617321 }, { + time: '45660000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 442.26218498590913, - time: '12:41:00' + count: 442.26218498590913 }, { + time: '45660000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 328.576935181822, - time: '12:41:00' + count: 328.576935181822 }, { + time: '45660000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 534.9111656806795, - time: '12:41:00' + count: 534.9111656806795 }, { + time: '45660000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 405.0766009104481, - time: '12:41:00' + count: 405.0766009104481 }, { + time: '45660000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 486.13351579973977, - time: '12:41:00' + count: 486.13351579973977 }, { + time: '45660000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 473.6616265545097, - time: '12:41:00' + count: 473.6616265545097 }, { + time: '45720000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 541.8642741736616, - time: '12:42:00' + count: 541.8642741736616 }, { + time: '45720000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 444.3490296882371, - time: '12:42:00' + count: 444.3490296882371 }, { + time: '45720000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 321.1685413238048, - time: '12:42:00' + count: 321.1685413238048 }, { + time: '45720000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 519.6742692710875, - time: '12:42:00' + count: 519.6742692710875 }, { + time: '45720000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 451.4090578684564, - time: '12:42:00' + count: 451.4090578684564 }, { + time: '45720000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 561.2339229234781, - time: '12:42:00' + count: 561.2339229234781 }, { + time: '45720000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 470.30374968004725, - time: '12:42:00' + count: 470.30374968004725 }, { + time: '45780000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 518.886136538919, - time: '12:43:00' + count: 518.886136538919 }, { + time: '45780000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 419.4967264260378, - time: '12:43:00' + count: 419.4967264260378 }, { + time: '45780000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 429.300497567282, - time: '12:43:00' + count: 429.300497567282 }, { + time: '45780000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 544.7596610013866, - time: '12:43:00' + count: 544.7596610013866 }, { + time: '45780000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 449.5440501677898, - time: '12:43:00' + count: 449.5440501677898 }, { + time: '45780000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 496.1539636558015, - time: '12:43:00' + count: 496.1539636558015 }, { + time: '45780000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 537.1471547381853, - time: '12:43:00' + count: 537.1471547381853 }, { + time: '45840000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 550.9357144166995, - time: '12:44:00' + count: 550.9357144166995 }, { + time: '45840000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 473.14249661737495, - time: '12:44:00' + count: 473.14249661737495 }, { + time: '45840000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 334.97853237518586, - time: '12:44:00' + count: 334.97853237518586 }, { + time: '45840000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 531.7585900840985, - time: '12:44:00' + count: 531.7585900840985 }, { + time: '45840000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 504.2947782915789, - time: '12:44:00' + count: 504.2947782915789 }, { + time: '45840000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 467.3823248936856, - time: '12:44:00' + count: 467.3823248936856 }, { + time: '45840000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 616.6257499742546, - time: '12:44:00' + count: 616.6257499742546 }, { + time: '45900000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 579.2025428407269, - time: '12:45:00' + count: 579.2025428407269 }, { + time: '45900000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 388.61897853087027, - time: '12:45:00' + count: 388.61897853087027 }, { + time: '45900000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 486.7397090992182, - time: '12:45:00' + count: 486.7397090992182 }, { + time: '45900000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 552.4776357659667, - time: '12:45:00' + count: 552.4776357659667 }, { + time: '45900000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 473.73491164399763, - time: '12:45:00' + count: 473.73491164399763 }, { + time: '45900000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 465.4094365542228, - time: '12:45:00' + count: 465.4094365542228 }, { + time: '45900000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 641.5650073096316, - time: '12:45:00' + count: 641.5650073096316 }, { + time: '45960000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 653.3092950605266, - time: '12:46:00' + count: 653.3092950605266 }, { + time: '45960000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 434.8810257489353, - time: '12:46:00' + count: 434.8810257489353 }, { + time: '45960000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 294.9035296058139, - time: '12:46:00' + count: 294.9035296058139 }, { + time: '45960000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 473.2382394219716, - time: '12:46:00' + count: 473.2382394219716 }, { + time: '45960000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 448.7486520627428, - time: '12:46:00' + count: 448.7486520627428 }, { + time: '45960000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 401.8404595651672, - time: '12:46:00' + count: 401.8404595651672 }, { + time: '45960000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 561.9025550720379, - time: '12:46:00' + count: 561.9025550720379 }, { + time: '46020000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 567.728890641592, - time: '12:47:00' + count: 567.728890641592 }, { + time: '46020000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 448.01478158559496, - time: '12:47:00' + count: 448.01478158559496 }, { + time: '46020000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 483.8228184145019, - time: '12:47:00' + count: 483.8228184145019 }, { + time: '46020000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 565.8697032817163, - time: '12:47:00' + count: 565.8697032817163 }, { + time: '46020000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 490.8883149600143, - time: '12:47:00' + count: 490.8883149600143 }, { + time: '46020000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 524.1554888573579, - time: '12:47:00' + count: 524.1554888573579 }, { + time: '46020000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 555.0422237472228, - time: '12:47:00' + count: 555.0422237472228 }, { + time: '46080000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 571.8775195361383, - time: '12:48:00' + count: 571.8775195361383 }, { + time: '46080000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 467.72194170293744, - time: '12:48:00' + count: 467.72194170293744 }, { + time: '46080000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 409.55087336013094, - time: '12:48:00' + count: 409.55087336013094 }, { + time: '46080000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 509.87998023462, - time: '12:48:00' + count: 509.87998023462 }, { + time: '46080000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 519.5103774508657, - time: '12:48:00' + count: 519.5103774508657 }, { + time: '46080000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 476.1081401493599, - time: '12:48:00' + count: 476.1081401493599 }, { + time: '46080000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 439.94711329236304, - time: '12:48:00' + count: 439.94711329236304 }, { + time: '46140000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 555.2777042116917, - time: '12:49:00' + count: 555.2777042116917 }, { + time: '46140000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 477.5807439044445, - time: '12:49:00' + count: 477.5807439044445 }, { + time: '46140000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 394.1643444064804, - time: '12:49:00' + count: 394.1643444064804 }, { + time: '46140000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 603.7630436312633, - time: '12:49:00' + count: 603.7630436312633 }, { + time: '46140000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 477.8905153175931, - time: '12:49:00' + count: 477.8905153175931 }, { + time: '46140000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 470.97600432046875, - time: '12:49:00' + count: 470.97600432046875 }, { + time: '46140000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 502.8663100132989, - time: '12:49:00' + count: 502.8663100132989 }, { + time: '46200000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 463.06143923504794, - time: '12:50:00' + count: 463.06143923504794 }, { + time: '46200000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 385.76789540810654, - time: '12:50:00' + count: 385.76789540810654 }, { + time: '46200000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 371.7540456595525, - time: '12:50:00' + count: 371.7540456595525 }, { + time: '46200000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 465.54060909552163, - time: '12:50:00' + count: 465.54060909552163 }, { + time: '46200000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 450.517630992169, - time: '12:50:00' + count: 450.517630992169 }, { + time: '46200000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 639.655378392243, - time: '12:50:00' + count: 639.655378392243 }, { + time: '46200000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 490.61081240458805, - time: '12:50:00' + count: 490.61081240458805 }, { + time: '46260000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 557.6743062275392, - time: '12:51:00' + count: 557.6743062275392 }, { + time: '46260000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 365.2942914632189, - time: '12:51:00' + count: 365.2942914632189 }, { + time: '46260000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 418.9568057176035, - time: '12:51:00' + count: 418.9568057176035 }, { + time: '46260000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 586.7981901582625, - time: '12:51:00' + count: 586.7981901582625 }, { + time: '46260000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 384.408188382492, - time: '12:51:00' + count: 384.408188382492 }, { + time: '46260000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 494.9376454182843, - time: '12:51:00' + count: 494.9376454182843 }, { + time: '46260000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 498.9576200874442, - time: '12:51:00' + count: 498.9576200874442 }, { + time: '46320000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 562.0115104970513, - time: '12:52:00' + count: 562.0115104970513 }, { + time: '46320000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 505.88384109492546, - time: '12:52:00' + count: 505.88384109492546 }, { + time: '46320000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 397.1182648787576, - time: '12:52:00' + count: 397.1182648787576 }, { + time: '46320000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 509.89553917313236, - time: '12:52:00' + count: 509.89553917313236 }, { + time: '46320000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 396.74431684623136, - time: '12:52:00' + count: 396.74431684623136 }, { + time: '46320000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 442.41044749524076, - time: '12:52:00' + count: 442.41044749524076 }, { + time: '46320000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 521.5928090707605, - time: '12:52:00' + count: 521.5928090707605 }, { + time: '46380000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 682.1621056242643, - time: '12:53:00' + count: 682.1621056242643 }, { + time: '46380000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 458.6157005989796, - time: '12:53:00' + count: 458.6157005989796 }, { + time: '46380000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 454.1650941008261, - time: '12:53:00' + count: 454.1650941008261 }, { + time: '46380000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 467.42909981927755, - time: '12:53:00' + count: 467.42909981927755 }, { + time: '46380000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 434.7387647822666, - time: '12:53:00' + count: 434.7387647822666 }, { + time: '46380000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 458.6821201897228, - time: '12:53:00' + count: 458.6821201897228 }, { + time: '46380000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 506.3954711151436, - time: '12:53:00' + count: 506.3954711151436 }, { + time: '46440000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 549.3819517609438, - time: '12:54:00' + count: 549.3819517609438 }, { + time: '46440000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 404.5756731721723, - time: '12:54:00' + count: 404.5756731721723 }, { + time: '46440000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 404.71138243310196, - time: '12:54:00' + count: 404.71138243310196 }, { + time: '46440000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 475.8057082972839, - time: '12:54:00' + count: 475.8057082972839 }, { + time: '46440000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 419.52438989203586, - time: '12:54:00' + count: 419.52438989203586 }, { + time: '46440000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 537.4222854598378, - time: '12:54:00' + count: 537.4222854598378 }, { + time: '46440000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 431.03500948121064, - time: '12:54:00' + count: 431.03500948121064 }, { + time: '46500000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 574.0773671166806, - time: '12:55:00' + count: 574.0773671166806 }, { + time: '46500000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 519.5575987761262, - time: '12:55:00' + count: 519.5575987761262 }, { + time: '46500000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 406.51508807309386, - time: '12:55:00' + count: 406.51508807309386 }, { + time: '46500000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 483.98263459028396, - time: '12:55:00' + count: 483.98263459028396 }, { + time: '46500000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 440.6514348507277, - time: '12:55:00' + count: 440.6514348507277 }, { + time: '46500000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 485.66352052688825, - time: '12:55:00' + count: 485.66352052688825 }, { + time: '46500000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 567.3955128058767, - time: '12:55:00' + count: 567.3955128058767 }, { + time: '46560000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 557.2644115147378, - time: '12:56:00' + count: 557.2644115147378 }, { + time: '46560000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 447.78373171464295, - time: '12:56:00' + count: 447.78373171464295 }, { + time: '46560000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 380.8193893893072, - time: '12:56:00' + count: 380.8193893893072 }, { + time: '46560000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 521.2082973200958, - time: '12:56:00' + count: 521.2082973200958 }, { + time: '46560000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 452.83249624485535, - time: '12:56:00' + count: 452.83249624485535 }, { + time: '46560000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 408.08610108413166, - time: '12:56:00' + count: 408.08610108413166 }, { + time: '46560000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 476.36284871300967, - time: '12:56:00' + count: 476.36284871300967 }, { + time: '46620000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 500.5660981190234, - time: '12:57:00' + count: 500.5660981190234 }, { + time: '46620000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 500.96485920319134, - time: '12:57:00' + count: 500.96485920319134 }, { + time: '46620000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 396.15271881394665, - time: '12:57:00' + count: 396.15271881394665 }, { + time: '46620000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 526.141774401775, - time: '12:57:00' + count: 526.141774401775 }, { + time: '46620000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 476.48463771783656, - time: '12:57:00' + count: 476.48463771783656 }, { + time: '46620000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 525.9614467287602, - time: '12:57:00' + count: 525.9614467287602 }, { + time: '46620000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 541.9623432055574, - time: '12:57:00' + count: 541.9623432055574 }, { + time: '46680000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 616.141140725751, - time: '12:58:00' + count: 616.141140725751 }, { + time: '46680000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 445.37592407050545, - time: '12:58:00' + count: 445.37592407050545 }, { + time: '46680000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 414.39008844460295, - time: '12:58:00' + count: 414.39008844460295 }, { + time: '46680000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 471.31499980307103, - time: '12:58:00' + count: 471.31499980307103 }, { + time: '46680000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 446.47506109704545, - time: '12:58:00' + count: 446.47506109704545 }, { + time: '46680000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 446.5927957230503, - time: '12:58:00' + count: 446.5927957230503 }, { + time: '46680000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 633.7041334874987, - time: '12:58:00' + count: 633.7041334874987 }, { + time: '46740000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 596.5966516343387, - time: '12:59:00' + count: 596.5966516343387 }, { + time: '46740000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 545.0373962440993, - time: '12:59:00' + count: 545.0373962440993 }, { + time: '46740000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 313.4915803671687, - time: '12:59:00' + count: 313.4915803671687 }, { + time: '46740000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 498.78227038695087, - time: '12:59:00' + count: 498.78227038695087 }, { + time: '46740000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 474.3250821913101, - time: '12:59:00' + count: 474.3250821913101 }, { + time: '46740000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 573.6648888108773, - time: '12:59:00' + count: 573.6648888108773 }, { + time: '46740000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 484.03077042067883, - time: '12:59:00' + count: 484.03077042067883 }, { + time: '46800000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 598.5515973521524, - time: '13:00:00' + count: 598.5515973521524 }, { + time: '46800000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 529.7670421221602, - time: '13:00:00' + count: 529.7670421221602 }, { + time: '46800000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 331.59072889471435, - time: '13:00:00' + count: 331.59072889471435 }, { + time: '46800000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 607.1135179305932, - time: '13:00:00' + count: 607.1135179305932 }, { + time: '46800000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 453.223720740506, - time: '13:00:00' + count: 453.223720740506 }, { + time: '46800000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 534.0024032857324, - time: '13:00:00' + count: 534.0024032857324 }, { + time: '46800000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 403.4856238626835, - time: '13:00:00' + count: 403.4856238626835 }, { + time: '46860000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 513.530627260263, - time: '13:01:00' + count: 513.530627260263 }, { + time: '46860000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 429.5517925760463, - time: '13:01:00' + count: 429.5517925760463 }, { + time: '46860000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 436.1632047011357, - time: '13:01:00' + count: 436.1632047011357 }, { + time: '46860000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 586.3771585050356, - time: '13:01:00' + count: 586.3771585050356 }, { + time: '46860000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 351.22667168230646, - time: '13:01:00' + count: 351.22667168230646 }, { + time: '46860000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 457.6339052170624, - time: '13:01:00' + count: 457.6339052170624 }, { + time: '46860000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 515.6997889059944, - time: '13:01:00' + count: 515.6997889059944 }, { + time: '46920000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 629.139715546805, - time: '13:02:00' + count: 629.139715546805 }, { + time: '46920000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 490.5785475477178, - time: '13:02:00' + count: 490.5785475477178 }, { + time: '46920000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 407.5432719063971, - time: '13:02:00' + count: 407.5432719063971 }, { + time: '46920000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 521.8161834837016, - time: '13:02:00' + count: 521.8161834837016 }, { + time: '46920000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 403.0332303090623, - time: '13:02:00' + count: 403.0332303090623 }, { + time: '46920000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 544.0508180867556, - time: '13:02:00' + count: 544.0508180867556 }, { + time: '46920000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 585.0479817499286, - time: '13:02:00' + count: 585.0479817499286 }, { + time: '46980000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 488.90744686038596, - time: '13:03:00' + count: 488.90744686038596 }, { + time: '46980000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 474.2687974792574, - time: '13:03:00' + count: 474.2687974792574 }, { + time: '46980000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 389.80083318236603, - time: '13:03:00' + count: 389.80083318236603 }, { + time: '46980000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 501.90017390841, - time: '13:03:00' + count: 501.90017390841 }, { + time: '46980000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 442.7956222139192, - time: '13:03:00' + count: 442.7956222139192 }, { + time: '46980000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 483.39277552637014, - time: '13:03:00' + count: 483.39277552637014 }, { + time: '46980000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 627.9173727110297, - time: '13:03:00' + count: 627.9173727110297 }, { + time: '47040000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 588.3428546900135, - time: '13:04:00' + count: 588.3428546900135 }, { + time: '47040000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 510.43157787661744, - time: '13:04:00' + count: 510.43157787661744 }, { + time: '47040000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 399.92169665326963, - time: '13:04:00' + count: 399.92169665326963 }, { + time: '47040000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 506.0015663359131, - time: '13:04:00' + count: 506.0015663359131 }, { + time: '47040000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 389.5152628579446, - time: '13:04:00' + count: 389.5152628579446 }, { + time: '47040000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 522.6386837561109, - time: '13:04:00' + count: 522.6386837561109 }, { + time: '47040000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 468.52252027737916, - time: '13:04:00' + count: 468.52252027737916 }, { + time: '47100000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 668.5227812904989, - time: '13:05:00' + count: 668.5227812904989 }, { + time: '47100000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 393.7538269709948, - time: '13:05:00' + count: 393.7538269709948 }, { + time: '47100000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 416.37908526808354, - time: '13:05:00' + count: 416.37908526808354 }, { + time: '47100000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 530.6758986365209, - time: '13:05:00' + count: 530.6758986365209 }, { + time: '47100000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 479.9964364998102, - time: '13:05:00' + count: 479.9964364998102 }, { + time: '47100000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 504.23664086472377, - time: '13:05:00' + count: 504.23664086472377 }, { + time: '47100000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 554.8349611618261, - time: '13:05:00' + count: 554.8349611618261 }, { + time: '47160000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 509.4731837434656, - time: '13:06:00' + count: 509.4731837434656 }, { + time: '47160000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 476.30257299992195, - time: '13:06:00' + count: 476.30257299992195 }, { + time: '47160000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 372.0120159845319, - time: '13:06:00' + count: 372.0120159845319 }, { + time: '47160000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 448.8603717400797, - time: '13:06:00' + count: 448.8603717400797 }, { + time: '47160000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 526.5375416171848, - time: '13:06:00' + count: 526.5375416171848 }, { + time: '47160000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 437.6821672504563, - time: '13:06:00' + count: 437.6821672504563 }, { + time: '47160000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 506.73447716099736, - time: '13:06:00' + count: 506.73447716099736 }, { + time: '47220000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 530.6851135198614, - time: '13:07:00' + count: 530.6851135198614 }, { + time: '47220000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 494.9212243424794, - time: '13:07:00' + count: 494.9212243424794 }, { + time: '47220000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 360.08476372988434, - time: '13:07:00' + count: 360.08476372988434 }, { + time: '47220000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 487.13117312883276, - time: '13:07:00' + count: 487.13117312883276 }, { + time: '47220000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 510.93809258486584, - time: '13:07:00' + count: 510.93809258486584 }, { + time: '47220000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 447.8225083841269, - time: '13:07:00' + count: 447.8225083841269 }, { + time: '47220000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 524.7025822847933, - time: '13:07:00' + count: 524.7025822847933 }, { + time: '47280000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 563.982568254382, - time: '13:08:00' + count: 563.982568254382 }, { + time: '47280000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 354.06302567884427, - time: '13:08:00' + count: 354.06302567884427 }, { + time: '47280000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 408.79226275488406, - time: '13:08:00' + count: 408.79226275488406 }, { + time: '47280000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 416.57079630612054, - time: '13:08:00' + count: 416.57079630612054 }, { + time: '47280000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 439.3278564534896, - time: '13:08:00' + count: 439.3278564534896 }, { + time: '47280000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 531.4980408790581, - time: '13:08:00' + count: 531.4980408790581 }, { + time: '47280000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 662.2171673508517, - time: '13:08:00' + count: 662.2171673508517 }, { + time: '47340000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 533.8262172941901, - time: '13:09:00' + count: 533.8262172941901 }, { + time: '47340000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 382.83707436671125, - time: '13:09:00' + count: 382.83707436671125 }, { + time: '47340000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 350.0813611192484, - time: '13:09:00' + count: 350.0813611192484 }, { + time: '47340000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 519.9611561302639, - time: '13:09:00' + count: 519.9611561302639 }, { + time: '47340000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 524.5363068424977, - time: '13:09:00' + count: 524.5363068424977 }, { + time: '47340000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 463.26123339467296, - time: '13:09:00' + count: 463.26123339467296 }, { + time: '47340000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 454.85148358024236, - time: '13:09:00' + count: 454.85148358024236 }, { + time: '47400000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 481.4668284466934, - time: '13:10:00' + count: 481.4668284466934 }, { + time: '47400000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 340.038391111995, - time: '13:10:00' + count: 340.038391111995 }, { + time: '47400000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 419.4126377857236, - time: '13:10:00' + count: 419.4126377857236 }, { + time: '47400000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 532.3597969851371, - time: '13:10:00' + count: 532.3597969851371 }, { + time: '47400000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 457.4333728601056, - time: '13:10:00' + count: 457.4333728601056 }, { + time: '47400000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 459.81757683790016, - time: '13:10:00' + count: 459.81757683790016 }, { + time: '47400000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 542.6869830747287, - time: '13:10:00' + count: 542.6869830747287 }, { + time: '47460000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 562.4281487403014, - time: '13:11:00' + count: 562.4281487403014 }, { + time: '47460000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 428.5296582777721, - time: '13:11:00' + count: 428.5296582777721 }, { + time: '47460000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 313.87081978810795, - time: '13:11:00' + count: 313.87081978810795 }, { + time: '47460000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 475.8406768850313, - time: '13:11:00' + count: 475.8406768850313 }, { + time: '47460000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 433.14570144409805, - time: '13:11:00' + count: 433.14570144409805 }, { + time: '47460000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 432.24387103253235, - time: '13:11:00' + count: 432.24387103253235 }, { + time: '47460000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 553.3846585882717, - time: '13:11:00' + count: 553.3846585882717 }, { + time: '47520000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 505.88481431369473, - time: '13:12:00' + count: 505.88481431369473 }, { + time: '47520000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 477.8771127897981, - time: '13:12:00' + count: 477.8771127897981 }, { + time: '47520000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 450.4577818662822, - time: '13:12:00' + count: 450.4577818662822 }, { + time: '47520000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 578.6993381645017, - time: '13:12:00' + count: 578.6993381645017 }, { + time: '47520000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 419.329866822953, - time: '13:12:00' + count: 419.329866822953 }, { + time: '47520000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 501.17995327967304, - time: '13:12:00' + count: 501.17995327967304 }, { + time: '47520000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 584.2893162469674, - time: '13:12:00' + count: 584.2893162469674 }, { + time: '47580000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 582.679621531759, - time: '13:13:00' + count: 582.679621531759 }, { + time: '47580000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 517.1178526048014, - time: '13:13:00' + count: 517.1178526048014 }, { + time: '47580000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 422.6298741206522, - time: '13:13:00' + count: 422.6298741206522 }, { + time: '47580000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 438.7117168498829, - time: '13:13:00' + count: 438.7117168498829 }, { + time: '47580000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 434.87651567559357, - time: '13:13:00' + count: 434.87651567559357 }, { + time: '47580000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 583.1262459621572, - time: '13:13:00' + count: 583.1262459621572 }, { + time: '47580000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 534.8991576735448, - time: '13:13:00' + count: 534.8991576735448 }, { + time: '47640000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 513.0287882883099, - time: '13:14:00' + count: 513.0287882883099 }, { + time: '47640000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 445.70473902098877, - time: '13:14:00' + count: 445.70473902098877 }, { + time: '47640000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 411.8014867156938, - time: '13:14:00' + count: 411.8014867156938 }, { + time: '47640000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 426.78125598950896, - time: '13:14:00' + count: 426.78125598950896 }, { + time: '47640000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 430.5911590729386, - time: '13:14:00' + count: 430.5911590729386 }, { + time: '47640000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 426.62335428728636, - time: '13:14:00' + count: 426.62335428728636 }, { + time: '47640000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 545.4025269752051, - time: '13:14:00' + count: 545.4025269752051 }, { + time: '47700000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 636.4967202508769, - time: '13:15:00' + count: 636.4967202508769 }, { + time: '47700000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 523.4307772785646, - time: '13:15:00' + count: 523.4307772785646 }, { + time: '47700000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 448.1345491972757, - time: '13:15:00' + count: 448.1345491972757 }, { + time: '47700000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 511.2225909279986, - time: '13:15:00' + count: 511.2225909279986 }, { + time: '47700000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 458.52081111877436, - time: '13:15:00' + count: 458.52081111877436 }, { + time: '47700000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 481.2109728336379, - time: '13:15:00' + count: 481.2109728336379 }, { + time: '47700000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 510.4175716289104, - time: '13:15:00' + count: 510.4175716289104 }, { + time: '47760000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 519.8373353831881, - time: '13:16:00' + count: 519.8373353831881 }, { + time: '47760000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 372.99492708925544, - time: '13:16:00' + count: 372.99492708925544 }, { + time: '47760000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 482.27372222312886, - time: '13:16:00' + count: 482.27372222312886 }, { + time: '47760000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 552.3549151306078, - time: '13:16:00' + count: 552.3549151306078 }, { + time: '47760000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 458.0286990524932, - time: '13:16:00' + count: 458.0286990524932 }, { + time: '47760000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 550.6110277707714, - time: '13:16:00' + count: 550.6110277707714 }, { + time: '47760000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 543.4563470622554, - time: '13:16:00' + count: 543.4563470622554 }, { + time: '47820000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 542.8969241897162, - time: '13:17:00' + count: 542.8969241897162 }, { + time: '47820000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 356.83087803224225, - time: '13:17:00' + count: 356.83087803224225 }, { + time: '47820000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 449.7185032509065, - time: '13:17:00' + count: 449.7185032509065 }, { + time: '47820000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 584.1963845728934, - time: '13:17:00' + count: 584.1963845728934 }, { + time: '47820000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 450.1523010076707, - time: '13:17:00' + count: 450.1523010076707 }, { + time: '47820000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 476.01793043771426, - time: '13:17:00' + count: 476.01793043771426 }, { + time: '47820000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 512.8403862251295, - time: '13:17:00' + count: 512.8403862251295 }, { + time: '47880000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 599.6758608684835, - time: '13:18:00' + count: 599.6758608684835 }, { + time: '47880000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 439.22261505516906, - time: '13:18:00' + count: 439.22261505516906 }, { + time: '47880000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 306.95628843341774, - time: '13:18:00' + count: 306.95628843341774 }, { + time: '47880000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 477.055786856553, - time: '13:18:00' + count: 477.055786856553 }, { + time: '47880000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 471.8469084873175, - time: '13:18:00' + count: 471.8469084873175 }, { + time: '47880000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 502.6185898124867, - time: '13:18:00' + count: 502.6185898124867 }, { + time: '47880000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 561.0785944928025, - time: '13:18:00' + count: 561.0785944928025 }, { + time: '47940000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 497.45678417830226, - time: '13:19:00' + count: 497.45678417830226 }, { + time: '47940000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 461.20327244696534, - time: '13:19:00' + count: 461.20327244696534 }, { + time: '47940000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 335.02115166321494, - time: '13:19:00' + count: 335.02115166321494 }, { + time: '47940000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 553.9340416715647, - time: '13:19:00' + count: 553.9340416715647 }, { + time: '47940000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 509.5323137393171, - time: '13:19:00' + count: 509.5323137393171 }, { + time: '47940000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 426.880323592656, - time: '13:19:00' + count: 426.880323592656 }, { + time: '47940000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 511.5194831978183, - time: '13:19:00' + count: 511.5194831978183 }, { + time: '48000000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 570.3729967302065, - time: '13:20:00' + count: 570.3729967302065 }, { + time: '48000000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 440.36526259529535, - time: '13:20:00' + count: 440.36526259529535 }, { + time: '48000000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 367.75907111521605, - time: '13:20:00' + count: 367.75907111521605 }, { + time: '48000000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 498.07457652496464, - time: '13:20:00' + count: 498.07457652496464 }, { + time: '48000000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 497.4777067720662, - time: '13:20:00' + count: 497.4777067720662 }, { + time: '48000000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 501.4153548603824, - time: '13:20:00' + count: 501.4153548603824 }, { + time: '48000000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 548.8550196951094, - time: '13:20:00' + count: 548.8550196951094 }, { + time: '48060000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 624.3571377141214, - time: '13:21:00' + count: 624.3571377141214 }, { + time: '48060000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 338.6278949980062, - time: '13:21:00' + count: 338.6278949980062 }, { + time: '48060000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 400.30455251054167, - time: '13:21:00' + count: 400.30455251054167 }, { + time: '48060000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 491.368635002959, - time: '13:21:00' + count: 491.368635002959 }, { + time: '48060000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 375.75510157750483, - time: '13:21:00' + count: 375.75510157750483 }, { + time: '48060000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 470.64278674977254, - time: '13:21:00' + count: 470.64278674977254 }, { + time: '48060000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 528.536859315751, - time: '13:21:00' + count: 528.536859315751 }, { + time: '48120000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 478.6258382719386, - time: '13:22:00' + count: 478.6258382719386 }, { + time: '48120000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 437.5439980243606, - time: '13:22:00' + count: 437.5439980243606 }, { + time: '48120000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 424.88295102345614, - time: '13:22:00' + count: 424.88295102345614 }, { + time: '48120000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 544.1829968743336, - time: '13:22:00' + count: 544.1829968743336 }, { + time: '48120000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 322.30394325490226, - time: '13:22:00' + count: 322.30394325490226 }, { + time: '48120000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 529.2864997839931, - time: '13:22:00' + count: 529.2864997839931 }, { + time: '48120000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 586.3025125386084, - time: '13:22:00' + count: 586.3025125386084 }, { + time: '48180000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 568.2316929266152, - time: '13:23:00' + count: 568.2316929266152 }, { + time: '48180000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 376.7765249747573, - time: '13:23:00' + count: 376.7765249747573 }, { + time: '48180000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 362.71280934232675, - time: '13:23:00' + count: 362.71280934232675 }, { + time: '48180000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 532.616143920671, - time: '13:23:00' + count: 532.616143920671 }, { + time: '48180000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 496.71599556196367, - time: '13:23:00' + count: 496.71599556196367 }, { + time: '48180000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 539.3693025782376, - time: '13:23:00' + count: 539.3693025782376 }, { + time: '48180000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 527.4303138205756, - time: '13:23:00' + count: 527.4303138205756 }, { + time: '48240000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 571.9941397124212, - time: '13:24:00' + count: 571.9941397124212 }, { + time: '48240000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 475.48362744150194, - time: '13:24:00' + count: 475.48362744150194 }, { + time: '48240000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 408.3383382238539, - time: '13:24:00' + count: 408.3383382238539 }, { + time: '48240000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 421.1803921507875, - time: '13:24:00' + count: 421.1803921507875 }, { + time: '48240000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 381.65606507922894, - time: '13:24:00' + count: 381.65606507922894 }, { + time: '48240000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 609.4781821009307, - time: '13:24:00' + count: 609.4781821009307 }, { + time: '48240000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 441.3483765896559, - time: '13:24:00' + count: 441.3483765896559 }, { + time: '48300000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 598.0911435888655, - time: '13:25:00' + count: 598.0911435888655 }, { + time: '48300000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 460.3299123048424, - time: '13:25:00' + count: 460.3299123048424 }, { + time: '48300000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 361.23085338233386, - time: '13:25:00' + count: 361.23085338233386 }, { + time: '48300000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 573.8270174862948, - time: '13:25:00' + count: 573.8270174862948 }, { + time: '48300000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 438.7617299053658, - time: '13:25:00' + count: 438.7617299053658 }, { + time: '48300000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 508.98165866067876, - time: '13:25:00' + count: 508.98165866067876 }, { + time: '48300000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 593.0960750356996, - time: '13:25:00' + count: 593.0960750356996 }, { + time: '48360000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 497.1524644560959, - time: '13:26:00' + count: 497.1524644560959 }, { + time: '48360000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 395.0060106836322, - time: '13:26:00' + count: 395.0060106836322 }, { + time: '48360000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 368.4241098504026, - time: '13:26:00' + count: 368.4241098504026 }, { + time: '48360000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 569.0045677073725, - time: '13:26:00' + count: 569.0045677073725 }, { + time: '48360000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 391.494348697032, - time: '13:26:00' + count: 391.494348697032 }, { + time: '48360000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 496.2898158291083, - time: '13:26:00' + count: 496.2898158291083 }, { + time: '48360000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 484.71338495686905, - time: '13:26:00' + count: 484.71338495686905 }, { + time: '48420000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 492.9771693457862, - time: '13:27:00' + count: 492.9771693457862 }, { + time: '48420000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 416.30665413316535, - time: '13:27:00' + count: 416.30665413316535 }, { + time: '48420000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 328.6669451575889, - time: '13:27:00' + count: 328.6669451575889 }, { + time: '48420000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 468.7218649245235, - time: '13:27:00' + count: 468.7218649245235 }, { + time: '48420000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 359.900978120999, - time: '13:27:00' + count: 359.900978120999 }, { + time: '48420000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 489.7192150788668, - time: '13:27:00' + count: 489.7192150788668 }, { + time: '48420000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 497.311683067559, - time: '13:27:00' + count: 497.311683067559 }, { + time: '48480000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 585.0970782808449, - time: '13:28:00' + count: 585.0970782808449 }, { + time: '48480000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 389.0393239055524, - time: '13:28:00' + count: 389.0393239055524 }, { + time: '48480000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 352.83833769445476, - time: '13:28:00' + count: 352.83833769445476 }, { + time: '48480000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 519.7901766718704, - time: '13:28:00' + count: 519.7901766718704 }, { + time: '48480000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 477.0731364102394, - time: '13:28:00' + count: 477.0731364102394 }, { + time: '48480000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 462.3416853594656, - time: '13:28:00' + count: 462.3416853594656 }, { + time: '48480000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 500.2169352978254, - time: '13:28:00' + count: 500.2169352978254 }, { + time: '48540000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 573.8492336616594, - time: '13:29:00' + count: 573.8492336616594 }, { + time: '48540000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 438.8660451363414, - time: '13:29:00' + count: 438.8660451363414 }, { + time: '48540000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 331.41576971918334, - time: '13:29:00' + count: 331.41576971918334 }, { + time: '48540000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 524.701509314137, - time: '13:29:00' + count: 524.701509314137 }, { + time: '48540000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 487.95775801513236, - time: '13:29:00' + count: 487.95775801513236 }, { + time: '48540000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 496.9241921730846, - time: '13:29:00' + count: 496.9241921730846 }, { + time: '48540000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 598.7219046585409, - time: '13:29:00' + count: 598.7219046585409 }, { + time: '48600000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 571.5246425172938, - time: '13:30:00' + count: 571.5246425172938 }, { + time: '48600000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 489.7571160250619, - time: '13:30:00' + count: 489.7571160250619 }, { + time: '48600000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 350.20633735113336, - time: '13:30:00' + count: 350.20633735113336 }, { + time: '48600000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 513.0336882911954, - time: '13:30:00' + count: 513.0336882911954 }, { + time: '48600000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 421.174479963664, - time: '13:30:00' + count: 421.174479963664 }, { + time: '48600000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 465.22992949304853, - time: '13:30:00' + count: 465.22992949304853 }, { + time: '48600000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 423.2162893010652, - time: '13:30:00' + count: 423.2162893010652 }, { + time: '48660000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 576.3224104748488, - time: '13:31:00' + count: 576.3224104748488 }, { + time: '48660000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 392.7136976832228, - time: '13:31:00' + count: 392.7136976832228 }, { + time: '48660000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 451.682089830392, - time: '13:31:00' + count: 451.682089830392 }, { + time: '48660000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 472.484742307729, - time: '13:31:00' + count: 472.484742307729 }, { + time: '48660000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 320.44788539275453, - time: '13:31:00' + count: 320.44788539275453 }, { + time: '48660000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 488.4230488134807, - time: '13:31:00' + count: 488.4230488134807 }, { + time: '48660000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 686.8874266829997, - time: '13:31:00' + count: 686.8874266829997 }, { + time: '48720000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 524.9987639210755, - time: '13:32:00' + count: 524.9987639210755 }, { + time: '48720000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 467.20232577589223, - time: '13:32:00' + count: 467.20232577589223 }, { + time: '48720000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 351.53005555840286, - time: '13:32:00' + count: 351.53005555840286 }, { + time: '48720000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 466.41883160309743, - time: '13:32:00' + count: 466.41883160309743 }, { + time: '48720000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 422.6877775873759, - time: '13:32:00' + count: 422.6877775873759 }, { + time: '48720000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 545.879876780398, - time: '13:32:00' + count: 545.879876780398 }, { + time: '48720000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 582.8028404533026, - time: '13:32:00' + count: 582.8028404533026 }, { + time: '48780000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 570.6126848580502, - time: '13:33:00' + count: 570.6126848580502 }, { + time: '48780000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 415.48711908137795, - time: '13:33:00' + count: 415.48711908137795 }, { + time: '48780000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 530.6191032418695, - time: '13:33:00' + count: 530.6191032418695 }, { + time: '48780000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 498.72229645042773, - time: '13:33:00' + count: 498.72229645042773 }, { + time: '48780000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 469.5902002701273, - time: '13:33:00' + count: 469.5902002701273 }, { + time: '48780000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 429.67287173601795, - time: '13:33:00' + count: 429.67287173601795 }, { + time: '48780000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 541.161945706458, - time: '13:33:00' + count: 541.161945706458 }, { + time: '48840000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 573.6536236649341, - time: '13:34:00' + count: 573.6536236649341 }, { + time: '48840000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 402.3563583868828, - time: '13:34:00' + count: 402.3563583868828 }, { + time: '48840000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 423.6658950440445, - time: '13:34:00' + count: 423.6658950440445 }, { + time: '48840000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 558.6364509629682, - time: '13:34:00' + count: 558.6364509629682 }, { + time: '48840000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 376.05442156129357, - time: '13:34:00' + count: 376.05442156129357 }, { + time: '48840000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 536.9939280564523, - time: '13:34:00' + count: 536.9939280564523 }, { + time: '48840000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 527.2552999691857, - time: '13:34:00' + count: 527.2552999691857 }, { + time: '48900000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 523.2824290986816, - time: '13:35:00' + count: 523.2824290986816 }, { + time: '48900000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 436.6484820022721, - time: '13:35:00' + count: 436.6484820022721 }, { + time: '48900000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 408.2418061847437, - time: '13:35:00' + count: 408.2418061847437 }, { + time: '48900000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 527.1800077297216, - time: '13:35:00' + count: 527.1800077297216 }, { + time: '48900000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 459.1679959889578, - time: '13:35:00' + count: 459.1679959889578 }, { + time: '48900000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 545.8557533669932, - time: '13:35:00' + count: 545.8557533669932 }, { + time: '48900000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 544.2777037428829, - time: '13:35:00' + count: 544.2777037428829 }, { + time: '48960000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 652.2887255572379, - time: '13:36:00' + count: 652.2887255572379 }, { + time: '48960000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 390.2378838790313, - time: '13:36:00' + count: 390.2378838790313 }, { + time: '48960000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 356.0821109909393, - time: '13:36:00' + count: 356.0821109909393 }, { + time: '48960000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 481.4692833956947, - time: '13:36:00' + count: 481.4692833956947 }, { + time: '48960000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 449.23450754135024, - time: '13:36:00' + count: 449.23450754135024 }, { + time: '48960000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 474.0965736504461, - time: '13:36:00' + count: 474.0965736504461 }, { + time: '48960000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 556.0561214189669, - time: '13:36:00' + count: 556.0561214189669 }, { + time: '49020000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 582.6916460455893, - time: '13:37:00' + count: 582.6916460455893 }, { + time: '49020000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 414.3175347326409, - time: '13:37:00' + count: 414.3175347326409 }, { + time: '49020000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 434.0154939704496, - time: '13:37:00' + count: 434.0154939704496 }, { + time: '49020000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 538.5849355324173, - time: '13:37:00' + count: 538.5849355324173 }, { + time: '49020000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 478.9645749800544, - time: '13:37:00' + count: 478.9645749800544 }, { + time: '49020000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 373.90725504957027, - time: '13:37:00' + count: 373.90725504957027 }, { + time: '49020000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 562.2607792975028, - time: '13:37:00' + count: 562.2607792975028 }, { + time: '49080000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 499.4348251398676, - time: '13:38:00' + count: 499.4348251398676 }, { + time: '49080000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 382.1061053705576, - time: '13:38:00' + count: 382.1061053705576 }, { + time: '49080000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 370.21810868811133, - time: '13:38:00' + count: 370.21810868811133 }, { + time: '49080000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 357.5728689684962, - time: '13:38:00' + count: 357.5728689684962 }, { + time: '49080000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 455.9790184207077, - time: '13:38:00' + count: 455.9790184207077 }, { + time: '49080000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 449.60890064527837, - time: '13:38:00' + count: 449.60890064527837 }, { + time: '49080000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 557.7802233001725, - time: '13:38:00' + count: 557.7802233001725 }, { + time: '49140000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 591.8276804316915, - time: '13:39:00' + count: 591.8276804316915 }, { + time: '49140000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 540.2362566458195, - time: '13:39:00' + count: 540.2362566458195 }, { + time: '49140000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 405.1004907322681, - time: '13:39:00' + count: 405.1004907322681 }, { + time: '49140000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 557.4382850186051, - time: '13:39:00' + count: 557.4382850186051 }, { + time: '49140000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 401.3465529559222, - time: '13:39:00' + count: 401.3465529559222 }, { + time: '49140000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 544.8497273280555, - time: '13:39:00' + count: 544.8497273280555 }, { + time: '49140000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 534.4790340627625, - time: '13:39:00' + count: 534.4790340627625 }, { + time: '49200000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 510.26591648863393, - time: '13:40:00' + count: 510.26591648863393 }, { + time: '49200000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 443.7631775985864, - time: '13:40:00' + count: 443.7631775985864 }, { + time: '49200000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 527.0042269134398, - time: '13:40:00' + count: 527.0042269134398 }, { + time: '49200000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 413.014311061095, - time: '13:40:00' + count: 413.014311061095 }, { + time: '49200000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 509.82857508322456, - time: '13:40:00' + count: 509.82857508322456 }, { + time: '49200000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 478.8565968850559, - time: '13:40:00' + count: 478.8565968850559 }, { + time: '49200000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 520.1330789846337, - time: '13:40:00' + count: 520.1330789846337 }, { + time: '49260000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 598.3542301871227, - time: '13:41:00' + count: 598.3542301871227 }, { + time: '49260000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 407.0137246003707, - time: '13:41:00' + count: 407.0137246003707 }, { + time: '49260000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 394.1970050137675, - time: '13:41:00' + count: 394.1970050137675 }, { + time: '49260000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 481.8779529298434, - time: '13:41:00' + count: 481.8779529298434 }, { + time: '49260000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 442.0735213486515, - time: '13:41:00' + count: 442.0735213486515 }, { + time: '49260000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 430.0348883852545, - time: '13:41:00' + count: 430.0348883852545 }, { + time: '49260000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 522.4363358173244, - time: '13:41:00' + count: 522.4363358173244 }, { + time: '49320000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 616.9297789503702, - time: '13:42:00' + count: 616.9297789503702 }, { + time: '49320000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 452.6989955367111, - time: '13:42:00' + count: 452.6989955367111 }, { + time: '49320000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 456.4636663142838, - time: '13:42:00' + count: 456.4636663142838 }, { + time: '49320000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 444.0165052686928, - time: '13:42:00' + count: 444.0165052686928 }, { + time: '49320000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 448.63477302450343, - time: '13:42:00' + count: 448.63477302450343 }, { + time: '49320000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 454.7612539385891, - time: '13:42:00' + count: 454.7612539385891 }, { + time: '49320000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 520.2545859823659, - time: '13:42:00' + count: 520.2545859823659 }, { + time: '49380000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 517.9658840824145, - time: '13:43:00' + count: 517.9658840824145 }, { + time: '49380000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 436.3835975154585, - time: '13:43:00' + count: 436.3835975154585 }, { + time: '49380000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 363.84117874370565, - time: '13:43:00' + count: 363.84117874370565 }, { + time: '49380000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 435.2659262139547, - time: '13:43:00' + count: 435.2659262139547 }, { + time: '49380000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 403.3366020463402, - time: '13:43:00' + count: 403.3366020463402 }, { + time: '49380000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 522.0310013252276, - time: '13:43:00' + count: 522.0310013252276 }, { + time: '49380000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 586.6885048433533, - time: '13:43:00' + count: 586.6885048433533 }, { + time: '49440000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 607.1688064622161, - time: '13:44:00' + count: 607.1688064622161 }, { + time: '49440000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 430.95152002333884, - time: '13:44:00' + count: 430.95152002333884 }, { + time: '49440000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 397.2505754751519, - time: '13:44:00' + count: 397.2505754751519 }, { + time: '49440000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 558.041339368926, - time: '13:44:00' + count: 558.041339368926 }, { + time: '49440000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 427.8358874404245, - time: '13:44:00' + count: 427.8358874404245 }, { + time: '49440000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 507.33667841006894, - time: '13:44:00' + count: 507.33667841006894 }, { + time: '49440000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 559.6778361140431, - time: '13:44:00' + count: 559.6778361140431 }, { + time: '49500000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 579.6390463468249, - time: '13:45:00' + count: 579.6390463468249 }, { + time: '49500000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 472.7083350021713, - time: '13:45:00' + count: 472.7083350021713 }, { + time: '49500000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 487.5400317817755, - time: '13:45:00' + count: 487.5400317817755 }, { + time: '49500000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 476.6149399344054, - time: '13:45:00' + count: 476.6149399344054 }, { + time: '49500000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 405.759864298655, - time: '13:45:00' + count: 405.759864298655 }, { + time: '49500000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 468.0533950415153, - time: '13:45:00' + count: 468.0533950415153 }, { + time: '49500000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 382.980568266786, - time: '13:45:00' + count: 382.980568266786 }, { + time: '49560000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 600.1030079997245, - time: '13:46:00' + count: 600.1030079997245 }, { + time: '49560000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 479.87538550236525, - time: '13:46:00' + count: 479.87538550236525 }, { + time: '49560000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 367.65164711061163, - time: '13:46:00' + count: 367.65164711061163 }, { + time: '49560000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 517.3251940865358, - time: '13:46:00' + count: 517.3251940865358 }, { + time: '49560000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 441.35269700382884, - time: '13:46:00' + count: 441.35269700382884 }, { + time: '49560000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 461.6587794092656, - time: '13:46:00' + count: 461.6587794092656 }, { + time: '49560000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 562.795038826488, - time: '13:46:00' + count: 562.795038826488 }, { + time: '49620000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 653.8396491326973, - time: '13:47:00' + count: 653.8396491326973 }, { + time: '49620000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 415.4749426194736, - time: '13:47:00' + count: 415.4749426194736 }, { + time: '49620000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 489.62242789984646, - time: '13:47:00' + count: 489.62242789984646 }, { + time: '49620000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 497.6539710560408, - time: '13:47:00' + count: 497.6539710560408 }, { + time: '49620000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 535.5854240071171, - time: '13:47:00' + count: 535.5854240071171 }, { + time: '49620000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 460.4120925478089, - time: '13:47:00' + count: 460.4120925478089 }, { + time: '49620000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 539.7368097359388, - time: '13:47:00' + count: 539.7368097359388 }, { + time: '49680000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 546.7305941998565, - time: '13:48:00' + count: 546.7305941998565 }, { + time: '49680000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 413.209087967766, - time: '13:48:00' + count: 413.209087967766 }, { + time: '49680000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 434.38759677277375, - time: '13:48:00' + count: 434.38759677277375 }, { + time: '49680000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 523.8520413611561, - time: '13:48:00' + count: 523.8520413611561 }, { + time: '49680000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 381.4049428534322, - time: '13:48:00' + count: 381.4049428534322 }, { + time: '49680000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 433.8794907750749, - time: '13:48:00' + count: 433.8794907750749 }, { + time: '49680000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 529.0645621777052, - time: '13:48:00' + count: 529.0645621777052 }, { + time: '49740000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 521.3131917821255, - time: '13:49:00' + count: 521.3131917821255 }, { + time: '49740000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 428.2474151424178, - time: '13:49:00' + count: 428.2474151424178 }, { + time: '49740000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 370.8766612052866, - time: '13:49:00' + count: 370.8766612052866 }, { + time: '49740000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 503.8410945530128, - time: '13:49:00' + count: 503.8410945530128 }, { + time: '49740000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 369.32193010616294, - time: '13:49:00' + count: 369.32193010616294 }, { + time: '49740000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 560.7687844734721, - time: '13:49:00' + count: 560.7687844734721 }, { + time: '49740000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 510.5740773455557, - time: '13:49:00' + count: 510.5740773455557 }, { + time: '49800000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 514.5242785187238, - time: '13:50:00' + count: 514.5242785187238 }, { + time: '49800000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 326.90394176322076, - time: '13:50:00' + count: 326.90394176322076 }, { + time: '49800000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 430.6203869527761, - time: '13:50:00' + count: 430.6203869527761 }, { + time: '49800000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 435.8503887905715, - time: '13:50:00' + count: 435.8503887905715 }, { + time: '49800000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 523.5585163746804, - time: '13:50:00' + count: 523.5585163746804 }, { + time: '49800000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 463.883976539433, - time: '13:50:00' + count: 463.883976539433 }, { + time: '49800000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 586.2056359993006, - time: '13:50:00' + count: 586.2056359993006 }, { + time: '49860000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 518.209485751728, - time: '13:51:00' + count: 518.209485751728 }, { + time: '49860000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 366.2404468900724, - time: '13:51:00' + count: 366.2404468900724 }, { + time: '49860000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 447.6277224813365, - time: '13:51:00' + count: 447.6277224813365 }, { + time: '49860000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 549.813340972357, - time: '13:51:00' + count: 549.813340972357 }, { + time: '49860000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 439.5338161424067, - time: '13:51:00' + count: 439.5338161424067 }, { + time: '49860000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 540.8579260412748, - time: '13:51:00' + count: 540.8579260412748 }, { + time: '49860000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 577.3763231061429, - time: '13:51:00' + count: 577.3763231061429 }, { + time: '49920000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 555.1449145292947, - time: '13:52:00' + count: 555.1449145292947 }, { + time: '49920000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 510.34371337222626, - time: '13:52:00' + count: 510.34371337222626 }, { + time: '49920000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 430.0904981108598, - time: '13:52:00' + count: 430.0904981108598 }, { + time: '49920000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 475.3121708419344, - time: '13:52:00' + count: 475.3121708419344 }, { + time: '49920000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 416.54636306700417, - time: '13:52:00' + count: 416.54636306700417 }, { + time: '49920000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 556.0658025961226, - time: '13:52:00' + count: 556.0658025961226 }, { + time: '49920000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 491.35611660881955, - time: '13:52:00' + count: 491.35611660881955 }, { + time: '49980000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 576.0575987408322, - time: '13:53:00' + count: 576.0575987408322 }, { + time: '49980000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 524.2483856750641, - time: '13:53:00' + count: 524.2483856750641 }, { + time: '49980000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 320.48876400547715, - time: '13:53:00' + count: 320.48876400547715 }, { + time: '49980000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 422.1709050670124, - time: '13:53:00' + count: 422.1709050670124 }, { + time: '49980000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 501.9952343698038, - time: '13:53:00' + count: 501.9952343698038 }, { + time: '49980000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 529.915544907398, - time: '13:53:00' + count: 529.915544907398 }, { + time: '49980000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 550.3526143562268, - time: '13:53:00' + count: 550.3526143562268 }, { + time: '50040000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 572.834539966501, - time: '13:54:00' + count: 572.834539966501 }, { + time: '50040000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 429.5481980221811, - time: '13:54:00' + count: 429.5481980221811 }, { + time: '50040000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 362.64314120875656, - time: '13:54:00' + count: 362.64314120875656 }, { + time: '50040000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 478.59424195170436, - time: '13:54:00' + count: 478.59424195170436 }, { + time: '50040000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 419.7192230131568, - time: '13:54:00' + count: 419.7192230131568 }, { + time: '50040000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 458.4189843640976, - time: '13:54:00' + count: 458.4189843640976 }, { + time: '50040000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 481.4171632729357, - time: '13:54:00' + count: 481.4171632729357 }, { + time: '50100000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 600.3591624518012, - time: '13:55:00' + count: 600.3591624518012 }, { + time: '50100000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 470.8278481527883, - time: '13:55:00' + count: 470.8278481527883 }, { + time: '50100000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 386.62406822242474, - time: '13:55:00' + count: 386.62406822242474 }, { + time: '50100000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 575.0379895317155, - time: '13:55:00' + count: 575.0379895317155 }, { + time: '50100000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 541.3004856773468, - time: '13:55:00' + count: 541.3004856773468 }, { + time: '50100000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 500.1865045168305, - time: '13:55:00' + count: 500.1865045168305 }, { + time: '50100000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 461.01909176055347, - time: '13:55:00' + count: 461.01909176055347 }, { + time: '50160000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 559.6500945938953, - time: '13:56:00' + count: 559.6500945938953 }, { + time: '50160000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 457.5625077271768, - time: '13:56:00' + count: 457.5625077271768 }, { + time: '50160000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 395.2783285449977, - time: '13:56:00' + count: 395.2783285449977 }, { + time: '50160000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 542.5110871056746, - time: '13:56:00' + count: 542.5110871056746 }, { + time: '50160000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 483.89629356696344, - time: '13:56:00' + count: 483.89629356696344 }, { + time: '50160000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 478.7902196804542, - time: '13:56:00' + count: 478.7902196804542 }, { + time: '50160000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 498.6641387705017, - time: '13:56:00' + count: 498.6641387705017 }, { + time: '50220000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 631.6767038578658, - time: '13:57:00' + count: 631.6767038578658 }, { + time: '50220000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 595.9440404227619, - time: '13:57:00' + count: 595.9440404227619 }, { + time: '50220000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 430.0336048775339, - time: '13:57:00' + count: 430.0336048775339 }, { + time: '50220000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 482.567393279607, - time: '13:57:00' + count: 482.567393279607 }, { + time: '50220000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 425.60442959271484, - time: '13:57:00' + count: 425.60442959271484 }, { + time: '50220000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 434.81490696349357, - time: '13:57:00' + count: 434.81490696349357 }, { + time: '50220000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 573.119673619138, - time: '13:57:00' + count: 573.119673619138 }, { + time: '50280000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 545.7671583381021, - time: '13:58:00' + count: 545.7671583381021 }, { + time: '50280000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 497.97874557172884, - time: '13:58:00' + count: 497.97874557172884 }, { + time: '50280000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 407.8850500466627, - time: '13:58:00' + count: 407.8850500466627 }, { + time: '50280000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 482.53711478407854, - time: '13:58:00' + count: 482.53711478407854 }, { + time: '50280000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 557.8654106632752, - time: '13:58:00' + count: 557.8654106632752 }, { + time: '50280000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 496.21796408608014, - time: '13:58:00' + count: 496.21796408608014 }, { + time: '50280000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 577.6562522688043, - time: '13:58:00' + count: 577.6562522688043 }, { + time: '50340000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 695.008458329481, - time: '13:59:00' + count: 695.008458329481 }, { + time: '50340000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 435.6041204259617, - time: '13:59:00' + count: 435.6041204259617 }, { + time: '50340000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 332.2327820644949, - time: '13:59:00' + count: 332.2327820644949 }, { + time: '50340000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 483.9182474391309, - time: '13:59:00' + count: 483.9182474391309 }, { + time: '50340000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 419.7142538498331, - time: '13:59:00' + count: 419.7142538498331 }, { + time: '50340000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 421.04801044200985, - time: '13:59:00' + count: 421.04801044200985 }, { + time: '50340000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 555.6542710048647, - time: '13:59:00' + count: 555.6542710048647 }, { + time: '50400000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 590.2833673882503, - time: '14:00:00' + count: 590.2833673882503 }, { + time: '50400000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 394.22297796997873, - time: '14:00:00' + count: 394.22297796997873 }, { + time: '50400000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 418.00989255029816, - time: '14:00:00' + count: 418.00989255029816 }, { + time: '50400000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 603.837399178042, - time: '14:00:00' + count: 603.837399178042 }, { + time: '50400000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 487.1047686004654, - time: '14:00:00' + count: 487.1047686004654 }, { + time: '50400000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 539.3839694230782, - time: '14:00:00' + count: 539.3839694230782 }, { + time: '50400000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 566.2547893423998, - time: '14:00:00' + count: 566.2547893423998 }, { + time: '50460000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 516.1421221791859, - time: '14:01:00' + count: 516.1421221791859 }, { + time: '50460000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 361.6776839871214, - time: '14:01:00' + count: 361.6776839871214 }, { + time: '50460000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 429.52928726419117, - time: '14:01:00' + count: 429.52928726419117 }, { + time: '50460000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 519.0967726115776, - time: '14:01:00' + count: 519.0967726115776 }, { + time: '50460000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 464.9646290203246, - time: '14:01:00' + count: 464.9646290203246 }, { + time: '50460000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 456.7691351350803, - time: '14:01:00' + count: 456.7691351350803 }, { + time: '50460000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 555.8089143557479, - time: '14:01:00' + count: 555.8089143557479 }, { + time: '50520000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 505.4553750969444, - time: '14:02:00' + count: 505.4553750969444 }, { + time: '50520000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 452.17318179336115, - time: '14:02:00' + count: 452.17318179336115 }, { + time: '50520000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 426.989522396552, - time: '14:02:00' + count: 426.989522396552 }, { + time: '50520000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 521.5020823595535, - time: '14:02:00' + count: 521.5020823595535 }, { + time: '50520000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 515.08706446994, - time: '14:02:00' + count: 515.08706446994 }, { + time: '50520000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 490.05798279364194, - time: '14:02:00' + count: 490.05798279364194 }, { + time: '50520000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 497.92592023885237, - time: '14:02:00' + count: 497.92592023885237 }, { + time: '50580000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 583.1236207621592, - time: '14:03:00' + count: 583.1236207621592 }, { + time: '50580000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 404.18246273578484, - time: '14:03:00' + count: 404.18246273578484 }, { + time: '50580000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 453.0390362777311, - time: '14:03:00' + count: 453.0390362777311 }, { + time: '50580000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 551.5141727015921, - time: '14:03:00' + count: 551.5141727015921 }, { + time: '50580000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 528.0755598363427, - time: '14:03:00' + count: 528.0755598363427 }, { + time: '50580000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 494.1643935773071, - time: '14:03:00' + count: 494.1643935773071 }, { + time: '50580000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 551.5961272336971, - time: '14:03:00' + count: 551.5961272336971 }, { + time: '50640000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 547.8268607337075, - time: '14:04:00' + count: 547.8268607337075 }, { + time: '50640000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 370.8873145201163, - time: '14:04:00' + count: 370.8873145201163 }, { + time: '50640000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 440.6961077274452, - time: '14:04:00' + count: 440.6961077274452 }, { + time: '50640000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 511.93945795132566, - time: '14:04:00' + count: 511.93945795132566 }, { + time: '50640000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 451.6002074532883, - time: '14:04:00' + count: 451.6002074532883 }, { + time: '50640000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 467.05475131479614, - time: '14:04:00' + count: 467.05475131479614 }, { + time: '50640000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 570.0204762613841, - time: '14:04:00' + count: 570.0204762613841 }, { + time: '50700000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 594.7000247046046, - time: '14:05:00' + count: 594.7000247046046 }, { + time: '50700000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 409.67135578787367, - time: '14:05:00' + count: 409.67135578787367 }, { + time: '50700000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 421.95900396142184, - time: '14:05:00' + count: 421.95900396142184 }, { + time: '50700000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 487.04789270896487, - time: '14:05:00' + count: 487.04789270896487 }, { + time: '50700000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 412.3291064826908, - time: '14:05:00' + count: 412.3291064826908 }, { + time: '50700000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 509.33469007376374, - time: '14:05:00' + count: 509.33469007376374 }, { + time: '50700000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 567.7145664906787, - time: '14:05:00' + count: 567.7145664906787 }, { + time: '50760000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 582.6618812286772, - time: '14:06:00' + count: 582.6618812286772 }, { + time: '50760000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 387.92259981928026, - time: '14:06:00' + count: 387.92259981928026 }, { + time: '50760000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 395.4917144270677, - time: '14:06:00' + count: 395.4917144270677 }, { + time: '50760000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 490.1825075457511, - time: '14:06:00' + count: 490.1825075457511 }, { + time: '50760000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 472.9986071469558, - time: '14:06:00' + count: 472.9986071469558 }, { + time: '50760000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 456.2548171688738, - time: '14:06:00' + count: 456.2548171688738 }, { + time: '50760000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 589.4456685737322, - time: '14:06:00' + count: 589.4456685737322 }, { + time: '50820000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 555.3585543671563, - time: '14:07:00' + count: 555.3585543671563 }, { + time: '50820000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 526.3570817536282, - time: '14:07:00' + count: 526.3570817536282 }, { + time: '50820000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 315.9519533242004, - time: '14:07:00' + count: 315.9519533242004 }, { + time: '50820000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 496.4199370292968, - time: '14:07:00' + count: 496.4199370292968 }, { + time: '50820000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 416.11423151239467, - time: '14:07:00' + count: 416.11423151239467 }, { + time: '50820000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 523.5648648728622, - time: '14:07:00' + count: 523.5648648728622 }, { + time: '50820000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 565.4151923600532, - time: '14:07:00' + count: 565.4151923600532 }, { + time: '50880000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 516.6603140965798, - time: '14:08:00' + count: 516.6603140965798 }, { + time: '50880000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 486.08198784747253, - time: '14:08:00' + count: 486.08198784747253 }, { + time: '50880000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 420.4809109566293, - time: '14:08:00' + count: 420.4809109566293 }, { + time: '50880000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 498.13888817450794, - time: '14:08:00' + count: 498.13888817450794 }, { + time: '50880000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 550.6693623763312, - time: '14:08:00' + count: 550.6693623763312 }, { + time: '50880000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 412.7010159876626, - time: '14:08:00' + count: 412.7010159876626 }, { + time: '50880000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 547.5724103770791, - time: '14:08:00' + count: 547.5724103770791 }, { + time: '50940000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 483.25763876570676, - time: '14:09:00' + count: 483.25763876570676 }, { + time: '50940000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 441.6013679341691, - time: '14:09:00' + count: 441.6013679341691 }, { + time: '50940000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 409.38438435815556, - time: '14:09:00' + count: 409.38438435815556 }, { + time: '50940000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 536.381477181849, - time: '14:09:00' + count: 536.381477181849 }, { + time: '50940000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 456.8267665541369, - time: '14:09:00' + count: 456.8267665541369 }, { + time: '50940000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 486.31897897732057, - time: '14:09:00' + count: 486.31897897732057 }, { + time: '50940000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 583.5075119158214, - time: '14:09:00' + count: 583.5075119158214 }, { + time: '51000000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 536.674252396649, - time: '14:10:00' + count: 536.674252396649 }, { + time: '51000000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 515.9972069445013, - time: '14:10:00' + count: 515.9972069445013 }, { + time: '51000000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 412.5789418597687, - time: '14:10:00' + count: 412.5789418597687 }, { + time: '51000000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 502.59729429036497, - time: '14:10:00' + count: 502.59729429036497 }, { + time: '51000000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 431.7339224343946, - time: '14:10:00' + count: 431.7339224343946 }, { + time: '51000000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 576.9464499529142, - time: '14:10:00' + count: 576.9464499529142 }, { + time: '51000000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 528.673937037547, - time: '14:10:00' + count: 528.673937037547 }, { + time: '51060000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 601.8199397161736, - time: '14:11:00' + count: 601.8199397161736 }, { + time: '51060000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 445.86841538238093, - time: '14:11:00' + count: 445.86841538238093 }, { + time: '51060000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 335.16257120898456, - time: '14:11:00' + count: 335.16257120898456 }, { + time: '51060000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 536.6320038607789, - time: '14:11:00' + count: 536.6320038607789 }, { + time: '51060000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 459.2340152932454, - time: '14:11:00' + count: 459.2340152932454 }, { + time: '51060000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 429.9834337697213, - time: '14:11:00' + count: 429.9834337697213 }, { + time: '51060000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 485.9062674386141, - time: '14:11:00' + count: 485.9062674386141 }, { + time: '51120000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 569.7046872065102, - time: '14:12:00' + count: 569.7046872065102 }, { + time: '51120000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 398.9357899335868, - time: '14:12:00' + count: 398.9357899335868 }, { + time: '51120000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 344.94717297958687, - time: '14:12:00' + count: 344.94717297958687 }, { + time: '51120000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 495.9641709945709, - time: '14:12:00' + count: 495.9641709945709 }, { + time: '51120000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 382.64368552351516, - time: '14:12:00' + count: 382.64368552351516 }, { + time: '51120000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 446.11275147375744, - time: '14:12:00' + count: 446.11275147375744 }, { + time: '51120000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 521.8466518028118, - time: '14:12:00' + count: 521.8466518028118 }, { + time: '51180000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 496.7130610644006, - time: '14:13:00' + count: 496.7130610644006 }, { + time: '51180000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 518.1562038634829, - time: '14:13:00' + count: 518.1562038634829 }, { + time: '51180000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 451.6576426666452, - time: '14:13:00' + count: 451.6576426666452 }, { + time: '51180000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 503.9317595158045, - time: '14:13:00' + count: 503.9317595158045 }, { + time: '51180000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 401.4192980744674, - time: '14:13:00' + count: 401.4192980744674 }, { + time: '51180000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 505.69539248294575, - time: '14:13:00' + count: 505.69539248294575 }, { + time: '51180000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 492.75486775967755, - time: '14:13:00' + count: 492.75486775967755 }, { + time: '51240000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 567.6590462925591, - time: '14:14:00' + count: 567.6590462925591 }, { + time: '51240000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 468.9455021842329, - time: '14:14:00' + count: 468.9455021842329 }, { + time: '51240000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 397.02224230716723, - time: '14:14:00' + count: 397.02224230716723 }, { + time: '51240000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 400.0899657733946, - time: '14:14:00' + count: 400.0899657733946 }, { + time: '51240000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 510.0206953972213, - time: '14:14:00' + count: 510.0206953972213 }, { + time: '51240000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 488.9790890969799, - time: '14:14:00' + count: 488.9790890969799 }, { + time: '51240000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 496.24108625128093, - time: '14:14:00' + count: 496.24108625128093 }, { + time: '51300000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 578.2658689864419, - time: '14:15:00' + count: 578.2658689864419 }, { + time: '51300000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 390.1376922836772, - time: '14:15:00' + count: 390.1376922836772 }, { + time: '51300000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 433.07503486863123, - time: '14:15:00' + count: 433.07503486863123 }, { + time: '51300000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 545.8163837351241, - time: '14:15:00' + count: 545.8163837351241 }, { + time: '51300000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 417.1552860514302, - time: '14:15:00' + count: 417.1552860514302 }, { + time: '51300000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 497.53150496367795, - time: '14:15:00' + count: 497.53150496367795 }, { + time: '51300000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 522.7740664642241, - time: '14:15:00' + count: 522.7740664642241 }, { + time: '51360000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 514.8071281899433, - time: '14:16:00' + count: 514.8071281899433 }, { + time: '51360000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 432.4830660958196, - time: '14:16:00' + count: 432.4830660958196 }, { + time: '51360000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 400.41591880652305, - time: '14:16:00' + count: 400.41591880652305 }, { + time: '51360000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 517.3244237948996, - time: '14:16:00' + count: 517.3244237948996 }, { + time: '51360000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 397.654450865903, - time: '14:16:00' + count: 397.654450865903 }, { + time: '51360000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 504.4593565073832, - time: '14:16:00' + count: 504.4593565073832 }, { + time: '51360000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 490.37900395000196, - time: '14:16:00' + count: 490.37900395000196 }, { + time: '51420000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 566.6862552972764, - time: '14:17:00' + count: 566.6862552972764 }, { + time: '51420000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 398.21908733076214, - time: '14:17:00' + count: 398.21908733076214 }, { + time: '51420000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 400.48780697478725, - time: '14:17:00' + count: 400.48780697478725 }, { + time: '51420000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 549.9005054929826, - time: '14:17:00' + count: 549.9005054929826 }, { + time: '51420000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 476.8326376263643, - time: '14:17:00' + count: 476.8326376263643 }, { + time: '51420000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 511.7360734280885, - time: '14:17:00' + count: 511.7360734280885 }, { + time: '51420000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 514.601923518048, - time: '14:17:00' + count: 514.601923518048 }, { + time: '51480000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 561.9104359222999, - time: '14:18:00' + count: 561.9104359222999 }, { + time: '51480000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 372.8600134517832, - time: '14:18:00' + count: 372.8600134517832 }, { + time: '51480000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 445.9141902987999, - time: '14:18:00' + count: 445.9141902987999 }, { + time: '51480000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 355.18723109031555, - time: '14:18:00' + count: 355.18723109031555 }, { + time: '51480000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 509.28520773314983, - time: '14:18:00' + count: 509.28520773314983 }, { + time: '51480000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 535.4849920978112, - time: '14:18:00' + count: 535.4849920978112 }, { + time: '51480000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 435.3192666523107, - time: '14:18:00' + count: 435.3192666523107 }, { + time: '51540000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 501.85148510846886, - time: '14:19:00' + count: 501.85148510846886 }, { + time: '51540000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 488.3088773765821, - time: '14:19:00' + count: 488.3088773765821 }, { + time: '51540000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 373.1977635891313, - time: '14:19:00' + count: 373.1977635891313 }, { + time: '51540000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 604.4187352390363, - time: '14:19:00' + count: 604.4187352390363 }, { + time: '51540000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 485.9476655332533, - time: '14:19:00' + count: 485.9476655332533 }, { + time: '51540000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 500.4909328464256, - time: '14:19:00' + count: 500.4909328464256 }, { + time: '51540000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 540.6646853686469, - time: '14:19:00' + count: 540.6646853686469 }, { + time: '51600000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 576.8893680174142, - time: '14:20:00' + count: 576.8893680174142 }, { + time: '51600000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 537.4708320235065, - time: '14:20:00' + count: 537.4708320235065 }, { + time: '51600000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 403.8060388470492, - time: '14:20:00' + count: 403.8060388470492 }, { + time: '51600000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 493.02051859224133, - time: '14:20:00' + count: 493.02051859224133 }, { + time: '51600000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 499.80238429029083, - time: '14:20:00' + count: 499.80238429029083 }, { + time: '51600000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 467.93711726907287, - time: '14:20:00' + count: 467.93711726907287 }, { + time: '51600000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 530.0602737681112, - time: '14:20:00' + count: 530.0602737681112 }, { + time: '51660000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 587.0392263184117, - time: '14:21:00' + count: 587.0392263184117 }, { + time: '51660000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 372.07162130904294, - time: '14:21:00' + count: 372.07162130904294 }, { + time: '51660000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 375.8862355647479, - time: '14:21:00' + count: 375.8862355647479 }, { + time: '51660000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 555.4091408368758, - time: '14:21:00' + count: 555.4091408368758 }, { + time: '51660000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 412.16024557152696, - time: '14:21:00' + count: 412.16024557152696 }, { + time: '51660000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 513.6286850601366, - time: '14:21:00' + count: 513.6286850601366 }, { + time: '51660000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 489.14556844659046, - time: '14:21:00' + count: 489.14556844659046 }, { + time: '51720000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 613.1525621587639, - time: '14:22:00' + count: 613.1525621587639 }, { + time: '51720000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 470.1484618345285, - time: '14:22:00' + count: 470.1484618345285 }, { + time: '51720000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 377.2751886283842, - time: '14:22:00' + count: 377.2751886283842 }, { + time: '51720000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 448.0047036437235, - time: '14:22:00' + count: 448.0047036437235 }, { + time: '51720000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 378.9094666629078, - time: '14:22:00' + count: 378.9094666629078 }, { + time: '51720000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 574.9940967447608, - time: '14:22:00' + count: 574.9940967447608 }, { + time: '51720000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 562.9622834216202, - time: '14:22:00' + count: 562.9622834216202 }, { + time: '51780000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 611.6901026017451, - time: '14:23:00' + count: 611.6901026017451 }, { + time: '51780000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 409.46787154390864, - time: '14:23:00' + count: 409.46787154390864 }, { + time: '51780000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 383.541393826568, - time: '14:23:00' + count: 383.541393826568 }, { + time: '51780000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 530.6386952531285, - time: '14:23:00' + count: 530.6386952531285 }, { + time: '51780000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 525.0666825977744, - time: '14:23:00' + count: 525.0666825977744 }, { + time: '51780000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 473.3683126808713, - time: '14:23:00' + count: 473.3683126808713 }, { + time: '51780000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 576.8785068813279, - time: '14:23:00' + count: 576.8785068813279 }, { + time: '51840000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 490.1165316021454, - time: '14:24:00' + count: 490.1165316021454 }, { + time: '51840000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 417.6437308117652, - time: '14:24:00' + count: 417.6437308117652 }, { + time: '51840000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 410.10668858168566, - time: '14:24:00' + count: 410.10668858168566 }, { + time: '51840000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 447.3292218413172, - time: '14:24:00' + count: 447.3292218413172 }, { + time: '51840000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 433.8660080578932, - time: '14:24:00' + count: 433.8660080578932 }, { + time: '51840000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 431.27353476646795, - time: '14:24:00' + count: 431.27353476646795 }, { + time: '51840000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 449.6220067815513, - time: '14:24:00' + count: 449.6220067815513 }, { + time: '51900000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 512.1087480042438, - time: '14:25:00' + count: 512.1087480042438 }, { + time: '51900000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 412.38030378805655, - time: '14:25:00' + count: 412.38030378805655 }, { + time: '51900000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 375.06256891682614, - time: '14:25:00' + count: 375.06256891682614 }, { + time: '51900000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 468.81155196520973, - time: '14:25:00' + count: 468.81155196520973 }, { + time: '51900000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 437.4583491772476, - time: '14:25:00' + count: 437.4583491772476 }, { + time: '51900000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 535.3540334643486, - time: '14:25:00' + count: 535.3540334643486 }, { + time: '51900000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 491.8637610716893, - time: '14:25:00' + count: 491.8637610716893 }, { + time: '51960000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 584.751763360433, - time: '14:26:00' + count: 584.751763360433 }, { + time: '51960000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 398.8004615160092, - time: '14:26:00' + count: 398.8004615160092 }, { + time: '51960000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 461.78780627867604, - time: '14:26:00' + count: 461.78780627867604 }, { + time: '51960000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 595.7015676933393, - time: '14:26:00' + count: 595.7015676933393 }, { + time: '51960000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 516.4097070924529, - time: '14:26:00' + count: 516.4097070924529 }, { + time: '51960000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 473.9809418023201, - time: '14:26:00' + count: 473.9809418023201 }, { + time: '51960000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 491.5428825106351, - time: '14:26:00' + count: 491.5428825106351 }, { + time: '52020000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 584.6892975456104, - time: '14:27:00' + count: 584.6892975456104 }, { + time: '52020000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 444.4260813972414, - time: '14:27:00' + count: 444.4260813972414 }, { + time: '52020000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 354.2696348890248, - time: '14:27:00' + count: 354.2696348890248 }, { + time: '52020000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 490.4658799618327, - time: '14:27:00' + count: 490.4658799618327 }, { + time: '52020000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 477.811500470033, - time: '14:27:00' + count: 477.811500470033 }, { + time: '52020000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 371.3665226992982, - time: '14:27:00' + count: 371.3665226992982 }, { + time: '52020000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 483.0048449445568, - time: '14:27:00' + count: 483.0048449445568 }, { + time: '52080000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 584.7523843153024, - time: '14:28:00' + count: 584.7523843153024 }, { + time: '52080000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 400.4524941794481, - time: '14:28:00' + count: 400.4524941794481 }, { + time: '52080000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 389.65641779193203, - time: '14:28:00' + count: 389.65641779193203 }, { + time: '52080000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 510.87164365898616, - time: '14:28:00' + count: 510.87164365898616 }, { + time: '52080000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 472.7943886040804, - time: '14:28:00' + count: 472.7943886040804 }, { + time: '52080000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 522.3710838575211, - time: '14:28:00' + count: 522.3710838575211 }, { + time: '52080000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 571.4737420965874, - time: '14:28:00' + count: 571.4737420965874 }, { + time: '52140000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 751.6365745327361, - time: '14:29:00' + count: 751.6365745327361 }, { + time: '52140000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 455.5228412889919, - time: '14:29:00' + count: 455.5228412889919 }, { + time: '52140000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 377.01344708629125, - time: '14:29:00' + count: 377.01344708629125 }, { + time: '52140000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 543.5033865344377, - time: '14:29:00' + count: 543.5033865344377 }, { + time: '52140000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 558.2501172450542, - time: '14:29:00' + count: 558.2501172450542 }, { + time: '52140000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 453.23359070230384, - time: '14:29:00' + count: 453.23359070230384 }, { + time: '52140000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 520.3086930613598, - time: '14:29:00' + count: 520.3086930613598 }, { + time: '52200000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 587.5445255346583, - time: '14:30:00' + count: 587.5445255346583 }, { + time: '52200000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 439.4880945275431, - time: '14:30:00' + count: 439.4880945275431 }, { + time: '52200000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 471.3488942176866, - time: '14:30:00' + count: 471.3488942176866 }, { + time: '52200000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 524.7840943986303, - time: '14:30:00' + count: 524.7840943986303 }, { + time: '52200000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 417.8240884809928, - time: '14:30:00' + count: 417.8240884809928 }, { + time: '52200000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 475.47333588479194, - time: '14:30:00' + count: 475.47333588479194 }, { + time: '52200000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 516.7742579344695, - time: '14:30:00' + count: 516.7742579344695 }, { + time: '52260000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 615.7782820090299, - time: '14:31:00' + count: 615.7782820090299 }, { + time: '52260000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 430.0525976566795, - time: '14:31:00' + count: 430.0525976566795 }, { + time: '52260000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 408.8277388255787, - time: '14:31:00' + count: 408.8277388255787 }, { + time: '52260000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 507.5209452571788, - time: '14:31:00' + count: 507.5209452571788 }, { + time: '52260000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 496.3920064040619, - time: '14:31:00' + count: 496.3920064040619 }, { + time: '52260000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 496.5990165284507, - time: '14:31:00' + count: 496.5990165284507 }, { + time: '52260000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 429.8068817796623, - time: '14:31:00' + count: 429.8068817796623 }, { + time: '52320000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 606.7000881746601, - time: '14:32:00' + count: 606.7000881746601 }, { + time: '52320000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 396.6218168979201, - time: '14:32:00' + count: 396.6218168979201 }, { + time: '52320000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 450.59222697343176, - time: '14:32:00' + count: 450.59222697343176 }, { + time: '52320000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 518.2480501233113, - time: '14:32:00' + count: 518.2480501233113 }, { + time: '52320000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 452.85065624485424, - time: '14:32:00' + count: 452.85065624485424 }, { + time: '52320000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 489.5249839889533, - time: '14:32:00' + count: 489.5249839889533 }, { + time: '52320000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 561.7709015104613, - time: '14:32:00' + count: 561.7709015104613 }, { + time: '52380000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 591.5695625652899, - time: '14:33:00' + count: 591.5695625652899 }, { + time: '52380000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 413.16143347158334, - time: '14:33:00' + count: 413.16143347158334 }, { + time: '52380000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 324.7219813481514, - time: '14:33:00' + count: 324.7219813481514 }, { + time: '52380000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 620.1707792619137, - time: '14:33:00' + count: 620.1707792619137 }, { + time: '52380000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 463.42961394316285, - time: '14:33:00' + count: 463.42961394316285 }, { + time: '52380000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 515.472590856952, - time: '14:33:00' + count: 515.472590856952 }, { + time: '52380000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 468.03708025732635, - time: '14:33:00' + count: 468.03708025732635 }, { + time: '52440000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 543.2365377679827, - time: '14:34:00' + count: 543.2365377679827 }, { + time: '52440000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 479.7695612912878, - time: '14:34:00' + count: 479.7695612912878 }, { + time: '52440000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 412.35251329346295, - time: '14:34:00' + count: 412.35251329346295 }, { + time: '52440000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 497.1190601483207, - time: '14:34:00' + count: 497.1190601483207 }, { + time: '52440000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 526.4234213206266, - time: '14:34:00' + count: 526.4234213206266 }, { + time: '52440000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 458.2256814715078, - time: '14:34:00' + count: 458.2256814715078 }, { + time: '52440000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 532.9966315133164, - time: '14:34:00' + count: 532.9966315133164 }, { + time: '52500000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 596.9484610246634, - time: '14:35:00' + count: 596.9484610246634 }, { + time: '52500000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 467.04585938121903, - time: '14:35:00' + count: 467.04585938121903 }, { + time: '52500000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 443.4815397811719, - time: '14:35:00' + count: 443.4815397811719 }, { + time: '52500000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 510.0549523357484, - time: '14:35:00' + count: 510.0549523357484 }, { + time: '52500000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 475.3917878144812, - time: '14:35:00' + count: 475.3917878144812 }, { + time: '52500000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 505.65528990880415, - time: '14:35:00' + count: 505.65528990880415 }, { + time: '52500000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 543.8688468979096, - time: '14:35:00' + count: 543.8688468979096 }, { + time: '52560000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 520.3587392731214, - time: '14:36:00' + count: 520.3587392731214 }, { + time: '52560000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 393.12223776007244, - time: '14:36:00' + count: 393.12223776007244 }, { + time: '52560000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 403.11419946377123, - time: '14:36:00' + count: 403.11419946377123 }, { + time: '52560000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 552.5327198003806, - time: '14:36:00' + count: 552.5327198003806 }, { + time: '52560000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 476.91480395248163, - time: '14:36:00' + count: 476.91480395248163 }, { + time: '52560000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 467.02266612080416, - time: '14:36:00' + count: 467.02266612080416 }, { + time: '52560000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 598.0329297919326, - time: '14:36:00' + count: 598.0329297919326 }, { + time: '52620000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 547.1590696629995, - time: '14:37:00' + count: 547.1590696629995 }, { + time: '52620000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 446.9666152714613, - time: '14:37:00' + count: 446.9666152714613 }, { + time: '52620000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 452.27401875326757, - time: '14:37:00' + count: 452.27401875326757 }, { + time: '52620000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 555.2762966478992, - time: '14:37:00' + count: 555.2762966478992 }, { + time: '52620000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 503.6253668654901, - time: '14:37:00' + count: 503.6253668654901 }, { + time: '52620000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 516.9405240443751, - time: '14:37:00' + count: 516.9405240443751 }, { + time: '52620000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 464.5589800440444, - time: '14:37:00' + count: 464.5589800440444 }, { + time: '52680000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 534.7318226085448, - time: '14:38:00' + count: 534.7318226085448 }, { + time: '52680000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 479.5693561685895, - time: '14:38:00' + count: 479.5693561685895 }, { + time: '52680000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 373.13557749498136, - time: '14:38:00' + count: 373.13557749498136 }, { + time: '52680000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 559.351515278019, - time: '14:38:00' + count: 559.351515278019 }, { + time: '52680000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 431.7523635228557, - time: '14:38:00' + count: 431.7523635228557 }, { + time: '52680000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 510.76837420065266, - time: '14:38:00' + count: 510.76837420065266 }, { + time: '52680000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 379.0243922089587, - time: '14:38:00' + count: 379.0243922089587 }, { + time: '52740000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 563.0937069693161, - time: '14:39:00' + count: 563.0937069693161 }, { + time: '52740000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 358.5297359439314, - time: '14:39:00' + count: 358.5297359439314 }, { + time: '52740000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 469.46737200927896, - time: '14:39:00' + count: 469.46737200927896 }, { + time: '52740000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 531.9365111014592, - time: '14:39:00' + count: 531.9365111014592 }, { + time: '52740000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 408.0395166330497, - time: '14:39:00' + count: 408.0395166330497 }, { + time: '52740000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 433.22806489777025, - time: '14:39:00' + count: 433.22806489777025 }, { + time: '52740000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 539.1924772376848, - time: '14:39:00' + count: 539.1924772376848 }, { + time: '52800000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 674.7329283336754, - time: '14:40:00' + count: 674.7329283336754 }, { + time: '52800000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 469.16800961899673, - time: '14:40:00' + count: 469.16800961899673 }, { + time: '52800000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 513.9449061809626, - time: '14:40:00' + count: 513.9449061809626 }, { + time: '52800000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 442.8497543634758, - time: '14:40:00' + count: 442.8497543634758 }, { + time: '52800000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 397.7595402989483, - time: '14:40:00' + count: 397.7595402989483 }, { + time: '52800000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 534.2991058087516, - time: '14:40:00' + count: 534.2991058087516 }, { + time: '52800000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 620.0255590755427, - time: '14:40:00' + count: 620.0255590755427 }, { + time: '52860000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 465.6367403704126, - time: '14:41:00' + count: 465.6367403704126 }, { + time: '52860000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 408.86881205270765, - time: '14:41:00' + count: 408.86881205270765 }, { + time: '52860000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 380.85807197801705, - time: '14:41:00' + count: 380.85807197801705 }, { + time: '52860000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 581.6715766150548, - time: '14:41:00' + count: 581.6715766150548 }, { + time: '52860000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 351.6821705311999, - time: '14:41:00' + count: 351.6821705311999 }, { + time: '52860000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 453.2018277442976, - time: '14:41:00' + count: 453.2018277442976 }, { + time: '52860000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 591.9473176469719, - time: '14:41:00' + count: 591.9473176469719 }, { + time: '52920000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 593.3130095187257, - time: '14:42:00' + count: 593.3130095187257 }, { + time: '52920000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 470.52993342965794, - time: '14:42:00' + count: 470.52993342965794 }, { + time: '52920000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 376.7248739299614, - time: '14:42:00' + count: 376.7248739299614 }, { + time: '52920000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 442.6827303490656, - time: '14:42:00' + count: 442.6827303490656 }, { + time: '52920000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 552.8103564970161, - time: '14:42:00' + count: 552.8103564970161 }, { + time: '52920000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 520.4028899140573, - time: '14:42:00' + count: 520.4028899140573 }, { + time: '52920000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 540.4829707637313, - time: '14:42:00' + count: 540.4829707637313 }, { + time: '52980000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 478.3642064405174, - time: '14:43:00' + count: 478.3642064405174 }, { + time: '52980000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 403.83704217287413, - time: '14:43:00' + count: 403.83704217287413 }, { + time: '52980000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 471.66922385588504, - time: '14:43:00' + count: 471.66922385588504 }, { + time: '52980000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 515.1317732619517, - time: '14:43:00' + count: 515.1317732619517 }, { + time: '52980000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 394.83958171391583, - time: '14:43:00' + count: 394.83958171391583 }, { + time: '52980000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 498.36436567006706, - time: '14:43:00' + count: 498.36436567006706 }, { + time: '52980000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 505.4181907183976, - time: '14:43:00' + count: 505.4181907183976 }, { + time: '53040000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 535.4034067105283, - time: '14:44:00' + count: 535.4034067105283 }, { + time: '53040000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 351.75589496677406, - time: '14:44:00' + count: 351.75589496677406 }, { + time: '53040000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 477.97860728653563, - time: '14:44:00' + count: 477.97860728653563 }, { + time: '53040000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 462.2862074990321, - time: '14:44:00' + count: 462.2862074990321 }, { + time: '53040000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 438.9373188207114, - time: '14:44:00' + count: 438.9373188207114 }, { + time: '53040000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 571.9091838397561, - time: '14:44:00' + count: 571.9091838397561 }, { + time: '53040000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 570.3561298318655, - time: '14:44:00' + count: 570.3561298318655 }, { + time: '53100000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 613.4475298483683, - time: '14:45:00' + count: 613.4475298483683 }, { + time: '53100000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 360.6228781058419, - time: '14:45:00' + count: 360.6228781058419 }, { + time: '53100000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 372.8569986423366, - time: '14:45:00' + count: 372.8569986423366 }, { + time: '53100000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 496.7930826703504, - time: '14:45:00' + count: 496.7930826703504 }, { + time: '53100000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 436.15933500555394, - time: '14:45:00' + count: 436.15933500555394 }, { + time: '53100000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 468.8267008814074, - time: '14:45:00' + count: 468.8267008814074 }, { + time: '53100000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 481.3226900147766, - time: '14:45:00' + count: 481.3226900147766 }, { + time: '53160000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 562.2140009547732, - time: '14:46:00' + count: 562.2140009547732 }, { + time: '53160000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 444.4042473330691, - time: '14:46:00' + count: 444.4042473330691 }, { + time: '53160000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 377.99065914520713, - time: '14:46:00' + count: 377.99065914520713 }, { + time: '53160000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 516.438120515174, - time: '14:46:00' + count: 516.438120515174 }, { + time: '53160000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 465.370334890455, - time: '14:46:00' + count: 465.370334890455 }, { + time: '53160000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 462.53416019409013, - time: '14:46:00' + count: 462.53416019409013 }, { + time: '53160000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 553.8178884678109, - time: '14:46:00' + count: 553.8178884678109 }, { + time: '53220000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 505.1127611035347, - time: '14:47:00' + count: 505.1127611035347 }, { + time: '53220000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 454.9861250860741, - time: '14:47:00' + count: 454.9861250860741 }, { + time: '53220000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 384.9107695569746, - time: '14:47:00' + count: 384.9107695569746 }, { + time: '53220000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 516.0678607725137, - time: '14:47:00' + count: 516.0678607725137 }, { + time: '53220000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 490.7868606269648, - time: '14:47:00' + count: 490.7868606269648 }, { + time: '53220000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 479.0290197056134, - time: '14:47:00' + count: 479.0290197056134 }, { + time: '53220000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 555.2735079583314, - time: '14:47:00' + count: 555.2735079583314 }, { + time: '53280000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 523.2348145370016, - time: '14:48:00' + count: 523.2348145370016 }, { + time: '53280000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 396.78416874477955, - time: '14:48:00' + count: 396.78416874477955 }, { + time: '53280000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 331.77747444828617, - time: '14:48:00' + count: 331.77747444828617 }, { + time: '53280000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 521.0960377117642, - time: '14:48:00' + count: 521.0960377117642 }, { + time: '53280000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 493.02367441798725, - time: '14:48:00' + count: 493.02367441798725 }, { + time: '53280000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 464.8410108582862, - time: '14:48:00' + count: 464.8410108582862 }, { + time: '53280000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 583.010495374944, - time: '14:48:00' + count: 583.010495374944 }, { + time: '53340000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 592.9798874467338, - time: '14:49:00' + count: 592.9798874467338 }, { + time: '53340000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 473.9296229388687, - time: '14:49:00' + count: 473.9296229388687 }, { + time: '53340000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 353.0674026757901, - time: '14:49:00' + count: 353.0674026757901 }, { + time: '53340000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 580.6855634529323, - time: '14:49:00' + count: 580.6855634529323 }, { + time: '53340000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 420.8461280715531, - time: '14:49:00' + count: 420.8461280715531 }, { + time: '53340000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 519.9970950971025, - time: '14:49:00' + count: 519.9970950971025 }, { + time: '53340000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 667.983001945554, - time: '14:49:00' + count: 667.983001945554 }, { + time: '53400000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 522.4816684141432, - time: '14:50:00' + count: 522.4816684141432 }, { + time: '53400000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 358.923996886552, - time: '14:50:00' + count: 358.923996886552 }, { + time: '53400000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 348.7929616623966, - time: '14:50:00' + count: 348.7929616623966 }, { + time: '53400000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 522.676715075699, - time: '14:50:00' + count: 522.676715075699 }, { + time: '53400000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 441.6439143106794, - time: '14:50:00' + count: 441.6439143106794 }, { + time: '53400000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 399.1844695781706, - time: '14:50:00' + count: 399.1844695781706 }, { + time: '53400000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 549.6207983589384, - time: '14:50:00' + count: 549.6207983589384 }, { + time: '53460000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 569.8229294790988, - time: '14:51:00' + count: 569.8229294790988 }, { + time: '53460000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 438.6960100676342, - time: '14:51:00' + count: 438.6960100676342 }, { + time: '53460000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 360.61012174479356, - time: '14:51:00' + count: 360.61012174479356 }, { + time: '53460000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 487.79216823546756, - time: '14:51:00' + count: 487.79216823546756 }, { + time: '53460000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 464.12899752441496, - time: '14:51:00' + count: 464.12899752441496 }, { + time: '53460000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 427.3158790426823, - time: '14:51:00' + count: 427.3158790426823 }, { + time: '53460000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 504.5518187146251, - time: '14:51:00' + count: 504.5518187146251 }, { + time: '53520000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 561.2785919951907, - time: '14:52:00' + count: 561.2785919951907 }, { + time: '53520000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 381.44919001187714, - time: '14:52:00' + count: 381.44919001187714 }, { + time: '53520000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 397.2657556306609, - time: '14:52:00' + count: 397.2657556306609 }, { + time: '53520000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 548.2043584144178, - time: '14:52:00' + count: 548.2043584144178 }, { + time: '53520000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 437.56544369082263, - time: '14:52:00' + count: 437.56544369082263 }, { + time: '53520000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 426.6098539210403, - time: '14:52:00' + count: 426.6098539210403 }, { + time: '53520000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 528.7212843904002, - time: '14:52:00' + count: 528.7212843904002 }, { + time: '53580000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 526.4199826197091, - time: '14:53:00' + count: 526.4199826197091 }, { + time: '53580000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 409.40819460989206, - time: '14:53:00' + count: 409.40819460989206 }, { + time: '53580000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 410.710736626826, - time: '14:53:00' + count: 410.710736626826 }, { + time: '53580000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 559.473524446232, - time: '14:53:00' + count: 559.473524446232 }, { + time: '53580000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 530.3672788009997, - time: '14:53:00' + count: 530.3672788009997 }, { + time: '53580000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 527.5153795986788, - time: '14:53:00' + count: 527.5153795986788 }, { + time: '53580000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 441.54620475554407, - time: '14:53:00' + count: 441.54620475554407 }, { + time: '53640000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 666.1972044662663, - time: '14:54:00' + count: 666.1972044662663 }, { + time: '53640000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 444.3699335658207, - time: '14:54:00' + count: 444.3699335658207 }, { + time: '53640000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 476.52502464070386, - time: '14:54:00' + count: 476.52502464070386 }, { + time: '53640000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 438.61960924315036, - time: '14:54:00' + count: 438.61960924315036 }, { + time: '53640000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 474.54874758191255, - time: '14:54:00' + count: 474.54874758191255 }, { + time: '53640000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 565.5306686290962, - time: '14:54:00' + count: 565.5306686290962 }, { + time: '53640000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 495.26434344554707, - time: '14:54:00' + count: 495.26434344554707 }, { + time: '53700000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 590.6959511159006, - time: '14:55:00' + count: 590.6959511159006 }, { + time: '53700000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 398.97933173580236, - time: '14:55:00' + count: 398.97933173580236 }, { + time: '53700000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 349.08229796306046, - time: '14:55:00' + count: 349.08229796306046 }, { + time: '53700000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 529.8700034924929, - time: '14:55:00' + count: 529.8700034924929 }, { + time: '53700000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 486.74388930249086, - time: '14:55:00' + count: 486.74388930249086 }, { + time: '53700000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 474.77753907312643, - time: '14:55:00' + count: 474.77753907312643 }, { + time: '53700000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 509.5358780943448, - time: '14:55:00' + count: 509.5358780943448 }, { + time: '53760000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 457.74287066711963, - time: '14:56:00' + count: 457.74287066711963 }, { + time: '53760000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 422.7722227885087, - time: '14:56:00' + count: 422.7722227885087 }, { + time: '53760000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 448.2161199238292, - time: '14:56:00' + count: 448.2161199238292 }, { + time: '53760000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 535.0586371155449, - time: '14:56:00' + count: 535.0586371155449 }, { + time: '53760000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 483.14406343337066, - time: '14:56:00' + count: 483.14406343337066 }, { + time: '53760000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 471.5589138404995, - time: '14:56:00' + count: 471.5589138404995 }, { + time: '53760000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 503.79558010327037, - time: '14:56:00' + count: 503.79558010327037 }, { + time: '53820000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 568.3227157384714, - time: '14:57:00' + count: 568.3227157384714 }, { + time: '53820000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 492.31464046072205, - time: '14:57:00' + count: 492.31464046072205 }, { + time: '53820000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 388.3005577887246, - time: '14:57:00' + count: 388.3005577887246 }, { + time: '53820000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 485.1218248320004, - time: '14:57:00' + count: 485.1218248320004 }, { + time: '53820000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 508.67369287426624, - time: '14:57:00' + count: 508.67369287426624 }, { + time: '53820000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 483.50260815565906, - time: '14:57:00' + count: 483.50260815565906 }, { + time: '53820000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 537.6177436016861, - time: '14:57:00' + count: 537.6177436016861 }, { + time: '53880000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 525.9106767615806, - time: '14:58:00' + count: 525.9106767615806 }, { + time: '53880000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 413.15540652384254, - time: '14:58:00' + count: 413.15540652384254 }, { + time: '53880000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 396.52681451737834, - time: '14:58:00' + count: 396.52681451737834 }, { + time: '53880000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 568.785340665581, - time: '14:58:00' + count: 568.785340665581 }, { + time: '53880000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 459.05107793518533, - time: '14:58:00' + count: 459.05107793518533 }, { + time: '53880000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 538.0939151304095, - time: '14:58:00' + count: 538.0939151304095 }, { + time: '53880000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 488.87900338088997, - time: '14:58:00' + count: 488.87900338088997 }, { + time: '53940000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 601.6216667398112, - time: '14:59:00' + count: 601.6216667398112 }, { + time: '53940000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 483.7846056032571, - time: '14:59:00' + count: 483.7846056032571 }, { + time: '53940000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 432.7409746083302, - time: '14:59:00' + count: 432.7409746083302 }, { + time: '53940000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 492.4972206483737, - time: '14:59:00' + count: 492.4972206483737 }, { + time: '53940000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 385.1584026022077, - time: '14:59:00' + count: 385.1584026022077 }, { + time: '53940000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 433.6323432904713, - time: '14:59:00' + count: 433.6323432904713 }, { + time: '53940000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 586.0515333662236, - time: '14:59:00' + count: 586.0515333662236 }, { + time: '54000000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 519.373963078365, - time: '15:00:00' + count: 519.373963078365 }, { + time: '54000000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 385.5146572671191, - time: '15:00:00' + count: 385.5146572671191 }, { + time: '54000000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 342.86389892188504, - time: '15:00:00' + count: 342.86389892188504 }, { + time: '54000000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 506.2788226735771, - time: '15:00:00' + count: 506.2788226735771 }, { + time: '54000000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 469.9843975876321, - time: '15:00:00' + count: 469.9843975876321 }, { + time: '54000000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 491.91844913673924, - time: '15:00:00' + count: 491.91844913673924 }, { + time: '54000000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 530.0103532459099, - time: '15:00:00' + count: 530.0103532459099 }, { + time: '54060000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 553.2631779266551, - time: '15:01:00' + count: 553.2631779266551 }, { + time: '54060000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 468.4902088957641, - time: '15:01:00' + count: 468.4902088957641 }, { + time: '54060000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 418.12048730920253, - time: '15:01:00' + count: 418.12048730920253 }, { + time: '54060000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 491.34640878580655, - time: '15:01:00' + count: 491.34640878580655 }, { + time: '54060000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 417.4321553104086, - time: '15:01:00' + count: 417.4321553104086 }, { + time: '54060000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 528.7598814891215, - time: '15:01:00' + count: 528.7598814891215 }, { + time: '54060000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 529.5349839430693, - time: '15:01:00' + count: 529.5349839430693 }, { + time: '54120000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 584.2493639490228, - time: '15:02:00' + count: 584.2493639490228 }, { + time: '54120000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 514.078431032895, - time: '15:02:00' + count: 514.078431032895 }, { + time: '54120000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 407.3226104106528, - time: '15:02:00' + count: 407.3226104106528 }, { + time: '54120000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 500.77895237907336, - time: '15:02:00' + count: 500.77895237907336 }, { + time: '54120000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 423.5691659125122, - time: '15:02:00' + count: 423.5691659125122 }, { + time: '54120000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 505.05470849699225, - time: '15:02:00' + count: 505.05470849699225 }, { + time: '54120000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 513.6052641743541, - time: '15:02:00' + count: 513.6052641743541 }, { + time: '54180000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 602.2877597085061, - time: '15:03:00' + count: 602.2877597085061 }, { + time: '54180000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 318.41777499363553, - time: '15:03:00' + count: 318.41777499363553 }, { + time: '54180000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 423.62256320040746, - time: '15:03:00' + count: 423.62256320040746 }, { + time: '54180000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 445.18624565523993, - time: '15:03:00' + count: 445.18624565523993 }, { + time: '54180000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 479.3182009377547, - time: '15:03:00' + count: 479.3182009377547 }, { + time: '54180000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 489.4790808299372, - time: '15:03:00' + count: 489.4790808299372 }, { + time: '54180000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 537.759534192949, - time: '15:03:00' + count: 537.759534192949 }, { + time: '54240000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 498.98517964721117, - time: '15:04:00' + count: 498.98517964721117 }, { + time: '54240000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 402.1552372264762, - time: '15:04:00' + count: 402.1552372264762 }, { + time: '54240000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 413.4584321953909, - time: '15:04:00' + count: 413.4584321953909 }, { + time: '54240000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 427.9974558702853, - time: '15:04:00' + count: 427.9974558702853 }, { + time: '54240000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 511.91415357168177, - time: '15:04:00' + count: 511.91415357168177 }, { + time: '54240000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 530.0523046283571, - time: '15:04:00' + count: 530.0523046283571 }, { + time: '54240000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 571.2549132333818, - time: '15:04:00' + count: 571.2549132333818 }, { + time: '54300000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 542.2749382079526, - time: '15:05:00' + count: 542.2749382079526 }, { + time: '54300000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 470.853606359027, - time: '15:05:00' + count: 470.853606359027 }, { + time: '54300000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 521.7650069955447, - time: '15:05:00' + count: 521.7650069955447 }, { + time: '54300000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 579.7252531612486, - time: '15:05:00' + count: 579.7252531612486 }, { + time: '54300000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 451.06357883680306, - time: '15:05:00' + count: 451.06357883680306 }, { + time: '54300000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 344.83838535003815, - time: '15:05:00' + count: 344.83838535003815 }, { + time: '54300000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 486.643489214455, - time: '15:05:00' + count: 486.643489214455 }, { + time: '54360000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 535.2527344419522, - time: '15:06:00' + count: 535.2527344419522 }, { + time: '54360000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 431.84773069785035, - time: '15:06:00' + count: 431.84773069785035 }, { + time: '54360000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 367.1130007874342, - time: '15:06:00' + count: 367.1130007874342 }, { + time: '54360000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 457.6519325840836, - time: '15:06:00' + count: 457.6519325840836 }, { + time: '54360000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 465.4416506299482, - time: '15:06:00' + count: 465.4416506299482 }, { + time: '54360000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 513.8937659765454, - time: '15:06:00' + count: 513.8937659765454 }, { + time: '54360000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 497.0941755462372, - time: '15:06:00' + count: 497.0941755462372 }, { + time: '54420000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 526.3335383713144, - time: '15:07:00' + count: 526.3335383713144 }, { + time: '54420000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 460.5572936685654, - time: '15:07:00' + count: 460.5572936685654 }, { + time: '54420000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 372.45015224990914, - time: '15:07:00' + count: 372.45015224990914 }, { + time: '54420000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 450.43038252718463, - time: '15:07:00' + count: 450.43038252718463 }, { + time: '54420000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 535.1107472317619, - time: '15:07:00' + count: 535.1107472317619 }, { + time: '54420000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 447.29621584362883, - time: '15:07:00' + count: 447.29621584362883 }, { + time: '54420000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 514.8136985611668, - time: '15:07:00' + count: 514.8136985611668 }, { + time: '54480000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 647.2727120140548, - time: '15:08:00' + count: 647.2727120140548 }, { + time: '54480000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 411.80074066420894, - time: '15:08:00' + count: 411.80074066420894 }, { + time: '54480000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 367.8429736787618, - time: '15:08:00' + count: 367.8429736787618 }, { + time: '54480000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 392.33049431981425, - time: '15:08:00' + count: 392.33049431981425 }, { + time: '54480000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 462.03765897442844, - time: '15:08:00' + count: 462.03765897442844 }, { + time: '54480000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 388.46835515717714, - time: '15:08:00' + count: 388.46835515717714 }, { + time: '54480000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 462.70645382633927, - time: '15:08:00' + count: 462.70645382633927 }, { + time: '54540000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 579.2490855480478, - time: '15:09:00' + count: 579.2490855480478 }, { + time: '54540000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 446.329489373645, - time: '15:09:00' + count: 446.329489373645 }, { + time: '54540000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 371.22614404198725, - time: '15:09:00' + count: 371.22614404198725 }, { + time: '54540000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 468.0519126155249, - time: '15:09:00' + count: 468.0519126155249 }, { + time: '54540000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 580.0841557090198, - time: '15:09:00' + count: 580.0841557090198 }, { + time: '54540000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 505.560129976249, - time: '15:09:00' + count: 505.560129976249 }, { + time: '54540000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 489.0371070139251, - time: '15:09:00' + count: 489.0371070139251 }, { + time: '54600000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 495.95580228324775, - time: '15:10:00' + count: 495.95580228324775 }, { + time: '54600000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 434.21613823039604, - time: '15:10:00' + count: 434.21613823039604 }, { + time: '54600000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 367.13064363467413, - time: '15:10:00' + count: 367.13064363467413 }, { + time: '54600000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 433.8455103296251, - time: '15:10:00' + count: 433.8455103296251 }, { + time: '54600000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 478.2754822815772, - time: '15:10:00' + count: 478.2754822815772 }, { + time: '54600000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 548.6829272581479, - time: '15:10:00' + count: 548.6829272581479 }, { + time: '54600000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 506.18895632276707, - time: '15:10:00' + count: 506.18895632276707 }, { + time: '54660000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 604.8930973527388, - time: '15:11:00' + count: 604.8930973527388 }, { + time: '54660000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 500.38910308299035, - time: '15:11:00' + count: 500.38910308299035 }, { + time: '54660000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 458.4508265553776, - time: '15:11:00' + count: 458.4508265553776 }, { + time: '54660000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 582.1007580068184, - time: '15:11:00' + count: 582.1007580068184 }, { + time: '54660000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 361.96186204220913, - time: '15:11:00' + count: 361.96186204220913 }, { + time: '54660000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 473.12757426861543, - time: '15:11:00' + count: 473.12757426861543 }, { + time: '54660000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 573.7194590356364, - time: '15:11:00' + count: 573.7194590356364 }, { + time: '54720000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 665.1078098506316, - time: '15:12:00' + count: 665.1078098506316 }, { + time: '54720000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 454.7210421650607, - time: '15:12:00' + count: 454.7210421650607 }, { + time: '54720000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 470.0252123994927, - time: '15:12:00' + count: 470.0252123994927 }, { + time: '54720000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 550.4908544671317, - time: '15:12:00' + count: 550.4908544671317 }, { + time: '54720000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 487.6670810552266, - time: '15:12:00' + count: 487.6670810552266 }, { + time: '54720000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 527.643727360147, - time: '15:12:00' + count: 527.643727360147 }, { + time: '54720000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 543.1280664500963, - time: '15:12:00' + count: 543.1280664500963 }, { + time: '54780000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 610.6232630275573, - time: '15:13:00' + count: 610.6232630275573 }, { + time: '54780000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 458.8801331037601, - time: '15:13:00' + count: 458.8801331037601 }, { + time: '54780000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 370.46268531252616, - time: '15:13:00' + count: 370.46268531252616 }, { + time: '54780000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 465.5924827411138, - time: '15:13:00' + count: 465.5924827411138 }, { + time: '54780000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 469.0579192441389, - time: '15:13:00' + count: 469.0579192441389 }, { + time: '54780000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 560.6139128994323, - time: '15:13:00' + count: 560.6139128994323 }, { + time: '54780000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 539.6794955683772, - time: '15:13:00' + count: 539.6794955683772 }, { + time: '54840000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 483.03150170229935, - time: '15:14:00' + count: 483.03150170229935 }, { + time: '54840000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 421.4061516938766, - time: '15:14:00' + count: 421.4061516938766 }, { + time: '54840000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 357.38222134478855, - time: '15:14:00' + count: 357.38222134478855 }, { + time: '54840000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 612.6217902672154, - time: '15:14:00' + count: 612.6217902672154 }, { + time: '54840000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 514.4876377041373, - time: '15:14:00' + count: 514.4876377041373 }, { + time: '54840000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 545.7457226792023, - time: '15:14:00' + count: 545.7457226792023 }, { + time: '54840000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 572.5448981083986, - time: '15:14:00' + count: 572.5448981083986 }, { + time: '54900000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 534.7882963566874, - time: '15:15:00' + count: 534.7882963566874 }, { + time: '54900000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 417.6196887963753, - time: '15:15:00' + count: 417.6196887963753 }, { + time: '54900000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 422.5707778193202, - time: '15:15:00' + count: 422.5707778193202 }, { + time: '54900000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 549.0882743495797, - time: '15:15:00' + count: 549.0882743495797 }, { + time: '54900000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 483.6590675634979, - time: '15:15:00' + count: 483.6590675634979 }, { + time: '54900000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 561.9982264685697, - time: '15:15:00' + count: 561.9982264685697 }, { + time: '54900000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 523.1314105800302, - time: '15:15:00' + count: 523.1314105800302 }, { + time: '54960000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 622.3455574593312, - time: '15:16:00' + count: 622.3455574593312 }, { + time: '54960000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 420.372090609019, - time: '15:16:00' + count: 420.372090609019 }, { + time: '54960000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 371.38884778595144, - time: '15:16:00' + count: 371.38884778595144 }, { + time: '54960000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 483.7584308245689, - time: '15:16:00' + count: 483.7584308245689 }, { + time: '54960000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 443.0772008008113, - time: '15:16:00' + count: 443.0772008008113 }, { + time: '54960000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 517.1063745535946, - time: '15:16:00' + count: 517.1063745535946 }, { + time: '54960000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 549.5232424964445, - time: '15:16:00' + count: 549.5232424964445 }, { + time: '55020000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 523.616526719061, - time: '15:17:00' + count: 523.616526719061 }, { + time: '55020000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 461.7226071189148, - time: '15:17:00' + count: 461.7226071189148 }, { + time: '55020000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 430.6465908877755, - time: '15:17:00' + count: 430.6465908877755 }, { + time: '55020000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 375.0297142563213, - time: '15:17:00' + count: 375.0297142563213 }, { + time: '55020000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 388.7850881855317, - time: '15:17:00' + count: 388.7850881855317 }, { + time: '55020000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 483.77168194507965, - time: '15:17:00' + count: 483.77168194507965 }, { + time: '55020000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 524.8389123533752, - time: '15:17:00' + count: 524.8389123533752 }, { + time: '55080000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 581.1909714073114, - time: '15:18:00' + count: 581.1909714073114 }, { + time: '55080000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 420.95077595898687, - time: '15:18:00' + count: 420.95077595898687 }, { + time: '55080000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 409.146151042565, - time: '15:18:00' + count: 409.146151042565 }, { + time: '55080000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 614.547128629537, - time: '15:18:00' + count: 614.547128629537 }, { + time: '55080000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 439.54883713569876, - time: '15:18:00' + count: 439.54883713569876 }, { + time: '55080000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 399.90170940514156, - time: '15:18:00' + count: 399.90170940514156 }, { + time: '55080000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 543.2681174699815, - time: '15:18:00' + count: 543.2681174699815 }, { + time: '55140000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 597.7317026714668, - time: '15:19:00' + count: 597.7317026714668 }, { + time: '55140000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 456.48874284482065, - time: '15:19:00' + count: 456.48874284482065 }, { + time: '55140000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 323.2127942501384, - time: '15:19:00' + count: 323.2127942501384 }, { + time: '55140000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 430.5213766618202, - time: '15:19:00' + count: 430.5213766618202 }, { + time: '55140000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 407.473977289535, - time: '15:19:00' + count: 407.473977289535 }, { + time: '55140000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 467.69687559350257, - time: '15:19:00' + count: 467.69687559350257 }, { + time: '55140000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 500.8620671194209, - time: '15:19:00' + count: 500.8620671194209 }, { + time: '55200000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 512.6534764210959, - time: '15:20:00' + count: 512.6534764210959 }, { + time: '55200000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 545.770039932272, - time: '15:20:00' + count: 545.770039932272 }, { + time: '55200000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 476.3752600665031, - time: '15:20:00' + count: 476.3752600665031 }, { + time: '55200000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 417.7300626521554, - time: '15:20:00' + count: 417.7300626521554 }, { + time: '55200000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 420.97382750976385, - time: '15:20:00' + count: 420.97382750976385 }, { + time: '55200000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 437.8376702341904, - time: '15:20:00' + count: 437.8376702341904 }, { + time: '55200000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 408.05914208617855, - time: '15:20:00' + count: 408.05914208617855 }, { + time: '55260000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 556.02373219691, - time: '15:21:00' + count: 556.02373219691 }, { + time: '55260000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 485.5562351715846, - time: '15:21:00' + count: 485.5562351715846 }, { + time: '55260000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 488.7938836547761, - time: '15:21:00' + count: 488.7938836547761 }, { + time: '55260000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 551.128521600482, - time: '15:21:00' + count: 551.128521600482 }, { + time: '55260000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 479.42892022103047, - time: '15:21:00' + count: 479.42892022103047 }, { + time: '55260000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 588.5471358748907, - time: '15:21:00' + count: 588.5471358748907 }, { + time: '55260000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 523.2860418906848, - time: '15:21:00' + count: 523.2860418906848 }, { + time: '55320000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 396.93663299654634, - time: '15:22:00' + count: 396.93663299654634 }, { + time: '55320000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 425.69882339160796, - time: '15:22:00' + count: 425.69882339160796 }, { + time: '55320000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 368.3605654757807, - time: '15:22:00' + count: 368.3605654757807 }, { + time: '55320000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 621.9876203169637, - time: '15:22:00' + count: 621.9876203169637 }, { + time: '55320000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 533.4952252175704, - time: '15:22:00' + count: 533.4952252175704 }, { + time: '55320000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 471.2057093783832, - time: '15:22:00' + count: 471.2057093783832 }, { + time: '55320000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 601.137406804997, - time: '15:22:00' + count: 601.137406804997 }, { + time: '55380000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 507.7806179332855, - time: '15:23:00' + count: 507.7806179332855 }, { + time: '55380000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 502.06069610819725, - time: '15:23:00' + count: 502.06069610819725 }, { + time: '55380000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 379.6149220032008, - time: '15:23:00' + count: 379.6149220032008 }, { + time: '55380000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 569.2136409255259, - time: '15:23:00' + count: 569.2136409255259 }, { + time: '55380000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 469.73357649114905, - time: '15:23:00' + count: 469.73357649114905 }, { + time: '55380000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 486.1602403392243, - time: '15:23:00' + count: 486.1602403392243 }, { + time: '55380000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 576.3107701120796, - time: '15:23:00' + count: 576.3107701120796 }, { + time: '55440000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 546.3715924303419, - time: '15:24:00' + count: 546.3715924303419 }, { + time: '55440000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 421.5962313489224, - time: '15:24:00' + count: 421.5962313489224 }, { + time: '55440000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 413.29326953624525, - time: '15:24:00' + count: 413.29326953624525 }, { + time: '55440000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 528.195456002618, - time: '15:24:00' + count: 528.195456002618 }, { + time: '55440000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 390.2058468982408, - time: '15:24:00' + count: 390.2058468982408 }, { + time: '55440000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 507.57426880202337, - time: '15:24:00' + count: 507.57426880202337 }, { + time: '55440000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 578.2698742295586, - time: '15:24:00' + count: 578.2698742295586 }, { + time: '55500000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 496.6108409017575, - time: '15:25:00' + count: 496.6108409017575 }, { + time: '55500000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 340.09377324110733, - time: '15:25:00' + count: 340.09377324110733 }, { + time: '55500000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 415.72283949935127, - time: '15:25:00' + count: 415.72283949935127 }, { + time: '55500000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 529.7377170832643, - time: '15:25:00' + count: 529.7377170832643 }, { + time: '55500000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 472.23013341100705, - time: '15:25:00' + count: 472.23013341100705 }, { + time: '55500000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 482.1801223186227, - time: '15:25:00' + count: 482.1801223186227 }, { + time: '55500000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 591.8065360903109, - time: '15:25:00' + count: 591.8065360903109 }, { + time: '55560000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 640.6205651965818, - time: '15:26:00' + count: 640.6205651965818 }, { + time: '55560000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 391.5956844541298, - time: '15:26:00' + count: 391.5956844541298 }, { + time: '55560000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 431.92721363364154, - time: '15:26:00' + count: 431.92721363364154 }, { + time: '55560000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 542.6707779390154, - time: '15:26:00' + count: 542.6707779390154 }, { + time: '55560000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 509.83157433228257, - time: '15:26:00' + count: 509.83157433228257 }, { + time: '55560000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 564.7525520215377, - time: '15:26:00' + count: 564.7525520215377 }, { + time: '55560000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 534.4328795480719, - time: '15:26:00' + count: 534.4328795480719 }, { + time: '55620000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 487.49293110196834, - time: '15:27:00' + count: 487.49293110196834 }, { + time: '55620000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 348.4604039487072, - time: '15:27:00' + count: 348.4604039487072 }, { + time: '55620000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 499.5102269383175, - time: '15:27:00' + count: 499.5102269383175 }, { + time: '55620000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 537.9464294893382, - time: '15:27:00' + count: 537.9464294893382 }, { + time: '55620000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 419.51085478403087, - time: '15:27:00' + count: 419.51085478403087 }, { + time: '55620000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 448.8675319132774, - time: '15:27:00' + count: 448.8675319132774 }, { + time: '55620000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 539.8657853702798, - time: '15:27:00' + count: 539.8657853702798 }, { + time: '55680000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 536.9977756651508, - time: '15:28:00' + count: 536.9977756651508 }, { + time: '55680000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 424.42432579793456, - time: '15:28:00' + count: 424.42432579793456 }, { + time: '55680000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 390.1526386252975, - time: '15:28:00' + count: 390.1526386252975 }, { + time: '55680000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 514.0595711984688, - time: '15:28:00' + count: 514.0595711984688 }, { + time: '55680000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 443.2991416663541, - time: '15:28:00' + count: 443.2991416663541 }, { + time: '55680000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 489.73037276186216, - time: '15:28:00' + count: 489.73037276186216 }, { + time: '55680000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 499.1174052282825, - time: '15:28:00' + count: 499.1174052282825 }, { + time: '55740000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 565.5370288643046, - time: '15:29:00' + count: 565.5370288643046 }, { + time: '55740000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 442.9209189594776, - time: '15:29:00' + count: 442.9209189594776 }, { + time: '55740000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 359.0851377730773, - time: '15:29:00' + count: 359.0851377730773 }, { + time: '55740000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 505.2100551975938, - time: '15:29:00' + count: 505.2100551975938 }, { + time: '55740000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 450.73440973645984, - time: '15:29:00' + count: 450.73440973645984 }, { + time: '55740000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 442.8764707150976, - time: '15:29:00' + count: 442.8764707150976 }, { + time: '55740000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 514.1963571986475, - time: '15:29:00' + count: 514.1963571986475 }, { + time: '55800000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 631.0636644533058, - time: '15:30:00' + count: 631.0636644533058 }, { + time: '55800000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 525.8218656137641, - time: '15:30:00' + count: 525.8218656137641 }, { + time: '55800000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 330.03403859927363, - time: '15:30:00' + count: 330.03403859927363 }, { + time: '55800000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 496.8703436050239, - time: '15:30:00' + count: 496.8703436050239 }, { + time: '55800000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 410.755084345888, - time: '15:30:00' + count: 410.755084345888 }, { + time: '55800000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 413.9988744389647, - time: '15:30:00' + count: 413.9988744389647 }, { + time: '55800000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 560.7885574885571, - time: '15:30:00' + count: 560.7885574885571 }, { + time: '55860000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 487.206892441028, - time: '15:31:00' + count: 487.206892441028 }, { + time: '55860000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 458.34636868820814, - time: '15:31:00' + count: 458.34636868820814 }, { + time: '55860000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 362.45349800290404, - time: '15:31:00' + count: 362.45349800290404 }, { + time: '55860000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 462.30177055666616, - time: '15:31:00' + count: 462.30177055666616 }, { + time: '55860000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 482.41402169219293, - time: '15:31:00' + count: 482.41402169219293 }, { + time: '55860000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 449.41154545473574, - time: '15:31:00' + count: 449.41154545473574 }, { + time: '55860000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 590.1942218584409, - time: '15:31:00' + count: 590.1942218584409 }, { + time: '55920000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 617.158187607748, - time: '15:32:00' + count: 617.158187607748 }, { + time: '55920000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 431.0449735595568, - time: '15:32:00' + count: 431.0449735595568 }, { + time: '55920000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 397.34365135631015, - time: '15:32:00' + count: 397.34365135631015 }, { + time: '55920000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 485.96624615666127, - time: '15:32:00' + count: 485.96624615666127 }, { + time: '55920000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 443.95259256961094, - time: '15:32:00' + count: 443.95259256961094 }, { + time: '55920000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 478.1481601475794, - time: '15:32:00' + count: 478.1481601475794 }, { + time: '55920000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 523.02768621595, - time: '15:32:00' + count: 523.02768621595 }, { + time: '55980000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 559.5116530509794, - time: '15:33:00' + count: 559.5116530509794 }, { + time: '55980000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 483.47027905917446, - time: '15:33:00' + count: 483.47027905917446 }, { + time: '55980000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 488.7278931758894, - time: '15:33:00' + count: 488.7278931758894 }, { + time: '55980000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 415.3521592902307, - time: '15:33:00' + count: 415.3521592902307 }, { + time: '55980000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 470.9766221953514, - time: '15:33:00' + count: 470.9766221953514 }, { + time: '55980000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 458.534888774137, - time: '15:33:00' + count: 458.534888774137 }, { + time: '55980000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 507.4905367574294, - time: '15:33:00' + count: 507.4905367574294 }, { + time: '56040000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 509.92456744760244, - time: '15:34:00' + count: 509.92456744760244 }, { + time: '56040000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 331.44323454960573, - time: '15:34:00' + count: 331.44323454960573 }, { + time: '56040000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 373.1194350481914, - time: '15:34:00' + count: 373.1194350481914 }, { + time: '56040000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 495.0830186602625, - time: '15:34:00' + count: 495.0830186602625 }, { + time: '56040000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 405.62539110989496, - time: '15:34:00' + count: 405.62539110989496 }, { + time: '56040000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 445.3789510063072, - time: '15:34:00' + count: 445.3789510063072 }, { + time: '56040000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 530.0263979428298, - time: '15:34:00' + count: 530.0263979428298 }, { + time: '56100000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 582.1051737131636, - time: '15:35:00' + count: 582.1051737131636 }, { + time: '56100000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 453.7807279054283, - time: '15:35:00' + count: 453.7807279054283 }, { + time: '56100000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 410.18939758194495, - time: '15:35:00' + count: 410.18939758194495 }, { + time: '56100000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 450.5704446424541, - time: '15:35:00' + count: 450.5704446424541 }, { + time: '56100000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 428.1270849838295, - time: '15:35:00' + count: 428.1270849838295 }, { + time: '56100000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 409.6841268164083, - time: '15:35:00' + count: 409.6841268164083 }, { + time: '56100000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 560.0603374464557, - time: '15:35:00' + count: 560.0603374464557 }, { + time: '56160000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 568.9529847786735, - time: '15:36:00' + count: 568.9529847786735 }, { + time: '56160000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 480.54325969434836, - time: '15:36:00' + count: 480.54325969434836 }, { + time: '56160000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 398.1788551963624, - time: '15:36:00' + count: 398.1788551963624 }, { + time: '56160000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 444.8205341392115, - time: '15:36:00' + count: 444.8205341392115 }, { + time: '56160000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 486.11906789138857, - time: '15:36:00' + count: 486.11906789138857 }, { + time: '56160000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 475.8447213685653, - time: '15:36:00' + count: 475.8447213685653 }, { + time: '56160000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 457.8072591933229, - time: '15:36:00' + count: 457.8072591933229 }, { + time: '56220000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 528.9891561420602, - time: '15:37:00' + count: 528.9891561420602 }, { + time: '56220000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 368.0706877110079, - time: '15:37:00' + count: 368.0706877110079 }, { + time: '56220000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 458.4196636724042, - time: '15:37:00' + count: 458.4196636724042 }, { + time: '56220000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 508.9947075576739, - time: '15:37:00' + count: 508.9947075576739 }, { + time: '56220000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 431.3583423954116, - time: '15:37:00' + count: 431.3583423954116 }, { + time: '56220000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 404.7639812984499, - time: '15:37:00' + count: 404.7639812984499 }, { + time: '56220000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 415.19095234313806, - time: '15:37:00' + count: 415.19095234313806 }, { + time: '56280000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 562.490104249501, - time: '15:38:00' + count: 562.490104249501 }, { + time: '56280000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 499.1877021603465, - time: '15:38:00' + count: 499.1877021603465 }, { + time: '56280000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 525.3466212936811, - time: '15:38:00' + count: 525.3466212936811 }, { + time: '56280000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 569.60011431723, - time: '15:38:00' + count: 569.60011431723 }, { + time: '56280000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 536.3481925616702, - time: '15:38:00' + count: 536.3481925616702 }, { + time: '56280000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 518.0027981844801, - time: '15:38:00' + count: 518.0027981844801 }, { + time: '56280000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 502.47315752542085, - time: '15:38:00' + count: 502.47315752542085 }, { + time: '56340000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 539.734320156912, - time: '15:39:00' + count: 539.734320156912 }, { + time: '56340000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 458.9248203747207, - time: '15:39:00' + count: 458.9248203747207 }, { + time: '56340000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 372.45656135398394, - time: '15:39:00' + count: 372.45656135398394 }, { + time: '56340000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 545.9158303001157, - time: '15:39:00' + count: 545.9158303001157 }, { + time: '56340000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 430.0181907192699, - time: '15:39:00' + count: 430.0181907192699 }, { + time: '56340000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 484.1219876467252, - time: '15:39:00' + count: 484.1219876467252 }, { + time: '56340000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 468.9643787042921, - time: '15:39:00' + count: 468.9643787042921 }, { + time: '56400000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 564.6758672625624, - time: '15:40:00' + count: 564.6758672625624 }, { + time: '56400000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 421.2356043049599, - time: '15:40:00' + count: 421.2356043049599 }, { + time: '56400000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 374.5280278740889, - time: '15:40:00' + count: 374.5280278740889 }, { + time: '56400000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 421.47496981884115, - time: '15:40:00' + count: 421.47496981884115 }, { + time: '56400000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 461.2342362875943, - time: '15:40:00' + count: 461.2342362875943 }, { + time: '56400000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 407.1224250267535, - time: '15:40:00' + count: 407.1224250267535 }, { + time: '56400000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 504.5929901176345, - time: '15:40:00' + count: 504.5929901176345 }, { + time: '56460000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 592.1065337260524, - time: '15:41:00' + count: 592.1065337260524 }, { + time: '56460000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 473.63909330531425, - time: '15:41:00' + count: 473.63909330531425 }, { + time: '56460000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 451.2080438534536, - time: '15:41:00' + count: 451.2080438534536 }, { + time: '56460000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 450.51859317148313, - time: '15:41:00' + count: 450.51859317148313 }, { + time: '56460000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 496.6295415936545, - time: '15:41:00' + count: 496.6295415936545 }, { + time: '56460000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 464.5395461475068, - time: '15:41:00' + count: 464.5395461475068 }, { + time: '56460000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 522.6109840591264, - time: '15:41:00' + count: 522.6109840591264 }, { + time: '56520000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 638.3008408072676, - time: '15:42:00' + count: 638.3008408072676 }, { + time: '56520000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 555.5346428902199, - time: '15:42:00' + count: 555.5346428902199 }, { + time: '56520000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 433.0945744813156, - time: '15:42:00' + count: 433.0945744813156 }, { + time: '56520000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 547.0385593994108, - time: '15:42:00' + count: 547.0385593994108 }, { + time: '56520000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 379.0817133533484, - time: '15:42:00' + count: 379.0817133533484 }, { + time: '56520000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 442.39217972047084, - time: '15:42:00' + count: 442.39217972047084 }, { + time: '56520000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 507.3375795488493, - time: '15:42:00' + count: 507.3375795488493 }, { + time: '56580000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 497.10922505865756, - time: '15:43:00' + count: 497.10922505865756 }, { + time: '56580000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 451.09331275292476, - time: '15:43:00' + count: 451.09331275292476 }, { + time: '56580000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 491.3353662868017, - time: '15:43:00' + count: 491.3353662868017 }, { + time: '56580000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 450.8756303230845, - time: '15:43:00' + count: 450.8756303230845 }, { + time: '56580000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 361.9595594009612, - time: '15:43:00' + count: 361.9595594009612 }, { + time: '56580000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 495.95872552095904, - time: '15:43:00' + count: 495.95872552095904 }, { + time: '56580000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 602.6233767235373, - time: '15:43:00' + count: 602.6233767235373 }, { + time: '56640000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 665.6516687328133, - time: '15:44:00' + count: 665.6516687328133 }, { + time: '56640000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 454.4110293150168, - time: '15:44:00' + count: 454.4110293150168 }, { + time: '56640000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 428.1964092662982, - time: '15:44:00' + count: 428.1964092662982 }, { + time: '56640000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 488.7683425001488, - time: '15:44:00' + count: 488.7683425001488 }, { + time: '56640000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 373.7171842714953, - time: '15:44:00' + count: 373.7171842714953 }, { + time: '56640000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 547.0225223011572, - time: '15:44:00' + count: 547.0225223011572 }, { + time: '56640000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 546.337238230116, - time: '15:44:00' + count: 546.337238230116 }, { + time: '56700000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 461.3956100238749, - time: '15:45:00' + count: 461.3956100238749 }, { + time: '56700000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 419.0319550229878, - time: '15:45:00' + count: 419.0319550229878 }, { + time: '56700000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 381.035395460647, - time: '15:45:00' + count: 381.035395460647 }, { + time: '56700000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 527.5026049512276, - time: '15:45:00' + count: 527.5026049512276 }, { + time: '56700000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 513.1292051713591, - time: '15:45:00' + count: 513.1292051713591 }, { + time: '56700000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 386.24137651771275, - time: '15:45:00' + count: 386.24137651771275 }, { + time: '56700000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 545.0237179805414, - time: '15:45:00' + count: 545.0237179805414 }, { + time: '56760000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 551.4107452482208, - time: '15:46:00' + count: 551.4107452482208 }, { + time: '56760000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 399.5077815267604, - time: '15:46:00' + count: 399.5077815267604 }, { + time: '56760000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 428.53274153461547, - time: '15:46:00' + count: 428.53274153461547 }, { + time: '56760000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 451.58277725681825, - time: '15:46:00' + count: 451.58277725681825 }, { + time: '56760000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 422.40709270537764, - time: '15:46:00' + count: 422.40709270537764 }, { + time: '56760000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 485.75130395737085, - time: '15:46:00' + count: 485.75130395737085 }, { + time: '56760000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 561.1103572021701, - time: '15:46:00' + count: 561.1103572021701 }, { + time: '56820000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 588.4158603242288, - time: '15:47:00' + count: 588.4158603242288 }, { + time: '56820000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 483.5167908272123, - time: '15:47:00' + count: 483.5167908272123 }, { + time: '56820000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 454.4351790291454, - time: '15:47:00' + count: 454.4351790291454 }, { + time: '56820000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 505.268775307298, - time: '15:47:00' + count: 505.268775307298 }, { + time: '56820000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 577.9099642834126, - time: '15:47:00' + count: 577.9099642834126 }, { + time: '56820000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 471.99336022166796, - time: '15:47:00' + count: 471.99336022166796 }, { + time: '56820000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 473.05834411096157, - time: '15:47:00' + count: 473.05834411096157 }, { + time: '56880000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 573.0495933867517, - time: '15:48:00' + count: 573.0495933867517 }, { + time: '56880000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 399.1958087045566, - time: '15:48:00' + count: 399.1958087045566 }, { + time: '56880000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 440.0241090598682, - time: '15:48:00' + count: 440.0241090598682 }, { + time: '56880000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 433.2987252540898, - time: '15:48:00' + count: 433.2987252540898 }, { + time: '56880000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 421.78762006713055, - time: '15:48:00' + count: 421.78762006713055 }, { + time: '56880000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 513.5670038225232, - time: '15:48:00' + count: 513.5670038225232 }, { + time: '56880000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 581.9555893710134, - time: '15:48:00' + count: 581.9555893710134 }, { + time: '56940000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 527.8650240089703, - time: '15:49:00' + count: 527.8650240089703 }, { + time: '56940000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 445.5783118609696, - time: '15:49:00' + count: 445.5783118609696 }, { + time: '56940000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 424.3637015553649, - time: '15:49:00' + count: 424.3637015553649 }, { + time: '56940000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 469.9316178024393, - time: '15:49:00' + count: 469.9316178024393 }, { + time: '56940000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 459.22756515985185, - time: '15:49:00' + count: 459.22756515985185 }, { + time: '56940000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 490.65983141188445, - time: '15:49:00' + count: 490.65983141188445 }, { + time: '56940000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 526.211785673227, - time: '15:49:00' + count: 526.211785673227 }, { + time: '57000000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 548.5938874821362, - time: '15:50:00' + count: 548.5938874821362 }, { + time: '57000000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 418.1171276617442, - time: '15:50:00' + count: 418.1171276617442 }, { + time: '57000000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 452.3337344794577, - time: '15:50:00' + count: 452.3337344794577 }, { + time: '57000000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 515.9890967071268, - time: '15:50:00' + count: 515.9890967071268 }, { + time: '57000000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 527.1054976283938, - time: '15:50:00' + count: 527.1054976283938 }, { + time: '57000000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 442.40153341305904, - time: '15:50:00' + count: 442.40153341305904 }, { + time: '57000000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 563.5240308620606, - time: '15:50:00' + count: 563.5240308620606 }, { + time: '57060000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 534.3499532670584, - time: '15:51:00' + count: 534.3499532670584 }, { + time: '57060000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 465.9489912873196, - time: '15:51:00' + count: 465.9489912873196 }, { + time: '57060000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 457.4647795222836, - time: '15:51:00' + count: 457.4647795222836 }, { + time: '57060000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 420.3503133234165, - time: '15:51:00' + count: 420.3503133234165 }, { + time: '57060000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 550.3046444079562, - time: '15:51:00' + count: 550.3046444079562 }, { + time: '57060000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 464.0473032166691, - time: '15:51:00' + count: 464.0473032166691 }, { + time: '57060000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 476.40713834799226, - time: '15:51:00' + count: 476.40713834799226 }, { + time: '57120000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 529.5317621527894, - time: '15:52:00' + count: 529.5317621527894 }, { + time: '57120000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 458.68310526434743, - time: '15:52:00' + count: 458.68310526434743 }, { + time: '57120000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 468.10794955187635, - time: '15:52:00' + count: 468.10794955187635 }, { + time: '57120000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 522.0237368980199, - time: '15:52:00' + count: 522.0237368980199 }, { + time: '57120000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 553.0751788318199, - time: '15:52:00' + count: 553.0751788318199 }, { + time: '57120000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 440.1987071598255, - time: '15:52:00' + count: 440.1987071598255 }, { + time: '57120000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 452.31206169919676, - time: '15:52:00' + count: 452.31206169919676 }, { + time: '57180000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 601.4801048510512, - time: '15:53:00' + count: 601.4801048510512 }, { + time: '57180000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 493.87699721289493, - time: '15:53:00' + count: 493.87699721289493 }, { + time: '57180000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 431.4354943794821, - time: '15:53:00' + count: 431.4354943794821 }, { + time: '57180000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 499.01811005366596, - time: '15:53:00' + count: 499.01811005366596 }, { + time: '57180000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 510.4183115296571, - time: '15:53:00' + count: 510.4183115296571 }, { + time: '57180000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 533.8003569299299, - time: '15:53:00' + count: 533.8003569299299 }, { + time: '57180000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 570.8944829012514, - time: '15:53:00' + count: 570.8944829012514 }, { + time: '57240000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 576.8507742982524, - time: '15:54:00' + count: 576.8507742982524 }, { + time: '57240000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 416.49918005726266, - time: '15:54:00' + count: 416.49918005726266 }, { + time: '57240000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 390.6440959841573, - time: '15:54:00' + count: 390.6440959841573 }, { + time: '57240000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 527.6244977208573, - time: '15:54:00' + count: 527.6244977208573 }, { + time: '57240000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 501.2031262905731, - time: '15:54:00' + count: 501.2031262905731 }, { + time: '57240000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 481.0655824335971, - time: '15:54:00' + count: 481.0655824335971 }, { + time: '57240000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 548.8204763048758, - time: '15:54:00' + count: 548.8204763048758 }, { + time: '57300000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 524.3545202369673, - time: '15:55:00' + count: 524.3545202369673 }, { + time: '57300000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 428.5062532353314, - time: '15:55:00' + count: 428.5062532353314 }, { + time: '57300000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 406.3356843216661, - time: '15:55:00' + count: 406.3356843216661 }, { + time: '57300000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 511.1957067032331, - time: '15:55:00' + count: 511.1957067032331 }, { + time: '57300000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 479.62634746005915, - time: '15:55:00' + count: 479.62634746005915 }, { + time: '57300000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 575.0595342876504, - time: '15:55:00' + count: 575.0595342876504 }, { + time: '57300000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 484.89742228212447, - time: '15:55:00' + count: 484.89742228212447 }, { + time: '57360000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 603.9799937716625, - time: '15:56:00' + count: 603.9799937716625 }, { + time: '57360000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 393.0618142108846, - time: '15:56:00' + count: 393.0618142108846 }, { + time: '57360000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 459.3254483254178, - time: '15:56:00' + count: 459.3254483254178 }, { + time: '57360000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 568.2070214986923, - time: '15:56:00' + count: 568.2070214986923 }, { + time: '57360000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 488.9180538083319, - time: '15:56:00' + count: 488.9180538083319 }, { + time: '57360000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 476.966959309269, - time: '15:56:00' + count: 476.966959309269 }, { + time: '57360000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 486.51684593626527, - time: '15:56:00' + count: 486.51684593626527 }, { + time: '57420000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 574.3649760438304, - time: '15:57:00' + count: 574.3649760438304 }, { + time: '57420000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 419.7853369961944, - time: '15:57:00' + count: 419.7853369961944 }, { + time: '57420000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 358.1532164506382, - time: '15:57:00' + count: 358.1532164506382 }, { + time: '57420000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 506.26122513239534, - time: '15:57:00' + count: 506.26122513239534 }, { + time: '57420000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 422.44071418357333, - time: '15:57:00' + count: 422.44071418357333 }, { + time: '57420000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 444.57966165447687, - time: '15:57:00' + count: 444.57966165447687 }, { + time: '57420000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 586.2717392207385, - time: '15:57:00' + count: 586.2717392207385 }, { + time: '57480000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 599.643105941948, - time: '15:58:00' + count: 599.643105941948 }, { + time: '57480000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 460.8650246522426, - time: '15:58:00' + count: 460.8650246522426 }, { + time: '57480000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 417.43366544364505, - time: '15:58:00' + count: 417.43366544364505 }, { + time: '57480000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 478.52972294373734, - time: '15:58:00' + count: 478.52972294373734 }, { + time: '57480000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 409.09005582888466, - time: '15:58:00' + count: 409.09005582888466 }, { + time: '57480000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 404.31428036935864, - time: '15:58:00' + count: 404.31428036935864 }, { + time: '57480000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 470.5294053566336, - time: '15:58:00' + count: 470.5294053566336 }, { + time: '57540000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 590.4814420961806, - time: '15:59:00' + count: 590.4814420961806 }, { + time: '57540000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 479.8494308322676, - time: '15:59:00' + count: 479.8494308322676 }, { + time: '57540000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 379.33305938363196, - time: '15:59:00' + count: 379.33305938363196 }, { + time: '57540000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 506.11487515161417, - time: '15:59:00' + count: 506.11487515161417 }, { + time: '57540000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 449.8312771294524, - time: '15:59:00' + count: 449.8312771294524 }, { + time: '57540000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 389.84301618720275, - time: '15:59:00' + count: 389.84301618720275 }, { + time: '57540000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 612.1336476627981, - time: '15:59:00' + count: 612.1336476627981 }, { + time: '57600000', timeType: 'LatencyInHandlerCounter-getBlockLocations', - count: 517.5502494538964, - time: '16:00:00' + count: 517.5502494538964 }, { + time: '57600000', timeType: 'LatencyInHandlerCounter-renewLease', - count: 395.8917337911187, - time: '16:00:00' + count: 395.8917337911187 }, { + time: '57600000', timeType: 'LatencyInHandlerCounter-getFileInfo', - count: 400.43724114674086, - time: '16:00:00' + count: 400.43724114674086 }, { + time: '57600000', timeType: 'LatencyInHandlerCounter-updateBlockInfo', - count: 527.1649014518194, - time: '16:00:00' + count: 527.1649014518194 }, { + time: '57600000', timeType: 'LatencyInHandlerCounter-deleteBlock', - count: 441.49076887375355, - time: '16:00:00' + count: 441.49076887375355 }, { + time: '57600000', timeType: 'LatencyInHandlerCounter-addNewBlock', - count: 400.7932028497255, - time: '16:00:00' + count: 400.7932028497255 }, { + time: '57600000', timeType: 'LatencyInHandlerCounter-getBlockStats', - count: 484.96896326760657, - time: '16:00:00' + count: 484.96896326760657 } ] };