-
Notifications
You must be signed in to change notification settings - Fork 0
/
report-20190711T105302.html
executable file
·285 lines (279 loc) · 12.3 KB
/
report-20190711T105302.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
<!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>2</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="#mint">mint</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>GoLevelDB</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>1</td> <td>0</td> <td>1 tps</td> <td>0.31 s</td> <td>0.31 s</td> <td>0.31 s</td> <td>3.2 tps</td>
</tr>
<tr>
<td>2</td> <td>mint</td> <td>20</td> <td>0</td> <td>5.3 tps</td> <td>0.42 s</td> <td>0.10 s</td> <td>0.30 s</td> <td>5.1 tps</td>
</tr>
</table>
</div>
<div id="open">
<h3>open</h3>
<p>Test description for the opening of an account through the deployed elamachain 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>1</td> <td>0</td> <td>1 tps</td> <td>0.31 s</td> <td>0.31 s</td> <td>0.31 s</td> <td>3.2 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>11.4MB</td> <td>11.4MB</td> <td>0.66%</td> <td>0.66%</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>9.6MB</td> <td>9.6MB</td> <td>0.67%</td> <td>0.67%</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>114.6MB</td> <td>114.6MB</td> <td>2.42%</td> <td>2.42%</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>112.5MB</td> <td>112.5MB</td> <td>1.70%</td> <td>1.70%</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>ca.org1.example.com</td> <td>11.7MB</td> <td>11.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>orderer.example.com</td> <td>17.3MB</td> <td>17.3MB</td> <td>0.43%</td> <td>0.43%</td> <td>0B</td> <td>0B</td> <td>0B</td> <td>0B</td>
</tr>
</table>
</div>
<div id="mint">
<h3>mint</h3>
<p>Test description for the minting token transaction through the deployed elamachain 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>mint</td> <td>20</td> <td>0</td> <td>5.3 tps</td> <td>0.42 s</td> <td>0.10 s</td> <td>0.30 s</td> <td>5.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>11.7MB</td> <td>11.4MB</td> <td>5.34%</td> <td>1.89%</td> <td>48.2KB</td> <td>40.3KB</td> <td>0B</td> <td>0B</td>
</tr>
<tr>
<td>Docker</td> <td>dev-peer0.org2.example.co...le-v0</td> <td>11.8MB</td> <td>10.4MB</td> <td>4.67%</td> <td>1.80%</td> <td>47.8KB</td> <td>39.9KB</td> <td>0B</td> <td>0B</td>
</tr>
<tr>
<td>Docker</td> <td>peer0.org1.example.com</td> <td>114.7MB</td> <td>114.6MB</td> <td>3.65%</td> <td>2.36%</td> <td>159.4KB</td> <td>215.3KB</td> <td>0B</td> <td>236.0KB</td>
</tr>
<tr>
<td>Docker</td> <td>peer0.org2.example.com</td> <td>112.7MB</td> <td>112.6MB</td> <td>3.91%</td> <td>2.14%</td> <td>153.2KB</td> <td>86.7KB</td> <td>0B</td> <td>256.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>ca.org1.example.com</td> <td>11.7MB</td> <td>11.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>orderer.example.com</td> <td>17.4MB</td> <td>17.3MB</td> <td>1.19%</td> <td>0.50%</td> <td>86.0KB</td> <td>182.4KB</td> <td>0B</td> <td>144.0KB</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 elamachain chaincode",
"txNumber": [
1
],
"rateControl": [
{
"type": "fixed-rate",
"opts": {
"tps": 50
}
}
],
"arguments": {
"money": 10000
},
"callback": "benchmark/simple/open.js"
},
{
"label": "mint",
"description": "Test description for the minting token transaction through the deployed elamachain chaincode",
"txNumber": [
20
],
"rateControl": [
{
"type": "fixed-rate",
"opts": {
"tps": 5
}
}
],
"arguments": {
"money": 10000
},
"callback": "benchmark/simple/mint.js"
}
]
}</pre>
<strong class="tag">SUT</strong>
<pre id="sutdetails">not provided</pre>
</div>
</div>
</main>
</body>
</html>