-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathfull-report-redis.log
More file actions
786 lines (786 loc) · 64.3 KB
/
full-report-redis.log
File metadata and controls
786 lines (786 loc) · 64.3 KB
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
Change only number of rows
Entity rows: 1; Features: 50; Concurrency: 5; RPS: 10
vegeta attack -format json -targets requests-1-50.json -connections 5 -duration 1m -rate 10/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 600, 10.02, 10.02
Duration [total, attack, wait] 59.909s, 59.9s, 8.948ms
Latencies [min, mean, 50, 90, 95, 99, max] 8.358ms, 8.934ms, 8.764ms, 9.041ms, 9.202ms, 15.262ms, 15.468ms
Bytes In [total, mean] 3014615, 5024.36
Bytes Out [total, mean] 43131, 71.89
Success [ratio] 100.00%
Status Codes [code:count] 200:600
Error Set:
Entity rows: 10; Features: 50; Concurrency: 5; RPS: 10
vegeta attack -format json -targets requests-10-50.json -connections 5 -duration 1m -rate 10/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 600, 10.02, 10.01
Duration [total, attack, wait] 59.919s, 59.9s, 18.823ms
Latencies [min, mean, 50, 90, 95, 99, max] 17.217ms, 18.344ms, 18.333ms, 18.785ms, 18.919ms, 19.226ms, 19.918ms
Bytes In [total, mean] 13460685, 22434.47
Bytes Out [total, mean] 74967, 124.94
Success [ratio] 100.00%
Status Codes [code:count] 200:600
Error Set:
Entity rows: 20; Features: 50; Concurrency: 5; RPS: 10
vegeta attack -format json -targets requests-20-50.json -connections 5 -duration 1m -rate 10/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 600, 10.02, 10.01
Duration [total, attack, wait] 59.928s, 59.9s, 28.347ms
Latencies [min, mean, 50, 90, 95, 99, max] 27.376ms, 29.46ms, 28.537ms, 29.216ms, 29.476ms, 63.773ms, 68.438ms
Bytes In [total, mean] 25066279, 41777.13
Bytes Out [total, mean] 110295, 183.82
Success [ratio] 100.00%
Status Codes [code:count] 200:600
Error Set:
Entity rows: 30; Features: 50; Concurrency: 5; RPS: 10
vegeta attack -format json -targets requests-30-50.json -connections 5 -duration 1m -rate 10/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 600, 10.02, 10.01
Duration [total, attack, wait] 59.939s, 59.9s, 38.636ms
Latencies [min, mean, 50, 90, 95, 99, max] 36.914ms, 38.727ms, 38.74ms, 39.492ms, 39.717ms, 40.078ms, 40.618ms
Bytes In [total, mean] 36672958, 61121.60
Bytes Out [total, mean] 145545, 242.57
Success [ratio] 100.00%
Status Codes [code:count] 200:600
Error Set:
Entity rows: 40; Features: 50; Concurrency: 5; RPS: 10
vegeta attack -format json -targets requests-40-50.json -connections 5 -duration 1m -rate 10/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 600, 10.02, 10.01
Duration [total, attack, wait] 59.949s, 59.9s, 48.821ms
Latencies [min, mean, 50, 90, 95, 99, max] 47.062ms, 48.835ms, 48.839ms, 49.706ms, 49.95ms, 50.522ms, 50.875ms
Bytes In [total, mean] 48279256, 80465.43
Bytes Out [total, mean] 180891, 301.49
Success [ratio] 100.00%
Status Codes [code:count] 200:600
Error Set:
Entity rows: 50; Features: 50; Concurrency: 5; RPS: 10
vegeta attack -format json -targets requests-50-50.json -connections 5 -duration 1m -rate 10/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 600, 10.02, 10.01
Duration [total, attack, wait] 59.959s, 59.9s, 59.065ms
Latencies [min, mean, 50, 90, 95, 99, max] 56.336ms, 59.717ms, 58.972ms, 60.179ms, 60.61ms, 93.902ms, 99.025ms
Bytes In [total, mean] 59886578, 99810.96
Bytes Out [total, mean] 216266, 360.44
Success [ratio] 100.00%
Status Codes [code:count] 200:600
Error Set:
Entity rows: 60; Features: 50; Concurrency: 5; RPS: 10
vegeta attack -format json -targets requests-60-50.json -connections 5 -duration 1m -rate 10/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 600, 10.02, 10.01
Duration [total, attack, wait] 59.969s, 59.9s, 69.056ms
Latencies [min, mean, 50, 90, 95, 99, max] 66.467ms, 70.542ms, 68.979ms, 70.604ms, 71.914ms, 104.547ms, 108.781ms
Bytes In [total, mean] 71492255, 119153.76
Bytes Out [total, mean] 251560, 419.27
Success [ratio] 100.00%
Status Codes [code:count] 200:600
Error Set:
Entity rows: 70; Features: 50; Concurrency: 5; RPS: 10
vegeta attack -format json -targets requests-70-50.json -connections 5 -duration 1m -rate 10/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 600, 10.02, 10.00
Duration [total, attack, wait] 59.98s, 59.9s, 79.74ms
Latencies [min, mean, 50, 90, 95, 99, max] 76.02ms, 80.223ms, 79.18ms, 80.689ms, 81.458ms, 115.029ms, 126.947ms
Bytes In [total, mean] 83099715, 138499.52
Bytes Out [total, mean] 286864, 478.11
Success [ratio] 100.00%
Status Codes [code:count] 200:600
Error Set:
Entity rows: 80; Features: 50; Concurrency: 5; RPS: 10
vegeta attack -format json -targets requests-80-50.json -connections 5 -duration 1m -rate 10/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 600, 10.02, 10.00
Duration [total, attack, wait] 59.991s, 59.9s, 90.928ms
Latencies [min, mean, 50, 90, 95, 99, max] 86.165ms, 91.325ms, 89.444ms, 91.376ms, 113.373ms, 128.168ms, 140.094ms
Bytes In [total, mean] 94705770, 157842.95
Bytes Out [total, mean] 322334, 537.22
Success [ratio] 100.00%
Status Codes [code:count] 200:600
Error Set:
Entity rows: 90; Features: 50; Concurrency: 5; RPS: 10
vegeta attack -format json -targets requests-90-50.json -connections 5 -duration 1m -rate 10/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 600, 10.02, 10.00
Duration [total, attack, wait] 1m0s, 59.9s, 100.175ms
Latencies [min, mean, 50, 90, 95, 99, max] 96.32ms, 102.007ms, 99.774ms, 102.077ms, 133.356ms, 140.822ms, 152.039ms
Bytes In [total, mean] 106311064, 177185.11
Bytes Out [total, mean] 357533, 595.89
Success [ratio] 100.00%
Status Codes [code:count] 200:600
Error Set:
Entity rows: 100; Features: 50; Concurrency: 5; RPS: 10
vegeta attack -format json -targets requests-100-50.json -connections 5 -duration 1m -rate 10/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 600, 10.02, 10.00
Duration [total, attack, wait] 1m0s, 59.9s, 109.539ms
Latencies [min, mean, 50, 90, 95, 99, max] 105.814ms, 113.73ms, 110.196ms, 121.38ms, 145.053ms, 162.973ms, 167.886ms
Bytes In [total, mean] 117918445, 196530.74
Bytes Out [total, mean] 392937, 654.89
Success [ratio] 100.00%
Status Codes [code:count] 200:600
Error Set:
Change only number of features
Entity rows: 1; Features: 50; Concurrency: 5; RPS: 10
vegeta attack -format json -targets requests-1-50.json -connections 5 -duration 1m -rate 10/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 600, 10.02, 10.02
Duration [total, attack, wait] 59.909s, 59.9s, 8.819ms
Latencies [min, mean, 50, 90, 95, 99, max] 8.352ms, 9.075ms, 8.721ms, 8.944ms, 9.076ms, 26.105ms, 43.745ms
Bytes In [total, mean] 3014694, 5024.49
Bytes Out [total, mean] 43125, 71.88
Success [ratio] 100.00%
Status Codes [code:count] 200:600
Error Set:
Entity rows: 1; Features: 100; Concurrency: 5; RPS: 10
vegeta attack -format json -targets requests-1-100.json -connections 5 -duration 1m -rate 10/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 600, 10.02, 10.01
Duration [total, attack, wait] 59.913s, 59.9s, 12.931ms
Latencies [min, mean, 50, 90, 95, 99, max] 12.04ms, 12.65ms, 12.692ms, 12.971ms, 13.139ms, 13.355ms, 13.729ms
Bytes In [total, mean] 5952369, 9920.61
Bytes Out [total, mean] 43140, 71.90
Success [ratio] 100.00%
Status Codes [code:count] 200:600
Error Set:
Entity rows: 1; Features: 150; Concurrency: 5; RPS: 10
vegeta attack -format json -targets requests-1-150.json -connections 5 -duration 1m -rate 10/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 600, 10.02, 10.01
Duration [total, attack, wait] 59.916s, 59.9s, 16.409ms
Latencies [min, mean, 50, 90, 95, 99, max] 15.823ms, 16.632ms, 16.713ms, 17.098ms, 17.349ms, 17.582ms, 18.189ms
Bytes In [total, mean] 8920929, 14868.22
Bytes Out [total, mean] 43127, 71.88
Success [ratio] 100.00%
Status Codes [code:count] 200:600
Error Set:
Entity rows: 1; Features: 200; Concurrency: 5; RPS: 10
vegeta attack -format json -targets requests-1-200.json -connections 5 -duration 1m -rate 10/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 600, 10.02, 10.01
Duration [total, attack, wait] 59.921s, 59.9s, 20.967ms
Latencies [min, mean, 50, 90, 95, 99, max] 19.723ms, 20.94ms, 20.918ms, 21.254ms, 21.357ms, 21.979ms, 59.441ms
Bytes In [total, mean] 11888260, 19813.77
Bytes Out [total, mean] 43157, 71.93
Success [ratio] 100.00%
Status Codes [code:count] 200:600
Error Set:
Entity rows: 1; Features: 250; Concurrency: 5; RPS: 10
vegeta attack -format json -targets requests-1-250.json -connections 5 -duration 1m -rate 10/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 600, 10.02, 10.01
Duration [total, attack, wait] 59.925s, 59.9s, 25.232ms
Latencies [min, mean, 50, 90, 95, 99, max] 23.567ms, 25.616ms, 25.028ms, 25.503ms, 26.098ms, 60.24ms, 65.904ms
Bytes In [total, mean] 14856299, 24760.50
Bytes Out [total, mean] 43125, 71.88
Success [ratio] 100.00%
Status Codes [code:count] 200:600
Error Set:
Change only number of requests
Entity rows: 1; Features: 50; Concurrency: 5; RPS: 10
vegeta attack -format json -targets requests-1-50.json -connections 5 -duration 1m -rate 10/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 600, 10.02, 10.02
Duration [total, attack, wait] 59.909s, 59.9s, 8.957ms
Latencies [min, mean, 50, 90, 95, 99, max] 8.331ms, 8.7ms, 8.694ms, 8.911ms, 9.005ms, 9.305ms, 9.716ms
Bytes In [total, mean] 3014741, 5024.57
Bytes Out [total, mean] 43136, 71.89
Success [ratio] 100.00%
Status Codes [code:count] 200:600
Error Set:
Entity rows: 1; Features: 50; Concurrency: 5; RPS: 20
vegeta attack -format json -targets requests-1-50.json -connections 5 -duration 1m -rate 20/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 1200, 20.02, 20.01
Duration [total, attack, wait] 59.959s, 59.95s, 8.791ms
Latencies [min, mean, 50, 90, 95, 99, max] 8.157ms, 8.692ms, 8.636ms, 8.844ms, 8.922ms, 9.098ms, 43.626ms
Bytes In [total, mean] 6029158, 5024.30
Bytes Out [total, mean] 86275, 71.90
Success [ratio] 100.00%
Status Codes [code:count] 200:1200
Error Set:
Entity rows: 1; Features: 50; Concurrency: 5; RPS: 30
vegeta attack -format json -targets requests-1-50.json -connections 5 -duration 1m -rate 30/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 1800, 30.02, 30.01
Duration [total, attack, wait] 59.976s, 59.967s, 8.938ms
Latencies [min, mean, 50, 90, 95, 99, max] 8.157ms, 8.729ms, 8.582ms, 8.826ms, 8.919ms, 9.44ms, 44.321ms
Bytes In [total, mean] 9043898, 5024.39
Bytes Out [total, mean] 129393, 71.89
Success [ratio] 100.00%
Status Codes [code:count] 200:1800
Error Set:
Entity rows: 1; Features: 50; Concurrency: 5; RPS: 40
vegeta attack -format json -targets requests-1-50.json -connections 5 -duration 1m -rate 40/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 2400, 40.02, 40.01
Duration [total, attack, wait] 59.984s, 59.975s, 8.981ms
Latencies [min, mean, 50, 90, 95, 99, max] 8.116ms, 8.549ms, 8.535ms, 8.736ms, 8.815ms, 8.958ms, 43.681ms
Bytes In [total, mean] 12058903, 5024.54
Bytes Out [total, mean] 172533, 71.89
Success [ratio] 100.00%
Status Codes [code:count] 200:2400
Error Set:
Entity rows: 1; Features: 50; Concurrency: 5; RPS: 50
vegeta attack -format json -targets requests-1-50.json -connections 5 -duration 1m -rate 50/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 3000, 50.02, 50.01
Duration [total, attack, wait] 59.989s, 59.98s, 8.523ms
Latencies [min, mean, 50, 90, 95, 99, max] 8.169ms, 8.613ms, 8.511ms, 8.726ms, 8.81ms, 8.974ms, 49.363ms
Bytes In [total, mean] 15074035, 5024.68
Bytes Out [total, mean] 215678, 71.89
Success [ratio] 100.00%
Status Codes [code:count] 200:3000
Error Set:
Entity rows: 1; Features: 50; Concurrency: 5; RPS: 60
vegeta attack -format json -targets requests-1-50.json -connections 5 -duration 1m -rate 60/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 3600, 60.02, 60.01
Duration [total, attack, wait] 59.992s, 59.983s, 8.44ms
Latencies [min, mean, 50, 90, 95, 99, max] 8.041ms, 8.574ms, 8.495ms, 8.686ms, 8.757ms, 8.941ms, 50.611ms
Bytes In [total, mean] 18087757, 5024.38
Bytes Out [total, mean] 258764, 71.88
Success [ratio] 100.00%
Status Codes [code:count] 200:3600
Error Set:
Entity rows: 1; Features: 50; Concurrency: 5; RPS: 70
vegeta attack -format json -targets requests-1-50.json -connections 5 -duration 1m -rate 70/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 4200, 70.02, 70.01
Duration [total, attack, wait] 59.994s, 59.986s, 8.161ms
Latencies [min, mean, 50, 90, 95, 99, max] 8.087ms, 8.621ms, 8.488ms, 8.683ms, 8.756ms, 8.939ms, 61.752ms
Bytes In [total, mean] 21102585, 5024.43
Bytes Out [total, mean] 301933, 71.89
Success [ratio] 100.00%
Status Codes [code:count] 200:4200
Error Set:
Entity rows: 1; Features: 50; Concurrency: 5; RPS: 80
vegeta attack -format json -targets requests-1-50.json -connections 5 -duration 1m -rate 80/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 4800, 80.02, 80.01
Duration [total, attack, wait] 59.996s, 59.987s, 8.573ms
Latencies [min, mean, 50, 90, 95, 99, max] 8.089ms, 8.603ms, 8.535ms, 8.73ms, 8.791ms, 8.94ms, 51.512ms
Bytes In [total, mean] 24116820, 5024.34
Bytes Out [total, mean] 345022, 71.88
Success [ratio] 100.00%
Status Codes [code:count] 200:4800
Error Set:
Entity rows: 1; Features: 50; Concurrency: 5; RPS: 90
vegeta attack -format json -targets requests-1-50.json -connections 5 -duration 1m -rate 90/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 5400, 90.02, 90.00
Duration [total, attack, wait] 59.997s, 59.989s, 8.26ms
Latencies [min, mean, 50, 90, 95, 99, max] 8.1ms, 8.628ms, 8.533ms, 8.74ms, 8.817ms, 8.986ms, 49.36ms
Bytes In [total, mean] 27132059, 5024.46
Bytes Out [total, mean] 388111, 71.87
Success [ratio] 100.00%
Status Codes [code:count] 200:5400
Error Set:
Entity rows: 1; Features: 50; Concurrency: 5; RPS: 100
vegeta attack -format json -targets requests-1-50.json -connections 5 -duration 1m -rate 100/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 6000, 100.02, 100.00
Duration [total, attack, wait] 59.998s, 59.99s, 8.133ms
Latencies [min, mean, 50, 90, 95, 99, max] 8.133ms, 8.636ms, 8.539ms, 8.744ms, 8.823ms, 9ms, 51.409ms
Bytes In [total, mean] 30146480, 5024.41
Bytes Out [total, mean] 431357, 71.89
Success [ratio] 100.00%
Status Codes [code:count] 200:6000
Error Set:
Entity rows: 1; Features: 250; Concurrency: 5; RPS: 10
vegeta attack -format json -targets requests-1-250.json -connections 5 -duration 1m -rate 10/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 600, 10.02, 10.01
Duration [total, attack, wait] 59.924s, 59.9s, 23.919ms
Latencies [min, mean, 50, 90, 95, 99, max] 23.513ms, 25.375ms, 24.991ms, 25.574ms, 26.04ms, 58.809ms, 64.566ms
Bytes In [total, mean] 14855588, 24759.31
Bytes Out [total, mean] 43134, 71.89
Success [ratio] 100.00%
Status Codes [code:count] 200:600
Error Set:
Entity rows: 1; Features: 250; Concurrency: 5; RPS: 20
vegeta attack -format json -targets requests-1-250.json -connections 5 -duration 1m -rate 20/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 1200, 20.02, 20.01
Duration [total, attack, wait] 59.975s, 59.95s, 25.011ms
Latencies [min, mean, 50, 90, 95, 99, max] 23.312ms, 25.372ms, 24.845ms, 25.502ms, 25.974ms, 59.492ms, 61.977ms
Bytes In [total, mean] 29713431, 24761.19
Bytes Out [total, mean] 86232, 71.86
Success [ratio] 100.00%
Status Codes [code:count] 200:1200
Error Set:
Entity rows: 1; Features: 250; Concurrency: 5; RPS: 30
vegeta attack -format json -targets requests-1-250.json -connections 5 -duration 1m -rate 30/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 1800, 30.02, 30.00
Duration [total, attack, wait] 59.991s, 59.967s, 24.065ms
Latencies [min, mean, 50, 90, 95, 99, max] 23.332ms, 25.465ms, 24.831ms, 25.462ms, 25.929ms, 60.568ms, 71.028ms
Bytes In [total, mean] 44568628, 24760.35
Bytes Out [total, mean] 129411, 71.89
Success [ratio] 100.00%
Status Codes [code:count] 200:1800
Error Set:
Entity rows: 1; Features: 250; Concurrency: 5; RPS: 40
vegeta attack -format json -targets requests-1-250.json -connections 5 -duration 1m -rate 40/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 2400, 40.02, 40.00
Duration [total, attack, wait] 59.999s, 59.975s, 24.03ms
Latencies [min, mean, 50, 90, 95, 99, max] 23.263ms, 25.53ms, 24.838ms, 25.476ms, 26.046ms, 60.993ms, 74.208ms
Bytes In [total, mean] 59424567, 24760.24
Bytes Out [total, mean] 172528, 71.89
Success [ratio] 100.00%
Status Codes [code:count] 200:2400
Error Set:
Entity rows: 1; Features: 250; Concurrency: 5; RPS: 50
vegeta attack -format json -targets requests-1-250.json -connections 5 -duration 1m -rate 50/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 3000, 50.02, 50.00
Duration [total, attack, wait] 1m0s, 59.98s, 24.48ms
Latencies [min, mean, 50, 90, 95, 99, max] 23.311ms, 26.096ms, 25ms, 27.995ms, 29.596ms, 61.907ms, 82.909ms
Bytes In [total, mean] 74280048, 24760.02
Bytes Out [total, mean] 215670, 71.89
Success [ratio] 100.00%
Status Codes [code:count] 200:3000
Error Set:
Entity rows: 1; Features: 250; Concurrency: 5; RPS: 60
vegeta attack -format json -targets requests-1-250.json -connections 5 -duration 1m -rate 60/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 3600, 60.02, 59.99
Duration [total, attack, wait] 1m0s, 59.983s, 25.162ms
Latencies [min, mean, 50, 90, 95, 99, max] 23.377ms, 26.182ms, 25.041ms, 27.862ms, 29.647ms, 62.294ms, 81.571ms
Bytes In [total, mean] 89139976, 24761.10
Bytes Out [total, mean] 258767, 71.88
Success [ratio] 100.00%
Status Codes [code:count] 200:3600
Error Set:
Entity rows: 1; Features: 250; Concurrency: 5; RPS: 70
vegeta attack -format json -targets requests-1-250.json -connections 5 -duration 1m -rate 70/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 4200, 70.02, 69.99
Duration [total, attack, wait] 1m0s, 59.986s, 23.356ms
Latencies [min, mean, 50, 90, 95, 99, max] 23.292ms, 26.742ms, 25.186ms, 29.471ms, 30.753ms, 64.096ms, 74.228ms
Bytes In [total, mean] 103992726, 24760.17
Bytes Out [total, mean] 301958, 71.89
Success [ratio] 100.00%
Status Codes [code:count] 200:4200
Error Set:
Entity rows: 1; Features: 250; Concurrency: 5; RPS: 80
vegeta attack -format json -targets requests-1-250.json -connections 5 -duration 1m -rate 80/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 4800, 80.02, 79.98
Duration [total, attack, wait] 1m0s, 59.987s, 23.839ms
Latencies [min, mean, 50, 90, 95, 99, max] 23.326ms, 27.101ms, 25.355ms, 30.272ms, 31.572ms, 64.821ms, 82.08ms
Bytes In [total, mean] 118853712, 24761.19
Bytes Out [total, mean] 344904, 71.86
Success [ratio] 100.00%
Status Codes [code:count] 200:4800
Error Set:
Entity rows: 1; Features: 250; Concurrency: 5; RPS: 90
vegeta attack -format json -targets requests-1-250.json -connections 5 -duration 1m -rate 90/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 5400, 90.02, 89.98
Duration [total, attack, wait] 1m0s, 59.989s, 25.16ms
Latencies [min, mean, 50, 90, 95, 99, max] 23.365ms, 27.208ms, 25.56ms, 30.266ms, 32.031ms, 64.396ms, 80.703ms
Bytes In [total, mean] 133707798, 24760.70
Bytes Out [total, mean] 388238, 71.90
Success [ratio] 100.00%
Status Codes [code:count] 200:5400
Error Set:
Entity rows: 1; Features: 250; Concurrency: 5; RPS: 100
vegeta attack -format json -targets requests-1-250.json -connections 5 -duration 1m -rate 100/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 6000, 100.02, 99.98
Duration [total, attack, wait] 1m0s, 59.99s, 23.577ms
Latencies [min, mean, 50, 90, 95, 99, max] 23.411ms, 27.58ms, 25.626ms, 31.331ms, 33.366ms, 66.063ms, 86.33ms
Bytes In [total, mean] 148565221, 24760.87
Bytes Out [total, mean] 431340, 71.89
Success [ratio] 100.00%
Status Codes [code:count] 200:6000
Error Set:
Entity rows: 100; Features: 50; Concurrency: 5; RPS: 10
vegeta attack -format json -targets requests-100-50.json -connections 5 -duration 1m -rate 10/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 600, 10.02, 10.00
Duration [total, attack, wait] 1m0s, 59.9s, 108.123ms
Latencies [min, mean, 50, 90, 95, 99, max] 106.947ms, 115.181ms, 110.692ms, 127.088ms, 146.058ms, 164.406ms, 168.657ms
Bytes In [total, mean] 117918214, 196530.36
Bytes Out [total, mean] 392897, 654.83
Success [ratio] 100.00%
Status Codes [code:count] 200:600
Error Set:
Entity rows: 100; Features: 50; Concurrency: 5; RPS: 20
vegeta attack -format json -targets requests-100-50.json -connections 5 -duration 1m -rate 20/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 1200, 20.02, 19.98
Duration [total, attack, wait] 1m0s, 59.95s, 108.788ms
Latencies [min, mean, 50, 90, 95, 99, max] 106.894ms, 118.072ms, 111.895ms, 139.76ms, 148.241ms, 165.257ms, 189.173ms
Bytes In [total, mean] 235835631, 196529.69
Bytes Out [total, mean] 785998, 655.00
Success [ratio] 100.00%
Status Codes [code:count] 200:1200
Error Set:
Entity rows: 100; Features: 50; Concurrency: 5; RPS: 30
vegeta attack -format json -targets requests-100-50.json -connections 5 -duration 1m -rate 30/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 1800, 30.02, 29.96
Duration [total, attack, wait] 1m0s, 59.967s, 111.772ms
Latencies [min, mean, 50, 90, 95, 99, max] 107.259ms, 124.851ms, 119.565ms, 147.627ms, 159.291ms, 179.496ms, 197.309ms
Bytes In [total, mean] 353757835, 196532.13
Bytes Out [total, mean] 1178265, 654.59
Success [ratio] 100.00%
Status Codes [code:count] 200:1800
Error Set:
Entity rows: 100; Features: 50; Concurrency: 5; RPS: 40
vegeta attack -format json -targets requests-100-50.json -connections 5 -duration 1m -rate 40/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 2400, 40.02, 39.93
Duration [total, attack, wait] 1m0s, 59.975s, 132.934ms
Latencies [min, mean, 50, 90, 95, 99, max] 107.656ms, 133.413ms, 130.29ms, 159.195ms, 170.227ms, 191.907ms, 212.404ms
Bytes In [total, mean] 471672561, 196530.23
Bytes Out [total, mean] 1572075, 655.03
Success [ratio] 100.00%
Status Codes [code:count] 200:2400
Error Set:
Entity rows: 100; Features: 50; Concurrency: 5; RPS: 50
vegeta attack -format json -targets requests-100-50.json -connections 5 -duration 1m -rate 50/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 3000, 50.02, 49.88
Duration [total, attack, wait] 1m0s, 59.98s, 162.312ms
Latencies [min, mean, 50, 90, 95, 99, max] 110.341ms, 150.68ms, 147.63ms, 181.625ms, 193.446ms, 216.123ms, 264.619ms
Bytes In [total, mean] 589590329, 196530.11
Bytes Out [total, mean] 1965312, 655.10
Success [ratio] 100.00%
Status Codes [code:count] 200:3000
Error Set:
Entity rows: 100; Features: 50; Concurrency: 5; RPS: 60
vegeta attack -format json -targets requests-100-50.json -connections 5 -duration 1m -rate 60/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 3600, 60.02, 59.86
Duration [total, attack, wait] 1m0s, 59.983s, 152.746ms
Latencies [min, mean, 50, 90, 95, 99, max] 115.883ms, 186.664ms, 184.001ms, 220.158ms, 235.917ms, 261.146ms, 336.301ms
Bytes In [total, mean] 707508057, 196530.02
Bytes Out [total, mean] 2357905, 654.97
Success [ratio] 100.00%
Status Codes [code:count] 200:3600
Error Set:
Entity rows: 100; Features: 50; Concurrency: 5; RPS: 70
vegeta attack -format json -targets requests-100-50.json -connections 5 -duration 1m -rate 70/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 4200, 70.02, 62.96
Duration [total, attack, wait] 1m4s, 59.986s, 3.69s
Latencies [min, mean, 50, 90, 95, 99, max] 132.292ms, 2.166s, 1.913s, 4.26s, 4.921s, 5s, 5.006s
Bytes In [total, mean] 787897107, 187594.55
Bytes Out [total, mean] 2625108, 625.03
Success [ratio] 95.45%
Status Codes [code:count] 0:191 200:4009
Error Set:
Post "http://127.0.0.1:6566/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6577/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6578/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6573/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6576/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6571/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6580/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6572/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6574/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6568/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6569/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6579/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6567/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6575/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6581/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Entity rows: 100; Features: 50; Concurrency: 5; RPS: 80
vegeta attack -format json -targets requests-100-50.json -connections 5 -duration 1m -rate 80/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 4800, 80.02, 19.10
Duration [total, attack, wait] 1m5s, 59.987s, 5s
Latencies [min, mean, 50, 90, 95, 99, max] 134.27ms, 4.37s, 5s, 5s, 5s, 5s, 5.008s
Bytes In [total, mean] 243894071, 50811.26
Bytes Out [total, mean] 812812, 169.34
Success [ratio] 25.85%
Status Codes [code:count] 0:3559 200:1241
Error Set:
Post "http://127.0.0.1:6569/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6576/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6570/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6567/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6573/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6566/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6574/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6578/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6577/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6575/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6571/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6568/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6572/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6579/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6580/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6581/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Entity rows: 100; Features: 50; Concurrency: 5; RPS: 90
vegeta attack -format json -targets requests-100-50.json -connections 5 -duration 1m -rate 90/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 5400, 90.02, 0.42
Duration [total, attack, wait] 1m5s, 59.987s, 5s
Latencies [min, mean, 50, 90, 95, 99, max] 2.242s, 4.995s, 5s, 5s, 5s, 5s, 5.006s
Bytes In [total, mean] 5306360, 982.66
Bytes Out [total, mean] 17668, 3.27
Success [ratio] 0.50%
Status Codes [code:count] 0:5373 200:27
Error Set:
Post "http://127.0.0.1:6566/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6567/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6568/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6569/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6570/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6571/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6572/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6573/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6574/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6575/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6576/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6577/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6578/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6579/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6580/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6581/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Entity rows: 100; Features: 50; Concurrency: 5; RPS: 100
vegeta attack -format json -targets requests-100-50.json -connections 5 -duration 1m -rate 100/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 6000, 100.02, 0.08
Duration [total, attack, wait] 1m5s, 59.99s, 5s
Latencies [min, mean, 50, 90, 95, 99, max] 3.833s, 5s, 5s, 5s, 5s, 5s, 5.009s
Bytes In [total, mean] 982704, 163.78
Bytes Out [total, mean] 3271, 0.55
Success [ratio] 0.08%
Status Codes [code:count] 0:5995 200:5
Error Set:
Post "http://127.0.0.1:6566/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6567/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6568/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6569/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6570/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6571/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6572/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6573/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6574/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6575/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6576/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6577/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6578/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6579/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6580/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6581/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Entity rows: 100; Features: 250; Concurrency: 5; RPS: 10
vegeta attack -format json -targets requests-100-250.json -connections 5 -duration 1m -rate 10/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 600, 10.02, 0.00
Duration [total, attack, wait] 1m5s, 59.9s, 5s
Latencies [min, mean, 50, 90, 95, 99, max] 5s, 5s, 5s, 5s, 5s, 5s, 5.003s
Bytes In [total, mean] 0, 0.00
Bytes Out [total, mean] 0, 0.00
Success [ratio] 0.00%
Status Codes [code:count] 0:600
Error Set:
Post "http://127.0.0.1:6566/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6567/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6568/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6569/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6570/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6571/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6572/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6573/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6574/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6575/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6576/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6577/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6578/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6579/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6580/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6581/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Entity rows: 100; Features: 250; Concurrency: 5; RPS: 20
vegeta attack -format json -targets requests-100-250.json -connections 5 -duration 1m -rate 20/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 1200, 20.02, 0.00
Duration [total, attack, wait] 1m5s, 59.95s, 5s
Latencies [min, mean, 50, 90, 95, 99, max] 5s, 5s, 5s, 5s, 5s, 5s, 5.002s
Bytes In [total, mean] 0, 0.00
Bytes Out [total, mean] 0, 0.00
Success [ratio] 0.00%
Status Codes [code:count] 0:1200
Error Set:
Post "http://127.0.0.1:6566/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6567/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6568/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6569/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6570/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6571/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6572/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6573/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6574/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6575/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6576/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6577/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6578/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6579/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6580/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6581/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Entity rows: 100; Features: 250; Concurrency: 5; RPS: 30
vegeta attack -format json -targets requests-100-250.json -connections 5 -duration 1m -rate 30/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 1800, 30.02, 0.00
Duration [total, attack, wait] 1m5s, 59.966s, 5s
Latencies [min, mean, 50, 90, 95, 99, max] 5s, 5s, 5s, 5s, 5s, 5s, 5.005s
Bytes In [total, mean] 0, 0.00
Bytes Out [total, mean] 0, 0.00
Success [ratio] 0.00%
Status Codes [code:count] 0:1800
Error Set:
Post "http://127.0.0.1:6566/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6567/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6568/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6569/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6570/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6571/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6572/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6573/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6574/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6575/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6576/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6577/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6578/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6579/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6580/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6581/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Entity rows: 100; Features: 250; Concurrency: 5; RPS: 40
vegeta attack -format json -targets requests-100-250.json -connections 5 -duration 1m -rate 40/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 2400, 40.02, 0.00
Duration [total, attack, wait] 1m5s, 59.975s, 5s
Latencies [min, mean, 50, 90, 95, 99, max] 5s, 5s, 5s, 5s, 5s, 5s, 5.004s
Bytes In [total, mean] 0, 0.00
Bytes Out [total, mean] 0, 0.00
Success [ratio] 0.00%
Status Codes [code:count] 0:2400
Error Set:
Post "http://127.0.0.1:6566/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6567/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6568/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6569/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6570/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6571/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6572/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6573/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6574/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6575/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6576/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6577/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6578/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6579/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6580/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6581/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Entity rows: 100; Features: 250; Concurrency: 5; RPS: 50
vegeta attack -format json -targets requests-100-250.json -connections 5 -duration 1m -rate 50/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 3000, 50.02, 0.00
Duration [total, attack, wait] 1m5s, 59.98s, 5s
Latencies [min, mean, 50, 90, 95, 99, max] 5s, 5s, 5s, 5s, 5s, 5s, 5.017s
Bytes In [total, mean] 0, 0.00
Bytes Out [total, mean] 0, 0.00
Success [ratio] 0.00%
Status Codes [code:count] 0:3000
Error Set:
Post "http://127.0.0.1:6566/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6567/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6568/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6569/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6570/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6571/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6572/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6573/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6574/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6575/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6576/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6577/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6578/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6579/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6580/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6581/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Entity rows: 100; Features: 250; Concurrency: 5; RPS: 60
vegeta attack -format json -targets requests-100-250.json -connections 5 -duration 1m -rate 60/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 3600, 60.02, 0.00
Duration [total, attack, wait] 1m5s, 59.983s, 5s
Latencies [min, mean, 50, 90, 95, 99, max] 5s, 5s, 5s, 5s, 5s, 5s, 5.006s
Bytes In [total, mean] 0, 0.00
Bytes Out [total, mean] 0, 0.00
Success [ratio] 0.00%
Status Codes [code:count] 0:3600
Error Set:
Post "http://127.0.0.1:6566/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6567/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6568/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6569/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6570/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6571/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6572/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6573/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6574/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6575/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6576/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6577/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6578/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6579/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6580/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6581/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Entity rows: 100; Features: 250; Concurrency: 5; RPS: 70
vegeta attack -format json -targets requests-100-250.json -connections 5 -duration 1m -rate 70/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 4200, 70.02, 0.00
Duration [total, attack, wait] 1m5s, 59.986s, 5s
Latencies [min, mean, 50, 90, 95, 99, max] 5s, 5s, 5s, 5s, 5s, 5s, 5.005s
Bytes In [total, mean] 0, 0.00
Bytes Out [total, mean] 0, 0.00
Success [ratio] 0.00%
Status Codes [code:count] 0:4200
Error Set:
Post "http://127.0.0.1:6566/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6567/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6568/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6569/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6570/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6571/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6572/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6573/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6574/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6575/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6576/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6577/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6578/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6579/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6580/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6581/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Entity rows: 100; Features: 250; Concurrency: 5; RPS: 80
vegeta attack -format json -targets requests-100-250.json -connections 5 -duration 1m -rate 80/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 4800, 80.02, 0.00
Duration [total, attack, wait] 1m5s, 59.988s, 5s
Latencies [min, mean, 50, 90, 95, 99, max] 5s, 5s, 5s, 5s, 5s, 5s, 5.009s
Bytes In [total, mean] 0, 0.00
Bytes Out [total, mean] 0, 0.00
Success [ratio] 0.00%
Status Codes [code:count] 0:4800
Error Set:
Post "http://127.0.0.1:6566/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6567/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6568/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6569/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6570/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6571/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6572/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6573/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6574/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6575/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6576/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6577/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6578/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6579/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6580/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6581/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Entity rows: 100; Features: 250; Concurrency: 5; RPS: 90
vegeta attack -format json -targets requests-100-250.json -connections 5 -duration 1m -rate 90/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 5400, 90.02, 0.00
Duration [total, attack, wait] 1m5s, 59.988s, 5s
Latencies [min, mean, 50, 90, 95, 99, max] 5s, 5s, 5s, 5s, 5s, 5s, 5.001s
Bytes In [total, mean] 0, 0.00
Bytes Out [total, mean] 0, 0.00
Success [ratio] 0.00%
Status Codes [code:count] 0:5400
Error Set:
Post "http://127.0.0.1:6566/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6567/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6568/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6569/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6570/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6571/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6572/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6573/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6574/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6575/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6576/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6577/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6578/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6579/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6580/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6581/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Entity rows: 100; Features: 250; Concurrency: 5; RPS: 100
vegeta attack -format json -targets requests-100-250.json -connections 5 -duration 1m -rate 100/1s -timeout 5s | vegeta report
Requests [total, rate, throughput] 6000, 100.02, 0.00
Duration [total, attack, wait] 1m5s, 59.99s, 5s
Latencies [min, mean, 50, 90, 95, 99, max] 5s, 5s, 5s, 5s, 5s, 5s, 5.006s
Bytes In [total, mean] 0, 0.00
Bytes Out [total, mean] 0, 0.00
Success [ratio] 0.00%
Status Codes [code:count] 0:6000
Error Set:
Post "http://127.0.0.1:6566/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6567/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6568/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6569/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6570/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6571/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6572/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6573/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6574/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6575/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6576/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6577/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6578/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6579/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6580/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Post "http://127.0.0.1:6581/get-online-features": context deadline exceeded (Client.Timeout exceeded while awaiting headers)