Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
jee/02-uuid-generation-performance/jmeter/uuid-generation-sequential.jmx
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
559 lines (559 sloc)
35.9 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<jmeterTestPlan version="1.2" properties="3.2" jmeter="3.2 r1790748"> | |
<hashTree> | |
<TestPlan guiclass="TestPlanGui" testclass="TestPlan" testname="UUID Generation - Sequential generation" enabled="true"> | |
<stringProp name="TestPlan.comments"></stringProp> | |
<boolProp name="TestPlan.functional_mode">false</boolProp> | |
<boolProp name="TestPlan.serialize_threadgroups">true</boolProp> | |
<elementProp name="TestPlan.user_defined_variables" elementType="Arguments" guiclass="ArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> | |
<collectionProp name="Arguments.arguments"> | |
<elementProp name="NUMBER_OF_THREADS" elementType="Argument"> | |
<stringProp name="Argument.name">NUMBER_OF_THREADS</stringProp> | |
<stringProp name="Argument.value">8</stringProp> | |
<stringProp name="Argument.metadata">=</stringProp> | |
</elementProp> | |
<elementProp name="LOOP_COUNT" elementType="Argument"> | |
<stringProp name="Argument.name">LOOP_COUNT</stringProp> | |
<stringProp name="Argument.value">125</stringProp> | |
<stringProp name="Argument.metadata">=</stringProp> | |
</elementProp> | |
</collectionProp> | |
</elementProp> | |
<stringProp name="TestPlan.user_define_classpath"></stringProp> | |
</TestPlan> | |
<hashTree> | |
<ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="Reference" enabled="true"> | |
<stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | |
<elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller" enabled="true"> | |
<boolProp name="LoopController.continue_forever">false</boolProp> | |
<stringProp name="LoopController.loops">${LOOP_COUNT}</stringProp> | |
</elementProp> | |
<stringProp name="ThreadGroup.num_threads">${NUMBER_OF_THREADS}</stringProp> | |
<stringProp name="ThreadGroup.ramp_time">0</stringProp> | |
<longProp name="ThreadGroup.start_time">1503270248000</longProp> | |
<longProp name="ThreadGroup.end_time">1503270248000</longProp> | |
<boolProp name="ThreadGroup.scheduler">false</boolProp> | |
<stringProp name="ThreadGroup.duration"></stringProp> | |
<stringProp name="ThreadGroup.delay"></stringProp> | |
</ThreadGroup> | |
<hashTree> | |
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Reference HTTP request" enabled="true"> | |
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> | |
<collectionProp name="Arguments.arguments"/> | |
</elementProp> | |
<stringProp name="HTTPSampler.domain"></stringProp> | |
<stringProp name="HTTPSampler.port"></stringProp> | |
<stringProp name="HTTPSampler.protocol"></stringProp> | |
<stringProp name="HTTPSampler.contentEncoding"></stringProp> | |
<stringProp name="HTTPSampler.path">http://localhost:8080/uuid-generation-performance/resources/reference</stringProp> | |
<stringProp name="HTTPSampler.method">GET</stringProp> | |
<boolProp name="HTTPSampler.follow_redirects">true</boolProp> | |
<boolProp name="HTTPSampler.auto_redirects">false</boolProp> | |
<boolProp name="HTTPSampler.use_keepalive">true</boolProp> | |
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> | |
<stringProp name="HTTPSampler.embedded_url_re"></stringProp> | |
<stringProp name="HTTPSampler.connect_timeout"></stringProp> | |
<stringProp name="HTTPSampler.response_timeout"></stringProp> | |
</HTTPSamplerProxy> | |
<hashTree/> | |
</hashTree> | |
<ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="Longer delay before the next test" enabled="true"> | |
<stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | |
<elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller" enabled="true"> | |
<boolProp name="LoopController.continue_forever">false</boolProp> | |
<stringProp name="LoopController.loops">1</stringProp> | |
</elementProp> | |
<stringProp name="ThreadGroup.num_threads">1</stringProp> | |
<stringProp name="ThreadGroup.ramp_time">0</stringProp> | |
<longProp name="ThreadGroup.start_time">1503334299000</longProp> | |
<longProp name="ThreadGroup.end_time">1503334299000</longProp> | |
<boolProp name="ThreadGroup.scheduler">false</boolProp> | |
<stringProp name="ThreadGroup.duration"></stringProp> | |
<stringProp name="ThreadGroup.delay"></stringProp> | |
</ThreadGroup> | |
<hashTree> | |
<TestAction guiclass="TestActionGui" testclass="TestAction" testname="Think time" enabled="true"> | |
<intProp name="ActionProcessor.action">1</intProp> | |
<intProp name="ActionProcessor.target">0</intProp> | |
<stringProp name="ActionProcessor.duration"></stringProp> | |
</TestAction> | |
<hashTree> | |
<ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Longer delay before the next test" enabled="true"> | |
<stringProp name="ConstantTimer.delay">5000</stringProp> | |
</ConstantTimer> | |
<hashTree/> | |
</hashTree> | |
</hashTree> | |
<ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="Straightforward" enabled="true"> | |
<stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | |
<elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller" enabled="true"> | |
<boolProp name="LoopController.continue_forever">false</boolProp> | |
<stringProp name="LoopController.loops">${LOOP_COUNT}</stringProp> | |
</elementProp> | |
<stringProp name="ThreadGroup.num_threads">${NUMBER_OF_THREADS}</stringProp> | |
<stringProp name="ThreadGroup.ramp_time">0</stringProp> | |
<longProp name="ThreadGroup.start_time">1503270248000</longProp> | |
<longProp name="ThreadGroup.end_time">1503270248000</longProp> | |
<boolProp name="ThreadGroup.scheduler">false</boolProp> | |
<stringProp name="ThreadGroup.duration"></stringProp> | |
<stringProp name="ThreadGroup.delay"></stringProp> | |
</ThreadGroup> | |
<hashTree> | |
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Straightforward HTTP request" enabled="true"> | |
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> | |
<collectionProp name="Arguments.arguments"/> | |
</elementProp> | |
<stringProp name="HTTPSampler.domain"></stringProp> | |
<stringProp name="HTTPSampler.port"></stringProp> | |
<stringProp name="HTTPSampler.protocol"></stringProp> | |
<stringProp name="HTTPSampler.contentEncoding"></stringProp> | |
<stringProp name="HTTPSampler.path">http://localhost:8080/uuid-generation-performance/resources/straightforward</stringProp> | |
<stringProp name="HTTPSampler.method">GET</stringProp> | |
<boolProp name="HTTPSampler.follow_redirects">true</boolProp> | |
<boolProp name="HTTPSampler.auto_redirects">false</boolProp> | |
<boolProp name="HTTPSampler.use_keepalive">true</boolProp> | |
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> | |
<stringProp name="HTTPSampler.embedded_url_re"></stringProp> | |
<stringProp name="HTTPSampler.connect_timeout"></stringProp> | |
<stringProp name="HTTPSampler.response_timeout"></stringProp> | |
</HTTPSamplerProxy> | |
<hashTree/> | |
</hashTree> | |
<ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="Longer delay before the next test" enabled="true"> | |
<stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | |
<elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller" enabled="true"> | |
<boolProp name="LoopController.continue_forever">false</boolProp> | |
<stringProp name="LoopController.loops">1</stringProp> | |
</elementProp> | |
<stringProp name="ThreadGroup.num_threads">1</stringProp> | |
<stringProp name="ThreadGroup.ramp_time">0</stringProp> | |
<longProp name="ThreadGroup.start_time">1503334299000</longProp> | |
<longProp name="ThreadGroup.end_time">1503334299000</longProp> | |
<boolProp name="ThreadGroup.scheduler">false</boolProp> | |
<stringProp name="ThreadGroup.duration"></stringProp> | |
<stringProp name="ThreadGroup.delay"></stringProp> | |
</ThreadGroup> | |
<hashTree> | |
<TestAction guiclass="TestActionGui" testclass="TestAction" testname="Think time" enabled="true"> | |
<intProp name="ActionProcessor.action">1</intProp> | |
<intProp name="ActionProcessor.target">0</intProp> | |
<stringProp name="ActionProcessor.duration"></stringProp> | |
</TestAction> | |
<hashTree> | |
<ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Longer delay before the next test" enabled="true"> | |
<stringProp name="ConstantTimer.delay">5000</stringProp> | |
</ConstantTimer> | |
<hashTree/> | |
</hashTree> | |
</hashTree> | |
<ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="OneByOne" enabled="true"> | |
<stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | |
<elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller" enabled="true"> | |
<boolProp name="LoopController.continue_forever">false</boolProp> | |
<stringProp name="LoopController.loops">${LOOP_COUNT}</stringProp> | |
</elementProp> | |
<stringProp name="ThreadGroup.num_threads">${NUMBER_OF_THREADS}</stringProp> | |
<stringProp name="ThreadGroup.ramp_time">0</stringProp> | |
<longProp name="ThreadGroup.start_time">1503270248000</longProp> | |
<longProp name="ThreadGroup.end_time">1503270248000</longProp> | |
<boolProp name="ThreadGroup.scheduler">false</boolProp> | |
<stringProp name="ThreadGroup.duration"></stringProp> | |
<stringProp name="ThreadGroup.delay"></stringProp> | |
</ThreadGroup> | |
<hashTree> | |
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="OneByOne HTTP request" enabled="true"> | |
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> | |
<collectionProp name="Arguments.arguments"/> | |
</elementProp> | |
<stringProp name="HTTPSampler.domain"></stringProp> | |
<stringProp name="HTTPSampler.port"></stringProp> | |
<stringProp name="HTTPSampler.protocol"></stringProp> | |
<stringProp name="HTTPSampler.contentEncoding"></stringProp> | |
<stringProp name="HTTPSampler.path">http://localhost:8080/uuid-generation-performance/resources/oneByOne</stringProp> | |
<stringProp name="HTTPSampler.method">GET</stringProp> | |
<boolProp name="HTTPSampler.follow_redirects">true</boolProp> | |
<boolProp name="HTTPSampler.auto_redirects">false</boolProp> | |
<boolProp name="HTTPSampler.use_keepalive">true</boolProp> | |
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> | |
<stringProp name="HTTPSampler.embedded_url_re"></stringProp> | |
<stringProp name="HTTPSampler.connect_timeout"></stringProp> | |
<stringProp name="HTTPSampler.response_timeout"></stringProp> | |
</HTTPSamplerProxy> | |
<hashTree/> | |
</hashTree> | |
<ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="Wait to refill OneByOne queue" enabled="true"> | |
<stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | |
<elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller" enabled="true"> | |
<boolProp name="LoopController.continue_forever">false</boolProp> | |
<stringProp name="LoopController.loops">1</stringProp> | |
</elementProp> | |
<stringProp name="ThreadGroup.num_threads">1</stringProp> | |
<stringProp name="ThreadGroup.ramp_time">0</stringProp> | |
<longProp name="ThreadGroup.start_time">1503272268000</longProp> | |
<longProp name="ThreadGroup.end_time">1503272268000</longProp> | |
<boolProp name="ThreadGroup.scheduler">false</boolProp> | |
<stringProp name="ThreadGroup.duration"></stringProp> | |
<stringProp name="ThreadGroup.delay"></stringProp> | |
</ThreadGroup> | |
<hashTree> | |
<BeanShellPreProcessor guiclass="TestBeanGUI" testclass="BeanShellPreProcessor" testname="Reset variables" enabled="true"> | |
<boolProp name="resetInterpreter">false</boolProp> | |
<stringProp name="parameters"></stringProp> | |
<stringProp name="filename"></stringProp> | |
<stringProp name="script">vars.put("SIZE","-1"); | |
vars.put("MAX","1");</stringProp> | |
</BeanShellPreProcessor> | |
<hashTree/> | |
<WhileController guiclass="WhileControllerGui" testclass="WhileController" testname="While SIZE != MAX" enabled="true"> | |
<stringProp name="WhileController.condition">${__javaScript( "${SIZE}" != "${MAX}";)}</stringProp> | |
</WhileController> | |
<hashTree> | |
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check OneByOne queue status" enabled="true"> | |
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> | |
<collectionProp name="Arguments.arguments"/> | |
</elementProp> | |
<stringProp name="HTTPSampler.domain"></stringProp> | |
<stringProp name="HTTPSampler.port"></stringProp> | |
<stringProp name="HTTPSampler.protocol"></stringProp> | |
<stringProp name="HTTPSampler.contentEncoding"></stringProp> | |
<stringProp name="HTTPSampler.path">http://localhost:8080/uuid-generation-performance/resources/oneByOne/status</stringProp> | |
<stringProp name="HTTPSampler.method">GET</stringProp> | |
<boolProp name="HTTPSampler.follow_redirects">true</boolProp> | |
<boolProp name="HTTPSampler.auto_redirects">false</boolProp> | |
<boolProp name="HTTPSampler.use_keepalive">true</boolProp> | |
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> | |
<stringProp name="HTTPSampler.embedded_url_re"></stringProp> | |
<stringProp name="HTTPSampler.connect_timeout"></stringProp> | |
<stringProp name="HTTPSampler.response_timeout"></stringProp> | |
</HTTPSamplerProxy> | |
<hashTree> | |
<JSONPostProcessor guiclass="JSONPostProcessorGui" testclass="JSONPostProcessor" testname="JSON Extractor" enabled="true"> | |
<stringProp name="JSONPostProcessor.referenceNames">SIZE</stringProp> | |
<stringProp name="JSONPostProcessor.jsonPathExprs">$.size</stringProp> | |
<stringProp name="JSONPostProcessor.match_numbers"></stringProp> | |
</JSONPostProcessor> | |
<hashTree/> | |
<JSONPostProcessor guiclass="JSONPostProcessorGui" testclass="JSONPostProcessor" testname="JSON Extractor" enabled="true"> | |
<stringProp name="JSONPostProcessor.referenceNames">MAX</stringProp> | |
<stringProp name="JSONPostProcessor.jsonPathExprs">$.max</stringProp> | |
<stringProp name="JSONPostProcessor.match_numbers"></stringProp> | |
</JSONPostProcessor> | |
<hashTree/> | |
</hashTree> | |
<ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Short delay between status checks" enabled="true"> | |
<stringProp name="ConstantTimer.delay">500</stringProp> | |
</ConstantTimer> | |
<hashTree/> | |
</hashTree> | |
<TestAction guiclass="TestActionGui" testclass="TestAction" testname="Think time" enabled="true"> | |
<intProp name="ActionProcessor.action">1</intProp> | |
<intProp name="ActionProcessor.target">0</intProp> | |
<stringProp name="ActionProcessor.duration"></stringProp> | |
</TestAction> | |
<hashTree> | |
<ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Longer delay before the next test" enabled="true"> | |
<stringProp name="ConstantTimer.delay">5000</stringProp> | |
</ConstantTimer> | |
<hashTree/> | |
</hashTree> | |
</hashTree> | |
<ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="BatchSingleQueue" enabled="true"> | |
<stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | |
<elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller" enabled="true"> | |
<boolProp name="LoopController.continue_forever">false</boolProp> | |
<stringProp name="LoopController.loops">${LOOP_COUNT}</stringProp> | |
</elementProp> | |
<stringProp name="ThreadGroup.num_threads">${NUMBER_OF_THREADS}</stringProp> | |
<stringProp name="ThreadGroup.ramp_time">0</stringProp> | |
<longProp name="ThreadGroup.start_time">1503270248000</longProp> | |
<longProp name="ThreadGroup.end_time">1503270248000</longProp> | |
<boolProp name="ThreadGroup.scheduler">false</boolProp> | |
<stringProp name="ThreadGroup.duration"></stringProp> | |
<stringProp name="ThreadGroup.delay"></stringProp> | |
</ThreadGroup> | |
<hashTree> | |
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="BatchSingleQueue HTTP request" enabled="true"> | |
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> | |
<collectionProp name="Arguments.arguments"/> | |
</elementProp> | |
<stringProp name="HTTPSampler.domain"></stringProp> | |
<stringProp name="HTTPSampler.port"></stringProp> | |
<stringProp name="HTTPSampler.protocol"></stringProp> | |
<stringProp name="HTTPSampler.contentEncoding"></stringProp> | |
<stringProp name="HTTPSampler.path">http://localhost:8080/uuid-generation-performance/resources/batchSingleQueue</stringProp> | |
<stringProp name="HTTPSampler.method">GET</stringProp> | |
<boolProp name="HTTPSampler.follow_redirects">true</boolProp> | |
<boolProp name="HTTPSampler.auto_redirects">false</boolProp> | |
<boolProp name="HTTPSampler.use_keepalive">true</boolProp> | |
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> | |
<stringProp name="HTTPSampler.embedded_url_re"></stringProp> | |
<stringProp name="HTTPSampler.connect_timeout"></stringProp> | |
<stringProp name="HTTPSampler.response_timeout"></stringProp> | |
</HTTPSamplerProxy> | |
<hashTree/> | |
</hashTree> | |
<ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="Wait to refill BatchSingleQueue" enabled="true"> | |
<stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | |
<elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller" enabled="true"> | |
<boolProp name="LoopController.continue_forever">false</boolProp> | |
<stringProp name="LoopController.loops">1</stringProp> | |
</elementProp> | |
<stringProp name="ThreadGroup.num_threads">1</stringProp> | |
<stringProp name="ThreadGroup.ramp_time">0</stringProp> | |
<longProp name="ThreadGroup.start_time">1503272268000</longProp> | |
<longProp name="ThreadGroup.end_time">1503272268000</longProp> | |
<boolProp name="ThreadGroup.scheduler">false</boolProp> | |
<stringProp name="ThreadGroup.duration"></stringProp> | |
<stringProp name="ThreadGroup.delay"></stringProp> | |
</ThreadGroup> | |
<hashTree> | |
<BeanShellPreProcessor guiclass="TestBeanGUI" testclass="BeanShellPreProcessor" testname="Reset variables" enabled="true"> | |
<boolProp name="resetInterpreter">false</boolProp> | |
<stringProp name="parameters"></stringProp> | |
<stringProp name="filename"></stringProp> | |
<stringProp name="script">vars.put("SIZE","-1"); | |
vars.put("MAX","1");</stringProp> | |
</BeanShellPreProcessor> | |
<hashTree/> | |
<WhileController guiclass="WhileControllerGui" testclass="WhileController" testname="While SIZE != MAX" enabled="true"> | |
<stringProp name="WhileController.condition">${__javaScript( "${SIZE}" != "${MAX}";)}</stringProp> | |
</WhileController> | |
<hashTree> | |
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check BatchSingleQueue status" enabled="true"> | |
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> | |
<collectionProp name="Arguments.arguments"/> | |
</elementProp> | |
<stringProp name="HTTPSampler.domain"></stringProp> | |
<stringProp name="HTTPSampler.port"></stringProp> | |
<stringProp name="HTTPSampler.protocol"></stringProp> | |
<stringProp name="HTTPSampler.contentEncoding"></stringProp> | |
<stringProp name="HTTPSampler.path">http://localhost:8080/uuid-generation-performance/resources/batchSingleQueue/status</stringProp> | |
<stringProp name="HTTPSampler.method">GET</stringProp> | |
<boolProp name="HTTPSampler.follow_redirects">true</boolProp> | |
<boolProp name="HTTPSampler.auto_redirects">false</boolProp> | |
<boolProp name="HTTPSampler.use_keepalive">true</boolProp> | |
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> | |
<stringProp name="HTTPSampler.embedded_url_re"></stringProp> | |
<stringProp name="HTTPSampler.connect_timeout"></stringProp> | |
<stringProp name="HTTPSampler.response_timeout"></stringProp> | |
</HTTPSamplerProxy> | |
<hashTree> | |
<JSONPostProcessor guiclass="JSONPostProcessorGui" testclass="JSONPostProcessor" testname="JSON Extractor" enabled="true"> | |
<stringProp name="JSONPostProcessor.referenceNames">SIZE</stringProp> | |
<stringProp name="JSONPostProcessor.jsonPathExprs">$.size</stringProp> | |
<stringProp name="JSONPostProcessor.match_numbers"></stringProp> | |
</JSONPostProcessor> | |
<hashTree/> | |
<JSONPostProcessor guiclass="JSONPostProcessorGui" testclass="JSONPostProcessor" testname="JSON Extractor" enabled="true"> | |
<stringProp name="JSONPostProcessor.referenceNames">MAX</stringProp> | |
<stringProp name="JSONPostProcessor.jsonPathExprs">$.max</stringProp> | |
<stringProp name="JSONPostProcessor.match_numbers"></stringProp> | |
</JSONPostProcessor> | |
<hashTree/> | |
</hashTree> | |
<ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Short delay between status checks" enabled="true"> | |
<stringProp name="ConstantTimer.delay">500</stringProp> | |
</ConstantTimer> | |
<hashTree/> | |
</hashTree> | |
<TestAction guiclass="TestActionGui" testclass="TestAction" testname="Think time" enabled="true"> | |
<intProp name="ActionProcessor.action">1</intProp> | |
<intProp name="ActionProcessor.target">0</intProp> | |
<stringProp name="ActionProcessor.duration"></stringProp> | |
</TestAction> | |
<hashTree> | |
<ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Longer delay before the next test" enabled="true"> | |
<stringProp name="ConstantTimer.delay">5000</stringProp> | |
</ConstantTimer> | |
<hashTree/> | |
</hashTree> | |
</hashTree> | |
<ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="BatchMultipleQueues" enabled="true"> | |
<stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | |
<elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller" enabled="true"> | |
<boolProp name="LoopController.continue_forever">false</boolProp> | |
<stringProp name="LoopController.loops">${LOOP_COUNT}</stringProp> | |
</elementProp> | |
<stringProp name="ThreadGroup.num_threads">${NUMBER_OF_THREADS}</stringProp> | |
<stringProp name="ThreadGroup.ramp_time">0</stringProp> | |
<longProp name="ThreadGroup.start_time">1503270248000</longProp> | |
<longProp name="ThreadGroup.end_time">1503270248000</longProp> | |
<boolProp name="ThreadGroup.scheduler">false</boolProp> | |
<stringProp name="ThreadGroup.duration"></stringProp> | |
<stringProp name="ThreadGroup.delay"></stringProp> | |
</ThreadGroup> | |
<hashTree> | |
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="BatchMultipleQueues HTTP request" enabled="true"> | |
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> | |
<collectionProp name="Arguments.arguments"/> | |
</elementProp> | |
<stringProp name="HTTPSampler.domain"></stringProp> | |
<stringProp name="HTTPSampler.port"></stringProp> | |
<stringProp name="HTTPSampler.protocol"></stringProp> | |
<stringProp name="HTTPSampler.contentEncoding"></stringProp> | |
<stringProp name="HTTPSampler.path">http://localhost:8080/uuid-generation-performance/resources/batchMultipleQueues</stringProp> | |
<stringProp name="HTTPSampler.method">GET</stringProp> | |
<boolProp name="HTTPSampler.follow_redirects">true</boolProp> | |
<boolProp name="HTTPSampler.auto_redirects">false</boolProp> | |
<boolProp name="HTTPSampler.use_keepalive">true</boolProp> | |
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> | |
<stringProp name="HTTPSampler.embedded_url_re"></stringProp> | |
<stringProp name="HTTPSampler.connect_timeout"></stringProp> | |
<stringProp name="HTTPSampler.response_timeout"></stringProp> | |
</HTTPSamplerProxy> | |
<hashTree/> | |
</hashTree> | |
<ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="Wait to refill in BatchMultipleQueues" enabled="true"> | |
<stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | |
<elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller" enabled="true"> | |
<boolProp name="LoopController.continue_forever">false</boolProp> | |
<stringProp name="LoopController.loops">1</stringProp> | |
</elementProp> | |
<stringProp name="ThreadGroup.num_threads">1</stringProp> | |
<stringProp name="ThreadGroup.ramp_time">0</stringProp> | |
<longProp name="ThreadGroup.start_time">1503272268000</longProp> | |
<longProp name="ThreadGroup.end_time">1503272268000</longProp> | |
<boolProp name="ThreadGroup.scheduler">false</boolProp> | |
<stringProp name="ThreadGroup.duration"></stringProp> | |
<stringProp name="ThreadGroup.delay"></stringProp> | |
</ThreadGroup> | |
<hashTree> | |
<BeanShellPreProcessor guiclass="TestBeanGUI" testclass="BeanShellPreProcessor" testname="Reset variables" enabled="true"> | |
<boolProp name="resetInterpreter">false</boolProp> | |
<stringProp name="parameters"></stringProp> | |
<stringProp name="filename"></stringProp> | |
<stringProp name="script">vars.put("SIZE","-1"); | |
vars.put("MAX","1");</stringProp> | |
</BeanShellPreProcessor> | |
<hashTree/> | |
<WhileController guiclass="WhileControllerGui" testclass="WhileController" testname="While SIZE != MAX" enabled="true"> | |
<stringProp name="WhileController.condition">${__javaScript( "${SIZE}" != "${MAX}";)}</stringProp> | |
</WhileController> | |
<hashTree> | |
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check BatchMultipleQueues status" enabled="true"> | |
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> | |
<collectionProp name="Arguments.arguments"/> | |
</elementProp> | |
<stringProp name="HTTPSampler.domain"></stringProp> | |
<stringProp name="HTTPSampler.port"></stringProp> | |
<stringProp name="HTTPSampler.protocol"></stringProp> | |
<stringProp name="HTTPSampler.contentEncoding"></stringProp> | |
<stringProp name="HTTPSampler.path">http://localhost:8080/uuid-generation-performance/resources/batchMultipleQueues/status</stringProp> | |
<stringProp name="HTTPSampler.method">GET</stringProp> | |
<boolProp name="HTTPSampler.follow_redirects">true</boolProp> | |
<boolProp name="HTTPSampler.auto_redirects">false</boolProp> | |
<boolProp name="HTTPSampler.use_keepalive">true</boolProp> | |
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> | |
<stringProp name="HTTPSampler.embedded_url_re"></stringProp> | |
<stringProp name="HTTPSampler.connect_timeout"></stringProp> | |
<stringProp name="HTTPSampler.response_timeout"></stringProp> | |
</HTTPSamplerProxy> | |
<hashTree> | |
<JSONPostProcessor guiclass="JSONPostProcessorGui" testclass="JSONPostProcessor" testname="JSON Extractor" enabled="true"> | |
<stringProp name="JSONPostProcessor.referenceNames">SIZE</stringProp> | |
<stringProp name="JSONPostProcessor.jsonPathExprs">$.summary.size</stringProp> | |
<stringProp name="JSONPostProcessor.match_numbers"></stringProp> | |
</JSONPostProcessor> | |
<hashTree/> | |
<JSONPostProcessor guiclass="JSONPostProcessorGui" testclass="JSONPostProcessor" testname="JSON Extractor" enabled="true"> | |
<stringProp name="JSONPostProcessor.referenceNames">MAX</stringProp> | |
<stringProp name="JSONPostProcessor.jsonPathExprs">$.summary.max</stringProp> | |
<stringProp name="JSONPostProcessor.match_numbers"></stringProp> | |
</JSONPostProcessor> | |
<hashTree/> | |
</hashTree> | |
<ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Short delay between status checks" enabled="true"> | |
<stringProp name="ConstantTimer.delay">500</stringProp> | |
</ConstantTimer> | |
<hashTree/> | |
</hashTree> | |
<TestAction guiclass="TestActionGui" testclass="TestAction" testname="Think time" enabled="true"> | |
<intProp name="ActionProcessor.action">1</intProp> | |
<intProp name="ActionProcessor.target">0</intProp> | |
<stringProp name="ActionProcessor.duration"></stringProp> | |
</TestAction> | |
<hashTree> | |
<ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Longer delay before the next test" enabled="true"> | |
<stringProp name="ConstantTimer.delay">5000</stringProp> | |
</ConstantTimer> | |
<hashTree/> | |
</hashTree> | |
</hashTree> | |
<ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="Cached JSON" enabled="true"> | |
<stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | |
<elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller" enabled="true"> | |
<boolProp name="LoopController.continue_forever">false</boolProp> | |
<stringProp name="LoopController.loops">${LOOP_COUNT}</stringProp> | |
</elementProp> | |
<stringProp name="ThreadGroup.num_threads">${NUMBER_OF_THREADS}</stringProp> | |
<stringProp name="ThreadGroup.ramp_time">0</stringProp> | |
<longProp name="ThreadGroup.start_time">1503270248000</longProp> | |
<longProp name="ThreadGroup.end_time">1503270248000</longProp> | |
<boolProp name="ThreadGroup.scheduler">false</boolProp> | |
<stringProp name="ThreadGroup.duration"></stringProp> | |
<stringProp name="ThreadGroup.delay"></stringProp> | |
</ThreadGroup> | |
<hashTree> | |
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Cached JSON HTTP request" enabled="true"> | |
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> | |
<collectionProp name="Arguments.arguments"/> | |
</elementProp> | |
<stringProp name="HTTPSampler.domain"></stringProp> | |
<stringProp name="HTTPSampler.port"></stringProp> | |
<stringProp name="HTTPSampler.protocol"></stringProp> | |
<stringProp name="HTTPSampler.contentEncoding"></stringProp> | |
<stringProp name="HTTPSampler.path">http://localhost:8080/uuid-generation-performance/resources/cachedJson</stringProp> | |
<stringProp name="HTTPSampler.method">GET</stringProp> | |
<boolProp name="HTTPSampler.follow_redirects">true</boolProp> | |
<boolProp name="HTTPSampler.auto_redirects">false</boolProp> | |
<boolProp name="HTTPSampler.use_keepalive">true</boolProp> | |
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> | |
<stringProp name="HTTPSampler.embedded_url_re"></stringProp> | |
<stringProp name="HTTPSampler.connect_timeout"></stringProp> | |
<stringProp name="HTTPSampler.response_timeout"></stringProp> | |
</HTTPSamplerProxy> | |
<hashTree/> | |
</hashTree> | |
<ResultCollector guiclass="StatVisualizer" testclass="ResultCollector" testname="Aggregate Report" enabled="true"> | |
<boolProp name="ResultCollector.error_logging">false</boolProp> | |
<objProp> | |
<name>saveConfig</name> | |
<value class="SampleSaveConfiguration"> | |
<time>true</time> | |
<latency>true</latency> | |
<timestamp>true</timestamp> | |
<success>true</success> | |
<label>true</label> | |
<code>true</code> | |
<message>true</message> | |
<threadName>true</threadName> | |
<dataType>true</dataType> | |
<encoding>false</encoding> | |
<assertions>true</assertions> | |
<subresults>true</subresults> | |
<responseData>false</responseData> | |
<samplerData>false</samplerData> | |
<xml>false</xml> | |
<fieldNames>true</fieldNames> | |
<responseHeaders>false</responseHeaders> | |
<requestHeaders>false</requestHeaders> | |
<responseDataOnError>false</responseDataOnError> | |
<saveAssertionResultsFailureMessage>true</saveAssertionResultsFailureMessage> | |
<assertionsResultsToSave>0</assertionsResultsToSave> | |
<bytes>true</bytes> | |
<sentBytes>true</sentBytes> | |
<threadCounts>true</threadCounts> | |
<idleTime>true</idleTime> | |
<connectTime>true</connectTime> | |
</value> | |
</objProp> | |
<stringProp name="filename"></stringProp> | |
</ResultCollector> | |
<hashTree/> | |
</hashTree> | |
<WorkBench guiclass="WorkBenchGui" testclass="WorkBench" testname="WorkBench" enabled="true"> | |
<boolProp name="WorkBench.save">true</boolProp> | |
</WorkBench> | |
<hashTree/> | |
</hashTree> | |
</jmeterTestPlan> |