-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathfull-report-redis-go-http.log
More file actions
691 lines (691 loc) · 53.1 KB
/
full-report-redis-go-http.log
File metadata and controls
691 lines (691 loc) · 53.1 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
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.901s, 59.9s, 1.437ms
Latencies [min, mean, 50, 90, 95, 99, max] 1.046ms, 1.417ms, 1.418ms, 1.725ms, 2.262ms, 2.555ms, 2.887ms
Bytes In [total, mean] 3185156, 5308.59
Bytes Out [total, mean] 43149, 71.92
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.02
Duration [total, attack, wait] 59.904s, 59.9s, 3.799ms
Latencies [min, mean, 50, 90, 95, 99, max] 2.584ms, 3.811ms, 3.701ms, 4.646ms, 4.837ms, 5.124ms, 5.563ms
Bytes In [total, mean] 14881705, 24802.84
Bytes Out [total, mean] 74965, 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.02
Duration [total, attack, wait] 59.905s, 59.9s, 5.292ms
Latencies [min, mean, 50, 90, 95, 99, max] 4.383ms, 6.249ms, 6.179ms, 7.228ms, 7.471ms, 7.796ms, 8.133ms
Bytes In [total, mean] 27845958, 46409.93
Bytes Out [total, mean] 110286, 183.81
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.02
Duration [total, attack, wait] 59.91s, 59.9s, 9.972ms
Latencies [min, mean, 50, 90, 95, 99, max] 6.62ms, 8.687ms, 8.648ms, 9.738ms, 9.939ms, 10.336ms, 10.899ms
Bytes In [total, mean] 40879504, 68132.51
Bytes Out [total, mean] 145638, 242.73
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.911s, 59.9s, 11.363ms
Latencies [min, mean, 50, 90, 95, 99, max] 8.506ms, 11.1ms, 11.074ms, 12.158ms, 12.435ms, 12.93ms, 13.465ms
Bytes In [total, mean] 53848902, 89748.17
Bytes Out [total, mean] 180972, 301.62
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.912s, 59.9s, 12.337ms
Latencies [min, mean, 50, 90, 95, 99, max] 10.354ms, 13.438ms, 13.497ms, 14.507ms, 14.869ms, 15.279ms, 15.829ms
Bytes In [total, mean] 66854341, 111423.90
Bytes Out [total, mean] 216291, 360.49
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.915s, 59.9s, 15.046ms
Latencies [min, mean, 50, 90, 95, 99, max] 11.979ms, 15.679ms, 15.755ms, 16.787ms, 17.105ms, 17.583ms, 17.877ms
Bytes In [total, mean] 79840532, 133067.55
Bytes Out [total, mean] 251644, 419.41
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.01
Duration [total, attack, wait] 59.919s, 59.9s, 18.928ms
Latencies [min, mean, 50, 90, 95, 99, max] 15.201ms, 18.429ms, 18.377ms, 19.722ms, 20.116ms, 21.007ms, 22.165ms
Bytes In [total, mean] 92906264, 154843.77
Bytes Out [total, mean] 286771, 477.95
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.01
Duration [total, attack, wait] 59.919s, 59.9s, 19.415ms
Latencies [min, mean, 50, 90, 95, 99, max] 17.171ms, 20.789ms, 20.843ms, 22.184ms, 22.541ms, 23.603ms, 24.109ms
Bytes In [total, mean] 105958674, 176597.79
Bytes Out [total, mean] 322353, 537.25
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.01
Duration [total, attack, wait] 59.924s, 59.9s, 23.628ms
Latencies [min, mean, 50, 90, 95, 99, max] 19.657ms, 22.977ms, 22.952ms, 24.296ms, 24.734ms, 25.411ms, 26.726ms
Bytes In [total, mean] 118914924, 198191.54
Bytes Out [total, mean] 357690, 596.15
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.01
Duration [total, attack, wait] 59.924s, 59.9s, 24.791ms
Latencies [min, mean, 50, 90, 95, 99, max] 22.445ms, 25.276ms, 25.337ms, 26.636ms, 26.911ms, 27.526ms, 28.072ms
Bytes In [total, mean] 131873041, 219788.40
Bytes Out [total, mean] 392775, 654.62
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.901s, 59.9s, 1.489ms
Latencies [min, mean, 50, 90, 95, 99, max] 1.045ms, 1.369ms, 1.377ms, 1.513ms, 2.165ms, 2.511ms, 2.645ms
Bytes In [total, mean] 3182496, 5304.16
Bytes Out [total, mean] 43142, 71.90
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.02
Duration [total, attack, wait] 59.902s, 59.9s, 1.586ms
Latencies [min, mean, 50, 90, 95, 99, max] 1.531ms, 2.129ms, 2.155ms, 2.923ms, 3.195ms, 3.438ms, 3.607ms
Bytes In [total, mean] 6291710, 10486.18
Bytes Out [total, mean] 43142, 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.02
Duration [total, attack, wait] 59.904s, 59.9s, 4.007ms
Latencies [min, mean, 50, 90, 95, 99, max] 2.001ms, 2.847ms, 2.843ms, 3.879ms, 4.02ms, 4.307ms, 4.577ms
Bytes In [total, mean] 9448268, 15747.11
Bytes Out [total, mean] 43140, 71.90
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.02
Duration [total, attack, wait] 59.904s, 59.9s, 3.785ms
Latencies [min, mean, 50, 90, 95, 99, max] 2.439ms, 3.5ms, 3.565ms, 4.636ms, 4.797ms, 5.125ms, 5.504ms
Bytes In [total, mean] 12566164, 20943.61
Bytes Out [total, mean] 43130, 71.88
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.02
Duration [total, attack, wait] 59.905s, 59.9s, 4.717ms
Latencies [min, mean, 50, 90, 95, 99, max] 2.875ms, 4.221ms, 4.282ms, 5.439ms, 5.566ms, 5.852ms, 5.992ms
Bytes In [total, mean] 15713482, 26189.14
Bytes Out [total, mean] 43130, 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.901s, 59.9s, 1.406ms
Latencies [min, mean, 50, 90, 95, 99, max] 1.065ms, 1.432ms, 1.425ms, 1.726ms, 2.181ms, 2.549ms, 2.882ms
Bytes In [total, mean] 3187706, 5312.84
Bytes Out [total, mean] 43143, 71.91
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.02
Duration [total, attack, wait] 59.951s, 59.95s, 1.415ms
Latencies [min, mean, 50, 90, 95, 99, max] 1.025ms, 1.37ms, 1.365ms, 1.639ms, 2.224ms, 2.456ms, 2.83ms
Bytes In [total, mean] 6376966, 5314.14
Bytes Out [total, mean] 86259, 71.88
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.02
Duration [total, attack, wait] 59.968s, 59.967s, 1.382ms
Latencies [min, mean, 50, 90, 95, 99, max] 1.006ms, 1.349ms, 1.352ms, 1.533ms, 2.113ms, 2.427ms, 2.727ms
Bytes In [total, mean] 9567223, 5315.12
Bytes Out [total, mean] 129389, 71.88
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.02
Duration [total, attack, wait] 59.976s, 59.975s, 1.076ms
Latencies [min, mean, 50, 90, 95, 99, max] 977.088µs, 1.344ms, 1.343ms, 1.517ms, 2.134ms, 2.437ms, 2.817ms
Bytes In [total, mean] 12753143, 5313.81
Bytes Out [total, mean] 172599, 71.92
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.982s, 59.98s, 2.085ms
Latencies [min, mean, 50, 90, 95, 99, max] 981.665µs, 1.316ms, 1.32ms, 1.462ms, 2.125ms, 2.42ms, 3.138ms
Bytes In [total, mean] 15943127, 5314.38
Bytes Out [total, mean] 215688, 71.90
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.02
Duration [total, attack, wait] 59.985s, 59.983s, 1.322ms
Latencies [min, mean, 50, 90, 95, 99, max] 971.69µs, 1.32ms, 1.326ms, 1.467ms, 2.123ms, 2.408ms, 2.957ms
Bytes In [total, mean] 19137193, 5315.89
Bytes Out [total, mean] 258809, 71.89
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.02
Duration [total, attack, wait] 59.987s, 59.986s, 1.025ms
Latencies [min, mean, 50, 90, 95, 99, max] 966.413µs, 1.302ms, 1.311ms, 1.449ms, 2.093ms, 2.381ms, 2.778ms
Bytes In [total, mean] 22298255, 5309.11
Bytes Out [total, mean] 301910, 71.88
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.989s, 59.987s, 1.312ms
Latencies [min, mean, 50, 90, 95, 99, max] 982.546µs, 1.32ms, 1.327ms, 1.472ms, 2.117ms, 2.412ms, 2.842ms
Bytes In [total, mean] 25486127, 5309.61
Bytes Out [total, mean] 345044, 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.01
Duration [total, attack, wait] 59.99s, 59.989s, 1.384ms
Latencies [min, mean, 50, 90, 95, 99, max] 995.187µs, 1.357ms, 1.358ms, 1.509ms, 2.163ms, 2.457ms, 2.825ms
Bytes In [total, mean] 28715303, 5317.65
Bytes Out [total, mean] 388104, 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.01
Duration [total, attack, wait] 59.991s, 59.99s, 1.355ms
Latencies [min, mean, 50, 90, 95, 99, max] 943.609µs, 1.311ms, 1.314ms, 1.467ms, 2.12ms, 2.41ms, 2.801ms
Bytes In [total, mean] 31884853, 5314.14
Bytes Out [total, mean] 431284, 71.88
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.02
Duration [total, attack, wait] 59.904s, 59.9s, 4.335ms
Latencies [min, mean, 50, 90, 95, 99, max] 2.902ms, 4.179ms, 4.272ms, 5.464ms, 5.589ms, 5.876ms, 6.268ms
Bytes In [total, mean] 15688382, 26147.30
Bytes Out [total, mean] 43119, 71.86
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.02
Duration [total, attack, wait] 59.953s, 59.95s, 3.044ms
Latencies [min, mean, 50, 90, 95, 99, max] 2.848ms, 4.212ms, 4.245ms, 5.427ms, 5.552ms, 5.783ms, 6.197ms
Bytes In [total, mean] 31477552, 26231.29
Bytes Out [total, mean] 86293, 71.91
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.01
Duration [total, attack, wait] 59.972s, 59.967s, 5.316ms
Latencies [min, mean, 50, 90, 95, 99, max] 2.819ms, 4.229ms, 4.248ms, 5.412ms, 5.545ms, 5.84ms, 6.105ms
Bytes In [total, mean] 47239095, 26243.94
Bytes Out [total, mean] 129397, 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.01
Duration [total, attack, wait] 59.979s, 59.975s, 4.244ms
Latencies [min, mean, 50, 90, 95, 99, max] 2.815ms, 4.156ms, 4.228ms, 5.375ms, 5.499ms, 5.768ms, 6.178ms
Bytes In [total, mean] 62836294, 26181.79
Bytes Out [total, mean] 172503, 71.88
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.01
Duration [total, attack, wait] 59.985s, 59.98s, 5.203ms
Latencies [min, mean, 50, 90, 95, 99, max] 2.815ms, 4.163ms, 4.219ms, 5.347ms, 5.465ms, 5.776ms, 6.259ms
Bytes In [total, mean] 78631682, 26210.56
Bytes Out [total, mean] 215661, 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, 60.01
Duration [total, attack, wait] 59.989s, 59.983s, 5.339ms
Latencies [min, mean, 50, 90, 95, 99, max] 2.826ms, 4.162ms, 4.224ms, 5.373ms, 5.492ms, 5.742ms, 6.15ms
Bytes In [total, mean] 94327205, 26202.00
Bytes Out [total, mean] 258800, 71.89
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, 70.01
Duration [total, attack, wait] 59.99s, 59.986s, 4.195ms
Latencies [min, mean, 50, 90, 95, 99, max] 2.803ms, 4.161ms, 4.218ms, 5.357ms, 5.49ms, 5.772ms, 6.351ms
Bytes In [total, mean] 110103321, 26215.08
Bytes Out [total, mean] 301954, 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, 80.01
Duration [total, attack, wait] 59.99s, 59.987s, 2.877ms
Latencies [min, mean, 50, 90, 95, 99, max] 2.804ms, 4.156ms, 4.225ms, 5.379ms, 5.501ms, 5.782ms, 6.32ms
Bytes In [total, mean] 125736877, 26195.18
Bytes Out [total, mean] 345181, 71.91
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, 90.01
Duration [total, attack, wait] 59.992s, 59.989s, 2.939ms
Latencies [min, mean, 50, 90, 95, 99, max] 2.798ms, 4.189ms, 4.231ms, 5.375ms, 5.51ms, 5.766ms, 6.331ms
Bytes In [total, mean] 141686217, 26238.19
Bytes Out [total, mean] 388150, 71.88
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, 100.01
Duration [total, attack, wait] 59.994s, 59.99s, 4.396ms
Latencies [min, mean, 50, 90, 95, 99, max] 2.783ms, 4.126ms, 4.204ms, 5.363ms, 5.485ms, 5.745ms, 6.379ms
Bytes In [total, mean] 157078705, 26179.78
Bytes Out [total, mean] 431434, 71.91
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.01
Duration [total, attack, wait] 59.924s, 59.9s, 24.449ms
Latencies [min, mean, 50, 90, 95, 99, max] 22.013ms, 25.341ms, 25.342ms, 26.688ms, 27.075ms, 27.809ms, 28.824ms
Bytes In [total, mean] 131997128, 219995.21
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, 20.01
Duration [total, attack, wait] 59.973s, 59.95s, 23.068ms
Latencies [min, mean, 50, 90, 95, 99, max] 21.606ms, 25.289ms, 25.281ms, 26.662ms, 27.07ms, 27.964ms, 28.515ms
Bytes In [total, mean] 263839692, 219866.41
Bytes Out [total, mean] 785865, 654.89
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, 30.00
Duration [total, attack, wait] 59.991s, 59.967s, 24.131ms
Latencies [min, mean, 50, 90, 95, 99, max] 21.682ms, 25.277ms, 25.267ms, 26.693ms, 27.087ms, 27.801ms, 29.336ms
Bytes In [total, mean] 395652390, 219806.88
Bytes Out [total, mean] 1178806, 654.89
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, 40.00
Duration [total, attack, wait] 1m0s, 59.975s, 26.199ms
Latencies [min, mean, 50, 90, 95, 99, max] 21.597ms, 25.478ms, 25.474ms, 26.861ms, 27.332ms, 28.203ms, 29.769ms
Bytes In [total, mean] 527519486, 219799.79
Bytes Out [total, mean] 1572139, 655.06
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, 50.00
Duration [total, attack, wait] 1m0s, 59.98s, 24.876ms
Latencies [min, mean, 50, 90, 95, 99, max] 21.646ms, 26.031ms, 25.813ms, 27.954ms, 29.035ms, 31.957ms, 38.095ms
Bytes In [total, mean] 659902152, 219967.38
Bytes Out [total, mean] 1964551, 654.85
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.99
Duration [total, attack, wait] 1m0s, 59.983s, 25.559ms
Latencies [min, mean, 50, 90, 95, 99, max] 22.22ms, 26.355ms, 25.937ms, 28.815ms, 31.205ms, 34.174ms, 38.387ms
Bytes In [total, mean] 791520204, 219866.72
Bytes Out [total, mean] 2356973, 654.71
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, 69.99
Duration [total, attack, wait] 1m0s, 59.986s, 26.751ms
Latencies [min, mean, 50, 90, 95, 99, max] 22.326ms, 27.154ms, 26.448ms, 31.041ms, 33.205ms, 37.44ms, 45.375ms
Bytes In [total, mean] 923625014, 219910.72
Bytes Out [total, mean] 2750762, 654.94
Success [ratio] 100.00%
Status Codes [code:count] 200:4200
Error Set:
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, 79.98
Duration [total, attack, wait] 1m0s, 59.987s, 26.504ms
Latencies [min, mean, 50, 90, 95, 99, max] 22.226ms, 28.319ms, 27.184ms, 33.257ms, 36.409ms, 41.712ms, 52.693ms
Bytes In [total, mean] 1055885921, 219976.23
Bytes Out [total, mean] 3143308, 654.86
Success [ratio] 100.00%
Status Codes [code:count] 200:4800
Error Set:
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, 89.98
Duration [total, attack, wait] 1m0s, 59.989s, 26.001ms
Latencies [min, mean, 50, 90, 95, 99, max] 22.431ms, 30.161ms, 28.158ms, 37.71ms, 41.142ms, 49.405ms, 64.389ms
Bytes In [total, mean] 1187964959, 219993.51
Bytes Out [total, mean] 3536057, 654.83
Success [ratio] 100.00%
Status Codes [code:count] 200:5400
Error Set:
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, 99.96
Duration [total, attack, wait] 1m0s, 59.99s, 31.09ms
Latencies [min, mean, 50, 90, 95, 99, max] 22.832ms, 50.821ms, 45.942ms, 78.252ms, 92.548ms, 115.922ms, 134.498ms
Bytes In [total, mean] 1319538684, 219923.11
Bytes Out [total, mean] 3929082, 654.85
Success [ratio] 100.00%
Status Codes [code:count] 200:6000
Error Set:
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, 10.00
Duration [total, attack, wait] 1m0s, 59.9s, 112.633ms
Latencies [min, mean, 50, 90, 95, 99, max] 95.908ms, 118.296ms, 117.768ms, 126.093ms, 129.973ms, 137.471ms, 147.03ms
Bytes In [total, mean] 650232726, 1083721.21
Bytes Out [total, mean] 392933, 654.89
Success [ratio] 100.00%
Status Codes [code:count] 200:600
Error Set:
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, 19.98
Duration [total, attack, wait] 1m0s, 59.95s, 117.928ms
Latencies [min, mean, 50, 90, 95, 99, max] 106.257ms, 132.082ms, 128.677ms, 150.783ms, 159.939ms, 181.877ms, 224.023ms
Bytes In [total, mean] 1300540836, 1083784.03
Bytes Out [total, mean] 785940, 654.95
Success [ratio] 100.00%
Status Codes [code:count] 200:1200
Error Set:
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, 1.89
Duration [total, attack, wait] 1m5s, 59.967s, 4.636s
Latencies [min, mean, 50, 90, 95, 99, max] 131.397ms, 4.798s, 5s, 5s, 5s, 5s, 5.001s
Bytes In [total, mean] 132519142, 73621.75
Bytes Out [total, mean] 80014, 44.45
Success [ratio] 6.78%
Status Codes [code:count] 0:1678 200:122
Error Set:
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: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: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.94
Duration [total, attack, wait] 1m5s, 59.975s, 4.857s
Latencies [min, mean, 50, 90, 95, 99, max] 143.488ms, 4.925s, 5s, 5s, 5s, 5s, 5.001s
Bytes In [total, mean] 66217238, 27590.52
Bytes Out [total, mean] 39934, 16.64
Success [ratio] 2.54%
Status Codes [code:count] 0:2339 200:61
Error Set:
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: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)
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: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)
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.60
Duration [total, attack, wait] 1m5s, 59.979s, 4.967s
Latencies [min, mean, 50, 90, 95, 99, max] 141.252ms, 4.959s, 5s, 5s, 5s, 5s, 5s
Bytes In [total, mean] 42315260, 14105.09
Bytes Out [total, mean] 25588, 8.53
Success [ratio] 1.30%
Status Codes [code:count] 0:2961 200:39
Error Set:
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)
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)
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.42
Duration [total, attack, wait] 1m5s, 59.983s, 4.996s
Latencies [min, mean, 50, 90, 95, 99, max] 149.394ms, 4.975s, 5s, 5s, 5s, 5s, 5.001s
Bytes In [total, mean] 29242739, 8122.98
Bytes Out [total, mean] 17669, 4.91
Success [ratio] 0.75%
Status Codes [code:count] 0:3573 200:27
Error Set:
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)
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)
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.26
Duration [total, attack, wait] 1m5s, 59.986s, 5s
Latencies [min, mean, 50, 90, 95, 99, max] 202.139ms, 4.986s, 5s, 5s, 5s, 5s, 5s
Bytes In [total, mean] 18384238, 4377.20
Bytes Out [total, mean] 11131, 2.65
Success [ratio] 0.40%
Status Codes [code:count] 0:4183 200:17
Error Set:
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)
Post "http://127.0.0.1:6566/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.23
Duration [total, attack, wait] 1m5s, 59.987s, 5s
Latencies [min, mean, 50, 90, 95, 99, max] 279.043ms, 4.99s, 5s, 5s, 5s, 5s, 5s
Bytes In [total, mean] 16213994, 3377.92
Bytes Out [total, mean] 9830, 2.05
Success [ratio] 0.31%
Status Codes [code:count] 0:4785 200:15
Error Set:
Post "http://127.0.0.1:6581/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: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)
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.15
Duration [total, attack, wait] 1m5s, 59.989s, 5s
Latencies [min, mean, 50, 90, 95, 99, max] 231.775ms, 4.994s, 5s, 5s, 5s, 5s, 5.001s
Bytes In [total, mean] 10811493, 2002.13
Bytes Out [total, mean] 6536, 1.21
Success [ratio] 0.19%
Status Codes [code:count] 0:5390 200:10
Error Set:
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)
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)
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.12
Duration [total, attack, wait] 1m5s, 59.99s, 5s
Latencies [min, mean, 50, 90, 95, 99, max] 881.733ms, 4.996s, 5s, 5s, 5s, 5s, 5.001s
Bytes In [total, mean] 8629950, 1438.33
Bytes Out [total, mean] 5245, 0.87
Success [ratio] 0.13%
Status Codes [code:count] 0:5992 200:8
Error Set:
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)
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)