-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreq_notifications-f37bd.html
890 lines (858 loc) · 85.4 KB
/
req_notifications-f37bd.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="shortcut icon" type="image/x-icon" href="style/favicon.ico"/>
<link href="style/style.css" rel="stylesheet" type="text/css" />
<link href="style/bootstrap.min.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/gatling.js"></script>
<script type="text/javascript" src="js/moment.min.js"></script>
<script type="text/javascript" src="js/menu.js"></script>
<script type="text/javascript" src="js/all_sessions.js"></script>
<script type="text/javascript" src="js/stats.js"></script>
<script type="text/javascript" src="js/highstock.js"></script>
<script type="text/javascript" src="js/highcharts-more.js"></script>
<script type="text/javascript" src="js/theme.js"></script>
<script type="text/javascript" src="js/unpack.js"></script>
<title>Gatling Stats - notifications</title>
</head>
<body>
<div class="frise"></div>
<div class="container details">
<div class="head">
<a href="http://gatling.io" target="blank_" title="Gatling Home Page"><img alt="Gatling" src="style/logo.png"/></a>
</div>
<div class="main">
<div class="cadre">
<div class="onglet">
<img src="style/cible.png" />
<p><span>burstsimulation</span></p>
</div>
<div class="content">
<div class="sous-menu">
<div class="item "><a href="index.html">GLOBAL</a></div>
<div class="item ouvert"><a id="details_link" href="#">DETAILS</a></div>
<script type="text/javascript">
var timestamp = 1528987421930;
var runStartHumanDate = moment(timestamp).format("YYYY-MM-DD HH:mm:ss Z");
document.writeln("<p class='sim_desc' title='"+ runStartHumanDate +", duration : 2409 seconds' data-content=''>");
document.writeln("<b>" + runStartHumanDate + ", duration : 2409 seconds </b>");
document.writeln("</p>");
</script>
</div>
<div class="content-in">
<h1><span>> </span>notifications</h1>
<div class="article">
<div class="infos">
<div class="infos-in">
<div class="infos-title">STATISTICS</div>
<div class="repli"></div>
<div class="info">
<h2 class="first">Executions</h2>
<table>
<thead>
<tr><th></th><th>Total</th><th>OK</th><th>KO</th></tr>
</thead>
<tbody>
<tr>
<td class="title"></td>
<td id="numberOfRequests" class="total"></td>
<td id="numberOfRequestsOK" class="ok"></td>
<td id="numberOfRequestsKO" class="ko"></td>
</tr>
<tr>
<td class="title">Mean req/s</td>
<td id="meanNumberOfRequestsPerSecond" class="total"></td>
<td id="meanNumberOfRequestsPerSecondOK" class="ok"></td>
<td id="meanNumberOfRequestsPerSecondKO" class="ko"></td>
</tr>
</tbody>
</table>
<h2 class="second">Response Time (ms)</h2>
<table>
<thead>
<tr>
<th></th>
<th>Total</th>
<th>OK</th>
<th>KO</th>
</tr>
</thead>
<tbody>
<tr>
<td class="title">Min</td>
<td id="minResponseTime" class="total"></td>
<td id="minResponseTimeOK" class="ok"></td>
<td id="minResponseTimeKO" class="ko"></td>
</tr>
<tr>
<td class="title">50th percentile</td>
<td id="percentiles1" class="total"></td>
<td id="percentiles1OK" class="ok"></td>
<td id="percentiles1KO" class="ko"></td>
</tr>
<tr>
<td class="title">75th percentile</td>
<td id="percentiles2" class="total"></td>
<td id="percentiles2OK" class="ok"></td>
<td id="percentiles2KO" class="ko"></td>
</tr>
<tr>
<td class="title">95th percentile</td>
<td id="percentiles3" class="total"></td>
<td id="percentiles3OK" class="ok"></td>
<td id="percentiles3KO" class="ko"></td>
</tr>
<tr>
<td class="title">99th percentile</td>
<td id="percentiles4" class="total"></td>
<td id="percentiles4OK" class="ok"></td>
<td id="percentiles4KO" class="ko"></td>
</tr>
<tr>
<td class="title">Max</td>
<td id="maxResponseTime" class="total"></td>
<td id="maxResponseTimeOK" class="ok"></td>
<td id="maxResponseTimeKO" class="ko"></td>
</tr>
<tr>
<td class="title">Mean</td>
<td id="meanResponseTime" class="total"></td>
<td id="meanResponseTimeOK" class="ok"></td>
<td id="meanResponseTimeKO" class="ko"></td>
</tr>
<tr>
<td class="title">Std Deviation</td>
<td id="standardDeviation" class="total"></td>
<td id="standardDeviationOK" class="ok"></td>
<td id="standardDeviationKO" class="ko"></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="schema demi">
<div id="container_indicators" class="demi"></div>
</div>
<div class="schema geant">
<div id="container_distrib" class="geant"></div>
</div>
<div class="schema geant">
<div id="container" class="geant"></div>
</div>
<div class="schema geant">
<a name="requests"></a>
<div id="container_requests" class="geant"></div>
</div>
<div class="schema geant">
<a name="responses"></a>
<div id="container_responses" class="geant"></div>
</div>
<div class="schema geant">
<div id="container_response_time_dispersion" class="geant"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="nav">
<ul></ul>
</div>
</div>
<div class="foot">
<a href="http://gatling.io" title="Gatling Home Page"><img alt="Gatling" src="style/logo-gatling.jpg"/></a>
</div>
<script type="text/javascript">
var pageStats = stats.contents['req_notifications-f37bd'].stats;
$(document).ready(function() {
$('.sim_desc').popover({trigger:'hover', placement:'bottom'});
setDetailsLinkUrl();
setDetailsMenu();
setActiveMenu();
fillStats(pageStats);
Highcharts.setOptions({
global: { useUTC: false }
});
var indicatorsChart = new Highcharts.Chart({
chart: {
renderTo: 'container_indicators',
marginRight: 150
},
credits: { enabled: false },
legend: { enabled: false },
title: { text: 'A title to let highcharts reserve the place for the title set later' },
xAxis: {
categories: [
pageStats.group1.name,
pageStats.group2.name,
pageStats.group3.name,
pageStats.group4.name
]
},
yAxis: {
title: { text: 'Number of Requests' }
},
tooltip: {
formatter: function() {
var s;
if (this.point.name) { // the pie chart
s = ''+ this.point.name +': '+ this.y +'% requests';
} else {
s = ''+ this.y + ' requests';
}
return s;
}
},
plotOptions: {
series: {
stacking: 'normal',
shadow: true
}
},
series: [
{
type: 'column',
color: '#A0B228',
data: [pageStats.group1.count,0,0,0],
tooltip: { yDecimals: 0, ySuffix: 'ms' }
},
{
type: 'column',
color: '#FFDD00',
data: [0,pageStats.group2.count,0,0],
tooltip: { yDecimals: 0, ySuffix: 'ms' }
},
{
type: 'column',
color: '#FF9D00',
data: [0,0,pageStats.group3.count,0],
tooltip: { yDecimals: 0, ySuffix: 'ms' }
},
{
type: 'column',
color: '#FF0000',
data: [0,0,0,pageStats.group4.count],
tooltip: { yDecimals: 0, ySuffix: 'ms' }
},
{
type: 'pie',
name: 'Percentages',
data: [
{
name: pageStats.group1.name,
y: pageStats.group1.percentage,
color: '#A0B228'
},
{
name: pageStats.group2.name,
y: pageStats.group2.percentage,
color: '#FFDD00'
},
{
name: pageStats.group3.name,
y: pageStats.group3.percentage,
color: '#FF9D00'
},
{
name: pageStats.group4.name,
y: pageStats.group4.percentage,
color: '#FF0000'
}
],
center: [470, 85],
size: 100,
showInLegend: false,
dataLabels: { enabled: false }
}
]
});
indicatorsChart.setTitle({
text: '<span class="chart_title">Indicators</span>',
useHTML: true
});
$('#container_errors').sortable('#container_errors');
var responseTimeDistributionChart = new Highcharts.Chart({
chart: {
renderTo: 'container_distrib',
type: 'column'
},
credits: {
enabled: false
},
legend: {
enabled: true,
floating: true,
y: -285,
borderWidth: 0,
itemStyle: {
fontWeight: "normal"
}
},
title: {
text: 'A title to let highcharts reserve the place for the title set later'
},
xAxis: {
categories: ['146', '170', '195', '219', '243', '267', '292', '316', '340', '364', '389', '413', '437', '462', '486', '510', '534', '559', '583', '607', '631', '656', '680', '704', '728', '753', '777', '801', '825', '850', '874', '898', '922', '947', '971', '995', '1019', '1044', '1068', '1092', '1117', '1141', '1165', '1189', '1214', '1238', '1262', '1286', '1311', '1335', '1359', '1383', '1408', '1432', '1456', '1480', '1505', '1529', '1553', '1577', '1602', '1626', '1650', '1675', '1699', '1723', '1747', '1772', '1796', '1820', '1844', '1869', '1893', '1917', '1941', '1966', '1990', '2014', '2038', '2063', '2087', '2111', '2135', '2160', '2184', '2208', '2232', '2257', '2281', '2305', '2330', '2354', '2378', '2402', '2427', '2451', '2475', '2499', '2524', '2548'],
tickInterval: 20
},
yAxis: {
min: 0,
title: {
text: 'Percentage of Requests'
}
},
tooltip: {
formatter: function() {
return '<b>'+ this.x +' ms</b><br/>'+
this.series.name +': '+ this.y +' %<br/>'+
'Total: '+ this.point.stackTotal + ' %';
}
},
plotOptions: {
series: {
groupPadding: 0,
stacking: 'normal',
shadow: true
}
},
series: [
{
type: 'column',
color: '#4572A7',
name: 'OK',
data: [
4.0,4.0,8.0,4.4,4.4,2.4,2.0,1.6,2.4,1.6,2.4,1.6,0.8,0.0,0.4,0.0,0.0,0.0,0.4,0.4,0.4,0.4,0.0,0.4,0.0,0.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.4,0.0,1.2,0.4,0.4,0.4,1.6,1.6,1.2,4.0,4.8,0.0,0.0,0.0,0.4,1.6,0.8,0.0,0.0,0.0,0.4,0.4,0.0,0.0,1.2,2.0,0.8,2.4,0.0,1.2,0.8,0.4,0.0,2.0,0.0,1.2,2.4,2.8,6.0,3.6,3.2,1.6,1.6,0.8,0.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.8,0.8,0.8,0.4,0.0,0.0,0.0,0.4,0.4
],
tooltip: { yDecimals: 0, ySuffix: 'ms' }
},
{
type: 'column',
color: '#FF0000',
name: 'KO',
data: [
0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
],
tooltip: { yDecimals: 0, ySuffix: 'ms' }
}
]
});
responseTimeDistributionChart.setTitle({
text: '<span class="chart_title">Response Time Distribution</span>',
useHTML: true
});
var responseTimePercentiles = unpack([[1528987423,[146,179,211,281,336,350,372,386,404,408]],[1528987426,null],[1528987428,null],[1528987430,null],[1528987433,null],[1528987435,null],[1528987438,null],[1528987440,null],[1528987442,null],[1528987445,null],[1528987447,null],[1528987450,null],[1528987452,null],[1528987454,null],[1528987457,null],[1528987459,null],[1528987462,null],[1528987464,null],[1528987466,null],[1528987469,null],[1528987471,null],[1528987474,null],[1528987476,null],[1528987479,null],[1528987481,null],[1528987483,null],[1528987486,null],[1528987488,null],[1528987491,null],[1528987493,null],[1528987495,null],[1528987498,null],[1528987500,null],[1528987503,null],[1528987505,null],[1528987507,null],[1528987510,null],[1528987512,null],[1528987515,null],[1528987517,null],[1528987520,null],[1528987522,null],[1528987524,null],[1528987527,null],[1528987529,null],[1528987532,null],[1528987534,null],[1528987536,null],[1528987539,null],[1528987541,null],[1528987544,null],[1528987546,null],[1528987548,null],[1528987551,null],[1528987553,null],[1528987556,null],[1528987558,null],[1528987560,null],[1528987563,null],[1528987565,null],[1528987568,null],[1528987570,null],[1528987573,null],[1528987575,null],[1528987577,null],[1528987580,null],[1528987582,null],[1528987585,null],[1528987587,null],[1528987589,null],[1528987592,null],[1528987594,null],[1528987597,null],[1528987599,null],[1528987601,null],[1528987604,null],[1528987606,null],[1528987609,null],[1528987611,null],[1528987614,null],[1528987616,null],[1528987618,null],[1528987621,null],[1528987623,null],[1528987626,null],[1528987628,null],[1528987630,null],[1528987633,null],[1528987635,null],[1528987638,null],[1528987640,null],[1528987642,null],[1528987645,null],[1528987647,null],[1528987650,null],[1528987652,null],[1528987654,null],[1528987657,null],[1528987659,null],[1528987662,null],[1528987664,null],[1528987667,null],[1528987669,null],[1528987671,null],[1528987674,null],[1528987676,null],[1528987679,null],[1528987681,null],[1528987683,null],[1528987686,null],[1528987688,null],[1528987691,null],[1528987693,null],[1528987695,null],[1528987698,null],[1528987700,null],[1528987703,null],[1528987705,null],[1528987707,null],[1528987710,null],[1528987712,null],[1528987715,null],[1528987717,null],[1528987720,null],[1528987722,null],[1528987724,null],[1528987727,null],[1528987729,null],[1528987732,null],[1528987734,null],[1528987736,null],[1528987739,null],[1528987741,null],[1528987744,null],[1528987746,null],[1528987748,null],[1528987751,null],[1528987753,null],[1528987756,null],[1528987758,null],[1528987761,null],[1528987763,null],[1528987765,null],[1528987768,null],[1528987770,null],[1528987773,null],[1528987775,null],[1528987777,null],[1528987780,null],[1528987782,null],[1528987785,null],[1528987787,null],[1528987789,null],[1528987792,null],[1528987794,null],[1528987797,null],[1528987799,null],[1528987801,null],[1528987804,null],[1528987806,null],[1528987809,null],[1528987811,null],[1528987814,null],[1528987816,null],[1528987818,null],[1528987821,null],[1528987823,null],[1528987826,null],[1528987828,null],[1528987830,null],[1528987833,null],[1528987835,null],[1528987838,null],[1528987840,null],[1528987842,null],[1528987845,null],[1528987847,null],[1528987850,null],[1528987852,null],[1528987855,null],[1528987857,null],[1528987859,null],[1528987862,null],[1528987864,null],[1528987867,null],[1528987869,null],[1528987871,null],[1528987874,null],[1528987876,null],[1528987879,null],[1528987881,null],[1528987883,null],[1528987886,null],[1528987888,null],[1528987891,null],[1528987893,null],[1528987895,null],[1528987898,null],[1528987900,null],[1528987903,null],[1528987905,null],[1528987908,null],[1528987910,null],[1528987912,null],[1528987915,null],[1528987917,null],[1528987920,null],[1528987922,null],[1528987924,null],[1528987927,null],[1528987929,null],[1528987932,null],[1528987934,null],[1528987936,null],[1528987939,null],[1528987941,null],[1528987944,null],[1528987946,null],[1528987948,null],[1528987951,null],[1528987953,null],[1528987956,null],[1528987958,null],[1528987961,null],[1528987963,null],[1528987965,null],[1528987968,null],[1528987970,null],[1528987973,null],[1528987975,null],[1528987977,null],[1528987980,null],[1528987982,null],[1528987985,null],[1528987987,null],[1528987989,null],[1528987992,null],[1528987994,null],[1528987997,null],[1528987999,null],[1528988002,null],[1528988004,null],[1528988006,null],[1528988009,null],[1528988011,null],[1528988014,null],[1528988016,null],[1528988018,null],[1528988021,null],[1528988023,null],[1528988026,null],[1528988028,null],[1528988030,null],[1528988033,null],[1528988035,null],[1528988038,null],[1528988040,null],[1528988042,null],[1528988045,null],[1528988047,null],[1528988050,null],[1528988052,null],[1528988055,null],[1528988057,null],[1528988059,null],[1528988062,null],[1528988064,null],[1528988067,null],[1528988069,null],[1528988071,null],[1528988074,null],[1528988076,null],[1528988079,null],[1528988081,null],[1528988083,null],[1528988086,null],[1528988088,null],[1528988091,null],[1528988093,null],[1528988096,null],[1528988098,null],[1528988100,null],[1528988103,null],[1528988105,null],[1528988108,null],[1528988110,null],[1528988112,null],[1528988115,null],[1528988117,null],[1528988120,null],[1528988122,null],[1528988124,null],[1528988127,null],[1528988129,null],[1528988132,null],[1528988134,null],[1528988136,null],[1528988139,null],[1528988141,null],[1528988144,null],[1528988146,null],[1528988149,null],[1528988151,null],[1528988153,null],[1528988156,null],[1528988158,null],[1528988161,null],[1528988163,null],[1528988165,null],[1528988168,null],[1528988170,null],[1528988173,null],[1528988175,null],[1528988177,null],[1528988180,null],[1528988182,null],[1528988185,null],[1528988187,null],[1528988189,null],[1528988192,null],[1528988194,null],[1528988197,null],[1528988199,null],[1528988202,null],[1528988204,null],[1528988206,null],[1528988209,null],[1528988211,null],[1528988214,null],[1528988216,null],[1528988218,null],[1528988221,null],[1528988223,null],[1528988226,null],[1528988228,null],[1528988230,null],[1528988233,null],[1528988235,null],[1528988238,null],[1528988240,null],[1528988243,null],[1528988245,null],[1528988247,null],[1528988250,null],[1528988252,null],[1528988255,null],[1528988257,null],[1528988259,null],[1528988262,null],[1528988264,null],[1528988267,null],[1528988269,null],[1528988271,null],[1528988274,null],[1528988276,null],[1528988279,null],[1528988281,null],[1528988283,null],[1528988286,null],[1528988288,null],[1528988291,null],[1528988293,null],[1528988296,null],[1528988298,null],[1528988300,null],[1528988303,null],[1528988305,null],[1528988308,null],[1528988310,null],[1528988312,null],[1528988315,null],[1528988317,null],[1528988320,null],[1528988322,null],[1528988324,null],[1528988327,null],[1528988329,null],[1528988332,null],[1528988334,null],[1528988337,null],[1528988339,null],[1528988341,null],[1528988344,null],[1528988346,null],[1528988349,null],[1528988351,null],[1528988353,null],[1528988356,null],[1528988358,null],[1528988361,null],[1528988363,null],[1528988365,null],[1528988368,null],[1528988370,null],[1528988373,null],[1528988375,null],[1528988377,null],[1528988380,null],[1528988382,null],[1528988385,null],[1528988387,null],[1528988390,null],[1528988392,null],[1528988394,null],[1528988397,null],[1528988399,null],[1528988402,null],[1528988404,null],[1528988406,null],[1528988409,null],[1528988411,null],[1528988414,null],[1528988416,null],[1528988418,null],[1528988421,null],[1528988423,null],[1528988426,null],[1528988428,null],[1528988430,null],[1528988433,null],[1528988435,null],[1528988438,null],[1528988440,null],[1528988443,null],[1528988445,null],[1528988447,null],[1528988450,null],[1528988452,null],[1528988455,null],[1528988457,null],[1528988459,null],[1528988462,null],[1528988464,null],[1528988467,null],[1528988469,null],[1528988471,null],[1528988474,null],[1528988476,null],[1528988479,null],[1528988481,null],[1528988484,null],[1528988486,null],[1528988488,null],[1528988491,null],[1528988493,null],[1528988496,null],[1528988498,null],[1528988500,null],[1528988503,null],[1528988505,null],[1528988508,null],[1528988510,null],[1528988512,null],[1528988515,null],[1528988517,null],[1528988520,null],[1528988522,null],[1528988524,null],[1528988527,null],[1528988529,null],[1528988532,null],[1528988534,null],[1528988537,null],[1528988539,null],[1528988541,null],[1528988544,null],[1528988546,null],[1528988549,null],[1528988551,null],[1528988553,null],[1528988556,null],[1528988558,null],[1528988561,null],[1528988563,null],[1528988565,null],[1528988568,null],[1528988570,null],[1528988573,null],[1528988575,null],[1528988578,null],[1528988580,null],[1528988582,null],[1528988585,null],[1528988587,null],[1528988590,null],[1528988592,null],[1528988594,null],[1528988597,null],[1528988599,null],[1528988602,null],[1528988604,null],[1528988606,null],[1528988609,null],[1528988611,null],[1528988614,null],[1528988616,null],[1528988618,null],[1528988621,null],[1528988623,[192,827,1687,1976,1990,2020,2055,2359,2478,2560]],[1528988626,null],[1528988628,null],[1528988631,null],[1528988633,null],[1528988635,null],[1528988638,null],[1528988640,null],[1528988643,null],[1528988645,null],[1528988647,null],[1528988650,null],[1528988652,null],[1528988655,null],[1528988657,null],[1528988659,null],[1528988662,null],[1528988664,null],[1528988667,null],[1528988669,null],[1528988671,null],[1528988674,null],[1528988676,null],[1528988679,null],[1528988681,null],[1528988684,null],[1528988686,null],[1528988688,null],[1528988691,null],[1528988693,null],[1528988696,null],[1528988698,null],[1528988700,null],[1528988703,null],[1528988705,null],[1528988708,null],[1528988710,null],[1528988712,null],[1528988715,null],[1528988717,null],[1528988720,null],[1528988722,null],[1528988725,null],[1528988727,null],[1528988729,null],[1528988732,null],[1528988734,null],[1528988737,null],[1528988739,null],[1528988741,null],[1528988744,null],[1528988746,null],[1528988749,null],[1528988751,null],[1528988753,null],[1528988756,null],[1528988758,null],[1528988761,null],[1528988763,null],[1528988765,null],[1528988768,null],[1528988770,null],[1528988773,null],[1528988775,null],[1528988778,null],[1528988780,null],[1528988782,null],[1528988785,null],[1528988787,null],[1528988790,null],[1528988792,null],[1528988794,null],[1528988797,null],[1528988799,null],[1528988802,null],[1528988804,null],[1528988806,null],[1528988809,null],[1528988811,null],[1528988814,null],[1528988816,null],[1528988819,null],[1528988821,null],[1528988823,null],[1528988826,null],[1528988828,null],[1528988831,null],[1528988833,null],[1528988835,null],[1528988838,null],[1528988840,null],[1528988843,null],[1528988845,null],[1528988847,null],[1528988850,null],[1528988852,null],[1528988855,null],[1528988857,null],[1528988859,null],[1528988862,null],[1528988864,null],[1528988867,null],[1528988869,null],[1528988872,null],[1528988874,null],[1528988876,null],[1528988879,null],[1528988881,null],[1528988884,null],[1528988886,null],[1528988888,null],[1528988891,null],[1528988893,null],[1528988896,null],[1528988898,null],[1528988900,null],[1528988903,null],[1528988905,null],[1528988908,null],[1528988910,null],[1528988912,null],[1528988915,null],[1528988917,null],[1528988920,null],[1528988922,null],[1528988925,null],[1528988927,null],[1528988929,null],[1528988932,null],[1528988934,null],[1528988937,null],[1528988939,null],[1528988941,null],[1528988944,null],[1528988946,null],[1528988949,null],[1528988951,null],[1528988953,null],[1528988956,null],[1528988958,null],[1528988961,null],[1528988963,null],[1528988966,null],[1528988968,null],[1528988970,null],[1528988973,null],[1528988975,null],[1528988978,null],[1528988980,null],[1528988982,null],[1528988985,null],[1528988987,null],[1528988990,null],[1528988992,null],[1528988994,null],[1528988997,null],[1528988999,null],[1528989002,null],[1528989004,null],[1528989006,null],[1528989009,null],[1528989011,null],[1528989014,null],[1528989016,null],[1528989019,null],[1528989021,null],[1528989023,null],[1528989026,null],[1528989028,null],[1528989031,null],[1528989033,null],[1528989035,null],[1528989038,null],[1528989040,null],[1528989043,null],[1528989045,null],[1528989047,null],[1528989050,null],[1528989052,null],[1528989055,null],[1528989057,null],[1528989060,null],[1528989062,null],[1528989064,null],[1528989067,null],[1528989069,null],[1528989072,null],[1528989074,null],[1528989076,null],[1528989079,null],[1528989081,null],[1528989084,null],[1528989086,null],[1528989088,null],[1528989091,null],[1528989093,null],[1528989096,null],[1528989098,null],[1528989100,null],[1528989103,null],[1528989105,null],[1528989108,null],[1528989110,null],[1528989113,null],[1528989115,null],[1528989117,null],[1528989120,null],[1528989122,null],[1528989125,null],[1528989127,null],[1528989129,null],[1528989132,null],[1528989134,null],[1528989137,null],[1528989139,null],[1528989141,null],[1528989144,null],[1528989146,null],[1528989149,null],[1528989151,null],[1528989153,null],[1528989156,null],[1528989158,null],[1528989161,null],[1528989163,null],[1528989166,null],[1528989168,null],[1528989170,null],[1528989173,null],[1528989175,null],[1528989178,null],[1528989180,null],[1528989182,null],[1528989185,null],[1528989187,null],[1528989190,null],[1528989192,null],[1528989194,null],[1528989197,null],[1528989199,null],[1528989202,null],[1528989204,null],[1528989207,null],[1528989209,null],[1528989211,null],[1528989214,null],[1528989216,null],[1528989219,null],[1528989221,null],[1528989223,null],[1528989226,null],[1528989228,null],[1528989231,null],[1528989233,null],[1528989235,null],[1528989238,null],[1528989240,null],[1528989243,null],[1528989245,null],[1528989247,null],[1528989250,null],[1528989252,null],[1528989255,null],[1528989257,null],[1528989260,null],[1528989262,null],[1528989264,null],[1528989267,null],[1528989269,null],[1528989272,null],[1528989274,null],[1528989276,null],[1528989279,null],[1528989281,null],[1528989284,null],[1528989286,null],[1528989288,null],[1528989291,null],[1528989293,null],[1528989296,null],[1528989298,null],[1528989301,null],[1528989303,null],[1528989305,null],[1528989308,null],[1528989310,null],[1528989313,null],[1528989315,null],[1528989317,null],[1528989320,null],[1528989322,null],[1528989325,null],[1528989327,null],[1528989329,null],[1528989332,null],[1528989334,null],[1528989337,null],[1528989339,null],[1528989341,null],[1528989344,null],[1528989346,null],[1528989349,null],[1528989351,null],[1528989354,null],[1528989356,null],[1528989358,null],[1528989361,null],[1528989363,null],[1528989366,null],[1528989368,null],[1528989370,null],[1528989373,null],[1528989375,null],[1528989378,null],[1528989380,null],[1528989382,null],[1528989385,null],[1528989387,null],[1528989390,null],[1528989392,null],[1528989394,null],[1528989397,null],[1528989399,null],[1528989402,null],[1528989404,null],[1528989407,null],[1528989409,null],[1528989411,null],[1528989414,null],[1528989416,null],[1528989419,null],[1528989421,null],[1528989423,null],[1528989426,null],[1528989428,null],[1528989431,null],[1528989433,null],[1528989435,null],[1528989438,null],[1528989440,null],[1528989443,null],[1528989445,null],[1528989448,null],[1528989450,null],[1528989452,null],[1528989455,null],[1528989457,null],[1528989460,null],[1528989462,null],[1528989464,null],[1528989467,null],[1528989469,null],[1528989472,null],[1528989474,null],[1528989476,null],[1528989479,null],[1528989481,null],[1528989484,null],[1528989486,null],[1528989488,null],[1528989491,null],[1528989493,null],[1528989496,null],[1528989498,null],[1528989501,null],[1528989503,null],[1528989505,null],[1528989508,null],[1528989510,null],[1528989513,null],[1528989515,null],[1528989517,null],[1528989520,null],[1528989522,null],[1528989525,null],[1528989527,null],[1528989529,null],[1528989532,null],[1528989534,null],[1528989537,null],[1528989539,null],[1528989542,null],[1528989544,null],[1528989546,null],[1528989549,null],[1528989551,null],[1528989554,null],[1528989556,null],[1528989558,null],[1528989561,null],[1528989563,null],[1528989566,null],[1528989568,null],[1528989570,null],[1528989573,null],[1528989575,null],[1528989578,null],[1528989580,null],[1528989582,null],[1528989585,null],[1528989587,null],[1528989590,null],[1528989592,null],[1528989595,null],[1528989597,null],[1528989599,null],[1528989602,null],[1528989604,null],[1528989607,null],[1528989609,null],[1528989611,null],[1528989614,null],[1528989616,null],[1528989619,null],[1528989621,null],[1528989623,null],[1528989626,null],[1528989628,null],[1528989631,null],[1528989633,null],[1528989635,null],[1528989638,null],[1528989640,null],[1528989643,null],[1528989645,null],[1528989648,null],[1528989650,null],[1528989652,null],[1528989655,null],[1528989657,null],[1528989660,null],[1528989662,null],[1528989664,null],[1528989667,null],[1528989669,null],[1528989672,null],[1528989674,null],[1528989676,null],[1528989679,null],[1528989681,null],[1528989684,null],[1528989686,null],[1528989689,null],[1528989691,null],[1528989693,null],[1528989696,null],[1528989698,null],[1528989701,null],[1528989703,null],[1528989705,null],[1528989708,null],[1528989710,null],[1528989713,null],[1528989715,null],[1528989717,null],[1528989720,null],[1528989722,null],[1528989725,null],[1528989727,null],[1528989729,null],[1528989732,null],[1528989734,null],[1528989737,null],[1528989739,null],[1528989742,null],[1528989744,null],[1528989746,null],[1528989749,null],[1528989751,null],[1528989754,null],[1528989756,null],[1528989758,null],[1528989761,null],[1528989763,null],[1528989766,null],[1528989768,null],[1528989770,null],[1528989773,null],[1528989775,null],[1528989778,null],[1528989780,null],[1528989783,null],[1528989785,null],[1528989787,null],[1528989790,null],[1528989792,null],[1528989795,null],[1528989797,null],[1528989799,null],[1528989802,null],[1528989804,null],[1528989807,null],[1528989809,null],[1528989811,null],[1528989814,null],[1528989816,null],[1528989819,null],[1528989821,null],[1528989823,[134,293,1268,1284,1372,1822,1900,1908,1928,1944]],[1528989826,null],[1528989828,null],[1528989831,null]]);
var responseTimeChart = new Highcharts.StockChart({
chart: {
renderTo: 'container',
zoomType: 'x'
},
colors: ['#C4FD90', '#7FF77F', '#6FF2AD', '#60ECE5', '#51A8E7', '#4353E2', '#7335DC', '#BC28D7', '#D11C97', '#C73905', 'Orange'],
credits: { enabled: false },
legend: {
enabled: true,
floating: true,
y: -65,
borderWidth: 0,
itemStyle: { fontWeight: "normal" }
},
title: { text: 'A title to let highcharts reserve the place for the title set later' },
navigator: { baseSeries: 9 },
rangeSelector: {
rangeSelector: { align: "left" },
buttonSpacing: 0,
buttonTheme: {
fill: 'LightGrey',
padding: 1,
stroke: 'Black',
'stroke-width': 0.25,
style: {
color: 'Black',
fontWeight: 'bold',
},
states: {
stroke: 'Black',
'stroke-width': 0.25,
hover: {
fill: 'DarkGrey',
style: { color: 'black' }
},
select: {
fill: 'DarkOrange',
style: { color: 'white' }
}
}
},
buttons : [
{
type : 'minute',
count : 1,
text : '1m'
}, {
type : 'minute',
count : 10,
text : '10m'
}, {
type : 'hour',
count : 1,
text : '1h'
}, {
type : 'all',
count : 1,
text : 'All'
}
],
selected : 3,
inputEnabled : false
},
xAxis: {
type: 'datetime',
ordinal: false,
maxZoom: 10000 // three days
},
yAxis:[
{
min: 0,
title: {
text: 'Response Time (ms)',
style: { color: '#4572A7' }
},
opposite: false
}, {
min: 0,
title: {
text: 'Active Users',
style: { color: '#FF9D00' }
},
opposite: true
}
],
plotOptions: {
arearange: { lineWidth: 1 },
series: {
dataGrouping: { enabled: false }
}
},
series: [
{
pointInterval: 1000,
name: 'min',
data: responseTimePercentiles[0],
tooltip: { yDecimals: 0, ySuffix: 'ms' },
type : 'area',
yAxis: 0,
zIndex: 10
},
{
pointInterval: 1000,
name: '25%',
data: responseTimePercentiles[1],
tooltip: { yDecimals: 0, ySuffix: 'ms' },
type : 'area',
yAxis: 0,
zIndex: 9
},
{
pointInterval: 1000,
name: '50%',
data: responseTimePercentiles[2],
tooltip: { yDecimals: 0, ySuffix: 'ms' },
type : 'area',
yAxis: 0,
zIndex: 8
},
{
pointInterval: 1000,
name: '75%',
data: responseTimePercentiles[3],
tooltip: { yDecimals: 0, ySuffix: 'ms' },
type : 'area',
yAxis: 0,
zIndex: 7
},
{
pointInterval: 1000,
name: '80%',
data: responseTimePercentiles[4],
tooltip: { yDecimals: 0, ySuffix: 'ms' },
type : 'area',
yAxis: 0,
zIndex: 6
},
{
pointInterval: 1000,
name: '85%',
data: responseTimePercentiles[5],
tooltip: { yDecimals: 0, ySuffix: 'ms' },
type : 'area',
yAxis: 0,
zIndex: 5
},
{
pointInterval: 1000,
name: '90%',
data: responseTimePercentiles[6],
tooltip: { yDecimals: 0, ySuffix: 'ms' },
type : 'area',
yAxis: 0,
zIndex: 4
},
{
pointInterval: 1000,
name: '95%',
data: responseTimePercentiles[7],
tooltip: { yDecimals: 0, ySuffix: 'ms' },
type : 'area',
yAxis: 0,
zIndex: 3
},
{
pointInterval: 1000,
name: '99%',
data: responseTimePercentiles[8],
tooltip: { yDecimals: 0, ySuffix: 'ms' },
type : 'area',
yAxis: 0,
zIndex: 2
},
{
pointInterval: 1000,
name: 'max',
data: responseTimePercentiles[9],
tooltip: { yDecimals: 0, ySuffix: 'ms' },
type : 'area',
yAxis: 0,
zIndex: 1
},
allUsersData
]
});
responseTimeChart.setTitle({
text: '<span class="chart_title chart_title_">Response Time Percentiles over Time (OK)</span>',
useHTML: true
});
var container_requests = unpack([[1528987423,[21,0, 21]],[1528987426,[0,0, 0]],[1528987428,[0,0, 0]],[1528987430,[0,0, 0]],[1528987433,[0,0, 0]],[1528987435,[0,0, 0]],[1528987438,[0,0, 0]],[1528987440,[0,0, 0]],[1528987442,[0,0, 0]],[1528987445,[0,0, 0]],[1528987447,[0,0, 0]],[1528987450,[0,0, 0]],[1528987452,[0,0, 0]],[1528987454,[0,0, 0]],[1528987457,[0,0, 0]],[1528987459,[0,0, 0]],[1528987462,[0,0, 0]],[1528987464,[0,0, 0]],[1528987466,[0,0, 0]],[1528987469,[0,0, 0]],[1528987471,[0,0, 0]],[1528987474,[0,0, 0]],[1528987476,[0,0, 0]],[1528987479,[0,0, 0]],[1528987481,[0,0, 0]],[1528987483,[0,0, 0]],[1528987486,[0,0, 0]],[1528987488,[0,0, 0]],[1528987491,[0,0, 0]],[1528987493,[0,0, 0]],[1528987495,[0,0, 0]],[1528987498,[0,0, 0]],[1528987500,[0,0, 0]],[1528987503,[0,0, 0]],[1528987505,[0,0, 0]],[1528987507,[0,0, 0]],[1528987510,[0,0, 0]],[1528987512,[0,0, 0]],[1528987515,[0,0, 0]],[1528987517,[0,0, 0]],[1528987520,[0,0, 0]],[1528987522,[0,0, 0]],[1528987524,[0,0, 0]],[1528987527,[0,0, 0]],[1528987529,[0,0, 0]],[1528987532,[0,0, 0]],[1528987534,[0,0, 0]],[1528987536,[0,0, 0]],[1528987539,[0,0, 0]],[1528987541,[0,0, 0]],[1528987544,[0,0, 0]],[1528987546,[0,0, 0]],[1528987548,[0,0, 0]],[1528987551,[0,0, 0]],[1528987553,[0,0, 0]],[1528987556,[0,0, 0]],[1528987558,[0,0, 0]],[1528987560,[0,0, 0]],[1528987563,[0,0, 0]],[1528987565,[0,0, 0]],[1528987568,[0,0, 0]],[1528987570,[0,0, 0]],[1528987573,[0,0, 0]],[1528987575,[0,0, 0]],[1528987577,[0,0, 0]],[1528987580,[0,0, 0]],[1528987582,[0,0, 0]],[1528987585,[0,0, 0]],[1528987587,[0,0, 0]],[1528987589,[0,0, 0]],[1528987592,[0,0, 0]],[1528987594,[0,0, 0]],[1528987597,[0,0, 0]],[1528987599,[0,0, 0]],[1528987601,[0,0, 0]],[1528987604,[0,0, 0]],[1528987606,[0,0, 0]],[1528987609,[0,0, 0]],[1528987611,[0,0, 0]],[1528987614,[0,0, 0]],[1528987616,[0,0, 0]],[1528987618,[0,0, 0]],[1528987621,[0,0, 0]],[1528987623,[0,0, 0]],[1528987626,[0,0, 0]],[1528987628,[0,0, 0]],[1528987630,[0,0, 0]],[1528987633,[0,0, 0]],[1528987635,[0,0, 0]],[1528987638,[0,0, 0]],[1528987640,[0,0, 0]],[1528987642,[0,0, 0]],[1528987645,[0,0, 0]],[1528987647,[0,0, 0]],[1528987650,[0,0, 0]],[1528987652,[0,0, 0]],[1528987654,[0,0, 0]],[1528987657,[0,0, 0]],[1528987659,[0,0, 0]],[1528987662,[0,0, 0]],[1528987664,[0,0, 0]],[1528987667,[0,0, 0]],[1528987669,[0,0, 0]],[1528987671,[0,0, 0]],[1528987674,[0,0, 0]],[1528987676,[0,0, 0]],[1528987679,[0,0, 0]],[1528987681,[0,0, 0]],[1528987683,[0,0, 0]],[1528987686,[0,0, 0]],[1528987688,[0,0, 0]],[1528987691,[0,0, 0]],[1528987693,[0,0, 0]],[1528987695,[0,0, 0]],[1528987698,[0,0, 0]],[1528987700,[0,0, 0]],[1528987703,[0,0, 0]],[1528987705,[0,0, 0]],[1528987707,[0,0, 0]],[1528987710,[0,0, 0]],[1528987712,[0,0, 0]],[1528987715,[0,0, 0]],[1528987717,[0,0, 0]],[1528987720,[0,0, 0]],[1528987722,[0,0, 0]],[1528987724,[0,0, 0]],[1528987727,[0,0, 0]],[1528987729,[0,0, 0]],[1528987732,[0,0, 0]],[1528987734,[0,0, 0]],[1528987736,[0,0, 0]],[1528987739,[0,0, 0]],[1528987741,[0,0, 0]],[1528987744,[0,0, 0]],[1528987746,[0,0, 0]],[1528987748,[0,0, 0]],[1528987751,[0,0, 0]],[1528987753,[0,0, 0]],[1528987756,[0,0, 0]],[1528987758,[0,0, 0]],[1528987761,[0,0, 0]],[1528987763,[0,0, 0]],[1528987765,[0,0, 0]],[1528987768,[0,0, 0]],[1528987770,[0,0, 0]],[1528987773,[0,0, 0]],[1528987775,[0,0, 0]],[1528987777,[0,0, 0]],[1528987780,[0,0, 0]],[1528987782,[0,0, 0]],[1528987785,[0,0, 0]],[1528987787,[0,0, 0]],[1528987789,[0,0, 0]],[1528987792,[0,0, 0]],[1528987794,[0,0, 0]],[1528987797,[0,0, 0]],[1528987799,[0,0, 0]],[1528987801,[0,0, 0]],[1528987804,[0,0, 0]],[1528987806,[0,0, 0]],[1528987809,[0,0, 0]],[1528987811,[0,0, 0]],[1528987814,[0,0, 0]],[1528987816,[0,0, 0]],[1528987818,[0,0, 0]],[1528987821,[0,0, 0]],[1528987823,[0,0, 0]],[1528987826,[0,0, 0]],[1528987828,[0,0, 0]],[1528987830,[0,0, 0]],[1528987833,[0,0, 0]],[1528987835,[0,0, 0]],[1528987838,[0,0, 0]],[1528987840,[0,0, 0]],[1528987842,[0,0, 0]],[1528987845,[0,0, 0]],[1528987847,[0,0, 0]],[1528987850,[0,0, 0]],[1528987852,[0,0, 0]],[1528987855,[0,0, 0]],[1528987857,[0,0, 0]],[1528987859,[0,0, 0]],[1528987862,[0,0, 0]],[1528987864,[0,0, 0]],[1528987867,[0,0, 0]],[1528987869,[0,0, 0]],[1528987871,[0,0, 0]],[1528987874,[0,0, 0]],[1528987876,[0,0, 0]],[1528987879,[0,0, 0]],[1528987881,[0,0, 0]],[1528987883,[0,0, 0]],[1528987886,[0,0, 0]],[1528987888,[0,0, 0]],[1528987891,[0,0, 0]],[1528987893,[0,0, 0]],[1528987895,[0,0, 0]],[1528987898,[0,0, 0]],[1528987900,[0,0, 0]],[1528987903,[0,0, 0]],[1528987905,[0,0, 0]],[1528987908,[0,0, 0]],[1528987910,[0,0, 0]],[1528987912,[0,0, 0]],[1528987915,[0,0, 0]],[1528987917,[0,0, 0]],[1528987920,[0,0, 0]],[1528987922,[0,0, 0]],[1528987924,[0,0, 0]],[1528987927,[0,0, 0]],[1528987929,[0,0, 0]],[1528987932,[0,0, 0]],[1528987934,[0,0, 0]],[1528987936,[0,0, 0]],[1528987939,[0,0, 0]],[1528987941,[0,0, 0]],[1528987944,[0,0, 0]],[1528987946,[0,0, 0]],[1528987948,[0,0, 0]],[1528987951,[0,0, 0]],[1528987953,[0,0, 0]],[1528987956,[0,0, 0]],[1528987958,[0,0, 0]],[1528987961,[0,0, 0]],[1528987963,[0,0, 0]],[1528987965,[0,0, 0]],[1528987968,[0,0, 0]],[1528987970,[0,0, 0]],[1528987973,[0,0, 0]],[1528987975,[0,0, 0]],[1528987977,[0,0, 0]],[1528987980,[0,0, 0]],[1528987982,[0,0, 0]],[1528987985,[0,0, 0]],[1528987987,[0,0, 0]],[1528987989,[0,0, 0]],[1528987992,[0,0, 0]],[1528987994,[0,0, 0]],[1528987997,[0,0, 0]],[1528987999,[0,0, 0]],[1528988002,[0,0, 0]],[1528988004,[0,0, 0]],[1528988006,[0,0, 0]],[1528988009,[0,0, 0]],[1528988011,[0,0, 0]],[1528988014,[0,0, 0]],[1528988016,[0,0, 0]],[1528988018,[0,0, 0]],[1528988021,[0,0, 0]],[1528988023,[0,0, 0]],[1528988026,[0,0, 0]],[1528988028,[0,0, 0]],[1528988030,[0,0, 0]],[1528988033,[0,0, 0]],[1528988035,[0,0, 0]],[1528988038,[0,0, 0]],[1528988040,[0,0, 0]],[1528988042,[0,0, 0]],[1528988045,[0,0, 0]],[1528988047,[0,0, 0]],[1528988050,[0,0, 0]],[1528988052,[0,0, 0]],[1528988055,[0,0, 0]],[1528988057,[0,0, 0]],[1528988059,[0,0, 0]],[1528988062,[0,0, 0]],[1528988064,[0,0, 0]],[1528988067,[0,0, 0]],[1528988069,[0,0, 0]],[1528988071,[0,0, 0]],[1528988074,[0,0, 0]],[1528988076,[0,0, 0]],[1528988079,[0,0, 0]],[1528988081,[0,0, 0]],[1528988083,[0,0, 0]],[1528988086,[0,0, 0]],[1528988088,[0,0, 0]],[1528988091,[0,0, 0]],[1528988093,[0,0, 0]],[1528988096,[0,0, 0]],[1528988098,[0,0, 0]],[1528988100,[0,0, 0]],[1528988103,[0,0, 0]],[1528988105,[0,0, 0]],[1528988108,[0,0, 0]],[1528988110,[0,0, 0]],[1528988112,[0,0, 0]],[1528988115,[0,0, 0]],[1528988117,[0,0, 0]],[1528988120,[0,0, 0]],[1528988122,[0,0, 0]],[1528988124,[0,0, 0]],[1528988127,[0,0, 0]],[1528988129,[0,0, 0]],[1528988132,[0,0, 0]],[1528988134,[0,0, 0]],[1528988136,[0,0, 0]],[1528988139,[0,0, 0]],[1528988141,[0,0, 0]],[1528988144,[0,0, 0]],[1528988146,[0,0, 0]],[1528988149,[0,0, 0]],[1528988151,[0,0, 0]],[1528988153,[0,0, 0]],[1528988156,[0,0, 0]],[1528988158,[0,0, 0]],[1528988161,[0,0, 0]],[1528988163,[0,0, 0]],[1528988165,[0,0, 0]],[1528988168,[0,0, 0]],[1528988170,[0,0, 0]],[1528988173,[0,0, 0]],[1528988175,[0,0, 0]],[1528988177,[0,0, 0]],[1528988180,[0,0, 0]],[1528988182,[0,0, 0]],[1528988185,[0,0, 0]],[1528988187,[0,0, 0]],[1528988189,[0,0, 0]],[1528988192,[0,0, 0]],[1528988194,[0,0, 0]],[1528988197,[0,0, 0]],[1528988199,[0,0, 0]],[1528988202,[0,0, 0]],[1528988204,[0,0, 0]],[1528988206,[0,0, 0]],[1528988209,[0,0, 0]],[1528988211,[0,0, 0]],[1528988214,[0,0, 0]],[1528988216,[0,0, 0]],[1528988218,[0,0, 0]],[1528988221,[0,0, 0]],[1528988223,[0,0, 0]],[1528988226,[0,0, 0]],[1528988228,[0,0, 0]],[1528988230,[0,0, 0]],[1528988233,[0,0, 0]],[1528988235,[0,0, 0]],[1528988238,[0,0, 0]],[1528988240,[0,0, 0]],[1528988243,[0,0, 0]],[1528988245,[0,0, 0]],[1528988247,[0,0, 0]],[1528988250,[0,0, 0]],[1528988252,[0,0, 0]],[1528988255,[0,0, 0]],[1528988257,[0,0, 0]],[1528988259,[0,0, 0]],[1528988262,[0,0, 0]],[1528988264,[0,0, 0]],[1528988267,[0,0, 0]],[1528988269,[0,0, 0]],[1528988271,[0,0, 0]],[1528988274,[0,0, 0]],[1528988276,[0,0, 0]],[1528988279,[0,0, 0]],[1528988281,[0,0, 0]],[1528988283,[0,0, 0]],[1528988286,[0,0, 0]],[1528988288,[0,0, 0]],[1528988291,[0,0, 0]],[1528988293,[0,0, 0]],[1528988296,[0,0, 0]],[1528988298,[0,0, 0]],[1528988300,[0,0, 0]],[1528988303,[0,0, 0]],[1528988305,[0,0, 0]],[1528988308,[0,0, 0]],[1528988310,[0,0, 0]],[1528988312,[0,0, 0]],[1528988315,[0,0, 0]],[1528988317,[0,0, 0]],[1528988320,[0,0, 0]],[1528988322,[0,0, 0]],[1528988324,[0,0, 0]],[1528988327,[0,0, 0]],[1528988329,[0,0, 0]],[1528988332,[0,0, 0]],[1528988334,[0,0, 0]],[1528988337,[0,0, 0]],[1528988339,[0,0, 0]],[1528988341,[0,0, 0]],[1528988344,[0,0, 0]],[1528988346,[0,0, 0]],[1528988349,[0,0, 0]],[1528988351,[0,0, 0]],[1528988353,[0,0, 0]],[1528988356,[0,0, 0]],[1528988358,[0,0, 0]],[1528988361,[0,0, 0]],[1528988363,[0,0, 0]],[1528988365,[0,0, 0]],[1528988368,[0,0, 0]],[1528988370,[0,0, 0]],[1528988373,[0,0, 0]],[1528988375,[0,0, 0]],[1528988377,[0,0, 0]],[1528988380,[0,0, 0]],[1528988382,[0,0, 0]],[1528988385,[0,0, 0]],[1528988387,[0,0, 0]],[1528988390,[0,0, 0]],[1528988392,[0,0, 0]],[1528988394,[0,0, 0]],[1528988397,[0,0, 0]],[1528988399,[0,0, 0]],[1528988402,[0,0, 0]],[1528988404,[0,0, 0]],[1528988406,[0,0, 0]],[1528988409,[0,0, 0]],[1528988411,[0,0, 0]],[1528988414,[0,0, 0]],[1528988416,[0,0, 0]],[1528988418,[0,0, 0]],[1528988421,[0,0, 0]],[1528988423,[0,0, 0]],[1528988426,[0,0, 0]],[1528988428,[0,0, 0]],[1528988430,[0,0, 0]],[1528988433,[0,0, 0]],[1528988435,[0,0, 0]],[1528988438,[0,0, 0]],[1528988440,[0,0, 0]],[1528988443,[0,0, 0]],[1528988445,[0,0, 0]],[1528988447,[0,0, 0]],[1528988450,[0,0, 0]],[1528988452,[0,0, 0]],[1528988455,[0,0, 0]],[1528988457,[0,0, 0]],[1528988459,[0,0, 0]],[1528988462,[0,0, 0]],[1528988464,[0,0, 0]],[1528988467,[0,0, 0]],[1528988469,[0,0, 0]],[1528988471,[0,0, 0]],[1528988474,[0,0, 0]],[1528988476,[0,0, 0]],[1528988479,[0,0, 0]],[1528988481,[0,0, 0]],[1528988484,[0,0, 0]],[1528988486,[0,0, 0]],[1528988488,[0,0, 0]],[1528988491,[0,0, 0]],[1528988493,[0,0, 0]],[1528988496,[0,0, 0]],[1528988498,[0,0, 0]],[1528988500,[0,0, 0]],[1528988503,[0,0, 0]],[1528988505,[0,0, 0]],[1528988508,[0,0, 0]],[1528988510,[0,0, 0]],[1528988512,[0,0, 0]],[1528988515,[0,0, 0]],[1528988517,[0,0, 0]],[1528988520,[0,0, 0]],[1528988522,[0,0, 0]],[1528988524,[0,0, 0]],[1528988527,[0,0, 0]],[1528988529,[0,0, 0]],[1528988532,[0,0, 0]],[1528988534,[0,0, 0]],[1528988537,[0,0, 0]],[1528988539,[0,0, 0]],[1528988541,[0,0, 0]],[1528988544,[0,0, 0]],[1528988546,[0,0, 0]],[1528988549,[0,0, 0]],[1528988551,[0,0, 0]],[1528988553,[0,0, 0]],[1528988556,[0,0, 0]],[1528988558,[0,0, 0]],[1528988561,[0,0, 0]],[1528988563,[0,0, 0]],[1528988565,[0,0, 0]],[1528988568,[0,0, 0]],[1528988570,[0,0, 0]],[1528988573,[0,0, 0]],[1528988575,[0,0, 0]],[1528988578,[0,0, 0]],[1528988580,[0,0, 0]],[1528988582,[0,0, 0]],[1528988585,[0,0, 0]],[1528988587,[0,0, 0]],[1528988590,[0,0, 0]],[1528988592,[0,0, 0]],[1528988594,[0,0, 0]],[1528988597,[0,0, 0]],[1528988599,[0,0, 0]],[1528988602,[0,0, 0]],[1528988604,[0,0, 0]],[1528988606,[0,0, 0]],[1528988609,[0,0, 0]],[1528988611,[0,0, 0]],[1528988614,[0,0, 0]],[1528988616,[0,0, 0]],[1528988618,[0,0, 0]],[1528988621,[0,0, 0]],[1528988623,[62,0, 62]],[1528988626,[0,0, 0]],[1528988628,[0,0, 0]],[1528988631,[0,0, 0]],[1528988633,[0,0, 0]],[1528988635,[0,0, 0]],[1528988638,[0,0, 0]],[1528988640,[0,0, 0]],[1528988643,[0,0, 0]],[1528988645,[0,0, 0]],[1528988647,[0,0, 0]],[1528988650,[0,0, 0]],[1528988652,[0,0, 0]],[1528988655,[0,0, 0]],[1528988657,[0,0, 0]],[1528988659,[0,0, 0]],[1528988662,[0,0, 0]],[1528988664,[0,0, 0]],[1528988667,[0,0, 0]],[1528988669,[0,0, 0]],[1528988671,[0,0, 0]],[1528988674,[0,0, 0]],[1528988676,[0,0, 0]],[1528988679,[0,0, 0]],[1528988681,[0,0, 0]],[1528988684,[0,0, 0]],[1528988686,[0,0, 0]],[1528988688,[0,0, 0]],[1528988691,[0,0, 0]],[1528988693,[0,0, 0]],[1528988696,[0,0, 0]],[1528988698,[0,0, 0]],[1528988700,[0,0, 0]],[1528988703,[0,0, 0]],[1528988705,[0,0, 0]],[1528988708,[0,0, 0]],[1528988710,[0,0, 0]],[1528988712,[0,0, 0]],[1528988715,[0,0, 0]],[1528988717,[0,0, 0]],[1528988720,[0,0, 0]],[1528988722,[0,0, 0]],[1528988725,[0,0, 0]],[1528988727,[0,0, 0]],[1528988729,[0,0, 0]],[1528988732,[0,0, 0]],[1528988734,[0,0, 0]],[1528988737,[0,0, 0]],[1528988739,[0,0, 0]],[1528988741,[0,0, 0]],[1528988744,[0,0, 0]],[1528988746,[0,0, 0]],[1528988749,[0,0, 0]],[1528988751,[0,0, 0]],[1528988753,[0,0, 0]],[1528988756,[0,0, 0]],[1528988758,[0,0, 0]],[1528988761,[0,0, 0]],[1528988763,[0,0, 0]],[1528988765,[0,0, 0]],[1528988768,[0,0, 0]],[1528988770,[0,0, 0]],[1528988773,[0,0, 0]],[1528988775,[0,0, 0]],[1528988778,[0,0, 0]],[1528988780,[0,0, 0]],[1528988782,[0,0, 0]],[1528988785,[0,0, 0]],[1528988787,[0,0, 0]],[1528988790,[0,0, 0]],[1528988792,[0,0, 0]],[1528988794,[0,0, 0]],[1528988797,[0,0, 0]],[1528988799,[0,0, 0]],[1528988802,[0,0, 0]],[1528988804,[0,0, 0]],[1528988806,[0,0, 0]],[1528988809,[0,0, 0]],[1528988811,[0,0, 0]],[1528988814,[0,0, 0]],[1528988816,[0,0, 0]],[1528988819,[0,0, 0]],[1528988821,[0,0, 0]],[1528988823,[0,0, 0]],[1528988826,[0,0, 0]],[1528988828,[0,0, 0]],[1528988831,[0,0, 0]],[1528988833,[0,0, 0]],[1528988835,[0,0, 0]],[1528988838,[0,0, 0]],[1528988840,[0,0, 0]],[1528988843,[0,0, 0]],[1528988845,[0,0, 0]],[1528988847,[0,0, 0]],[1528988850,[0,0, 0]],[1528988852,[0,0, 0]],[1528988855,[0,0, 0]],[1528988857,[0,0, 0]],[1528988859,[0,0, 0]],[1528988862,[0,0, 0]],[1528988864,[0,0, 0]],[1528988867,[0,0, 0]],[1528988869,[0,0, 0]],[1528988872,[0,0, 0]],[1528988874,[0,0, 0]],[1528988876,[0,0, 0]],[1528988879,[0,0, 0]],[1528988881,[0,0, 0]],[1528988884,[0,0, 0]],[1528988886,[0,0, 0]],[1528988888,[0,0, 0]],[1528988891,[0,0, 0]],[1528988893,[0,0, 0]],[1528988896,[0,0, 0]],[1528988898,[0,0, 0]],[1528988900,[0,0, 0]],[1528988903,[0,0, 0]],[1528988905,[0,0, 0]],[1528988908,[0,0, 0]],[1528988910,[0,0, 0]],[1528988912,[0,0, 0]],[1528988915,[0,0, 0]],[1528988917,[0,0, 0]],[1528988920,[0,0, 0]],[1528988922,[0,0, 0]],[1528988925,[0,0, 0]],[1528988927,[0,0, 0]],[1528988929,[0,0, 0]],[1528988932,[0,0, 0]],[1528988934,[0,0, 0]],[1528988937,[0,0, 0]],[1528988939,[0,0, 0]],[1528988941,[0,0, 0]],[1528988944,[0,0, 0]],[1528988946,[0,0, 0]],[1528988949,[0,0, 0]],[1528988951,[0,0, 0]],[1528988953,[0,0, 0]],[1528988956,[0,0, 0]],[1528988958,[0,0, 0]],[1528988961,[0,0, 0]],[1528988963,[0,0, 0]],[1528988966,[0,0, 0]],[1528988968,[0,0, 0]],[1528988970,[0,0, 0]],[1528988973,[0,0, 0]],[1528988975,[0,0, 0]],[1528988978,[0,0, 0]],[1528988980,[0,0, 0]],[1528988982,[0,0, 0]],[1528988985,[0,0, 0]],[1528988987,[0,0, 0]],[1528988990,[0,0, 0]],[1528988992,[0,0, 0]],[1528988994,[0,0, 0]],[1528988997,[0,0, 0]],[1528988999,[0,0, 0]],[1528989002,[0,0, 0]],[1528989004,[0,0, 0]],[1528989006,[0,0, 0]],[1528989009,[0,0, 0]],[1528989011,[0,0, 0]],[1528989014,[0,0, 0]],[1528989016,[0,0, 0]],[1528989019,[0,0, 0]],[1528989021,[0,0, 0]],[1528989023,[0,0, 0]],[1528989026,[0,0, 0]],[1528989028,[0,0, 0]],[1528989031,[0,0, 0]],[1528989033,[0,0, 0]],[1528989035,[0,0, 0]],[1528989038,[0,0, 0]],[1528989040,[0,0, 0]],[1528989043,[0,0, 0]],[1528989045,[0,0, 0]],[1528989047,[0,0, 0]],[1528989050,[0,0, 0]],[1528989052,[0,0, 0]],[1528989055,[0,0, 0]],[1528989057,[0,0, 0]],[1528989060,[0,0, 0]],[1528989062,[0,0, 0]],[1528989064,[0,0, 0]],[1528989067,[0,0, 0]],[1528989069,[0,0, 0]],[1528989072,[0,0, 0]],[1528989074,[0,0, 0]],[1528989076,[0,0, 0]],[1528989079,[0,0, 0]],[1528989081,[0,0, 0]],[1528989084,[0,0, 0]],[1528989086,[0,0, 0]],[1528989088,[0,0, 0]],[1528989091,[0,0, 0]],[1528989093,[0,0, 0]],[1528989096,[0,0, 0]],[1528989098,[0,0, 0]],[1528989100,[0,0, 0]],[1528989103,[0,0, 0]],[1528989105,[0,0, 0]],[1528989108,[0,0, 0]],[1528989110,[0,0, 0]],[1528989113,[0,0, 0]],[1528989115,[0,0, 0]],[1528989117,[0,0, 0]],[1528989120,[0,0, 0]],[1528989122,[0,0, 0]],[1528989125,[0,0, 0]],[1528989127,[0,0, 0]],[1528989129,[0,0, 0]],[1528989132,[0,0, 0]],[1528989134,[0,0, 0]],[1528989137,[0,0, 0]],[1528989139,[0,0, 0]],[1528989141,[0,0, 0]],[1528989144,[0,0, 0]],[1528989146,[0,0, 0]],[1528989149,[0,0, 0]],[1528989151,[0,0, 0]],[1528989153,[0,0, 0]],[1528989156,[0,0, 0]],[1528989158,[0,0, 0]],[1528989161,[0,0, 0]],[1528989163,[0,0, 0]],[1528989166,[0,0, 0]],[1528989168,[0,0, 0]],[1528989170,[0,0, 0]],[1528989173,[0,0, 0]],[1528989175,[0,0, 0]],[1528989178,[0,0, 0]],[1528989180,[0,0, 0]],[1528989182,[0,0, 0]],[1528989185,[0,0, 0]],[1528989187,[0,0, 0]],[1528989190,[0,0, 0]],[1528989192,[0,0, 0]],[1528989194,[0,0, 0]],[1528989197,[0,0, 0]],[1528989199,[0,0, 0]],[1528989202,[0,0, 0]],[1528989204,[0,0, 0]],[1528989207,[0,0, 0]],[1528989209,[0,0, 0]],[1528989211,[0,0, 0]],[1528989214,[0,0, 0]],[1528989216,[0,0, 0]],[1528989219,[0,0, 0]],[1528989221,[0,0, 0]],[1528989223,[0,0, 0]],[1528989226,[0,0, 0]],[1528989228,[0,0, 0]],[1528989231,[0,0, 0]],[1528989233,[0,0, 0]],[1528989235,[0,0, 0]],[1528989238,[0,0, 0]],[1528989240,[0,0, 0]],[1528989243,[0,0, 0]],[1528989245,[0,0, 0]],[1528989247,[0,0, 0]],[1528989250,[0,0, 0]],[1528989252,[0,0, 0]],[1528989255,[0,0, 0]],[1528989257,[0,0, 0]],[1528989260,[0,0, 0]],[1528989262,[0,0, 0]],[1528989264,[0,0, 0]],[1528989267,[0,0, 0]],[1528989269,[0,0, 0]],[1528989272,[0,0, 0]],[1528989274,[0,0, 0]],[1528989276,[0,0, 0]],[1528989279,[0,0, 0]],[1528989281,[0,0, 0]],[1528989284,[0,0, 0]],[1528989286,[0,0, 0]],[1528989288,[0,0, 0]],[1528989291,[0,0, 0]],[1528989293,[0,0, 0]],[1528989296,[0,0, 0]],[1528989298,[0,0, 0]],[1528989301,[0,0, 0]],[1528989303,[0,0, 0]],[1528989305,[0,0, 0]],[1528989308,[0,0, 0]],[1528989310,[0,0, 0]],[1528989313,[0,0, 0]],[1528989315,[0,0, 0]],[1528989317,[0,0, 0]],[1528989320,[0,0, 0]],[1528989322,[0,0, 0]],[1528989325,[0,0, 0]],[1528989327,[0,0, 0]],[1528989329,[0,0, 0]],[1528989332,[0,0, 0]],[1528989334,[0,0, 0]],[1528989337,[0,0, 0]],[1528989339,[0,0, 0]],[1528989341,[0,0, 0]],[1528989344,[0,0, 0]],[1528989346,[0,0, 0]],[1528989349,[0,0, 0]],[1528989351,[0,0, 0]],[1528989354,[0,0, 0]],[1528989356,[0,0, 0]],[1528989358,[0,0, 0]],[1528989361,[0,0, 0]],[1528989363,[0,0, 0]],[1528989366,[0,0, 0]],[1528989368,[0,0, 0]],[1528989370,[0,0, 0]],[1528989373,[0,0, 0]],[1528989375,[0,0, 0]],[1528989378,[0,0, 0]],[1528989380,[0,0, 0]],[1528989382,[0,0, 0]],[1528989385,[0,0, 0]],[1528989387,[0,0, 0]],[1528989390,[0,0, 0]],[1528989392,[0,0, 0]],[1528989394,[0,0, 0]],[1528989397,[0,0, 0]],[1528989399,[0,0, 0]],[1528989402,[0,0, 0]],[1528989404,[0,0, 0]],[1528989407,[0,0, 0]],[1528989409,[0,0, 0]],[1528989411,[0,0, 0]],[1528989414,[0,0, 0]],[1528989416,[0,0, 0]],[1528989419,[0,0, 0]],[1528989421,[0,0, 0]],[1528989423,[0,0, 0]],[1528989426,[0,0, 0]],[1528989428,[0,0, 0]],[1528989431,[0,0, 0]],[1528989433,[0,0, 0]],[1528989435,[0,0, 0]],[1528989438,[0,0, 0]],[1528989440,[0,0, 0]],[1528989443,[0,0, 0]],[1528989445,[0,0, 0]],[1528989448,[0,0, 0]],[1528989450,[0,0, 0]],[1528989452,[0,0, 0]],[1528989455,[0,0, 0]],[1528989457,[0,0, 0]],[1528989460,[0,0, 0]],[1528989462,[0,0, 0]],[1528989464,[0,0, 0]],[1528989467,[0,0, 0]],[1528989469,[0,0, 0]],[1528989472,[0,0, 0]],[1528989474,[0,0, 0]],[1528989476,[0,0, 0]],[1528989479,[0,0, 0]],[1528989481,[0,0, 0]],[1528989484,[0,0, 0]],[1528989486,[0,0, 0]],[1528989488,[0,0, 0]],[1528989491,[0,0, 0]],[1528989493,[0,0, 0]],[1528989496,[0,0, 0]],[1528989498,[0,0, 0]],[1528989501,[0,0, 0]],[1528989503,[0,0, 0]],[1528989505,[0,0, 0]],[1528989508,[0,0, 0]],[1528989510,[0,0, 0]],[1528989513,[0,0, 0]],[1528989515,[0,0, 0]],[1528989517,[0,0, 0]],[1528989520,[0,0, 0]],[1528989522,[0,0, 0]],[1528989525,[0,0, 0]],[1528989527,[0,0, 0]],[1528989529,[0,0, 0]],[1528989532,[0,0, 0]],[1528989534,[0,0, 0]],[1528989537,[0,0, 0]],[1528989539,[0,0, 0]],[1528989542,[0,0, 0]],[1528989544,[0,0, 0]],[1528989546,[0,0, 0]],[1528989549,[0,0, 0]],[1528989551,[0,0, 0]],[1528989554,[0,0, 0]],[1528989556,[0,0, 0]],[1528989558,[0,0, 0]],[1528989561,[0,0, 0]],[1528989563,[0,0, 0]],[1528989566,[0,0, 0]],[1528989568,[0,0, 0]],[1528989570,[0,0, 0]],[1528989573,[0,0, 0]],[1528989575,[0,0, 0]],[1528989578,[0,0, 0]],[1528989580,[0,0, 0]],[1528989582,[0,0, 0]],[1528989585,[0,0, 0]],[1528989587,[0,0, 0]],[1528989590,[0,0, 0]],[1528989592,[0,0, 0]],[1528989595,[0,0, 0]],[1528989597,[0,0, 0]],[1528989599,[0,0, 0]],[1528989602,[0,0, 0]],[1528989604,[0,0, 0]],[1528989607,[0,0, 0]],[1528989609,[0,0, 0]],[1528989611,[0,0, 0]],[1528989614,[0,0, 0]],[1528989616,[0,0, 0]],[1528989619,[0,0, 0]],[1528989621,[0,0, 0]],[1528989623,[0,0, 0]],[1528989626,[0,0, 0]],[1528989628,[0,0, 0]],[1528989631,[0,0, 0]],[1528989633,[0,0, 0]],[1528989635,[0,0, 0]],[1528989638,[0,0, 0]],[1528989640,[0,0, 0]],[1528989643,[0,0, 0]],[1528989645,[0,0, 0]],[1528989648,[0,0, 0]],[1528989650,[0,0, 0]],[1528989652,[0,0, 0]],[1528989655,[0,0, 0]],[1528989657,[0,0, 0]],[1528989660,[0,0, 0]],[1528989662,[0,0, 0]],[1528989664,[0,0, 0]],[1528989667,[0,0, 0]],[1528989669,[0,0, 0]],[1528989672,[0,0, 0]],[1528989674,[0,0, 0]],[1528989676,[0,0, 0]],[1528989679,[0,0, 0]],[1528989681,[0,0, 0]],[1528989684,[0,0, 0]],[1528989686,[0,0, 0]],[1528989689,[0,0, 0]],[1528989691,[0,0, 0]],[1528989693,[0,0, 0]],[1528989696,[0,0, 0]],[1528989698,[0,0, 0]],[1528989701,[0,0, 0]],[1528989703,[0,0, 0]],[1528989705,[0,0, 0]],[1528989708,[0,0, 0]],[1528989710,[0,0, 0]],[1528989713,[0,0, 0]],[1528989715,[0,0, 0]],[1528989717,[0,0, 0]],[1528989720,[0,0, 0]],[1528989722,[0,0, 0]],[1528989725,[0,0, 0]],[1528989727,[0,0, 0]],[1528989729,[0,0, 0]],[1528989732,[0,0, 0]],[1528989734,[0,0, 0]],[1528989737,[0,0, 0]],[1528989739,[0,0, 0]],[1528989742,[0,0, 0]],[1528989744,[0,0, 0]],[1528989746,[0,0, 0]],[1528989749,[0,0, 0]],[1528989751,[0,0, 0]],[1528989754,[0,0, 0]],[1528989756,[0,0, 0]],[1528989758,[0,0, 0]],[1528989761,[0,0, 0]],[1528989763,[0,0, 0]],[1528989766,[0,0, 0]],[1528989768,[0,0, 0]],[1528989770,[0,0, 0]],[1528989773,[0,0, 0]],[1528989775,[0,0, 0]],[1528989778,[0,0, 0]],[1528989780,[0,0, 0]],[1528989783,[0,0, 0]],[1528989785,[0,0, 0]],[1528989787,[0,0, 0]],[1528989790,[0,0, 0]],[1528989792,[0,0, 0]],[1528989795,[0,0, 0]],[1528989797,[0,0, 0]],[1528989799,[0,0, 0]],[1528989802,[0,0, 0]],[1528989804,[0,0, 0]],[1528989807,[0,0, 0]],[1528989809,[0,0, 0]],[1528989811,[0,0, 0]],[1528989814,[0,0, 0]],[1528989816,[0,0, 0]],[1528989819,[0,0, 0]],[1528989821,[0,0, 0]],[1528989823,[21,0, 21]],[1528989826,[0,0, 0]],[1528989828,[0,0, 0]],[1528989831,[0,0, 0]]]);
var requestsChart = new Highcharts.StockChart({
chart: {
renderTo: 'container_requests',
zoomType: 'x'
},
credits: { enabled: false },
legend: {
enabled: true,
floating: true,
itemDistance: 10,
y: -285,
borderWidth: 0,
itemStyle: { fontWeight: "normal" }
},
title: { text: 'A title to let highcharts reserve the place for the title set later' },
rangeSelector: {
buttonSpacing: 0,
buttonTheme: {
fill: 'LightGrey',
padding: 1,
stroke: 'Black',
'stroke-width': 0.25,
style: {
color: 'Black',
fontWeight: 'bold',
},
states: {
stroke: 'Black',
'stroke-width': 0.25,
hover: {
fill: 'DarkGrey',
style: { color: 'black' }
},
select: {
fill: 'DarkOrange',
style: { color: 'white' }
}
}
},
buttons : [
{
type : 'minute',
count : 1,
text : '1m'
}, {
type : 'minute',
count : 10,
text : '10m'
}, {
type : 'hour',
count : 1,
text : '1h'
}, {
type : 'all',
count : 1,
text : 'All'
}
],
selected : 3,
inputEnabled : false
},
plotOptions: {
series: {
dataGrouping: { enabled: false }
},
area: {
stacking: 'normal'
}
},
xAxis: {
type: 'datetime',
ordinal: false,
maxZoom: 10000 // three days
},
yAxis:[
{
min: 0,
title: {
text: 'Number of requests',
style: { color: '#4572A7' }
},
opposite: false
}, {
min: 0,
title: {
text: 'Active Users',
style: { color: '#FF9D00' }
},
opposite: true
}
],
series: [
{
color: '#4572A7',
name: 'All',
data: container_requests[0],
tooltip: { yDecimals: 0, ySuffix: '', valueDecimals: 0 }
,type: 'area'},
allUsersData
]
});
requestsChart.setTitle({
text: '<span class="chart_title">Number of requests per second</span>',
useHTML: true
});
var container_responses = unpack([[1528987423,[21,0, 21]],[1528987426,[0,0, 0]],[1528987428,[0,0, 0]],[1528987430,[0,0, 0]],[1528987433,[0,0, 0]],[1528987435,[0,0, 0]],[1528987438,[0,0, 0]],[1528987440,[0,0, 0]],[1528987442,[0,0, 0]],[1528987445,[0,0, 0]],[1528987447,[0,0, 0]],[1528987450,[0,0, 0]],[1528987452,[0,0, 0]],[1528987454,[0,0, 0]],[1528987457,[0,0, 0]],[1528987459,[0,0, 0]],[1528987462,[0,0, 0]],[1528987464,[0,0, 0]],[1528987466,[0,0, 0]],[1528987469,[0,0, 0]],[1528987471,[0,0, 0]],[1528987474,[0,0, 0]],[1528987476,[0,0, 0]],[1528987479,[0,0, 0]],[1528987481,[0,0, 0]],[1528987483,[0,0, 0]],[1528987486,[0,0, 0]],[1528987488,[0,0, 0]],[1528987491,[0,0, 0]],[1528987493,[0,0, 0]],[1528987495,[0,0, 0]],[1528987498,[0,0, 0]],[1528987500,[0,0, 0]],[1528987503,[0,0, 0]],[1528987505,[0,0, 0]],[1528987507,[0,0, 0]],[1528987510,[0,0, 0]],[1528987512,[0,0, 0]],[1528987515,[0,0, 0]],[1528987517,[0,0, 0]],[1528987520,[0,0, 0]],[1528987522,[0,0, 0]],[1528987524,[0,0, 0]],[1528987527,[0,0, 0]],[1528987529,[0,0, 0]],[1528987532,[0,0, 0]],[1528987534,[0,0, 0]],[1528987536,[0,0, 0]],[1528987539,[0,0, 0]],[1528987541,[0,0, 0]],[1528987544,[0,0, 0]],[1528987546,[0,0, 0]],[1528987548,[0,0, 0]],[1528987551,[0,0, 0]],[1528987553,[0,0, 0]],[1528987556,[0,0, 0]],[1528987558,[0,0, 0]],[1528987560,[0,0, 0]],[1528987563,[0,0, 0]],[1528987565,[0,0, 0]],[1528987568,[0,0, 0]],[1528987570,[0,0, 0]],[1528987573,[0,0, 0]],[1528987575,[0,0, 0]],[1528987577,[0,0, 0]],[1528987580,[0,0, 0]],[1528987582,[0,0, 0]],[1528987585,[0,0, 0]],[1528987587,[0,0, 0]],[1528987589,[0,0, 0]],[1528987592,[0,0, 0]],[1528987594,[0,0, 0]],[1528987597,[0,0, 0]],[1528987599,[0,0, 0]],[1528987601,[0,0, 0]],[1528987604,[0,0, 0]],[1528987606,[0,0, 0]],[1528987609,[0,0, 0]],[1528987611,[0,0, 0]],[1528987614,[0,0, 0]],[1528987616,[0,0, 0]],[1528987618,[0,0, 0]],[1528987621,[0,0, 0]],[1528987623,[0,0, 0]],[1528987626,[0,0, 0]],[1528987628,[0,0, 0]],[1528987630,[0,0, 0]],[1528987633,[0,0, 0]],[1528987635,[0,0, 0]],[1528987638,[0,0, 0]],[1528987640,[0,0, 0]],[1528987642,[0,0, 0]],[1528987645,[0,0, 0]],[1528987647,[0,0, 0]],[1528987650,[0,0, 0]],[1528987652,[0,0, 0]],[1528987654,[0,0, 0]],[1528987657,[0,0, 0]],[1528987659,[0,0, 0]],[1528987662,[0,0, 0]],[1528987664,[0,0, 0]],[1528987667,[0,0, 0]],[1528987669,[0,0, 0]],[1528987671,[0,0, 0]],[1528987674,[0,0, 0]],[1528987676,[0,0, 0]],[1528987679,[0,0, 0]],[1528987681,[0,0, 0]],[1528987683,[0,0, 0]],[1528987686,[0,0, 0]],[1528987688,[0,0, 0]],[1528987691,[0,0, 0]],[1528987693,[0,0, 0]],[1528987695,[0,0, 0]],[1528987698,[0,0, 0]],[1528987700,[0,0, 0]],[1528987703,[0,0, 0]],[1528987705,[0,0, 0]],[1528987707,[0,0, 0]],[1528987710,[0,0, 0]],[1528987712,[0,0, 0]],[1528987715,[0,0, 0]],[1528987717,[0,0, 0]],[1528987720,[0,0, 0]],[1528987722,[0,0, 0]],[1528987724,[0,0, 0]],[1528987727,[0,0, 0]],[1528987729,[0,0, 0]],[1528987732,[0,0, 0]],[1528987734,[0,0, 0]],[1528987736,[0,0, 0]],[1528987739,[0,0, 0]],[1528987741,[0,0, 0]],[1528987744,[0,0, 0]],[1528987746,[0,0, 0]],[1528987748,[0,0, 0]],[1528987751,[0,0, 0]],[1528987753,[0,0, 0]],[1528987756,[0,0, 0]],[1528987758,[0,0, 0]],[1528987761,[0,0, 0]],[1528987763,[0,0, 0]],[1528987765,[0,0, 0]],[1528987768,[0,0, 0]],[1528987770,[0,0, 0]],[1528987773,[0,0, 0]],[1528987775,[0,0, 0]],[1528987777,[0,0, 0]],[1528987780,[0,0, 0]],[1528987782,[0,0, 0]],[1528987785,[0,0, 0]],[1528987787,[0,0, 0]],[1528987789,[0,0, 0]],[1528987792,[0,0, 0]],[1528987794,[0,0, 0]],[1528987797,[0,0, 0]],[1528987799,[0,0, 0]],[1528987801,[0,0, 0]],[1528987804,[0,0, 0]],[1528987806,[0,0, 0]],[1528987809,[0,0, 0]],[1528987811,[0,0, 0]],[1528987814,[0,0, 0]],[1528987816,[0,0, 0]],[1528987818,[0,0, 0]],[1528987821,[0,0, 0]],[1528987823,[0,0, 0]],[1528987826,[0,0, 0]],[1528987828,[0,0, 0]],[1528987830,[0,0, 0]],[1528987833,[0,0, 0]],[1528987835,[0,0, 0]],[1528987838,[0,0, 0]],[1528987840,[0,0, 0]],[1528987842,[0,0, 0]],[1528987845,[0,0, 0]],[1528987847,[0,0, 0]],[1528987850,[0,0, 0]],[1528987852,[0,0, 0]],[1528987855,[0,0, 0]],[1528987857,[0,0, 0]],[1528987859,[0,0, 0]],[1528987862,[0,0, 0]],[1528987864,[0,0, 0]],[1528987867,[0,0, 0]],[1528987869,[0,0, 0]],[1528987871,[0,0, 0]],[1528987874,[0,0, 0]],[1528987876,[0,0, 0]],[1528987879,[0,0, 0]],[1528987881,[0,0, 0]],[1528987883,[0,0, 0]],[1528987886,[0,0, 0]],[1528987888,[0,0, 0]],[1528987891,[0,0, 0]],[1528987893,[0,0, 0]],[1528987895,[0,0, 0]],[1528987898,[0,0, 0]],[1528987900,[0,0, 0]],[1528987903,[0,0, 0]],[1528987905,[0,0, 0]],[1528987908,[0,0, 0]],[1528987910,[0,0, 0]],[1528987912,[0,0, 0]],[1528987915,[0,0, 0]],[1528987917,[0,0, 0]],[1528987920,[0,0, 0]],[1528987922,[0,0, 0]],[1528987924,[0,0, 0]],[1528987927,[0,0, 0]],[1528987929,[0,0, 0]],[1528987932,[0,0, 0]],[1528987934,[0,0, 0]],[1528987936,[0,0, 0]],[1528987939,[0,0, 0]],[1528987941,[0,0, 0]],[1528987944,[0,0, 0]],[1528987946,[0,0, 0]],[1528987948,[0,0, 0]],[1528987951,[0,0, 0]],[1528987953,[0,0, 0]],[1528987956,[0,0, 0]],[1528987958,[0,0, 0]],[1528987961,[0,0, 0]],[1528987963,[0,0, 0]],[1528987965,[0,0, 0]],[1528987968,[0,0, 0]],[1528987970,[0,0, 0]],[1528987973,[0,0, 0]],[1528987975,[0,0, 0]],[1528987977,[0,0, 0]],[1528987980,[0,0, 0]],[1528987982,[0,0, 0]],[1528987985,[0,0, 0]],[1528987987,[0,0, 0]],[1528987989,[0,0, 0]],[1528987992,[0,0, 0]],[1528987994,[0,0, 0]],[1528987997,[0,0, 0]],[1528987999,[0,0, 0]],[1528988002,[0,0, 0]],[1528988004,[0,0, 0]],[1528988006,[0,0, 0]],[1528988009,[0,0, 0]],[1528988011,[0,0, 0]],[1528988014,[0,0, 0]],[1528988016,[0,0, 0]],[1528988018,[0,0, 0]],[1528988021,[0,0, 0]],[1528988023,[0,0, 0]],[1528988026,[0,0, 0]],[1528988028,[0,0, 0]],[1528988030,[0,0, 0]],[1528988033,[0,0, 0]],[1528988035,[0,0, 0]],[1528988038,[0,0, 0]],[1528988040,[0,0, 0]],[1528988042,[0,0, 0]],[1528988045,[0,0, 0]],[1528988047,[0,0, 0]],[1528988050,[0,0, 0]],[1528988052,[0,0, 0]],[1528988055,[0,0, 0]],[1528988057,[0,0, 0]],[1528988059,[0,0, 0]],[1528988062,[0,0, 0]],[1528988064,[0,0, 0]],[1528988067,[0,0, 0]],[1528988069,[0,0, 0]],[1528988071,[0,0, 0]],[1528988074,[0,0, 0]],[1528988076,[0,0, 0]],[1528988079,[0,0, 0]],[1528988081,[0,0, 0]],[1528988083,[0,0, 0]],[1528988086,[0,0, 0]],[1528988088,[0,0, 0]],[1528988091,[0,0, 0]],[1528988093,[0,0, 0]],[1528988096,[0,0, 0]],[1528988098,[0,0, 0]],[1528988100,[0,0, 0]],[1528988103,[0,0, 0]],[1528988105,[0,0, 0]],[1528988108,[0,0, 0]],[1528988110,[0,0, 0]],[1528988112,[0,0, 0]],[1528988115,[0,0, 0]],[1528988117,[0,0, 0]],[1528988120,[0,0, 0]],[1528988122,[0,0, 0]],[1528988124,[0,0, 0]],[1528988127,[0,0, 0]],[1528988129,[0,0, 0]],[1528988132,[0,0, 0]],[1528988134,[0,0, 0]],[1528988136,[0,0, 0]],[1528988139,[0,0, 0]],[1528988141,[0,0, 0]],[1528988144,[0,0, 0]],[1528988146,[0,0, 0]],[1528988149,[0,0, 0]],[1528988151,[0,0, 0]],[1528988153,[0,0, 0]],[1528988156,[0,0, 0]],[1528988158,[0,0, 0]],[1528988161,[0,0, 0]],[1528988163,[0,0, 0]],[1528988165,[0,0, 0]],[1528988168,[0,0, 0]],[1528988170,[0,0, 0]],[1528988173,[0,0, 0]],[1528988175,[0,0, 0]],[1528988177,[0,0, 0]],[1528988180,[0,0, 0]],[1528988182,[0,0, 0]],[1528988185,[0,0, 0]],[1528988187,[0,0, 0]],[1528988189,[0,0, 0]],[1528988192,[0,0, 0]],[1528988194,[0,0, 0]],[1528988197,[0,0, 0]],[1528988199,[0,0, 0]],[1528988202,[0,0, 0]],[1528988204,[0,0, 0]],[1528988206,[0,0, 0]],[1528988209,[0,0, 0]],[1528988211,[0,0, 0]],[1528988214,[0,0, 0]],[1528988216,[0,0, 0]],[1528988218,[0,0, 0]],[1528988221,[0,0, 0]],[1528988223,[0,0, 0]],[1528988226,[0,0, 0]],[1528988228,[0,0, 0]],[1528988230,[0,0, 0]],[1528988233,[0,0, 0]],[1528988235,[0,0, 0]],[1528988238,[0,0, 0]],[1528988240,[0,0, 0]],[1528988243,[0,0, 0]],[1528988245,[0,0, 0]],[1528988247,[0,0, 0]],[1528988250,[0,0, 0]],[1528988252,[0,0, 0]],[1528988255,[0,0, 0]],[1528988257,[0,0, 0]],[1528988259,[0,0, 0]],[1528988262,[0,0, 0]],[1528988264,[0,0, 0]],[1528988267,[0,0, 0]],[1528988269,[0,0, 0]],[1528988271,[0,0, 0]],[1528988274,[0,0, 0]],[1528988276,[0,0, 0]],[1528988279,[0,0, 0]],[1528988281,[0,0, 0]],[1528988283,[0,0, 0]],[1528988286,[0,0, 0]],[1528988288,[0,0, 0]],[1528988291,[0,0, 0]],[1528988293,[0,0, 0]],[1528988296,[0,0, 0]],[1528988298,[0,0, 0]],[1528988300,[0,0, 0]],[1528988303,[0,0, 0]],[1528988305,[0,0, 0]],[1528988308,[0,0, 0]],[1528988310,[0,0, 0]],[1528988312,[0,0, 0]],[1528988315,[0,0, 0]],[1528988317,[0,0, 0]],[1528988320,[0,0, 0]],[1528988322,[0,0, 0]],[1528988324,[0,0, 0]],[1528988327,[0,0, 0]],[1528988329,[0,0, 0]],[1528988332,[0,0, 0]],[1528988334,[0,0, 0]],[1528988337,[0,0, 0]],[1528988339,[0,0, 0]],[1528988341,[0,0, 0]],[1528988344,[0,0, 0]],[1528988346,[0,0, 0]],[1528988349,[0,0, 0]],[1528988351,[0,0, 0]],[1528988353,[0,0, 0]],[1528988356,[0,0, 0]],[1528988358,[0,0, 0]],[1528988361,[0,0, 0]],[1528988363,[0,0, 0]],[1528988365,[0,0, 0]],[1528988368,[0,0, 0]],[1528988370,[0,0, 0]],[1528988373,[0,0, 0]],[1528988375,[0,0, 0]],[1528988377,[0,0, 0]],[1528988380,[0,0, 0]],[1528988382,[0,0, 0]],[1528988385,[0,0, 0]],[1528988387,[0,0, 0]],[1528988390,[0,0, 0]],[1528988392,[0,0, 0]],[1528988394,[0,0, 0]],[1528988397,[0,0, 0]],[1528988399,[0,0, 0]],[1528988402,[0,0, 0]],[1528988404,[0,0, 0]],[1528988406,[0,0, 0]],[1528988409,[0,0, 0]],[1528988411,[0,0, 0]],[1528988414,[0,0, 0]],[1528988416,[0,0, 0]],[1528988418,[0,0, 0]],[1528988421,[0,0, 0]],[1528988423,[0,0, 0]],[1528988426,[0,0, 0]],[1528988428,[0,0, 0]],[1528988430,[0,0, 0]],[1528988433,[0,0, 0]],[1528988435,[0,0, 0]],[1528988438,[0,0, 0]],[1528988440,[0,0, 0]],[1528988443,[0,0, 0]],[1528988445,[0,0, 0]],[1528988447,[0,0, 0]],[1528988450,[0,0, 0]],[1528988452,[0,0, 0]],[1528988455,[0,0, 0]],[1528988457,[0,0, 0]],[1528988459,[0,0, 0]],[1528988462,[0,0, 0]],[1528988464,[0,0, 0]],[1528988467,[0,0, 0]],[1528988469,[0,0, 0]],[1528988471,[0,0, 0]],[1528988474,[0,0, 0]],[1528988476,[0,0, 0]],[1528988479,[0,0, 0]],[1528988481,[0,0, 0]],[1528988484,[0,0, 0]],[1528988486,[0,0, 0]],[1528988488,[0,0, 0]],[1528988491,[0,0, 0]],[1528988493,[0,0, 0]],[1528988496,[0,0, 0]],[1528988498,[0,0, 0]],[1528988500,[0,0, 0]],[1528988503,[0,0, 0]],[1528988505,[0,0, 0]],[1528988508,[0,0, 0]],[1528988510,[0,0, 0]],[1528988512,[0,0, 0]],[1528988515,[0,0, 0]],[1528988517,[0,0, 0]],[1528988520,[0,0, 0]],[1528988522,[0,0, 0]],[1528988524,[0,0, 0]],[1528988527,[0,0, 0]],[1528988529,[0,0, 0]],[1528988532,[0,0, 0]],[1528988534,[0,0, 0]],[1528988537,[0,0, 0]],[1528988539,[0,0, 0]],[1528988541,[0,0, 0]],[1528988544,[0,0, 0]],[1528988546,[0,0, 0]],[1528988549,[0,0, 0]],[1528988551,[0,0, 0]],[1528988553,[0,0, 0]],[1528988556,[0,0, 0]],[1528988558,[0,0, 0]],[1528988561,[0,0, 0]],[1528988563,[0,0, 0]],[1528988565,[0,0, 0]],[1528988568,[0,0, 0]],[1528988570,[0,0, 0]],[1528988573,[0,0, 0]],[1528988575,[0,0, 0]],[1528988578,[0,0, 0]],[1528988580,[0,0, 0]],[1528988582,[0,0, 0]],[1528988585,[0,0, 0]],[1528988587,[0,0, 0]],[1528988590,[0,0, 0]],[1528988592,[0,0, 0]],[1528988594,[0,0, 0]],[1528988597,[0,0, 0]],[1528988599,[0,0, 0]],[1528988602,[0,0, 0]],[1528988604,[0,0, 0]],[1528988606,[0,0, 0]],[1528988609,[0,0, 0]],[1528988611,[0,0, 0]],[1528988614,[0,0, 0]],[1528988616,[0,0, 0]],[1528988618,[0,0, 0]],[1528988621,[0,0, 0]],[1528988623,[23,0, 23]],[1528988626,[39,0, 39]],[1528988628,[0,0, 0]],[1528988631,[0,0, 0]],[1528988633,[0,0, 0]],[1528988635,[0,0, 0]],[1528988638,[0,0, 0]],[1528988640,[0,0, 0]],[1528988643,[0,0, 0]],[1528988645,[0,0, 0]],[1528988647,[0,0, 0]],[1528988650,[0,0, 0]],[1528988652,[0,0, 0]],[1528988655,[0,0, 0]],[1528988657,[0,0, 0]],[1528988659,[0,0, 0]],[1528988662,[0,0, 0]],[1528988664,[0,0, 0]],[1528988667,[0,0, 0]],[1528988669,[0,0, 0]],[1528988671,[0,0, 0]],[1528988674,[0,0, 0]],[1528988676,[0,0, 0]],[1528988679,[0,0, 0]],[1528988681,[0,0, 0]],[1528988684,[0,0, 0]],[1528988686,[0,0, 0]],[1528988688,[0,0, 0]],[1528988691,[0,0, 0]],[1528988693,[0,0, 0]],[1528988696,[0,0, 0]],[1528988698,[0,0, 0]],[1528988700,[0,0, 0]],[1528988703,[0,0, 0]],[1528988705,[0,0, 0]],[1528988708,[0,0, 0]],[1528988710,[0,0, 0]],[1528988712,[0,0, 0]],[1528988715,[0,0, 0]],[1528988717,[0,0, 0]],[1528988720,[0,0, 0]],[1528988722,[0,0, 0]],[1528988725,[0,0, 0]],[1528988727,[0,0, 0]],[1528988729,[0,0, 0]],[1528988732,[0,0, 0]],[1528988734,[0,0, 0]],[1528988737,[0,0, 0]],[1528988739,[0,0, 0]],[1528988741,[0,0, 0]],[1528988744,[0,0, 0]],[1528988746,[0,0, 0]],[1528988749,[0,0, 0]],[1528988751,[0,0, 0]],[1528988753,[0,0, 0]],[1528988756,[0,0, 0]],[1528988758,[0,0, 0]],[1528988761,[0,0, 0]],[1528988763,[0,0, 0]],[1528988765,[0,0, 0]],[1528988768,[0,0, 0]],[1528988770,[0,0, 0]],[1528988773,[0,0, 0]],[1528988775,[0,0, 0]],[1528988778,[0,0, 0]],[1528988780,[0,0, 0]],[1528988782,[0,0, 0]],[1528988785,[0,0, 0]],[1528988787,[0,0, 0]],[1528988790,[0,0, 0]],[1528988792,[0,0, 0]],[1528988794,[0,0, 0]],[1528988797,[0,0, 0]],[1528988799,[0,0, 0]],[1528988802,[0,0, 0]],[1528988804,[0,0, 0]],[1528988806,[0,0, 0]],[1528988809,[0,0, 0]],[1528988811,[0,0, 0]],[1528988814,[0,0, 0]],[1528988816,[0,0, 0]],[1528988819,[0,0, 0]],[1528988821,[0,0, 0]],[1528988823,[0,0, 0]],[1528988826,[0,0, 0]],[1528988828,[0,0, 0]],[1528988831,[0,0, 0]],[1528988833,[0,0, 0]],[1528988835,[0,0, 0]],[1528988838,[0,0, 0]],[1528988840,[0,0, 0]],[1528988843,[0,0, 0]],[1528988845,[0,0, 0]],[1528988847,[0,0, 0]],[1528988850,[0,0, 0]],[1528988852,[0,0, 0]],[1528988855,[0,0, 0]],[1528988857,[0,0, 0]],[1528988859,[0,0, 0]],[1528988862,[0,0, 0]],[1528988864,[0,0, 0]],[1528988867,[0,0, 0]],[1528988869,[0,0, 0]],[1528988872,[0,0, 0]],[1528988874,[0,0, 0]],[1528988876,[0,0, 0]],[1528988879,[0,0, 0]],[1528988881,[0,0, 0]],[1528988884,[0,0, 0]],[1528988886,[0,0, 0]],[1528988888,[0,0, 0]],[1528988891,[0,0, 0]],[1528988893,[0,0, 0]],[1528988896,[0,0, 0]],[1528988898,[0,0, 0]],[1528988900,[0,0, 0]],[1528988903,[0,0, 0]],[1528988905,[0,0, 0]],[1528988908,[0,0, 0]],[1528988910,[0,0, 0]],[1528988912,[0,0, 0]],[1528988915,[0,0, 0]],[1528988917,[0,0, 0]],[1528988920,[0,0, 0]],[1528988922,[0,0, 0]],[1528988925,[0,0, 0]],[1528988927,[0,0, 0]],[1528988929,[0,0, 0]],[1528988932,[0,0, 0]],[1528988934,[0,0, 0]],[1528988937,[0,0, 0]],[1528988939,[0,0, 0]],[1528988941,[0,0, 0]],[1528988944,[0,0, 0]],[1528988946,[0,0, 0]],[1528988949,[0,0, 0]],[1528988951,[0,0, 0]],[1528988953,[0,0, 0]],[1528988956,[0,0, 0]],[1528988958,[0,0, 0]],[1528988961,[0,0, 0]],[1528988963,[0,0, 0]],[1528988966,[0,0, 0]],[1528988968,[0,0, 0]],[1528988970,[0,0, 0]],[1528988973,[0,0, 0]],[1528988975,[0,0, 0]],[1528988978,[0,0, 0]],[1528988980,[0,0, 0]],[1528988982,[0,0, 0]],[1528988985,[0,0, 0]],[1528988987,[0,0, 0]],[1528988990,[0,0, 0]],[1528988992,[0,0, 0]],[1528988994,[0,0, 0]],[1528988997,[0,0, 0]],[1528988999,[0,0, 0]],[1528989002,[0,0, 0]],[1528989004,[0,0, 0]],[1528989006,[0,0, 0]],[1528989009,[0,0, 0]],[1528989011,[0,0, 0]],[1528989014,[0,0, 0]],[1528989016,[0,0, 0]],[1528989019,[0,0, 0]],[1528989021,[0,0, 0]],[1528989023,[0,0, 0]],[1528989026,[0,0, 0]],[1528989028,[0,0, 0]],[1528989031,[0,0, 0]],[1528989033,[0,0, 0]],[1528989035,[0,0, 0]],[1528989038,[0,0, 0]],[1528989040,[0,0, 0]],[1528989043,[0,0, 0]],[1528989045,[0,0, 0]],[1528989047,[0,0, 0]],[1528989050,[0,0, 0]],[1528989052,[0,0, 0]],[1528989055,[0,0, 0]],[1528989057,[0,0, 0]],[1528989060,[0,0, 0]],[1528989062,[0,0, 0]],[1528989064,[0,0, 0]],[1528989067,[0,0, 0]],[1528989069,[0,0, 0]],[1528989072,[0,0, 0]],[1528989074,[0,0, 0]],[1528989076,[0,0, 0]],[1528989079,[0,0, 0]],[1528989081,[0,0, 0]],[1528989084,[0,0, 0]],[1528989086,[0,0, 0]],[1528989088,[0,0, 0]],[1528989091,[0,0, 0]],[1528989093,[0,0, 0]],[1528989096,[0,0, 0]],[1528989098,[0,0, 0]],[1528989100,[0,0, 0]],[1528989103,[0,0, 0]],[1528989105,[0,0, 0]],[1528989108,[0,0, 0]],[1528989110,[0,0, 0]],[1528989113,[0,0, 0]],[1528989115,[0,0, 0]],[1528989117,[0,0, 0]],[1528989120,[0,0, 0]],[1528989122,[0,0, 0]],[1528989125,[0,0, 0]],[1528989127,[0,0, 0]],[1528989129,[0,0, 0]],[1528989132,[0,0, 0]],[1528989134,[0,0, 0]],[1528989137,[0,0, 0]],[1528989139,[0,0, 0]],[1528989141,[0,0, 0]],[1528989144,[0,0, 0]],[1528989146,[0,0, 0]],[1528989149,[0,0, 0]],[1528989151,[0,0, 0]],[1528989153,[0,0, 0]],[1528989156,[0,0, 0]],[1528989158,[0,0, 0]],[1528989161,[0,0, 0]],[1528989163,[0,0, 0]],[1528989166,[0,0, 0]],[1528989168,[0,0, 0]],[1528989170,[0,0, 0]],[1528989173,[0,0, 0]],[1528989175,[0,0, 0]],[1528989178,[0,0, 0]],[1528989180,[0,0, 0]],[1528989182,[0,0, 0]],[1528989185,[0,0, 0]],[1528989187,[0,0, 0]],[1528989190,[0,0, 0]],[1528989192,[0,0, 0]],[1528989194,[0,0, 0]],[1528989197,[0,0, 0]],[1528989199,[0,0, 0]],[1528989202,[0,0, 0]],[1528989204,[0,0, 0]],[1528989207,[0,0, 0]],[1528989209,[0,0, 0]],[1528989211,[0,0, 0]],[1528989214,[0,0, 0]],[1528989216,[0,0, 0]],[1528989219,[0,0, 0]],[1528989221,[0,0, 0]],[1528989223,[0,0, 0]],[1528989226,[0,0, 0]],[1528989228,[0,0, 0]],[1528989231,[0,0, 0]],[1528989233,[0,0, 0]],[1528989235,[0,0, 0]],[1528989238,[0,0, 0]],[1528989240,[0,0, 0]],[1528989243,[0,0, 0]],[1528989245,[0,0, 0]],[1528989247,[0,0, 0]],[1528989250,[0,0, 0]],[1528989252,[0,0, 0]],[1528989255,[0,0, 0]],[1528989257,[0,0, 0]],[1528989260,[0,0, 0]],[1528989262,[0,0, 0]],[1528989264,[0,0, 0]],[1528989267,[0,0, 0]],[1528989269,[0,0, 0]],[1528989272,[0,0, 0]],[1528989274,[0,0, 0]],[1528989276,[0,0, 0]],[1528989279,[0,0, 0]],[1528989281,[0,0, 0]],[1528989284,[0,0, 0]],[1528989286,[0,0, 0]],[1528989288,[0,0, 0]],[1528989291,[0,0, 0]],[1528989293,[0,0, 0]],[1528989296,[0,0, 0]],[1528989298,[0,0, 0]],[1528989301,[0,0, 0]],[1528989303,[0,0, 0]],[1528989305,[0,0, 0]],[1528989308,[0,0, 0]],[1528989310,[0,0, 0]],[1528989313,[0,0, 0]],[1528989315,[0,0, 0]],[1528989317,[0,0, 0]],[1528989320,[0,0, 0]],[1528989322,[0,0, 0]],[1528989325,[0,0, 0]],[1528989327,[0,0, 0]],[1528989329,[0,0, 0]],[1528989332,[0,0, 0]],[1528989334,[0,0, 0]],[1528989337,[0,0, 0]],[1528989339,[0,0, 0]],[1528989341,[0,0, 0]],[1528989344,[0,0, 0]],[1528989346,[0,0, 0]],[1528989349,[0,0, 0]],[1528989351,[0,0, 0]],[1528989354,[0,0, 0]],[1528989356,[0,0, 0]],[1528989358,[0,0, 0]],[1528989361,[0,0, 0]],[1528989363,[0,0, 0]],[1528989366,[0,0, 0]],[1528989368,[0,0, 0]],[1528989370,[0,0, 0]],[1528989373,[0,0, 0]],[1528989375,[0,0, 0]],[1528989378,[0,0, 0]],[1528989380,[0,0, 0]],[1528989382,[0,0, 0]],[1528989385,[0,0, 0]],[1528989387,[0,0, 0]],[1528989390,[0,0, 0]],[1528989392,[0,0, 0]],[1528989394,[0,0, 0]],[1528989397,[0,0, 0]],[1528989399,[0,0, 0]],[1528989402,[0,0, 0]],[1528989404,[0,0, 0]],[1528989407,[0,0, 0]],[1528989409,[0,0, 0]],[1528989411,[0,0, 0]],[1528989414,[0,0, 0]],[1528989416,[0,0, 0]],[1528989419,[0,0, 0]],[1528989421,[0,0, 0]],[1528989423,[0,0, 0]],[1528989426,[0,0, 0]],[1528989428,[0,0, 0]],[1528989431,[0,0, 0]],[1528989433,[0,0, 0]],[1528989435,[0,0, 0]],[1528989438,[0,0, 0]],[1528989440,[0,0, 0]],[1528989443,[0,0, 0]],[1528989445,[0,0, 0]],[1528989448,[0,0, 0]],[1528989450,[0,0, 0]],[1528989452,[0,0, 0]],[1528989455,[0,0, 0]],[1528989457,[0,0, 0]],[1528989460,[0,0, 0]],[1528989462,[0,0, 0]],[1528989464,[0,0, 0]],[1528989467,[0,0, 0]],[1528989469,[0,0, 0]],[1528989472,[0,0, 0]],[1528989474,[0,0, 0]],[1528989476,[0,0, 0]],[1528989479,[0,0, 0]],[1528989481,[0,0, 0]],[1528989484,[0,0, 0]],[1528989486,[0,0, 0]],[1528989488,[0,0, 0]],[1528989491,[0,0, 0]],[1528989493,[0,0, 0]],[1528989496,[0,0, 0]],[1528989498,[0,0, 0]],[1528989501,[0,0, 0]],[1528989503,[0,0, 0]],[1528989505,[0,0, 0]],[1528989508,[0,0, 0]],[1528989510,[0,0, 0]],[1528989513,[0,0, 0]],[1528989515,[0,0, 0]],[1528989517,[0,0, 0]],[1528989520,[0,0, 0]],[1528989522,[0,0, 0]],[1528989525,[0,0, 0]],[1528989527,[0,0, 0]],[1528989529,[0,0, 0]],[1528989532,[0,0, 0]],[1528989534,[0,0, 0]],[1528989537,[0,0, 0]],[1528989539,[0,0, 0]],[1528989542,[0,0, 0]],[1528989544,[0,0, 0]],[1528989546,[0,0, 0]],[1528989549,[0,0, 0]],[1528989551,[0,0, 0]],[1528989554,[0,0, 0]],[1528989556,[0,0, 0]],[1528989558,[0,0, 0]],[1528989561,[0,0, 0]],[1528989563,[0,0, 0]],[1528989566,[0,0, 0]],[1528989568,[0,0, 0]],[1528989570,[0,0, 0]],[1528989573,[0,0, 0]],[1528989575,[0,0, 0]],[1528989578,[0,0, 0]],[1528989580,[0,0, 0]],[1528989582,[0,0, 0]],[1528989585,[0,0, 0]],[1528989587,[0,0, 0]],[1528989590,[0,0, 0]],[1528989592,[0,0, 0]],[1528989595,[0,0, 0]],[1528989597,[0,0, 0]],[1528989599,[0,0, 0]],[1528989602,[0,0, 0]],[1528989604,[0,0, 0]],[1528989607,[0,0, 0]],[1528989609,[0,0, 0]],[1528989611,[0,0, 0]],[1528989614,[0,0, 0]],[1528989616,[0,0, 0]],[1528989619,[0,0, 0]],[1528989621,[0,0, 0]],[1528989623,[0,0, 0]],[1528989626,[0,0, 0]],[1528989628,[0,0, 0]],[1528989631,[0,0, 0]],[1528989633,[0,0, 0]],[1528989635,[0,0, 0]],[1528989638,[0,0, 0]],[1528989640,[0,0, 0]],[1528989643,[0,0, 0]],[1528989645,[0,0, 0]],[1528989648,[0,0, 0]],[1528989650,[0,0, 0]],[1528989652,[0,0, 0]],[1528989655,[0,0, 0]],[1528989657,[0,0, 0]],[1528989660,[0,0, 0]],[1528989662,[0,0, 0]],[1528989664,[0,0, 0]],[1528989667,[0,0, 0]],[1528989669,[0,0, 0]],[1528989672,[0,0, 0]],[1528989674,[0,0, 0]],[1528989676,[0,0, 0]],[1528989679,[0,0, 0]],[1528989681,[0,0, 0]],[1528989684,[0,0, 0]],[1528989686,[0,0, 0]],[1528989689,[0,0, 0]],[1528989691,[0,0, 0]],[1528989693,[0,0, 0]],[1528989696,[0,0, 0]],[1528989698,[0,0, 0]],[1528989701,[0,0, 0]],[1528989703,[0,0, 0]],[1528989705,[0,0, 0]],[1528989708,[0,0, 0]],[1528989710,[0,0, 0]],[1528989713,[0,0, 0]],[1528989715,[0,0, 0]],[1528989717,[0,0, 0]],[1528989720,[0,0, 0]],[1528989722,[0,0, 0]],[1528989725,[0,0, 0]],[1528989727,[0,0, 0]],[1528989729,[0,0, 0]],[1528989732,[0,0, 0]],[1528989734,[0,0, 0]],[1528989737,[0,0, 0]],[1528989739,[0,0, 0]],[1528989742,[0,0, 0]],[1528989744,[0,0, 0]],[1528989746,[0,0, 0]],[1528989749,[0,0, 0]],[1528989751,[0,0, 0]],[1528989754,[0,0, 0]],[1528989756,[0,0, 0]],[1528989758,[0,0, 0]],[1528989761,[0,0, 0]],[1528989763,[0,0, 0]],[1528989766,[0,0, 0]],[1528989768,[0,0, 0]],[1528989770,[0,0, 0]],[1528989773,[0,0, 0]],[1528989775,[0,0, 0]],[1528989778,[0,0, 0]],[1528989780,[0,0, 0]],[1528989783,[0,0, 0]],[1528989785,[0,0, 0]],[1528989787,[0,0, 0]],[1528989790,[0,0, 0]],[1528989792,[0,0, 0]],[1528989795,[0,0, 0]],[1528989797,[0,0, 0]],[1528989799,[0,0, 0]],[1528989802,[0,0, 0]],[1528989804,[0,0, 0]],[1528989807,[0,0, 0]],[1528989809,[0,0, 0]],[1528989811,[0,0, 0]],[1528989814,[0,0, 0]],[1528989816,[0,0, 0]],[1528989819,[0,0, 0]],[1528989821,[0,0, 0]],[1528989823,[17,0, 17]],[1528989826,[4,0, 4]],[1528989828,[0,0, 0]],[1528989831,[0,0, 0]]]);
var requestsChart = new Highcharts.StockChart({
chart: {
renderTo: 'container_responses',
zoomType: 'x'
},
credits: { enabled: false },
legend: {
enabled: true,
floating: true,
itemDistance: 10,
y: -285,
borderWidth: 0,
itemStyle: { fontWeight: "normal" }
},
title: { text: 'A title to let highcharts reserve the place for the title set later' },
rangeSelector: {
buttonSpacing: 0,
buttonTheme: {
fill: 'LightGrey',
padding: 1,
stroke: 'Black',
'stroke-width': 0.25,
style: {
color: 'Black',
fontWeight: 'bold',
},
states: {
stroke: 'Black',
'stroke-width': 0.25,
hover: {
fill: 'DarkGrey',
style: { color: 'black' }
},
select: {
fill: 'DarkOrange',
style: { color: 'white' }
}
}
},
buttons : [
{
type : 'minute',
count : 1,
text : '1m'
}, {
type : 'minute',
count : 10,
text : '10m'
}, {
type : 'hour',
count : 1,
text : '1h'
}, {
type : 'all',
count : 1,
text : 'All'
}
],
selected : 3,
inputEnabled : false
},
plotOptions: {
series: {
dataGrouping: { enabled: false }
},
area: {
stacking: 'normal'
}
},
xAxis: {
type: 'datetime',
ordinal: false,
maxZoom: 10000 // three days
},
yAxis:[
{
min: 0,
title: {
text: 'Number of responses',
style: { color: '#4572A7' }
},
opposite: false
}, {
min: 0,
title: {
text: 'Active Users',
style: { color: '#FF9D00' }
},
opposite: true
}
],
series: [
{
color: '#4572A7',
name: 'All',
data: container_responses[0],
tooltip: { yDecimals: 0, ySuffix: '', valueDecimals: 0 }
},
{
color: '#FF0000',
name: 'KO',
data: container_responses[1],
tooltip: { yDecimals: 0, ySuffix: '', valueDecimals: 0 }
,type: 'area'},
{
color: '#A0B228',
name: 'OK',
data: container_responses[2],
tooltip: { yDecimals: 0, ySuffix: '', valueDecimals: 0 }
,type: 'area'},
allUsersData,
{
type: 'pie',
name: 'Distribution',
data: [
{name: 'OK', y: 104.0, color: '#A0B228'},{name: 'KO', y: 0.0, color: '#FF0000'}
],
center: [775, -40],
size: 70,
showInLegend: false,
dataLabels: { enabled: false },
dataGrouping: { enabled: false }
}
]
});
requestsChart.setTitle({
text: '<span class="chart_title">Number of responses per second</span>',
useHTML: true
});
var scatterChart = new Highcharts.Chart({
chart: {
renderTo: 'container_response_time_dispersion',
defaultSeriesType: 'scatter',
zoomType: 'xy'
},
credits: { enabled: false },
xAxis: {
title: {
enabled: true,
text: 'Global number of requests per second',
style: { fontWeight: 'bold' }
},
startOnTick: true,
endOnTick: true,
showLastLabel: true,
min: 0
},
title: { text: 'A title to let highcharts reserve the place for the title set later' },
yAxis: {
min: 0,
title: { text: 'Response Time' }
},
tooltip: {
formatter: function() {
return ''+ this.y +' ms at ' + this.x + ' allreq/s';
}
},
legend: {
layout: 'vertical',
align: 'left',
verticalAlign: 'top',
x: 80,
y: 10,
floating: true,
backgroundColor: '#FFFFFF',
borderWidth: 1,
borderRadius: 3,
itemStyle: {
fontWeight: "normal",
color: "#274B6D"
}
},
plotOptions: {
scatter: {
marker: {
radius: 3,
states: {
hover: {
enabled: true,
lineColor: 'rgb(100,100,100)'
}
}
},
states: {
hover: {
marker: { enabled: false }
}
}
}
},
series: [
{
type: 'scatter',
color: 'rgba(69, 114, 167, .2)',
name: 'OK',
data: [
[23,1908],[29,386],[66,2359]
]},
{
type: 'scatter',
color: 'rgba(255, 0, 0, .2)',
name: 'KO',
data: [
[]
]}
]
});
scatterChart.setTitle({
text: '<span class="chart_title">Response Time against Global RPS</span>',
useHTML: true
});
});
</script>
</body>
</html>