-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresultado.txt
64 lines (52 loc) · 5.13 KB
/
resultado.txt
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
// antes
npm run loadtest
> [email protected] loadtest
> autocannon -c 5000 -d 30 -w 50 --renderStatuscodes -W [-c 1 -d 3] localhost:8000
Running 3s warmup @ http://localhost:8000
1 connections
50 workers
Running 30s test @ http://localhost:8000
5000 connections
50 workers
/
┌─────────┬──────┬────────┬────────┬─────────┬───────────┬───────────┬─────────┐
│ Stat │ 2.5% │ 50% │ 97.5% │ 99% │ Avg │ Stdev │ Max │
├─────────┼──────┼────────┼────────┼─────────┼───────────┼───────────┼─────────┤
│ Latency │ 5 ms │ 303 ms │ 969 ms │ 1428 ms │ 282.87 ms │ 274.93 ms │ 5736 ms │
└─────────┴──────┴────────┴────────┴─────────┴───────────┴───────────┴─────────┘
┌───────────┬─────────┬─────────┬────────┬─────────┬──────────┬─────────┬─────────┐
│ Stat │ 1% │ 2.5% │ 50% │ 97.5% │ Avg │ Stdev │ Min │
├───────────┼─────────┼─────────┼────────┼─────────┼──────────┼─────────┼─────────┤
│ Req/Sec │ 15767 │ 15767 │ 16399 │ 41823 │ 18014.43 │ 4874.73 │ 15763 │
├───────────┼─────────┼─────────┼────────┼─────────┼──────────┼─────────┼─────────┤
│ Bytes/Sec │ 2.21 MB │ 2.21 MB │ 2.3 MB │ 5.85 MB │ 2.52 MB │ 682 kB │ 2.21 MB │
└───────────┴─────────┴─────────┴────────┴─────────┴──────────┴─────────┴─────────┘
Req/Bytes counts sampled once per second.
# of samples: 1408
567k requests in 31.54s, 78.7 MB read
// depois
[email protected] loadtest
> autocannon -c 15000 -d 30 -w 50 --renderStatuscodes -W [-c 1 -d 3] localhost:8000
Running 3s warmup @ http://localhost:8000
1 connections
50 workers
Running 30s test @ http://localhost:8000
15000 connections
50 workers
\
┌─────────┬───────┬────────┬─────────┬─────────┬───────────┬───────────┬──────────┐
│ Stat │ 2.5% │ 50% │ 97.5% │ 99% │ Avg │ Stdev │ Max │
├─────────┼───────┼────────┼─────────┼─────────┼───────────┼───────────┼──────────┤
│ Latency │ 20 ms │ 801 ms │ 3354 ms │ 4718 ms │ 868.28 ms │ 967.59 ms │ 16084 ms │
└─────────┴───────┴────────┴─────────┴─────────┴───────────┴───────────┴──────────┘
┌───────────┬─────────┬─────────┬─────────┬─────────┬─────────┬─────────┬─────────┐
│ Stat │ 1% │ 2.5% │ 50% │ 97.5% │ Avg │ Stdev │ Min │
├───────────┼─────────┼─────────┼─────────┼─────────┼─────────┼─────────┼─────────┤
│ Req/Sec │ 10663 │ 10663 │ 12951 │ 22767 │ 15525.5 │ 4061.87 │ 10657 │
├───────────┼─────────┼─────────┼─────────┼─────────┼─────────┼─────────┼─────────┤
│ Bytes/Sec │ 1.49 MB │ 1.49 MB │ 1.81 MB │ 3.19 MB │ 2.17 MB │ 569 kB │ 1.49 MB │
└───────────┴─────────┴─────────┴─────────┴─────────┴─────────┴─────────┴─────────┘
Req/Bytes counts sampled once per second.
# of samples: 1244
571k requests in 33.28s, 77.7 MB read
772 errors (669 timeouts)