Commit 34c684399eba6348bfdac04822aebd42bf3f9b82
1 parent
f9052ee8
Exists in
master
Teste de stress.jmx: Adicionado teste para barra.js e para a fonte woff. Adicion…
…ado tamb?m teste para INEP como fonte de compara??o e deve ser retirado depois.
Showing
1 changed file
with
687 additions
and
11 deletions
Show diff stats
test/Teste de stress.jmx
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | -<jmeterTestPlan version="1.2" properties="2.3" jmeter="2.8 r1393162"> | |
2 | +<jmeterTestPlan version="1.2" properties="2.6" jmeter="2.11 r1554548"> | |
3 | 3 | <hashTree> |
4 | - <TestPlan guiclass="TestPlanGui" testclass="TestPlan" testname="Stress Bitch!" enabled="true"> | |
5 | - <stringProp name="TestPlan.comments">Teste de stress genérico</stringProp> | |
4 | + <TestPlan guiclass="TestPlanGui" testclass="TestPlan" testname="Testes" enabled="true"> | |
5 | + <stringProp name="TestPlan.comments">Testes genéricos</stringProp> | |
6 | 6 | <boolProp name="TestPlan.functional_mode">false</boolProp> |
7 | 7 | <boolProp name="TestPlan.serialize_threadgroups">false</boolProp> |
8 | 8 | <elementProp name="TestPlan.user_defined_variables" elementType="Arguments" guiclass="ArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> |
... | ... | @@ -11,13 +11,13 @@ |
11 | 11 | <stringProp name="TestPlan.user_define_classpath"></stringProp> |
12 | 12 | </TestPlan> |
13 | 13 | <hashTree> |
14 | - <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="Web Test" enabled="true"> | |
14 | + <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="Web Test" enabled="false"> | |
15 | 15 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller" enabled="true"> |
16 | 16 | <boolProp name="LoopController.continue_forever">false</boolProp> |
17 | - <stringProp name="LoopController.loops">100</stringProp> | |
17 | + <stringProp name="LoopController.loops">1</stringProp> | |
18 | 18 | </elementProp> |
19 | - <stringProp name="ThreadGroup.num_threads">1000</stringProp> | |
20 | - <stringProp name="ThreadGroup.ramp_time">0</stringProp> | |
19 | + <stringProp name="ThreadGroup.num_threads">100</stringProp> | |
20 | + <stringProp name="ThreadGroup.ramp_time">5</stringProp> | |
21 | 21 | <longProp name="ThreadGroup.start_time">1356091419000</longProp> |
22 | 22 | <longProp name="ThreadGroup.end_time">1356091419000</longProp> |
23 | 23 | <boolProp name="ThreadGroup.scheduler">false</boolProp> |
... | ... | @@ -26,10 +26,205 @@ |
26 | 26 | <stringProp name="ThreadGroup.delay"></stringProp> |
27 | 27 | </ThreadGroup> |
28 | 28 | <hashTree> |
29 | - <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="HTTP Request" enabled="true"> | |
29 | + <ConfigTestElement guiclass="HttpDefaultsGui" testclass="ConfigTestElement" testname="Padrões de Requisição HTTP" enabled="true"> | |
30 | + <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="Variáveis Definidas Pelo Usuário" enabled="true"> | |
31 | + <collectionProp name="Arguments.arguments"/> | |
32 | + </elementProp> | |
33 | + <stringProp name="HTTPSampler.domain">189.9.137.173</stringProp> | |
34 | + <stringProp name="HTTPSampler.port"></stringProp> | |
35 | + <stringProp name="HTTPSampler.connect_timeout"></stringProp> | |
36 | + <stringProp name="HTTPSampler.response_timeout"></stringProp> | |
37 | + <stringProp name="HTTPSampler.protocol"></stringProp> | |
38 | + <stringProp name="HTTPSampler.contentEncoding"></stringProp> | |
39 | + <stringProp name="HTTPSampler.path"></stringProp> | |
40 | + <stringProp name="HTTPSampler.concurrentPool">4</stringProp> | |
41 | + </ConfigTestElement> | |
42 | + <hashTree/> | |
43 | + <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="barra.js" enabled="true"> | |
44 | + <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> | |
45 | + <collectionProp name="Arguments.arguments"/> | |
46 | + </elementProp> | |
47 | + <stringProp name="HTTPSampler.domain"></stringProp> | |
48 | + <stringProp name="HTTPSampler.port"></stringProp> | |
49 | + <stringProp name="HTTPSampler.connect_timeout"></stringProp> | |
50 | + <stringProp name="HTTPSampler.response_timeout"></stringProp> | |
51 | + <stringProp name="HTTPSampler.protocol"></stringProp> | |
52 | + <stringProp name="HTTPSampler.contentEncoding"></stringProp> | |
53 | + <stringProp name="HTTPSampler.path">/barra.js</stringProp> | |
54 | + <stringProp name="HTTPSampler.method">GET</stringProp> | |
55 | + <boolProp name="HTTPSampler.follow_redirects">true</boolProp> | |
56 | + <boolProp name="HTTPSampler.auto_redirects">false</boolProp> | |
57 | + <boolProp name="HTTPSampler.use_keepalive">true</boolProp> | |
58 | + <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> | |
59 | + <boolProp name="HTTPSampler.monitor">false</boolProp> | |
60 | + <stringProp name="HTTPSampler.embedded_url_re"></stringProp> | |
61 | + </HTTPSamplerProxy> | |
62 | + <hashTree/> | |
63 | + <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Fonte woff" enabled="true"> | |
30 | 64 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> |
31 | 65 | <collectionProp name="Arguments.arguments"/> |
32 | 66 | </elementProp> |
67 | + <stringProp name="HTTPSampler.domain"></stringProp> | |
68 | + <stringProp name="HTTPSampler.port"></stringProp> | |
69 | + <stringProp name="HTTPSampler.connect_timeout"></stringProp> | |
70 | + <stringProp name="HTTPSampler.response_timeout"></stringProp> | |
71 | + <stringProp name="HTTPSampler.protocol"></stringProp> | |
72 | + <stringProp name="HTTPSampler.contentEncoding"></stringProp> | |
73 | + <stringProp name="HTTPSampler.path">/static/opensans-bold.woff</stringProp> | |
74 | + <stringProp name="HTTPSampler.method">GET</stringProp> | |
75 | + <boolProp name="HTTPSampler.follow_redirects">true</boolProp> | |
76 | + <boolProp name="HTTPSampler.auto_redirects">false</boolProp> | |
77 | + <boolProp name="HTTPSampler.use_keepalive">true</boolProp> | |
78 | + <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> | |
79 | + <boolProp name="HTTPSampler.monitor">false</boolProp> | |
80 | + <stringProp name="HTTPSampler.embedded_url_re"></stringProp> | |
81 | + </HTTPSamplerProxy> | |
82 | + <hashTree/> | |
83 | + <ResultCollector guiclass="TableVisualizer" testclass="ResultCollector" testname="View Results in Table" enabled="true"> | |
84 | + <boolProp name="ResultCollector.error_logging">false</boolProp> | |
85 | + <objProp> | |
86 | + <value class="SampleSaveConfiguration"> | |
87 | + <time>true</time> | |
88 | + <latency>true</latency> | |
89 | + <timestamp>true</timestamp> | |
90 | + <success>true</success> | |
91 | + <label>true</label> | |
92 | + <code>true</code> | |
93 | + <message>true</message> | |
94 | + <threadName>true</threadName> | |
95 | + <dataType>true</dataType> | |
96 | + <encoding>false</encoding> | |
97 | + <assertions>true</assertions> | |
98 | + <subresults>true</subresults> | |
99 | + <responseData>false</responseData> | |
100 | + <samplerData>false</samplerData> | |
101 | + <xml>true</xml> | |
102 | + <fieldNames>false</fieldNames> | |
103 | + <responseHeaders>false</responseHeaders> | |
104 | + <requestHeaders>false</requestHeaders> | |
105 | + <responseDataOnError>false</responseDataOnError> | |
106 | + <saveAssertionResultsFailureMessage>false</saveAssertionResultsFailureMessage> | |
107 | + <assertionsResultsToSave>0</assertionsResultsToSave> | |
108 | + <bytes>true</bytes> | |
109 | + </value> | |
110 | + </objProp> | |
111 | + <stringProp name="filename"></stringProp> | |
112 | + </ResultCollector> | |
113 | + <hashTree/> | |
114 | + <ResultCollector guiclass="ViewResultsFullVisualizer" testclass="ResultCollector" testname="View Results Tree" enabled="true"> | |
115 | + <boolProp name="ResultCollector.error_logging">false</boolProp> | |
116 | + <objProp> | |
117 | + <value class="SampleSaveConfiguration"> | |
118 | + <time>true</time> | |
119 | + <latency>true</latency> | |
120 | + <timestamp>true</timestamp> | |
121 | + <success>true</success> | |
122 | + <label>true</label> | |
123 | + <code>true</code> | |
124 | + <message>true</message> | |
125 | + <threadName>true</threadName> | |
126 | + <dataType>true</dataType> | |
127 | + <encoding>false</encoding> | |
128 | + <assertions>true</assertions> | |
129 | + <subresults>true</subresults> | |
130 | + <responseData>false</responseData> | |
131 | + <samplerData>false</samplerData> | |
132 | + <xml>true</xml> | |
133 | + <fieldNames>false</fieldNames> | |
134 | + <responseHeaders>false</responseHeaders> | |
135 | + <requestHeaders>false</requestHeaders> | |
136 | + <responseDataOnError>false</responseDataOnError> | |
137 | + <saveAssertionResultsFailureMessage>false</saveAssertionResultsFailureMessage> | |
138 | + <assertionsResultsToSave>0</assertionsResultsToSave> | |
139 | + <bytes>true</bytes> | |
140 | + </value> | |
141 | + </objProp> | |
142 | + <stringProp name="filename"></stringProp> | |
143 | + </ResultCollector> | |
144 | + <hashTree/> | |
145 | + <ResultCollector guiclass="SummaryReport" testclass="ResultCollector" testname="Summary Report" enabled="true"> | |
146 | + <boolProp name="ResultCollector.error_logging">false</boolProp> | |
147 | + <objProp> | |
148 | + <value class="SampleSaveConfiguration"> | |
149 | + <time>true</time> | |
150 | + <latency>true</latency> | |
151 | + <timestamp>true</timestamp> | |
152 | + <success>true</success> | |
153 | + <label>true</label> | |
154 | + <code>true</code> | |
155 | + <message>true</message> | |
156 | + <threadName>true</threadName> | |
157 | + <dataType>true</dataType> | |
158 | + <encoding>false</encoding> | |
159 | + <assertions>true</assertions> | |
160 | + <subresults>true</subresults> | |
161 | + <responseData>false</responseData> | |
162 | + <samplerData>false</samplerData> | |
163 | + <xml>true</xml> | |
164 | + <fieldNames>false</fieldNames> | |
165 | + <responseHeaders>false</responseHeaders> | |
166 | + <requestHeaders>false</requestHeaders> | |
167 | + <responseDataOnError>false</responseDataOnError> | |
168 | + <saveAssertionResultsFailureMessage>false</saveAssertionResultsFailureMessage> | |
169 | + <assertionsResultsToSave>0</assertionsResultsToSave> | |
170 | + <bytes>true</bytes> | |
171 | + </value> | |
172 | + </objProp> | |
173 | + <stringProp name="filename"></stringProp> | |
174 | + </ResultCollector> | |
175 | + <hashTree/> | |
176 | + <ResultCollector guiclass="StatGraphVisualizer" testclass="ResultCollector" testname="Gráfico Agregado" enabled="true"> | |
177 | + <boolProp name="ResultCollector.error_logging">false</boolProp> | |
178 | + <objProp> | |
179 | + <value class="SampleSaveConfiguration"> | |
180 | + <time>true</time> | |
181 | + <latency>true</latency> | |
182 | + <timestamp>true</timestamp> | |
183 | + <success>true</success> | |
184 | + <label>true</label> | |
185 | + <code>true</code> | |
186 | + <message>true</message> | |
187 | + <threadName>true</threadName> | |
188 | + <dataType>true</dataType> | |
189 | + <encoding>false</encoding> | |
190 | + <assertions>true</assertions> | |
191 | + <subresults>true</subresults> | |
192 | + <responseData>false</responseData> | |
193 | + <samplerData>false</samplerData> | |
194 | + <xml>false</xml> | |
195 | + <fieldNames>false</fieldNames> | |
196 | + <responseHeaders>false</responseHeaders> | |
197 | + <requestHeaders>false</requestHeaders> | |
198 | + <responseDataOnError>false</responseDataOnError> | |
199 | + <saveAssertionResultsFailureMessage>false</saveAssertionResultsFailureMessage> | |
200 | + <assertionsResultsToSave>0</assertionsResultsToSave> | |
201 | + <bytes>true</bytes> | |
202 | + </value> | |
203 | + </objProp> | |
204 | + <stringProp name="filename">/home/carlos/projetos/barrabrasil/test/resultados_test.jtl</stringProp> | |
205 | + <boolProp name="ResultCollector.success_only_logging">true</boolProp> | |
206 | + </ResultCollector> | |
207 | + <hashTree/> | |
208 | + </hashTree> | |
209 | + <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="Web Producao" enabled="true"> | |
210 | + <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller" enabled="true"> | |
211 | + <boolProp name="LoopController.continue_forever">false</boolProp> | |
212 | + <stringProp name="LoopController.loops">1</stringProp> | |
213 | + </elementProp> | |
214 | + <stringProp name="ThreadGroup.num_threads">100</stringProp> | |
215 | + <stringProp name="ThreadGroup.ramp_time">0</stringProp> | |
216 | + <longProp name="ThreadGroup.start_time">1356091419000</longProp> | |
217 | + <longProp name="ThreadGroup.end_time">1356091419000</longProp> | |
218 | + <boolProp name="ThreadGroup.scheduler">false</boolProp> | |
219 | + <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | |
220 | + <stringProp name="ThreadGroup.duration"></stringProp> | |
221 | + <stringProp name="ThreadGroup.delay"></stringProp> | |
222 | + </ThreadGroup> | |
223 | + <hashTree> | |
224 | + <ConfigTestElement guiclass="HttpDefaultsGui" testclass="ConfigTestElement" testname="Padrões de Requisição HTTP" enabled="true"> | |
225 | + <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="Variáveis Definidas Pelo Usuário" enabled="true"> | |
226 | + <collectionProp name="Arguments.arguments"/> | |
227 | + </elementProp> | |
33 | 228 | <stringProp name="HTTPSampler.domain">barra.brasil.gov.br</stringProp> |
34 | 229 | <stringProp name="HTTPSampler.port"></stringProp> |
35 | 230 | <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
... | ... | @@ -37,6 +232,40 @@ |
37 | 232 | <stringProp name="HTTPSampler.protocol"></stringProp> |
38 | 233 | <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
39 | 234 | <stringProp name="HTTPSampler.path"></stringProp> |
235 | + <stringProp name="HTTPSampler.concurrentPool">4</stringProp> | |
236 | + </ConfigTestElement> | |
237 | + <hashTree/> | |
238 | + <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="barra.js" enabled="true"> | |
239 | + <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> | |
240 | + <collectionProp name="Arguments.arguments"/> | |
241 | + </elementProp> | |
242 | + <stringProp name="HTTPSampler.domain"></stringProp> | |
243 | + <stringProp name="HTTPSampler.port"></stringProp> | |
244 | + <stringProp name="HTTPSampler.connect_timeout"></stringProp> | |
245 | + <stringProp name="HTTPSampler.response_timeout"></stringProp> | |
246 | + <stringProp name="HTTPSampler.protocol"></stringProp> | |
247 | + <stringProp name="HTTPSampler.contentEncoding"></stringProp> | |
248 | + <stringProp name="HTTPSampler.path">/barra.js</stringProp> | |
249 | + <stringProp name="HTTPSampler.method">GET</stringProp> | |
250 | + <boolProp name="HTTPSampler.follow_redirects">true</boolProp> | |
251 | + <boolProp name="HTTPSampler.auto_redirects">false</boolProp> | |
252 | + <boolProp name="HTTPSampler.use_keepalive">true</boolProp> | |
253 | + <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> | |
254 | + <boolProp name="HTTPSampler.monitor">false</boolProp> | |
255 | + <stringProp name="HTTPSampler.embedded_url_re"></stringProp> | |
256 | + </HTTPSamplerProxy> | |
257 | + <hashTree/> | |
258 | + <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Fonte woff" enabled="true"> | |
259 | + <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> | |
260 | + <collectionProp name="Arguments.arguments"/> | |
261 | + </elementProp> | |
262 | + <stringProp name="HTTPSampler.domain"></stringProp> | |
263 | + <stringProp name="HTTPSampler.port"></stringProp> | |
264 | + <stringProp name="HTTPSampler.connect_timeout"></stringProp> | |
265 | + <stringProp name="HTTPSampler.response_timeout"></stringProp> | |
266 | + <stringProp name="HTTPSampler.protocol"></stringProp> | |
267 | + <stringProp name="HTTPSampler.contentEncoding"></stringProp> | |
268 | + <stringProp name="HTTPSampler.path">/static/opensans-bold.woff</stringProp> | |
40 | 269 | <stringProp name="HTTPSampler.method">GET</stringProp> |
41 | 270 | <boolProp name="HTTPSampler.follow_redirects">true</boolProp> |
42 | 271 | <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
... | ... | @@ -49,7 +278,6 @@ |
49 | 278 | <ResultCollector guiclass="TableVisualizer" testclass="ResultCollector" testname="View Results in Table" enabled="true"> |
50 | 279 | <boolProp name="ResultCollector.error_logging">false</boolProp> |
51 | 280 | <objProp> |
52 | - <name>saveConfig</name> | |
53 | 281 | <value class="SampleSaveConfiguration"> |
54 | 282 | <time>true</time> |
55 | 283 | <latency>true</latency> |
... | ... | @@ -81,7 +309,6 @@ |
81 | 309 | <ResultCollector guiclass="ViewResultsFullVisualizer" testclass="ResultCollector" testname="View Results Tree" enabled="true"> |
82 | 310 | <boolProp name="ResultCollector.error_logging">false</boolProp> |
83 | 311 | <objProp> |
84 | - <name>saveConfig</name> | |
85 | 312 | <value class="SampleSaveConfiguration"> |
86 | 313 | <time>true</time> |
87 | 314 | <latency>true</latency> |
... | ... | @@ -113,7 +340,6 @@ |
113 | 340 | <ResultCollector guiclass="SummaryReport" testclass="ResultCollector" testname="Summary Report" enabled="true"> |
114 | 341 | <boolProp name="ResultCollector.error_logging">false</boolProp> |
115 | 342 | <objProp> |
116 | - <name>saveConfig</name> | |
117 | 343 | <value class="SampleSaveConfiguration"> |
118 | 344 | <time>true</time> |
119 | 345 | <latency>true</latency> |
... | ... | @@ -142,6 +368,456 @@ |
142 | 368 | <stringProp name="filename"></stringProp> |
143 | 369 | </ResultCollector> |
144 | 370 | <hashTree/> |
371 | + <ResultCollector guiclass="StatGraphVisualizer" testclass="ResultCollector" testname="Gráfico Agregado" enabled="true"> | |
372 | + <boolProp name="ResultCollector.error_logging">false</boolProp> | |
373 | + <objProp> | |
374 | + <value class="SampleSaveConfiguration"> | |
375 | + <time>true</time> | |
376 | + <latency>true</latency> | |
377 | + <timestamp>true</timestamp> | |
378 | + <success>true</success> | |
379 | + <label>true</label> | |
380 | + <code>true</code> | |
381 | + <message>true</message> | |
382 | + <threadName>true</threadName> | |
383 | + <dataType>true</dataType> | |
384 | + <encoding>false</encoding> | |
385 | + <assertions>true</assertions> | |
386 | + <subresults>true</subresults> | |
387 | + <responseData>false</responseData> | |
388 | + <samplerData>false</samplerData> | |
389 | + <xml>false</xml> | |
390 | + <fieldNames>false</fieldNames> | |
391 | + <responseHeaders>false</responseHeaders> | |
392 | + <requestHeaders>false</requestHeaders> | |
393 | + <responseDataOnError>false</responseDataOnError> | |
394 | + <saveAssertionResultsFailureMessage>false</saveAssertionResultsFailureMessage> | |
395 | + <assertionsResultsToSave>0</assertionsResultsToSave> | |
396 | + <bytes>true</bytes> | |
397 | + </value> | |
398 | + </objProp> | |
399 | + <stringProp name="filename">/home/carlos/projetos/barrabrasil/test/resultados.jtl</stringProp> | |
400 | + </ResultCollector> | |
401 | + <hashTree/> | |
402 | + </hashTree> | |
403 | + <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="Web Producao INEP" enabled="false"> | |
404 | + <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller" enabled="true"> | |
405 | + <boolProp name="LoopController.continue_forever">false</boolProp> | |
406 | + <stringProp name="LoopController.loops">1</stringProp> | |
407 | + </elementProp> | |
408 | + <stringProp name="ThreadGroup.num_threads">100</stringProp> | |
409 | + <stringProp name="ThreadGroup.ramp_time">0</stringProp> | |
410 | + <longProp name="ThreadGroup.start_time">1356091419000</longProp> | |
411 | + <longProp name="ThreadGroup.end_time">1356091419000</longProp> | |
412 | + <boolProp name="ThreadGroup.scheduler">false</boolProp> | |
413 | + <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | |
414 | + <stringProp name="ThreadGroup.duration"></stringProp> | |
415 | + <stringProp name="ThreadGroup.delay"></stringProp> | |
416 | + </ThreadGroup> | |
417 | + <hashTree> | |
418 | + <ConfigTestElement guiclass="HttpDefaultsGui" testclass="ConfigTestElement" testname="Padrões de Requisição HTTP" enabled="true"> | |
419 | + <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="Variáveis Definidas Pelo Usuário" enabled="true"> | |
420 | + <collectionProp name="Arguments.arguments"/> | |
421 | + </elementProp> | |
422 | + <stringProp name="HTTPSampler.domain">public.inep.gov.br</stringProp> | |
423 | + <stringProp name="HTTPSampler.port"></stringProp> | |
424 | + <stringProp name="HTTPSampler.connect_timeout"></stringProp> | |
425 | + <stringProp name="HTTPSampler.response_timeout"></stringProp> | |
426 | + <stringProp name="HTTPSampler.protocol"></stringProp> | |
427 | + <stringProp name="HTTPSampler.contentEncoding"></stringProp> | |
428 | + <stringProp name="HTTPSampler.path"></stringProp> | |
429 | + <stringProp name="HTTPSampler.concurrentPool">4</stringProp> | |
430 | + </ConfigTestElement> | |
431 | + <hashTree/> | |
432 | + <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="barra.js" enabled="true"> | |
433 | + <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> | |
434 | + <collectionProp name="Arguments.arguments"/> | |
435 | + </elementProp> | |
436 | + <stringProp name="HTTPSampler.domain"></stringProp> | |
437 | + <stringProp name="HTTPSampler.port"></stringProp> | |
438 | + <stringProp name="HTTPSampler.connect_timeout"></stringProp> | |
439 | + <stringProp name="HTTPSampler.response_timeout"></stringProp> | |
440 | + <stringProp name="HTTPSampler.protocol"></stringProp> | |
441 | + <stringProp name="HTTPSampler.contentEncoding"></stringProp> | |
442 | + <stringProp name="HTTPSampler.path">/barra_governo/barra-sistema.js</stringProp> | |
443 | + <stringProp name="HTTPSampler.method">GET</stringProp> | |
444 | + <boolProp name="HTTPSampler.follow_redirects">true</boolProp> | |
445 | + <boolProp name="HTTPSampler.auto_redirects">false</boolProp> | |
446 | + <boolProp name="HTTPSampler.use_keepalive">true</boolProp> | |
447 | + <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> | |
448 | + <boolProp name="HTTPSampler.monitor">false</boolProp> | |
449 | + <stringProp name="HTTPSampler.embedded_url_re"></stringProp> | |
450 | + </HTTPSamplerProxy> | |
451 | + <hashTree/> | |
452 | + <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Fonte woff" enabled="true"> | |
453 | + <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> | |
454 | + <collectionProp name="Arguments.arguments"/> | |
455 | + </elementProp> | |
456 | + <stringProp name="HTTPSampler.domain"></stringProp> | |
457 | + <stringProp name="HTTPSampler.port"></stringProp> | |
458 | + <stringProp name="HTTPSampler.connect_timeout"></stringProp> | |
459 | + <stringProp name="HTTPSampler.response_timeout"></stringProp> | |
460 | + <stringProp name="HTTPSampler.protocol"></stringProp> | |
461 | + <stringProp name="HTTPSampler.contentEncoding"></stringProp> | |
462 | + <stringProp name="HTTPSampler.path">/barra_governo/opensans-bold.woff</stringProp> | |
463 | + <stringProp name="HTTPSampler.method">GET</stringProp> | |
464 | + <boolProp name="HTTPSampler.follow_redirects">true</boolProp> | |
465 | + <boolProp name="HTTPSampler.auto_redirects">false</boolProp> | |
466 | + <boolProp name="HTTPSampler.use_keepalive">true</boolProp> | |
467 | + <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> | |
468 | + <boolProp name="HTTPSampler.monitor">false</boolProp> | |
469 | + <stringProp name="HTTPSampler.embedded_url_re"></stringProp> | |
470 | + </HTTPSamplerProxy> | |
471 | + <hashTree/> | |
472 | + <ResultCollector guiclass="TableVisualizer" testclass="ResultCollector" testname="View Results in Table" enabled="true"> | |
473 | + <boolProp name="ResultCollector.error_logging">false</boolProp> | |
474 | + <objProp> | |
475 | + <value class="SampleSaveConfiguration"> | |
476 | + <time>true</time> | |
477 | + <latency>true</latency> | |
478 | + <timestamp>true</timestamp> | |
479 | + <success>true</success> | |
480 | + <label>true</label> | |
481 | + <code>true</code> | |
482 | + <message>true</message> | |
483 | + <threadName>true</threadName> | |
484 | + <dataType>true</dataType> | |
485 | + <encoding>false</encoding> | |
486 | + <assertions>true</assertions> | |
487 | + <subresults>true</subresults> | |
488 | + <responseData>false</responseData> | |
489 | + <samplerData>false</samplerData> | |
490 | + <xml>true</xml> | |
491 | + <fieldNames>false</fieldNames> | |
492 | + <responseHeaders>false</responseHeaders> | |
493 | + <requestHeaders>false</requestHeaders> | |
494 | + <responseDataOnError>false</responseDataOnError> | |
495 | + <saveAssertionResultsFailureMessage>false</saveAssertionResultsFailureMessage> | |
496 | + <assertionsResultsToSave>0</assertionsResultsToSave> | |
497 | + <bytes>true</bytes> | |
498 | + </value> | |
499 | + </objProp> | |
500 | + <stringProp name="filename"></stringProp> | |
501 | + </ResultCollector> | |
502 | + <hashTree/> | |
503 | + <ResultCollector guiclass="ViewResultsFullVisualizer" testclass="ResultCollector" testname="View Results Tree" enabled="true"> | |
504 | + <boolProp name="ResultCollector.error_logging">false</boolProp> | |
505 | + <objProp> | |
506 | + <value class="SampleSaveConfiguration"> | |
507 | + <time>true</time> | |
508 | + <latency>true</latency> | |
509 | + <timestamp>true</timestamp> | |
510 | + <success>true</success> | |
511 | + <label>true</label> | |
512 | + <code>true</code> | |
513 | + <message>true</message> | |
514 | + <threadName>true</threadName> | |
515 | + <dataType>true</dataType> | |
516 | + <encoding>false</encoding> | |
517 | + <assertions>true</assertions> | |
518 | + <subresults>true</subresults> | |
519 | + <responseData>false</responseData> | |
520 | + <samplerData>false</samplerData> | |
521 | + <xml>true</xml> | |
522 | + <fieldNames>false</fieldNames> | |
523 | + <responseHeaders>false</responseHeaders> | |
524 | + <requestHeaders>false</requestHeaders> | |
525 | + <responseDataOnError>false</responseDataOnError> | |
526 | + <saveAssertionResultsFailureMessage>false</saveAssertionResultsFailureMessage> | |
527 | + <assertionsResultsToSave>0</assertionsResultsToSave> | |
528 | + <bytes>true</bytes> | |
529 | + </value> | |
530 | + </objProp> | |
531 | + <stringProp name="filename"></stringProp> | |
532 | + </ResultCollector> | |
533 | + <hashTree/> | |
534 | + <ResultCollector guiclass="SummaryReport" testclass="ResultCollector" testname="Summary Report" enabled="true"> | |
535 | + <boolProp name="ResultCollector.error_logging">false</boolProp> | |
536 | + <objProp> | |
537 | + <value class="SampleSaveConfiguration"> | |
538 | + <time>true</time> | |
539 | + <latency>true</latency> | |
540 | + <timestamp>true</timestamp> | |
541 | + <success>true</success> | |
542 | + <label>true</label> | |
543 | + <code>true</code> | |
544 | + <message>true</message> | |
545 | + <threadName>true</threadName> | |
546 | + <dataType>true</dataType> | |
547 | + <encoding>false</encoding> | |
548 | + <assertions>true</assertions> | |
549 | + <subresults>true</subresults> | |
550 | + <responseData>false</responseData> | |
551 | + <samplerData>false</samplerData> | |
552 | + <xml>true</xml> | |
553 | + <fieldNames>false</fieldNames> | |
554 | + <responseHeaders>false</responseHeaders> | |
555 | + <requestHeaders>false</requestHeaders> | |
556 | + <responseDataOnError>false</responseDataOnError> | |
557 | + <saveAssertionResultsFailureMessage>false</saveAssertionResultsFailureMessage> | |
558 | + <assertionsResultsToSave>0</assertionsResultsToSave> | |
559 | + <bytes>true</bytes> | |
560 | + </value> | |
561 | + </objProp> | |
562 | + <stringProp name="filename"></stringProp> | |
563 | + </ResultCollector> | |
564 | + <hashTree/> | |
565 | + <ResultCollector guiclass="StatGraphVisualizer" testclass="ResultCollector" testname="Gráfico Agregado" enabled="true"> | |
566 | + <boolProp name="ResultCollector.error_logging">false</boolProp> | |
567 | + <objProp> | |
568 | + <value class="SampleSaveConfiguration"> | |
569 | + <time>true</time> | |
570 | + <latency>true</latency> | |
571 | + <timestamp>true</timestamp> | |
572 | + <success>true</success> | |
573 | + <label>true</label> | |
574 | + <code>true</code> | |
575 | + <message>true</message> | |
576 | + <threadName>true</threadName> | |
577 | + <dataType>true</dataType> | |
578 | + <encoding>false</encoding> | |
579 | + <assertions>true</assertions> | |
580 | + <subresults>true</subresults> | |
581 | + <responseData>false</responseData> | |
582 | + <samplerData>false</samplerData> | |
583 | + <xml>false</xml> | |
584 | + <fieldNames>false</fieldNames> | |
585 | + <responseHeaders>false</responseHeaders> | |
586 | + <requestHeaders>false</requestHeaders> | |
587 | + <responseDataOnError>false</responseDataOnError> | |
588 | + <saveAssertionResultsFailureMessage>false</saveAssertionResultsFailureMessage> | |
589 | + <assertionsResultsToSave>0</assertionsResultsToSave> | |
590 | + <bytes>true</bytes> | |
591 | + </value> | |
592 | + </objProp> | |
593 | + <stringProp name="filename">/home/carlos/projetos/barrabrasil/test/resultados_inep.jtl</stringProp> | |
594 | + </ResultCollector> | |
595 | + <hashTree/> | |
596 | + </hashTree> | |
597 | + <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="Teste de Stress produção" enabled="false"> | |
598 | + <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | |
599 | + <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Controlador de Iteração" enabled="true"> | |
600 | + <boolProp name="LoopController.continue_forever">false</boolProp> | |
601 | + <stringProp name="LoopController.loops">0</stringProp> | |
602 | + </elementProp> | |
603 | + <stringProp name="ThreadGroup.num_threads">100</stringProp> | |
604 | + <stringProp name="ThreadGroup.ramp_time">0</stringProp> | |
605 | + <longProp name="ThreadGroup.start_time">1399999806000</longProp> | |
606 | + <longProp name="ThreadGroup.end_time">1399999806000</longProp> | |
607 | + <boolProp name="ThreadGroup.scheduler">false</boolProp> | |
608 | + <stringProp name="ThreadGroup.duration"></stringProp> | |
609 | + <stringProp name="ThreadGroup.delay"></stringProp> | |
610 | + </ThreadGroup> | |
611 | + <hashTree> | |
612 | + <ConfigTestElement guiclass="HttpDefaultsGui" testclass="ConfigTestElement" testname="Padrões de Requisição HTTP" enabled="true"> | |
613 | + <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="Variáveis Definidas Pelo Usuário" enabled="true"> | |
614 | + <collectionProp name="Arguments.arguments"/> | |
615 | + </elementProp> | |
616 | + <stringProp name="HTTPSampler.domain">barra.brasil.gov.br</stringProp> | |
617 | + <stringProp name="HTTPSampler.port"></stringProp> | |
618 | + <stringProp name="HTTPSampler.connect_timeout"></stringProp> | |
619 | + <stringProp name="HTTPSampler.response_timeout"></stringProp> | |
620 | + <stringProp name="HTTPSampler.protocol"></stringProp> | |
621 | + <stringProp name="HTTPSampler.contentEncoding"></stringProp> | |
622 | + <stringProp name="HTTPSampler.path"></stringProp> | |
623 | + <stringProp name="HTTPSampler.concurrentPool">4</stringProp> | |
624 | + </ConfigTestElement> | |
625 | + <hashTree/> | |
626 | + <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Requisição Barra" enabled="true"> | |
627 | + <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> | |
628 | + <collectionProp name="Arguments.arguments"/> | |
629 | + </elementProp> | |
630 | + <stringProp name="HTTPSampler.domain"></stringProp> | |
631 | + <stringProp name="HTTPSampler.port"></stringProp> | |
632 | + <stringProp name="HTTPSampler.connect_timeout"></stringProp> | |
633 | + <stringProp name="HTTPSampler.response_timeout"></stringProp> | |
634 | + <stringProp name="HTTPSampler.protocol"></stringProp> | |
635 | + <stringProp name="HTTPSampler.contentEncoding"></stringProp> | |
636 | + <stringProp name="HTTPSampler.path">/barra.js</stringProp> | |
637 | + <stringProp name="HTTPSampler.method">GET</stringProp> | |
638 | + <boolProp name="HTTPSampler.follow_redirects">true</boolProp> | |
639 | + <boolProp name="HTTPSampler.auto_redirects">false</boolProp> | |
640 | + <boolProp name="HTTPSampler.use_keepalive">true</boolProp> | |
641 | + <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> | |
642 | + <boolProp name="HTTPSampler.monitor">false</boolProp> | |
643 | + <stringProp name="HTTPSampler.embedded_url_re"></stringProp> | |
644 | + </HTTPSamplerProxy> | |
645 | + <hashTree/> | |
646 | + <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Fonte woff" enabled="true"> | |
647 | + <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> | |
648 | + <collectionProp name="Arguments.arguments"/> | |
649 | + </elementProp> | |
650 | + <stringProp name="HTTPSampler.domain"></stringProp> | |
651 | + <stringProp name="HTTPSampler.port"></stringProp> | |
652 | + <stringProp name="HTTPSampler.connect_timeout"></stringProp> | |
653 | + <stringProp name="HTTPSampler.response_timeout"></stringProp> | |
654 | + <stringProp name="HTTPSampler.protocol"></stringProp> | |
655 | + <stringProp name="HTTPSampler.contentEncoding"></stringProp> | |
656 | + <stringProp name="HTTPSampler.path">/static/opensans-bold.woff</stringProp> | |
657 | + <stringProp name="HTTPSampler.method">GET</stringProp> | |
658 | + <boolProp name="HTTPSampler.follow_redirects">true</boolProp> | |
659 | + <boolProp name="HTTPSampler.auto_redirects">false</boolProp> | |
660 | + <boolProp name="HTTPSampler.use_keepalive">true</boolProp> | |
661 | + <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> | |
662 | + <boolProp name="HTTPSampler.monitor">false</boolProp> | |
663 | + <stringProp name="HTTPSampler.embedded_url_re"></stringProp> | |
664 | + </HTTPSamplerProxy> | |
665 | + <hashTree/> | |
666 | + <ResultCollector guiclass="TableVisualizer" testclass="ResultCollector" testname="View Results in Table" enabled="true"> | |
667 | + <boolProp name="ResultCollector.error_logging">false</boolProp> | |
668 | + <objProp> | |
669 | + <value class="SampleSaveConfiguration"> | |
670 | + <time>true</time> | |
671 | + <latency>true</latency> | |
672 | + <timestamp>true</timestamp> | |
673 | + <success>true</success> | |
674 | + <label>true</label> | |
675 | + <code>true</code> | |
676 | + <message>true</message> | |
677 | + <threadName>true</threadName> | |
678 | + <dataType>true</dataType> | |
679 | + <encoding>false</encoding> | |
680 | + <assertions>true</assertions> | |
681 | + <subresults>true</subresults> | |
682 | + <responseData>false</responseData> | |
683 | + <samplerData>false</samplerData> | |
684 | + <xml>true</xml> | |
685 | + <fieldNames>false</fieldNames> | |
686 | + <responseHeaders>false</responseHeaders> | |
687 | + <requestHeaders>false</requestHeaders> | |
688 | + <responseDataOnError>false</responseDataOnError> | |
689 | + <saveAssertionResultsFailureMessage>false</saveAssertionResultsFailureMessage> | |
690 | + <assertionsResultsToSave>0</assertionsResultsToSave> | |
691 | + <bytes>true</bytes> | |
692 | + </value> | |
693 | + </objProp> | |
694 | + <stringProp name="filename"></stringProp> | |
695 | + </ResultCollector> | |
696 | + <hashTree/> | |
697 | + <ResultCollector guiclass="ViewResultsFullVisualizer" testclass="ResultCollector" testname="View Results Tree" enabled="true"> | |
698 | + <boolProp name="ResultCollector.error_logging">false</boolProp> | |
699 | + <objProp> | |
700 | + <value class="SampleSaveConfiguration"> | |
701 | + <time>true</time> | |
702 | + <latency>true</latency> | |
703 | + <timestamp>true</timestamp> | |
704 | + <success>true</success> | |
705 | + <label>true</label> | |
706 | + <code>true</code> | |
707 | + <message>true</message> | |
708 | + <threadName>true</threadName> | |
709 | + <dataType>true</dataType> | |
710 | + <encoding>false</encoding> | |
711 | + <assertions>true</assertions> | |
712 | + <subresults>true</subresults> | |
713 | + <responseData>false</responseData> | |
714 | + <samplerData>false</samplerData> | |
715 | + <xml>true</xml> | |
716 | + <fieldNames>false</fieldNames> | |
717 | + <responseHeaders>false</responseHeaders> | |
718 | + <requestHeaders>false</requestHeaders> | |
719 | + <responseDataOnError>false</responseDataOnError> | |
720 | + <saveAssertionResultsFailureMessage>false</saveAssertionResultsFailureMessage> | |
721 | + <assertionsResultsToSave>0</assertionsResultsToSave> | |
722 | + <bytes>true</bytes> | |
723 | + </value> | |
724 | + </objProp> | |
725 | + <stringProp name="filename"></stringProp> | |
726 | + </ResultCollector> | |
727 | + <hashTree/> | |
728 | + <ResultCollector guiclass="SummaryReport" testclass="ResultCollector" testname="Summary Report" enabled="true"> | |
729 | + <boolProp name="ResultCollector.error_logging">false</boolProp> | |
730 | + <objProp> | |
731 | + <value class="SampleSaveConfiguration"> | |
732 | + <time>true</time> | |
733 | + <latency>true</latency> | |
734 | + <timestamp>true</timestamp> | |
735 | + <success>true</success> | |
736 | + <label>true</label> | |
737 | + <code>true</code> | |
738 | + <message>true</message> | |
739 | + <threadName>true</threadName> | |
740 | + <dataType>true</dataType> | |
741 | + <encoding>false</encoding> | |
742 | + <assertions>true</assertions> | |
743 | + <subresults>true</subresults> | |
744 | + <responseData>false</responseData> | |
745 | + <samplerData>false</samplerData> | |
746 | + <xml>true</xml> | |
747 | + <fieldNames>false</fieldNames> | |
748 | + <responseHeaders>false</responseHeaders> | |
749 | + <requestHeaders>false</requestHeaders> | |
750 | + <responseDataOnError>false</responseDataOnError> | |
751 | + <saveAssertionResultsFailureMessage>false</saveAssertionResultsFailureMessage> | |
752 | + <assertionsResultsToSave>0</assertionsResultsToSave> | |
753 | + <bytes>true</bytes> | |
754 | + </value> | |
755 | + </objProp> | |
756 | + <stringProp name="filename"></stringProp> | |
757 | + </ResultCollector> | |
758 | + <hashTree/> | |
759 | + <ResultCollector guiclass="StatGraphVisualizer" testclass="ResultCollector" testname="Gráfico Agregado" enabled="true"> | |
760 | + <boolProp name="ResultCollector.error_logging">false</boolProp> | |
761 | + <objProp> | |
762 | + <value class="SampleSaveConfiguration"> | |
763 | + <time>true</time> | |
764 | + <latency>true</latency> | |
765 | + <timestamp>true</timestamp> | |
766 | + <success>true</success> | |
767 | + <label>true</label> | |
768 | + <code>true</code> | |
769 | + <message>true</message> | |
770 | + <threadName>true</threadName> | |
771 | + <dataType>true</dataType> | |
772 | + <encoding>false</encoding> | |
773 | + <assertions>true</assertions> | |
774 | + <subresults>true</subresults> | |
775 | + <responseData>false</responseData> | |
776 | + <samplerData>false</samplerData> | |
777 | + <xml>false</xml> | |
778 | + <fieldNames>false</fieldNames> | |
779 | + <responseHeaders>false</responseHeaders> | |
780 | + <requestHeaders>false</requestHeaders> | |
781 | + <responseDataOnError>false</responseDataOnError> | |
782 | + <saveAssertionResultsFailureMessage>false</saveAssertionResultsFailureMessage> | |
783 | + <assertionsResultsToSave>0</assertionsResultsToSave> | |
784 | + <bytes>true</bytes> | |
785 | + </value> | |
786 | + </objProp> | |
787 | + <stringProp name="filename"></stringProp> | |
788 | + </ResultCollector> | |
789 | + <hashTree/> | |
790 | + <ResultCollector guiclass="GraphVisualizer" testclass="ResultCollector" testname="Gráfico de Resultados" enabled="true"> | |
791 | + <boolProp name="ResultCollector.error_logging">false</boolProp> | |
792 | + <objProp> | |
793 | + <value class="SampleSaveConfiguration"> | |
794 | + <time>true</time> | |
795 | + <latency>true</latency> | |
796 | + <timestamp>true</timestamp> | |
797 | + <success>true</success> | |
798 | + <label>true</label> | |
799 | + <code>true</code> | |
800 | + <message>true</message> | |
801 | + <threadName>true</threadName> | |
802 | + <dataType>true</dataType> | |
803 | + <encoding>false</encoding> | |
804 | + <assertions>true</assertions> | |
805 | + <subresults>true</subresults> | |
806 | + <responseData>false</responseData> | |
807 | + <samplerData>false</samplerData> | |
808 | + <xml>false</xml> | |
809 | + <fieldNames>false</fieldNames> | |
810 | + <responseHeaders>false</responseHeaders> | |
811 | + <requestHeaders>false</requestHeaders> | |
812 | + <responseDataOnError>false</responseDataOnError> | |
813 | + <saveAssertionResultsFailureMessage>false</saveAssertionResultsFailureMessage> | |
814 | + <assertionsResultsToSave>0</assertionsResultsToSave> | |
815 | + <bytes>true</bytes> | |
816 | + </value> | |
817 | + </objProp> | |
818 | + <stringProp name="filename"></stringProp> | |
819 | + </ResultCollector> | |
820 | + <hashTree/> | |
145 | 821 | </hashTree> |
146 | 822 | </hashTree> |
147 | 823 | </hashTree> | ... | ... |