Skip to content

wiki_comp_get

Denis Sheahan edited this page Feb 29, 2012 · 1 revision
<?xml version="1.0" encoding="UTF-8"?>
<jmeterTestPlan version="1.2" properties="2.2">
 <hashTree>
   <TestPlan guiclass="TestPlanGui" testclass="TestPlan" testname="Cassandra Test" enabled="true">
     <stringProp name="TestPlan.comments"></stringProp>
     <boolProp name="TestPlan.functional_mode">false</boolProp>
     <boolProp name="TestPlan.serialize_threadgroups">false</boolProp>
     <elementProp name="TestPlan.user_defined_variables" elementType="Arguments" guiclass="ArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
       <collectionProp name="Arguments.arguments"/>
     </elementProp>
     <stringProp name="TestPlan.user_define_classpath"></stringProp>
   </TestPlan>
   <hashTree>
     <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="Thread Group" 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">25</stringProp>
       </elementProp>
       <stringProp name="ThreadGroup.num_threads">1</stringProp>
       <stringProp name="ThreadGroup.ramp_time">1</stringProp>
       <longProp name="ThreadGroup.start_time">1330016286000</longProp>
       <longProp name="ThreadGroup.end_time">1330016286000</longProp>
       <boolProp name="ThreadGroup.scheduler">false</boolProp>
       <stringProp name="ThreadGroup.duration"></stringProp>
       <stringProp name="ThreadGroup.delay"></stringProp>
     </ThreadGroup>
     <hashTree>
       <com.netflix.jmeter.properties.CassandraProperties guiclass="TestBeanGUI" testclass="com.netflix.jmeter.properties.CassandraProperties" testname="MyTestCluster" enabled="true">
         <stringProp name="cassandraServers">ec2-23-20-16-129.compute-1.amazonaws.com:7102,ec2-23-20-100-192.compute-1.amazonaws.com:7102,ec2-107-21-72-223.compute-1.amazonaws.com:7102,ec2-184-73-65-42.compute-1.amazonaws.com:7102,ec2-107-21-178-59.compute-1.amazonaws.com:7102,ec2-107-22-151-32.compute-1.amazonaws.com:7102</stringProp>
         <stringProp name="clientType">com.netflix.jmeter.connections.a6x.AstyanaxConnection</stringProp>
         <stringProp name="clusterName">cass_test_client</stringProp>
         <stringProp name="keyspace">MemberKeySp</stringProp>
         <stringProp name="maxConnsPerHost">100</stringProp>
         <stringProp name="readConsistency">CL_ONE</stringProp>
         <stringProp name="writeConsistency">CL_QUORUM</stringProp>
       </com.netflix.jmeter.properties.CassandraProperties>
       <hashTree/>
       <CSVDataSet guiclass="TestBeanGUI" testclass="CSVDataSet" testname="CSV Data Set Config" enabled="true">
         <stringProp name="filename">wiki_composite_example.csv</stringProp>
         <stringProp name="fileEncoding"></stringProp>
         <stringProp name="variableNames">rowid,cname,cvalue</stringProp>
         <stringProp name="delimiter">,</stringProp>
         <boolProp name="quotedData">true</boolProp>
         <boolProp name="recycle">false</boolProp>
         <boolProp name="stopThread">true</boolProp>
         <stringProp name="shareMode">All threads</stringProp>
       </CSVDataSet>
       <hashTree/>
       <com.netflix.jmeter.sampler.CompositGetSampler guiclass="com.netflix.jmeter.gui.CompositGet" testclass="com.netflix.jmeter.sampler.CompositGetSampler" testname="Cassandra Composite Get" enabled="true">
         <stringProp name="TestPlan.comments">test comment</stringProp>
         <stringProp name="KEY_SERIALIZER_TYPE">StringSerializer</stringProp>
         <stringProp name="KEY">${rowid}</stringProp>
         <stringProp name="COLUMN_FAMILY">CustomerComposite</stringProp>
         <stringProp name="VALUE_SERIALIZER_TYPE">BytesArraySerializer</stringProp>
         <stringProp name="COLUMN_NAME">${cname}</stringProp>
       </com.netflix.jmeter.sampler.CompositGetSampler>
       <hashTree/>
       <ResultCollector guiclass="ViewResultsFullVisualizer" testclass="ResultCollector" testname="View Results Tree" 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>true</xml>
             <fieldNames>false</fieldNames>
             <responseHeaders>false</responseHeaders>
             <requestHeaders>false</requestHeaders>
             <responseDataOnError>false</responseDataOnError>
             <saveAssertionResultsFailureMessage>false</saveAssertionResultsFailureMessage>
             <assertionsResultsToSave>0</assertionsResultsToSave>
             <bytes>true</bytes>
           </value>
         </objProp>
         <stringProp name="filename"></stringProp>
       </ResultCollector>
       <hashTree/>
     </hashTree>
   </hashTree>
 </hashTree>
</jmeterTestPlan>
Clone this wiki locally