RoadRunner 3.3.1 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. data/Rakefile +8 -13
  2. data/bin/controller.rb +74 -0
  3. data/bin/host_mgr.rb +69 -0
  4. data/bin/nbd_prepare.sh +87 -0
  5. data/conf/servers.yaml +29 -0
  6. data/controller/dd.sh +91 -0
  7. data/controller/mysql.rb +73 -0
  8. data/controller/mysql.sh +9 -0
  9. data/controller/svn.sh +48 -0
  10. data/controller/wrap.rb +49 -0
  11. data/lib/roadrunner.rb +11 -9
  12. data/lib/rrmonitor.rb +174 -0
  13. data/lib/run.rb +66 -27
  14. data/log/dd.log +129 -0
  15. data/log/log.rb +17 -0
  16. data/log/monitor/Pi-Monitor-Performance/10.250.3.26/Pi-Monitor-Performance/ifstat.log +239 -0
  17. data/log/monitor/Pi-Monitor-Performance/10.250.3.26/Pi-Monitor-Performance/iostat_3.log +668 -0
  18. data/log/monitor/Pi-Monitor-Performance/10.250.3.26/Pi-Monitor-Performance/vmstat_3.log +81 -0
  19. data/log/monitor/Pi-Monitor-Performance/10.250.3.26/Pi-Monitor-Performance/while__1_0___do_sar_-u_-d_3_10__done.log +2248 -0
  20. data/log/monitor/Pi-Monitor-Performance/10.250.3.26/Pi-Monitor-Performance/while__1_0___do_sar_-u_-n_DEV_3_10__done.log +719 -0
  21. data/log/monitor/Pi-Monitor-Performance/10.250.3.27/Pi-Monitor-Performance/ifstat.log +245 -0
  22. data/log/monitor/Pi-Monitor-Performance/10.250.3.27/Pi-Monitor-Performance/iostat_3.log +677 -0
  23. data/log/monitor/Pi-Monitor-Performance/10.250.3.27/Pi-Monitor-Performance/vmstat_3.log +83 -0
  24. data/log/monitor/Pi-Monitor-Performance/10.250.3.27/Pi-Monitor-Performance/while__1_0___do_sar_-u_-d_3_10__done.log +2276 -0
  25. data/log/monitor/Pi-Monitor-Performance/10.250.3.27/Pi-Monitor-Performance/while__1_0___do_sar_-u_-n_DEV_3_10__done.log +737 -0
  26. data/log/monitor/Pi-Monitor-Performance/10.250.3.28/Pi-Monitor-Performance/ifstat.log +246 -0
  27. data/log/monitor/Pi-Monitor-Performance/10.250.3.28/Pi-Monitor-Performance/iostat_3.log +677 -0
  28. data/log/monitor/Pi-Monitor-Performance/10.250.3.28/Pi-Monitor-Performance/vmstat_3.log +83 -0
  29. data/log/monitor/Pi-Monitor-Performance/10.250.3.28/Pi-Monitor-Performance/while__1_0___do_sar_-u_-d_3_10__done.log +2195 -0
  30. data/log/monitor/Pi-Monitor-Performance/10.250.3.28/Pi-Monitor-Performance/while__1_0___do_sar_-u_-n_DEV_3_10__done.log +737 -0
  31. data/log/monitor/Pi-Monitor-Performance/10.250.3.29/Pi-Monitor-Performance/ifstat.log +247 -0
  32. data/log/monitor/Pi-Monitor-Performance/10.250.3.29/Pi-Monitor-Performance/iostat_3.log +686 -0
  33. data/log/monitor/Pi-Monitor-Performance/10.250.3.29/Pi-Monitor-Performance/vmstat_3.log +84 -0
  34. data/log/monitor/Pi-Monitor-Performance/10.250.3.29/Pi-Monitor-Performance/while__1_0___do_sar_-u_-d_3_10__done.log +2386 -0
  35. data/log/monitor/Pi-Monitor-Performance/10.250.3.29/Pi-Monitor-Performance/while__1_0___do_sar_-u_-n_DEV_3_10__done.log +828 -0
  36. data/log/monitor/Pi-Monitor-Performance/10.250.3.30/Pi-Monitor-Performance/ifstat.log +249 -0
  37. data/log/monitor/Pi-Monitor-Performance/10.250.3.30/Pi-Monitor-Performance/iostat_3.log +686 -0
  38. data/log/monitor/Pi-Monitor-Performance/10.250.3.30/Pi-Monitor-Performance/vmstat_3.log +84 -0
  39. data/log/monitor/Pi-Monitor-Performance/10.250.3.30/Pi-Monitor-Performance/while__1_0___do_sar_-u_-d_3_10__done.log +2304 -0
  40. data/log/monitor/Pi-Monitor-Performance/10.250.3.30/Pi-Monitor-Performance/while__1_0___do_sar_-u_-n_DEV_3_10__done.log +664 -0
  41. data/log/monitor/Pi-Monitor-Performance/10.250.6.30/Pi-Monitor-Performance/ifstat.log +240 -0
  42. data/log/monitor/Pi-Monitor-Performance/10.250.6.30/Pi-Monitor-Performance/iostat_3.log +1334 -0
  43. data/log/monitor/Pi-Monitor-Performance/10.250.6.30/Pi-Monitor-Performance/vmstat_3.log +82 -0
  44. data/log/monitor/Pi-Monitor-Performance/10.250.6.30/Pi-Monitor-Performance/while__1_0___do_sar_-u_-d_3_10__done.log +9048 -0
  45. data/log/monitor/Pi-Monitor-Performance/10.250.6.30/Pi-Monitor-Performance/while__1_0___do_sar_-u_-n_DEV_3_10__done.log +968 -0
  46. data/log/stdout.log +0 -0
  47. data/log/stdout.log.20100307 +349 -0
  48. data/log/svn.log +502 -0
  49. data/test/download_processes.rb +38 -0
  50. data/test/pi_monitor.rb +45 -0
  51. metadata +54 -17
  52. data/lib/roadrunner_stdout.log +0 -168
  53. data/lib/roadrunner_stdout.log.20090519 +0 -262
  54. data/lib/roadrunner_stdout.log.20090521 +0 -47
  55. data/lib/roadrunner_stdout.log.20090524 +0 -290
  56. data/test/roadrunner_stdout.log +0 -170
  57. data/test/roadrunner_stdout.log.20090429 +0 -394
