-
Notifications
You must be signed in to change notification settings - Fork 0
/
notes.txt
executable file
·92 lines (89 loc) · 3.72 KB
/
notes.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
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
4 cores
-------------------------------------------------------
NodeJS v0.10.21 / node-mysql
-------------------------------------------------------
siege -d1 -c500 -t1m http://localhost:8080/api/rest/demo/mysql/4.0/name/Juan/
- mysql : 4.0 (pooling)
Transactions: 1885 hits
Availability: 79.23 %
Elapsed time: 59.22 secs
Data transferred: 0.09 MB
Response time: 0.03 secs
Transaction rate: 31.83 trans/sec
Throughput: 0.00 MB/sec
Concurrency: 0.84
Successful transactions: 1885
Failed transactions: 494
Longest transaction: 0.64
Shortest transaction: 0.00
Transactions: 2445 hits
Availability: 83.19 %
Elapsed time: 59.39 secs
Data transferred: 0.12 MB
Response time: 0.03 secs
Transaction rate: 41.17 trans/sec
Throughput: 0.00 MB/sec
Concurrency: 1.10
Successful transactions: 2445
Failed transactions: 494
Longest transaction: 0.81
Shortest transaction: 0.00
-------------------------------------------------------
siege -d1 -c500 -t1m http://localhost:8080/api/rest/demo/mysql/2.0/name/Juan/
- mysql : 2.0 (connect)
Transactions: 2966 hits
Availability: 85.90 %
Elapsed time: 59.43 secs
Data transferred: 0.05 MB
Response time: 0.03 secs
Transaction rate: 49.91 trans/sec
Throughput: 0.00 MB/sec
Concurrency: 1.38
Successful transactions: 2966
Failed transactions: 487
Longest transaction: 1.02
Shortest transaction: 0.00
Transactions: 2596 hits
Availability: 84.18 %
Elapsed time: 59.08 secs
Data transferred: 0.05 MB
Response time: 0.03 secs
Transaction rate: 43.94 trans/sec
Throughput: 0.00 MB/sec
Concurrency: 1.13
Successful transactions: 2596
Failed transactions: 488
Longest transaction: 0.75
Shortest transaction: 0.00
-------------------------------------------------------
==================================================================
1 core
-------------------------------------------------------
siege -d1 -c500 -t1m http://localhost:8080/api/rest/demo/mysql/4.0/name/Juan/
Transactions: 600 hits
Availability: 54.64 %
Elapsed time: 59.78 secs
Data transferred: 0.03 MB
Response time: 0.03 secs
Transaction rate: 10.04 trans/sec
Throughput: 0.00 MB/sec
Concurrency: 0.26
Successful transactions: 600
Failed transactions: 498
Longest transaction: 1.39
Shortest transaction: 0.00
-------------------------------------------------------
siege -d1 -c500 -t1m http://localhost:8080/api/rest/demo/mysql/2.0/name/Juan/
- mysql : 2.0 (connect)
Transactions: 511 hits
Availability: 50.59 %
Elapsed time: 59.09 secs
Data transferred: 2.67 MB
Response time: 0.02 secs
Transaction rate: 8.65 trans/sec
Throughput: 0.05 MB/sec
Concurrency: 0.21
Successful transactions: 511
Failed transactions: 499
Longest transaction: 1.23
Shortest transaction: 0.00