Commit 80a8857b56d6ce3f49d44d411dd56f4e06386d3f
1 parent
61fab014
Exists in
master
inclus?o do teste de stress do Jmeter para a barra
Showing
1 changed file
with
148 additions
and
0 deletions
Show diff stats
| ... | ... | @@ -0,0 +1,148 @@ |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> | |
| 2 | +<jmeterTestPlan version="1.2" properties="2.3" jmeter="2.8 r1393162"> | |
| 3 | + <hashTree> | |
| 4 | + <TestPlan guiclass="TestPlanGui" testclass="TestPlan" testname="Stress Bitch!" enabled="true"> | |
| 5 | + <stringProp name="TestPlan.comments">Teste de stress genérico</stringProp> | |
| 6 | + <boolProp name="TestPlan.functional_mode">false</boolProp> | |
| 7 | + <boolProp name="TestPlan.serialize_threadgroups">false</boolProp> | |
| 8 | + <elementProp name="TestPlan.user_defined_variables" elementType="Arguments" guiclass="ArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> | |
| 9 | + <collectionProp name="Arguments.arguments"/> | |
| 10 | + </elementProp> | |
| 11 | + <stringProp name="TestPlan.user_define_classpath"></stringProp> | |
| 12 | + </TestPlan> | |
| 13 | + <hashTree> | |
| 14 | + <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="Web Test" enabled="true"> | |
| 15 | + <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller" enabled="true"> | |
| 16 | + <boolProp name="LoopController.continue_forever">false</boolProp> | |
| 17 | + <stringProp name="LoopController.loops">100</stringProp> | |
| 18 | + </elementProp> | |
| 19 | + <stringProp name="ThreadGroup.num_threads">1000</stringProp> | |
| 20 | + <stringProp name="ThreadGroup.ramp_time">0</stringProp> | |
| 21 | + <longProp name="ThreadGroup.start_time">1356091419000</longProp> | |
| 22 | + <longProp name="ThreadGroup.end_time">1356091419000</longProp> | |
| 23 | + <boolProp name="ThreadGroup.scheduler">false</boolProp> | |
| 24 | + <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | |
| 25 | + <stringProp name="ThreadGroup.duration"></stringProp> | |
| 26 | + <stringProp name="ThreadGroup.delay"></stringProp> | |
| 27 | + </ThreadGroup> | |
| 28 | + <hashTree> | |
| 29 | + <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="HTTP Request" enabled="true"> | |
| 30 | + <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> | |
| 31 | + <collectionProp name="Arguments.arguments"/> | |
| 32 | + </elementProp> | |
| 33 | + <stringProp name="HTTPSampler.domain">barra.brasil.gov.br</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.method">GET</stringProp> | |
| 41 | + <boolProp name="HTTPSampler.follow_redirects">true</boolProp> | |
| 42 | + <boolProp name="HTTPSampler.auto_redirects">false</boolProp> | |
| 43 | + <boolProp name="HTTPSampler.use_keepalive">true</boolProp> | |
| 44 | + <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> | |
| 45 | + <boolProp name="HTTPSampler.monitor">false</boolProp> | |
| 46 | + <stringProp name="HTTPSampler.embedded_url_re"></stringProp> | |
| 47 | + </HTTPSamplerProxy> | |
| 48 | + <hashTree/> | |
| 49 | + <ResultCollector guiclass="TableVisualizer" testclass="ResultCollector" testname="View Results in Table" enabled="true"> | |
| 50 | + <boolProp name="ResultCollector.error_logging">false</boolProp> | |
| 51 | + <objProp> | |
| 52 | + <name>saveConfig</name> | |
| 53 | + <value class="SampleSaveConfiguration"> | |
| 54 | + <time>true</time> | |
| 55 | + <latency>true</latency> | |
| 56 | + <timestamp>true</timestamp> | |
| 57 | + <success>true</success> | |
| 58 | + <label>true</label> | |
| 59 | + <code>true</code> | |
| 60 | + <message>true</message> | |
| 61 | + <threadName>true</threadName> | |
| 62 | + <dataType>true</dataType> | |
| 63 | + <encoding>false</encoding> | |
| 64 | + <assertions>true</assertions> | |
| 65 | + <subresults>true</subresults> | |
| 66 | + <responseData>false</responseData> | |
| 67 | + <samplerData>false</samplerData> | |
| 68 | + <xml>true</xml> | |
| 69 | + <fieldNames>false</fieldNames> | |
| 70 | + <responseHeaders>false</responseHeaders> | |
| 71 | + <requestHeaders>false</requestHeaders> | |
| 72 | + <responseDataOnError>false</responseDataOnError> | |
| 73 | + <saveAssertionResultsFailureMessage>false</saveAssertionResultsFailureMessage> | |
| 74 | + <assertionsResultsToSave>0</assertionsResultsToSave> | |
| 75 | + <bytes>true</bytes> | |
| 76 | + </value> | |
| 77 | + </objProp> | |
| 78 | + <stringProp name="filename"></stringProp> | |
| 79 | + </ResultCollector> | |
| 80 | + <hashTree/> | |
| 81 | + <ResultCollector guiclass="ViewResultsFullVisualizer" testclass="ResultCollector" testname="View Results Tree" enabled="true"> | |
| 82 | + <boolProp name="ResultCollector.error_logging">false</boolProp> | |
| 83 | + <objProp> | |
| 84 | + <name>saveConfig</name> | |
| 85 | + <value class="SampleSaveConfiguration"> | |
| 86 | + <time>true</time> | |
| 87 | + <latency>true</latency> | |
| 88 | + <timestamp>true</timestamp> | |
| 89 | + <success>true</success> | |
| 90 | + <label>true</label> | |
| 91 | + <code>true</code> | |
| 92 | + <message>true</message> | |
| 93 | + <threadName>true</threadName> | |
| 94 | + <dataType>true</dataType> | |
| 95 | + <encoding>false</encoding> | |
| 96 | + <assertions>true</assertions> | |
| 97 | + <subresults>true</subresults> | |
| 98 | + <responseData>false</responseData> | |
| 99 | + <samplerData>false</samplerData> | |
| 100 | + <xml>true</xml> | |
| 101 | + <fieldNames>false</fieldNames> | |
| 102 | + <responseHeaders>false</responseHeaders> | |
| 103 | + <requestHeaders>false</requestHeaders> | |
| 104 | + <responseDataOnError>false</responseDataOnError> | |
| 105 | + <saveAssertionResultsFailureMessage>false</saveAssertionResultsFailureMessage> | |
| 106 | + <assertionsResultsToSave>0</assertionsResultsToSave> | |
| 107 | + <bytes>true</bytes> | |
| 108 | + </value> | |
| 109 | + </objProp> | |
| 110 | + <stringProp name="filename"></stringProp> | |
| 111 | + </ResultCollector> | |
| 112 | + <hashTree/> | |
| 113 | + <ResultCollector guiclass="SummaryReport" testclass="ResultCollector" testname="Summary Report" enabled="true"> | |
| 114 | + <boolProp name="ResultCollector.error_logging">false</boolProp> | |
| 115 | + <objProp> | |
| 116 | + <name>saveConfig</name> | |
| 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 | + </hashTree> | |
| 146 | + </hashTree> | |
| 147 | + </hashTree> | |
| 148 | +</jmeterTestPlan> | ... | ... |