@@ -1,47 +0,0 @@
1
- # Logfile created on Wed May 20 11:24:30 +0800 2009 by /
2
- I, [2009-05-20T11:24:30.777000 #3992] INFO -- : ***************Performance Reports****************
3
-
4
- user system total real
5
-
6
- 18.000000 1.343000 19.343000 ( 19.937000)
7
-
8
- ----------------------------------------------------------------
9
- The Virtual User is 5.
10
- Total Execute 50 Action(s).
11
- Total Cost 19.9370000362396 Second(s).
12
- This Scenario's TPS : 2.50789988007798.
13
- The longest action cost 2.15599989891052 seconds.
14
- ----------------Transaction Report----------------
15
- Action : count => 50 time(s) , cost => 99.1390001773834 second(s)
16
- homepage : count => 50 time(s) , cost => 41.9050004482269 second(s)
17
- sports : count => 50 time(s) , cost => 57.1079993247986 second(s)
18
-
19
- ----------------------------------------------------------------
20
- User defined params as below:
21
-
22
- ******************End of Reports******************
23
-
24
- E, [2009-05-20T11:24:30.777000 #3992] ERROR -- : You didn't connect any database.
25
- I, [2009-05-20T11:24:53.184000 #5800] INFO -- : ***************Performance Reports****************
26
-
27
- user system total real
28
-
29
- 11.203000 0.750000 11.953000 ( 13.610000)
30
-
31
- ----------------------------------------------------------------
32
- The Virtual User is 5.
33
- Total Execute 50 Action(s).
34
- Total Cost 13.6100001335144 Second(s).
35
- This Scenario's TPS : 3.673769251249.
36
- The longest action cost 0.545999765396118 seconds.
37
- ----------------Transaction Report----------------
38
- Action : count => 50 time(s) , cost => 13.5780000686646 second(s)
39
- homepage : count => 50 time(s) , cost => 5.38899946212769 second(s)
40
- sports : count => 50 time(s) , cost => 8.09400033950806 second(s)
41
-
42
- ----------------------------------------------------------------
43
- User defined params as below:
44
-
45
- ******************End of Reports******************
46
-
47
- E, [2009-05-20T11:24:53.184000 #5800] ERROR -- : You didn't connect any database.
@@ -1,290 +0,0 @@
1
- # Logfile created on Fri May 22 14:19:19 +0800 2009 by /
2
- I, [2009-05-22T14:19:19.616000 #1436] INFO -- : ***************Performance Reports****************
3
-
4
- user system total real
5
-
6
- 0.141000 0.016000 0.157000 ( 9.484000)
7
-
8
- ----------------------------------------------------------------
9
- The Virtual User is 2.
10
- Total Execute 2 Action(s).
11
- Total Cost 9.48399996757507 Second(s).
12
- This Scenario's TPS : 0.210881485326636.
13
- The longest action cost 4.76500010490417 seconds.
14
- ----------------Transaction Report----------------
15
- Action : count => 2 time(s) , cost => 9.48399996757507 second(s) , success rate => 1.0
16
- homepage : count => 2 time(s) , cost => 4.87500023841858 second(s) , success rate => 1.0
17
- auto : count => 2 time(s) , cost => 4.60899972915649 second(s) , success rate => 1.0
18
-
19
- ----------------------------------------------------------------
20
- User defined params as below:
21
-
22
- ******************End of Reports******************
23
-
24
- E, [2009-05-22T14:19:19.616000 #1436] ERROR -- : You didn't connect any database.
25
- I, [2009-05-22T15:59:33.874000 #2368] INFO -- : ***************Performance Reports****************
26
-
27
- user system total real
28
-
29
- 0.562000 0.063000 0.625000 ( 63.453000)
30
-
31
- ----------------------------------------------------------------
32
- The Virtual User is 2.
33
- Total Execute 10 Action(s).
34
- Total Cost 63.4530000686646 Second(s).
35
- This Scenario's TPS : 0.157596961360041.
36
- The longest action cost 8.5310001373291 seconds.
37
- ----------------Transaction Report----------------
38
- Action : count => 10 time(s) , cost => 63.4530000686646 second(s) , success rate => 1.0
39
- homepage : count => 10 time(s) , cost => 25.720999956131 second(s) , success rate => 1.0
40
- album : count => 10 time(s) , cost => 18.5919997692108 second(s) , success rate => 1.0
41
- guest_book : count => 10 time(s) , cost => 19.1400003433228 second(s) , success rate => 1.0
42
-
43
- ----------------------------------------------------------------
44
- User defined params as below:
45
-
46
- ******************End of Reports******************
47
-
48
- E, [2009-05-22T15:59:33.874000 #2368] ERROR -- : You didn't connect any database.
49
- I, [2009-05-22T16:06:49.777000 #4804] INFO -- : ***************Performance Reports****************
50
-
51
- user system total real
52
-
53
- 0.031000 0.016000 0.047000 ( 1.719000)
54
-
55
- ----------------------------------------------------------------
56
- The Virtual User is 2.
57
- Total Execute 10 Action(s).
58
- Total Cost 1.71900010108948 Second(s).
59
- This Scenario's TPS : 5.81733531816673.
60
- The longest action cost 0.282000064849854 seconds.
61
- ----------------Transaction Report----------------
62
- Action : count => 10 time(s) , cost => 1.71 sec(s) , success rate => 1.0
63
- homepage : count => 10 time(s) , cost => 1.71 sec(s) , success rate => 1.0
64
- album : count => 10 time(s) , cost => 0.0 sec(s) , success rate => 1.0
65
- guest_book : count => 10 time(s) , cost => 0.0 sec(s) , success rate => 1.0
66
-
67
- ----------------------------------------------------------------
68
- User defined params as below:
69
-
70
- ******************End of Reports******************
71
-
72
- E, [2009-05-22T16:06:49.777000 #4804] ERROR -- : You didn't connect any database.
73
- I, [2009-05-22T16:08:11.902000 #5384] INFO -- : ***************Performance Reports****************
74
-
75
- user system total real
76
-
77
- 0.063000 0.015000 0.078000 ( 1.828000)
78
-
79
- ----------------------------------------------------------------
80
- The Virtual User is 2.
81
- Total Execute 10 Action(s).
82
- Total Cost 1.82799983024597 Second(s).
83
- This Scenario's TPS : 5.47046002660428.
84
- The longest action cost 0.5 seconds.
85
- ----------------Transaction Report----------------
86
- Action : count => 10 time(s) , cost => 1.82 sec(s) , success rate => 1.0
87
- homepage : count => 10 time(s) , cost => 1.82 sec(s) , success rate => 1.0
88
- album : count => 10 time(s) , cost => 0.0 sec(s) , success rate => 1.0
89
- guest_book : count => 10 time(s) , cost => 0.0 sec(s) , success rate => 1.0
90
-
91
- ----------------------------------------------------------------
92
- User defined params as below:
93
-
94
- ******************End of Reports******************
95
-
96
- E, [2009-05-22T16:08:11.902000 #5384] ERROR -- : You didn't connect any database.
97
- I, [2009-05-22T16:09:18.979000 #5744] INFO -- : ***************Performance Reports****************
98
-
99
- user system total real
100
-
101
- 0.047000 0.000000 0.047000 ( 1.593000)
102
-
103
- ----------------------------------------------------------------
104
- The Virtual User is 2.
105
- Total Execute 10 Action(s).
106
- Total Cost 1.59300017356873 Second(s).
107
- This Scenario's TPS : 6.2774632206081.
108
- The longest action cost 0.172000169754028 seconds.
109
- ----------------Transaction Report----------------
110
- Action : count => 10 time(s) , cost => 1.59 sec(s) , success rate => 1.0
111
- homepage : count => 10 time(s) , cost => 1.56 sec(s) , success rate => 0.0
112
- album : count => 10 time(s) , cost => 0.0 sec(s) , success rate => 0.0
113
- guest_book : count => 10 time(s) , cost => 0.0 sec(s) , success rate => 0.0
114
-
115
- ----------------------------------------------------------------
116
- User defined params as below:
117
-
118
- ******************End of Reports******************
119
-
120
- E, [2009-05-22T16:09:18.979000 #5744] ERROR -- : You didn't connect any database.
121
- I, [2009-05-22T16:09:30.307000 #4932] INFO -- : ***************Performance Reports****************
122
-
123
- user system total real
124
-
125
- 0.125000 0.016000 0.141000 ( 2.328000)
126
-
127
- ----------------------------------------------------------------
128
- The Virtual User is 2.
129
- Total Execute 10 Action(s).
130
- Total Cost 2.32800006866455 Second(s).
131
- This Scenario's TPS : 4.29553251935103.
132
- The longest action cost 0.828000068664551 seconds.
133
- ----------------Transaction Report----------------
134
- Action : count => 10 time(s) , cost => 2.32 sec(s) , success rate => 1.0
135
- homepage : count => 10 time(s) , cost => 2.26 sec(s) , success rate => 0.0
136
- album : count => 10 time(s) , cost => 0.0 sec(s) , success rate => 0.0
137
- guest_book : count => 10 time(s) , cost => 0.0 sec(s) , success rate => 0.0
138
-
139
- ----------------------------------------------------------------
140
- User defined params as below:
141
-
142
- ******************End of Reports******************
143
-
144
- E, [2009-05-22T16:09:30.307000 #4932] ERROR -- : You didn't connect any database.
145
- I, [2009-05-22T16:10:14.667000 #4228] INFO -- : ***************Performance Reports****************
146
-
147
- user system total real
148
-
149
- 5.093000 0.265000 5.358000 ( 20.406000)
150
-
151
- ----------------------------------------------------------------
152
- The Virtual User is 4.
153
- Total Execute 100 Action(s).
154
- Total Cost 20.4059998989105 Second(s).
155
- This Scenario's TPS : 4.90051947933897.
156
- The longest action cost 0.281000137329102 seconds.
157
- ----------------Transaction Report----------------
158
- Action : count => 100 time(s) , cost => 20.3 sec(s) , success rate => 1.0
159
- homepage : count => 100 time(s) , cost => 15.4 sec(s) , success rate => 0.0
160
- album : count => 100 time(s) , cost => 0.0 sec(s) , success rate => 0.0
161
- guest_book : count => 100 time(s) , cost => 0.0 sec(s) , success rate => 0.0
162
-
163
- ----------------------------------------------------------------
164
- User defined params as below:
165
-
166
- ******************End of Reports******************
167
-
168
- E, [2009-05-22T16:10:14.667000 #4228] ERROR -- : You didn't connect any database.
169
- I, [2009-05-22T16:12:01.447000 #2296] INFO -- : ***************Performance Reports****************
170
-
171
- user system total real
172
-
173
- 0.703000 0.172000 0.875000 ( 8.390000)
174
-
175
- ----------------------------------------------------------------
176
- The Virtual User is 4.
177
- Total Execute 100 Action(s).
178
- Total Cost 8.39000010490417 Second(s).
179
- This Scenario's TPS : 11.918950983272.
180
- The longest action cost 0.140000104904175 seconds.
181
- ----------------Transaction Report----------------
182
- Action : count => 100 time(s) , cost => 8.24 sec(s) , success rate => 1.0
183
- homepage : count => 100 time(s) , cost => 7.90 sec(s) , success rate => 1.0
184
- album : count => 100 time(s) , cost => 0.0 sec(s) , success rate => 1.0
185
- guest_book : count => 100 time(s) , cost => 0.0 sec(s) , success rate => 1.0
186
-
187
- ----------------------------------------------------------------
188
- User defined params as below:
189
-
190
- ******************End of Reports******************
191
-
192
- E, [2009-05-22T16:12:01.447000 #2296] ERROR -- : You didn't connect any database.
193
- I, [2009-05-22T16:12:30.228000 #5116] INFO -- : ***************Performance Reports****************
194
-
195
- user system total real
196
-
197
- 3.031000 0.390000 3.421000 ( 10.985000)
198
-
199
- ----------------------------------------------------------------
200
- The Virtual User is 4.
201
- Total Execute 100 Action(s).
202
- Total Cost 10.9850001335144 Second(s).
203
- This Scenario's TPS : 9.10332260214614.
204
- The longest action cost 0.156999826431274 seconds.
205
- ----------------Transaction Report----------------
206
- Action : count => 100 time(s) , cost => 10.8 sec(s) , success rate => 1.0
207
- homepage : count => 100 time(s) , cost => 8.02 sec(s) , success rate => 0.0
208
- album : count => 100 time(s) , cost => 0.0 sec(s) , success rate => 0.0
209
- guest_book : count => 100 time(s) , cost => 0.0 sec(s) , success rate => 0.0
210
-
211
- ----------------------------------------------------------------
212
- User defined params as below:
213
-
214
- ******************End of Reports******************
215
-
216
- E, [2009-05-22T16:12:30.228000 #5116] ERROR -- : You didn't connect any database.
217
- connect db ok.
218
- ***************Performance Reports****************
219
-
220
- user system total real
221
-
222
- 6.875000 0.765000 7.640000 ( 59.828000)
223
-
224
- ----------------------------------------------------------------
225
- The Virtual User is 4.
226
- Total Execute 100 Action(s).
227
- Total Cost 59.8280000686646 Second(s).
228
- This Scenario's TPS : 1.671458178198.
229
- The longest action cost 0.703000068664551 seconds.
230
- ----------------Transaction Report----------------
231
- Action : count => 100 time(s) , cost => 59.7 sec(s) , success rate => 1.0
232
- mp3 : count => 100 time(s) , cost => 28.1 sec(s) , success rate => 1.0
233
- query : count => 100 time(s) , cost => 10.6 sec(s) , success rate => 1.0
234
- image : count => 100 time(s) , cost => 20.6 sec(s) , success rate => 1.0
235
-
236
- ----------------------------------------------------------------
237
- User defined params as below:
238
-
239
- ******************End of Reports******************
240
-
241
- connect db ok.
242
- ***************Performance Reports****************
243
-
244
- user system total real
245
-
246
- 6.875000 1.047000 7.922000 ( 60.952000)
247
-
248
- ----------------------------------------------------------------
249
- The Virtual User is 4.
250
- Total Execute 100 Action(s).
251
- Total Cost 60.9520001411438 Second(s).
252
- This Scenario's TPS : 1.64063525017119.
253
- The longest action cost 0.719000101089478 seconds.
254
- ----------------Transaction Report----------------
255
- Action : count => 100 time(s) , cost => 60.8 sec(s) , success rate => 1.0
256
- mp3 : count => 100 time(s) , cost => 28.3 sec(s) , success rate => 1.0
257
- query : count => 100 time(s) , cost => 11.0 sec(s) , success rate => 1.0
258
- image : count => 100 time(s) , cost => 21.0 sec(s) , success rate => 1.0
259
-
260
- ----------------------------------------------------------------
261
- User defined params as below:
262
-
263
- ******************End of Reports******************
264
-
265
- records has saved in DB.
266
- connect db ok.
267
- ***************Performance Reports****************
268
-
269
- user system total real
270
-
271
- 2.984000 0.110000 3.094000 (412.591000)
272
-
273
- ----------------------------------------------------------------
274
- The Virtual User is 2.
275
- Total Execute 50 Action(s).
276
- Total Cost 412.591000080109 Second(s).
277
- This Scenario's TPS : 0.121185386957767.
278
- The longest action cost 17.4059998989105 seconds.
279
- ----------------Transaction Report----------------
280
- Action : count => 50 time(s) , cost => 412. sec(s) , success rate => 1.0
281
- homepage : count => 50 time(s) , cost => 173. sec(s) , success rate => 1.0
282
- album : count => 50 time(s) , cost => 94.1 sec(s) , success rate => 1.0
283
- guest_book : count => 50 time(s) , cost => 144. sec(s) , success rate => 1.0
284
-
285
- ----------------------------------------------------------------
286
- User defined params as below:
287
-
288
- ******************End of Reports******************
289
-
290
- records has saved in DB.
@@ -1,170 +0,0 @@
1
- # Logfile created on Thu Apr 30 11:31:48 +0800 2009 by /
2
- connect db ok.
3
- table rreports doesn't defined and will be created.
4
- create table rreports successful.
5
- ***************Performance Reports****************
6
-
7
- user system total real
8
-
9
- 0.656000 0.000000 0.656000 ( 0.672000)
10
-
11
- ----------------------------------------------------------------
12
- The Virtual User is 10.
13
- Total Execute 100 Action(s).
14
- Total Cost 0.672000169754028 Second(s).
15
- This Scenario's TPS : 148.809486218736.
16
- The longest action cost 0.0470001697540283 seconds.
17
- ----------------Transaction Report----------------
18
- Action : count => 100 time(s) , cost => 0.561000108718872 second(s)
19
- ----------------------------------------------------------------
20
- User defined params as below:
21
- pi314.059265383988deep1000
22
- ******************End of Reports******************
23
-
24
- records has saved in DB.
25
- connect db ok.
26
- ***************Performance Reports****************
27
-
28
- user system total real
29
-
30
- 1.140000 0.015000 1.155000 ( 1.172000)
31
-
32
- ----------------------------------------------------------------
33
- The Virtual User is 10.
34
- Total Execute 100 Action(s).
35
- Total Cost 1.17199993133545 Second(s).
36
- This Scenario's TPS : 85.3242370808451.
37
- The longest action cost 0.062999963760376 seconds.
38
- ----------------Transaction Report----------------
39
- Action : count => 100 time(s) , cost => 1.07699990272522 second(s)
40
- ----------------------------------------------------------------
41
- User defined params as below:
42
- pi314.059265383988deep1000
43
- ******************End of Reports******************
44
-
45
- connect db ok.
46
- table rreports doesn't defined and will be created.
47
- connect db ok.
48
- table rreports doesn't defined and will be created.
49
- create table ["scenarios", "transactions", "records"] successful.
50
- connect db ok.
51
- ***************Performance Reports****************
52
-
53
- user system total real
54
-
55
- 0.531000 0.000000 0.531000 ( 0.546000)
56
-
57
- ----------------------------------------------------------------
58
- The Virtual User is 10.
59
- Total Execute 100 Action(s).
60
- Total Cost 0.546000003814697 Second(s).
61
- This Scenario's TPS : 183.150181870582.
62
- The longest action cost 0.0460000038146973 seconds.
63
- ----------------Transaction Report----------------
64
- Action : count => 100 time(s) , cost => 0.482999801635742 second(s)
65
- ----------------------------------------------------------------
66
- User defined params as below:
67
- pi314.059265383988deep1000
68
- ******************End of Reports******************
69
-
70
- connect db ok.
71
- ***************Performance Reports****************
72
-
73
- user system total real
74
-
75
- 0.531000 0.000000 0.531000 ( 0.532000)
76
-
77
- ----------------------------------------------------------------
78
- The Virtual User is 10.
79
- Total Execute 100 Action(s).
80
- Total Cost 0.532000064849854 Second(s).
81
- This Scenario's TPS : 187.969901898833.
82
- The longest action cost 0.0320000648498535 seconds.
83
- ----------------Transaction Report----------------
84
- Action : count => 100 time(s) , cost => 0.422999858856201 second(s)
85
- ----------------------------------------------------------------
86
- User defined params as below:
87
- pi314.059265383988deep1000
88
- ******************End of Reports******************
89
-
90
- connect db ok.
91
- ***************Performance Reports****************
92
-
93
- user system total real
94
-
95
- 1.125000 0.016000 1.141000 ( 1.156000)
96
-
97
- ----------------------------------------------------------------
98
- The Virtual User is 10.
99
- Total Execute 100 Action(s).
100
- Total Cost 1.1560001373291 Second(s).
101
- This Scenario's TPS : 86.5051800348801.
102
- The longest action cost 0.062999963760376 seconds.
103
- ----------------Transaction Report----------------
104
- Action : count => 100 time(s) , cost => 1.09299993515015 second(s)
105
- ----------------------------------------------------------------
106
- User defined params as below:
107
- pi314.059265383988deep1000
108
- ******************End of Reports******************
109
-
110
- connect db ok.
111
- ***************Performance Reports****************
112
-
113
- user system total real
114
-
115
- 1.140000 0.015000 1.155000 ( 1.156000)
116
-
117
- ----------------------------------------------------------------
118
- The Virtual User is 10.
119
- Total Execute 100 Action(s).
120
- Total Cost 1.1560001373291 Second(s).
121
- This Scenario's TPS : 86.5051800348801.
122
- The longest action cost 0.0470001697540283 seconds.
123
- ----------------Transaction Report----------------
124
- Action : count => 100 time(s) , cost => 1.07800030708313 second(s)
125
- ----------------------------------------------------------------
126
- User defined params as below:
127
- pi314.059265383988deep1000
128
- ******************End of Reports******************
129
-
130
- connect db ok.
131
- ***************Performance Reports****************
132
-
133
- user system total real
134
-
135
- 1.109000 0.062000 1.171000 ( 1.172000)
136
-
137
- ----------------------------------------------------------------
138
- The Virtual User is 10.
139
- Total Execute 100 Action(s).
140
- Total Cost 1.17199993133545 Second(s).
141
- This Scenario's TPS : 85.3242370808451.
142
- The longest action cost 0.062000036239624 seconds.
143
- ----------------Transaction Report----------------
144
- Action : count => 100 time(s) , cost => 1.06400036811829 second(s)
145
- ----------------------------------------------------------------
146
- User defined params as below:
147
- pi314.059265383988deep1000
148
- ******************End of Reports******************
149
-
150
- connect db ok.
151
- ***************Performance Reports****************
152
-
153
- user system total real
154
-
155
- 0.532000 0.000000 0.532000 ( 0.531000)
156
-
157
- ----------------------------------------------------------------
158
- The Virtual User is 10.
159
- Total Execute 100 Action(s).
160
- Total Cost 0.530999898910522 Second(s).
161
- This Scenario's TPS : 188.323952989774.
162
- The longest action cost 0.0469999313354492 seconds.
163
- ----------------Transaction Report----------------
164
- Action : count => 100 time(s) , cost => 0.482999801635742 second(s)
165
- ----------------------------------------------------------------
166
- User defined params as below:
167
- pi314.059265383988deep1000
168
- ******************End of Reports******************
169
-
170
- records has saved in DB.