-
Notifications
You must be signed in to change notification settings - Fork 0
/
report-20190711T081313.html
executable file
·385 lines (379 loc) · 18.8 KB
/
report-20190711T081313.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
<!doctype html>
<html>
<head>
<title>Caliper Report</title>
<meta charset="UTF-8"/>
<style type="text/css">
.left-column {
position: fixed;
width:20%;
border-radius: 5px;
background-color: #f2f2f2;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
}
.right-column {
margin-left: 22%;
width:60%;
}
.left-column ul,h2 {
display: block;
margin: 10px;
padding: 0;
list-style: none;
}
.left-column ul{
border-top: 1px solid #d9d9d9;
font-size: 14px;
}
.left-column li{
margin-bottom: 5px;
color: #5e6b73;
}
.left-column h3 {
border-left: 5px solid #009a61;
}
.right-column>div {
border-top: 1px solid #d9d9d9;
}
.right-column table {
font-family: verdana,arial,sans-serif;
font-size:11px;
color:#333333;
border-width: 1px;
border-color: #666666;
border-collapse: collapse;
margin-bottom: 10px;
}
.right-column th {
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #666666;
background-color: #f2f2f2;
}
.right-column td {
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #666666;
background-color: #ffffff;
}
.tag {
display: inline-block;
margin-bottom: 10px;
padding: 5px 10px;
background-color: rgba(1,126,102,0.08);
font-family: verdana,arial,sans-serif;
font-size:11px;
color: #017E66;
text-align: center;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
}
pre {
padding: 10px;
margin-bottom: 10px;
border-radius: 5px;
background-color: #f2f2f2;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
overflow:auto;
max-height:300px;
font-size:12px;
}
</style>
</head>
<body>
<main>
<div class="left-column">
<h2>Caliper Report</h2>
<ul>
<h3> Basic information</h3>
<li><strong>DLT:  </strong><span>fabric-ccp</span></li>
<li><strong>Benchmark:  </strong><span>simple</span></li>
<li><strong>Description:  </strong><span>This is an example benchmark for caliper, to test the backend DLT's performance with simple account opening & querying transactions</span></li>
<li><strong>Test Rounds:  </strong><span>3</span></li>
<li><a href="#benchmarkInfo">Details</a></li>
</ul>
<ul>
<h3> Benchmark results</h3>
<li><a href="#benchmarksummary">Summary</a></li>
<li><a href="#open">open</a></li>
<li><a href="#query">query</a></li>
<li><a href="#transfer">transfer</a></li>
</ul>
<ul>
<h3> System Under Test</h3>
<li><strong>Version:  </strong><span>1.4.0</span></li>
<li><strong>Size:  </strong><span>2 Orgs with 1 Peer</span></li>
<li><strong>Orderer:  </strong><span>Solo</span></li>
<li><strong>Distribution:  </strong><span>Single Host</span></li>
<li><strong>StateDB:  </strong><span>CouchDB</span></li>
<li><a href="#sutdetails">Details</a></li>
</ul>
</div>
<div class="right-column">
<div id="benchmarksummary">
<table>
<h3>Summary</h3>
<tr>
<th>Test</th> <th>Name</th> <th>Succ</th> <th>Fail</th> <th>Send Rate</th> <th>Max Latency</th> <th>Min Latency</th> <th>Avg Latency</th> <th>Throughput</th>
</tr>
<tr>
<td>1</td> <td>open</td> <td>100</td> <td>0</td> <td>50.5 tps</td> <td>1.64 s</td> <td>0.56 s</td> <td>1.09 s</td> <td>38.4 tps</td>
</tr>
<tr>
<td>2</td> <td>query</td> <td>100</td> <td>0</td> <td>101.3 tps</td> <td>0.94 s</td> <td>0.06 s</td> <td>0.57 s</td> <td>74.1 tps</td>
</tr>
<tr>
<td>3</td> <td>transfer</td> <td>42</td> <td>58</td> <td>50.5 tps</td> <td>2.50 s</td> <td>0.74 s</td> <td>1.84 s</td> <td>12.4 tps</td>
</tr>
</table>
</div>
<div id="open">
<h3>open</h3>
<p>Test description for the opening of an account through the deployed chaincode</p>
<h3>round 0</h3>
<strong class="tag">performance metrics</strong>
<table>
<tr>
<th>Name</th> <th>Succ</th> <th>Fail</th> <th>Send Rate</th> <th>Max Latency</th> <th>Min Latency</th> <th>Avg Latency</th> <th>Throughput</th>
</tr>
<tr>
<td>open</td> <td>100</td> <td>0</td> <td>50.5 tps</td> <td>1.64 s</td> <td>0.56 s</td> <td>1.09 s</td> <td>38.4 tps</td>
</tr>
</table>
<strong class="tag">resource consumption</strong>
<table>
<tr>
<th>TYPE</th> <th>NAME</th> <th>Memory(max)</th> <th>Memory(avg)</th> <th>CPU(max)</th> <th>CPU(avg)</th> <th>Traffic In</th> <th>Traffic Out</th> <th>Disc Read</th> <th>Disc Write</th>
</tr>
<tr>
<td>Process</td> <td>node local-client.js(avg)</td> <td>-</td> <td>-</td> <td>NaN%</td> <td>NaN%</td> <td>-</td> <td>-</td> <td>-</td> <td>-</td>
</tr>
<tr>
<td>Docker</td> <td>dev-peer0.org1.example.co...le-v0</td> <td>55.6MB</td> <td>55.6MB</td> <td>14.13%</td> <td>14.13%</td> <td>0B</td> <td>0B</td> <td>0B</td> <td>0B</td>
</tr>
<tr>
<td>Docker</td> <td>dev-peer0.org2.example.co...le-v0</td> <td>52.8MB</td> <td>52.8MB</td> <td>16.53%</td> <td>16.53%</td> <td>0B</td> <td>0B</td> <td>0B</td> <td>0B</td>
</tr>
<tr>
<td>Docker</td> <td>dev-peer0.org2.example.co...es-v0</td> <td>58.6MB</td> <td>58.6MB</td> <td>0.00%</td> <td>0.00%</td> <td>0B</td> <td>0B</td> <td>0B</td> <td>0B</td>
</tr>
<tr>
<td>Docker</td> <td>dev-peer0.org1.example.co...es-v0</td> <td>53.2MB</td> <td>53.2MB</td> <td>0.00%</td> <td>0.00%</td> <td>0B</td> <td>0B</td> <td>0B</td> <td>0B</td>
</tr>
<tr>
<td>Docker</td> <td>peer0.org1.example.com</td> <td>300.1MB</td> <td>300.1MB</td> <td>10.52%</td> <td>10.52%</td> <td>0B</td> <td>0B</td> <td>0B</td> <td>0B</td>
</tr>
<tr>
<td>Docker</td> <td>peer0.org2.example.com</td> <td>246.9MB</td> <td>246.9MB</td> <td>9.34%</td> <td>9.34%</td> <td>0B</td> <td>0B</td> <td>0B</td> <td>0B</td>
</tr>
<tr>
<td>Docker</td> <td>couchdb.org2.example.com</td> <td>109.4MB</td> <td>109.4MB</td> <td>9.21%</td> <td>9.21%</td> <td>0B</td> <td>0B</td> <td>0B</td> <td>0B</td>
</tr>
<tr>
<td>Docker</td> <td>ca.org2.example.com</td> <td>9.7MB</td> <td>9.7MB</td> <td>0.00%</td> <td>0.00%</td> <td>0B</td> <td>0B</td> <td>0B</td> <td>0B</td>
</tr>
<tr>
<td>Docker</td> <td>couchdb.org1.example.com</td> <td>108.7MB</td> <td>108.7MB</td> <td>10.93%</td> <td>10.93%</td> <td>0B</td> <td>0B</td> <td>0B</td> <td>0B</td>
</tr>
<tr>
<td>Docker</td> <td>orderer.example.com</td> <td>35.8MB</td> <td>35.8MB</td> <td>2.77%</td> <td>2.77%</td> <td>0B</td> <td>0B</td> <td>0B</td> <td>0B</td>
</tr>
<tr>
<td>Docker</td> <td>ca.org1.example.com</td> <td>14.0MB</td> <td>14.0MB</td> <td>0.00%</td> <td>0.00%</td> <td>0B</td> <td>0B</td> <td>0B</td> <td>0B</td>
</tr>
</table>
</div>
<div id="query">
<h3>query</h3>
<p>Test description for the query performance of the deployed chaincode</p>
<h3>round 0</h3>
<strong class="tag">performance metrics</strong>
<table>
<tr>
<th>Name</th> <th>Succ</th> <th>Fail</th> <th>Send Rate</th> <th>Max Latency</th> <th>Min Latency</th> <th>Avg Latency</th> <th>Throughput</th>
</tr>
<tr>
<td>query</td> <td>100</td> <td>0</td> <td>101.3 tps</td> <td>0.94 s</td> <td>0.06 s</td> <td>0.57 s</td> <td>74.1 tps</td>
</tr>
</table>
<strong class="tag">resource consumption</strong>
<table>
<tr>
<th>TYPE</th> <th>NAME</th> <th>Memory(max)</th> <th>Memory(avg)</th> <th>CPU(max)</th> <th>CPU(avg)</th> <th>Traffic In</th> <th>Traffic Out</th> <th>Disc Read</th> <th>Disc Write</th>
</tr>
<tr>
<td>Process</td> <td>node local-client.js(avg)</td> <td>-</td> <td>-</td> <td>NaN%</td> <td>NaN%</td> <td>-</td> <td>-</td> <td>-</td> <td>-</td>
</tr>
<tr>
<td>Docker</td> <td>dev-peer0.org1.example.co...le-v0</td> <td>60.6MB</td> <td>59.0MB</td> <td>14.13%</td> <td>4.71%</td> <td>121.4KB</td> <td>49.9KB</td> <td>0B</td> <td>0B</td>
</tr>
<tr>
<td>Docker</td> <td>dev-peer0.org2.example.co...le-v0</td> <td>61.6MB</td> <td>58.6MB</td> <td>16.53%</td> <td>5.51%</td> <td>105.0KB</td> <td>49.7KB</td> <td>0B</td> <td>0B</td>
</tr>
<tr>
<td>Docker</td> <td>dev-peer0.org2.example.co...es-v0</td> <td>58.6MB</td> <td>58.6MB</td> <td>0.01%</td> <td>0.00%</td> <td>0B</td> <td>0B</td> <td>0B</td> <td>0B</td>
</tr>
<tr>
<td>Docker</td> <td>dev-peer0.org1.example.co...es-v0</td> <td>53.2MB</td> <td>53.2MB</td> <td>0.00%</td> <td>0.00%</td> <td>0B</td> <td>0B</td> <td>0B</td> <td>0B</td>
</tr>
<tr>
<td>Docker</td> <td>peer0.org1.example.com</td> <td>330.4MB</td> <td>320.3MB</td> <td>10.52%</td> <td>4.22%</td> <td>522.4KB</td> <td>269.0KB</td> <td>76.0KB</td> <td>580.0KB</td>
</tr>
<tr>
<td>Docker</td> <td>peer0.org2.example.com</td> <td>260.6MB</td> <td>256.0MB</td> <td>9.34%</td> <td>3.84%</td> <td>535.2KB</td> <td>293.3KB</td> <td>0B</td> <td>584.0KB</td>
</tr>
<tr>
<td>Docker</td> <td>couchdb.org2.example.com</td> <td>111.3MB</td> <td>110.6MB</td> <td>9.21%</td> <td>4.25%</td> <td>68.0KB</td> <td>79.5KB</td> <td>0B</td> <td>224.0KB</td>
</tr>
<tr>
<td>Docker</td> <td>ca.org2.example.com</td> <td>9.7MB</td> <td>9.7MB</td> <td>0.00%</td> <td>0.00%</td> <td>0B</td> <td>0B</td> <td>0B</td> <td>0B</td>
</tr>
<tr>
<td>Docker</td> <td>couchdb.org1.example.com</td> <td>109.7MB</td> <td>109.4MB</td> <td>10.93%</td> <td>4.86%</td> <td>69.3KB</td> <td>82.4KB</td> <td>0B</td> <td>216.0KB</td>
</tr>
<tr>
<td>Docker</td> <td>orderer.example.com</td> <td>38.2MB</td> <td>37.4MB</td> <td>2.77%</td> <td>0.93%</td> <td>303.0KB</td> <td>648.9KB</td> <td>0B</td> <td>384.0KB</td>
</tr>
<tr>
<td>Docker</td> <td>ca.org1.example.com</td> <td>14.0MB</td> <td>14.0MB</td> <td>0.00%</td> <td>0.00%</td> <td>0B</td> <td>0B</td> <td>0B</td> <td>0B</td>
</tr>
</table>
</div>
<div id="transfer">
<h3>transfer</h3>
<p>Test description for transfering money between accounts</p>
<h3>round 0</h3>
<strong class="tag">performance metrics</strong>
<table>
<tr>
<th>Name</th> <th>Succ</th> <th>Fail</th> <th>Send Rate</th> <th>Max Latency</th> <th>Min Latency</th> <th>Avg Latency</th> <th>Throughput</th>
</tr>
<tr>
<td>transfer</td> <td>42</td> <td>58</td> <td>50.5 tps</td> <td>2.50 s</td> <td>0.74 s</td> <td>1.84 s</td> <td>12.4 tps</td>
</tr>
</table>
<strong class="tag">resource consumption</strong>
<table>
<tr>
<th>TYPE</th> <th>NAME</th> <th>Memory(max)</th> <th>Memory(avg)</th> <th>CPU(max)</th> <th>CPU(avg)</th> <th>Traffic In</th> <th>Traffic Out</th> <th>Disc Read</th> <th>Disc Write</th>
</tr>
<tr>
<td>Process</td> <td>node local-client.js(avg)</td> <td>-</td> <td>-</td> <td>NaN%</td> <td>NaN%</td> <td>-</td> <td>-</td> <td>-</td> <td>-</td>
</tr>
<tr>
<td>Docker</td> <td>dev-peer0.org1.example.co...le-v0</td> <td>60.6MB</td> <td>53.4MB</td> <td>15.25%</td> <td>6.08%</td> <td>361.3KB</td> <td>135.7KB</td> <td>0B</td> <td>0B</td>
</tr>
<tr>
<td>Docker</td> <td>dev-peer0.org2.example.co...le-v0</td> <td>61.6MB</td> <td>52.7MB</td> <td>19.62%</td> <td>6.69%</td> <td>354.8KB</td> <td>152.0KB</td> <td>0B</td> <td>0B</td>
</tr>
<tr>
<td>Docker</td> <td>dev-peer0.org2.example.co...es-v0</td> <td>58.6MB</td> <td>58.6MB</td> <td>0.01%</td> <td>0.00%</td> <td>0B</td> <td>0B</td> <td>0B</td> <td>0B</td>
</tr>
<tr>
<td>Docker</td> <td>dev-peer0.org1.example.co...es-v0</td> <td>53.2MB</td> <td>53.2MB</td> <td>0.00%</td> <td>0.00%</td> <td>0B</td> <td>0B</td> <td>0B</td> <td>0B</td>
</tr>
<tr>
<td>Docker</td> <td>peer0.org1.example.com</td> <td>341.5MB</td> <td>332.3MB</td> <td>13.02%</td> <td>5.35%</td> <td>1.2MB</td> <td>1.1MB</td> <td>164.0KB</td> <td>676.0KB</td>
</tr>
<tr>
<td>Docker</td> <td>peer0.org2.example.com</td> <td>290.4MB</td> <td>273.7MB</td> <td>17.56%</td> <td>5.51%</td> <td>1.2MB</td> <td>864.8KB</td> <td>0B</td> <td>680.0KB</td>
</tr>
<tr>
<td>Docker</td> <td>couchdb.org2.example.com</td> <td>112.5MB</td> <td>111.6MB</td> <td>22.20%</td> <td>6.26%</td> <td>224.0KB</td> <td>394.5KB</td> <td>0B</td> <td>224.0KB</td>
</tr>
<tr>
<td>Docker</td> <td>ca.org2.example.com</td> <td>9.7MB</td> <td>9.7MB</td> <td>0.00%</td> <td>0.00%</td> <td>0B</td> <td>0B</td> <td>0B</td> <td>0B</td>
</tr>
<tr>
<td>Docker</td> <td>couchdb.org1.example.com</td> <td>111.2MB</td> <td>110.2MB</td> <td>22.92%</td> <td>7.29%</td> <td>220.5KB</td> <td>364.1KB</td> <td>0B</td> <td>216.0KB</td>
</tr>
<tr>
<td>Docker</td> <td>orderer.example.com</td> <td>38.3MB</td> <td>37.9MB</td> <td>3.10%</td> <td>0.85%</td> <td>412.1KB</td> <td>829.4KB</td> <td>0B</td> <td>492.0KB</td>
</tr>
<tr>
<td>Docker</td> <td>ca.org1.example.com</td> <td>14.0MB</td> <td>14.0MB</td> <td>0.00%</td> <td>0.00%</td> <td>0B</td> <td>0B</td> <td>0B</td> <td>0B</td>
</tr>
</table>
</div>
<div>
<h3>Test Environment</h3>
<strong class="tag">benchmark config</strong>
<pre id="benchmarkInfo" style="overflow: visible;white-space: pre-wrap;max-height:100%;">{
"name": "simple",
"description": "This is an example benchmark for caliper, to test the backend DLT's performance with simple account opening & querying transactions",
"clients": {
"type": "local",
"number": 1
},
"rounds": [
{
"label": "open",
"description": "Test description for the opening of an account through the deployed chaincode",
"txNumber": [
100
],
"rateControl": [
{
"type": "fixed-rate",
"opts": {
"tps": 50
}
}
],
"arguments": {
"money": 10000
},
"callback": "benchmark/simple/open.js"
},
{
"label": "query",
"description": "Test description for the query performance of the deployed chaincode",
"txNumber": [
100
],
"rateControl": [
{
"type": "fixed-rate",
"opts": {
"tps": 100
}
}
],
"callback": "benchmark/simple/query.js"
},
{
"label": "transfer",
"description": "Test description for transfering money between accounts",
"txNumber": [
100
],
"rateControl": [
{
"type": "fixed-rate",
"opts": {
"tps": 50
}
}
],
"arguments": {
"money": 100
},
"callback": "benchmark/simple/transfer.js"
}
]
}</pre>
<strong class="tag">SUT</strong>
<pre id="sutdetails">not provided</pre>
</div>
</div>
</main>
</body>
</html>