parent
							
								
									5e8409ea64
								
							
						
					
					
						commit
						f9b4577dbe
					
				| @ -0,0 +1,26 @@ | ||||
| #Performance test using Apache JMeter | ||||
| 
 | ||||
| This document explains how to run performance tests on Libresonic using [Apache JMeter](http://jmeter.apache.org/).  | ||||
| The installation and setup of JMeter is not documented bellow; please refer to the JMeter web site. | ||||
| 
 | ||||
| ##Main test plan | ||||
| The Libresonic sources come with a main performance test case defined in file libresonic-main/src/test/resources/jmeter/libresonicMainTestPlan.jmx. | ||||
| This is a JMeter test plan file. | ||||
| 
 | ||||
| This test plan simulates a single user that picks up a random album id (xxx) every 5 second and run the main.view?id=xxx http request.  | ||||
| 
 | ||||
| To run the test plan, open the libresonicMainTestPlan.jmx file in JMeter. | ||||
| Run Libresonic. Note that the default configuration of this test plan expects Libresonic to be reached at the http://localhost:8080 URL. | ||||
| Then run the test plan in JMeter.  | ||||
| After a while, you'll obtain a beautiful graph like this | ||||
| 
 | ||||
|  | ||||
| 
 | ||||
| If you want to run the test with more than one user, just change the _Number of Threads_ property in the main _Thread Group_ configuration. | ||||
| 
 | ||||
| If you want to change the delay between each request, change the value in the _Wait next request Timer_ _Constant Timer_ definition.  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| After Width: | Height: | Size: 86 KiB | 
| @ -0,0 +1,314 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <jmeterTestPlan version="1.2" properties="3.1" jmeter="3.1 r1770033"> | ||||
|   <hashTree> | ||||
|     <TestPlan guiclass="TestPlanGui" testclass="TestPlan" testname="Plan de 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="Variables pré-définies" enabled="true"> | ||||
|         <collectionProp name="Arguments.arguments"/> | ||||
|       </elementProp> | ||||
|       <stringProp name="TestPlan.user_define_classpath"></stringProp> | ||||
|     </TestPlan> | ||||
|     <hashTree> | ||||
|       <Arguments guiclass="ArgumentsPanel" testclass="Arguments" testname="Libresonic Server configuration" enabled="true"> | ||||
|         <collectionProp name="Arguments.arguments"> | ||||
|           <elementProp name="SERVER_NAME" elementType="Argument"> | ||||
|             <stringProp name="Argument.name">SERVER_NAME</stringProp> | ||||
|             <stringProp name="Argument.value">localhost</stringProp> | ||||
|             <stringProp name="Argument.metadata">=</stringProp> | ||||
|           </elementProp> | ||||
|           <elementProp name="SERVER_PORT" elementType="Argument"> | ||||
|             <stringProp name="Argument.name">SERVER_PORT</stringProp> | ||||
|             <stringProp name="Argument.value">8080</stringProp> | ||||
|             <stringProp name="Argument.metadata">=</stringProp> | ||||
|           </elementProp> | ||||
|         </collectionProp> | ||||
|       </Arguments> | ||||
|       <hashTree/> | ||||
|       <CookieManager guiclass="CookiePanel" testclass="CookieManager" testname="HTTP Cookie Manager" enabled="true"> | ||||
|         <collectionProp name="CookieManager.cookies"/> | ||||
|         <boolProp name="CookieManager.clearEachIteration">false</boolProp> | ||||
|         <stringProp name="CookieManager.policy">standard</stringProp> | ||||
|         <stringProp name="CookieManager.implementation">org.apache.jmeter.protocol.http.control.HC4CookieHandler</stringProp> | ||||
|       </CookieManager> | ||||
|       <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">1</stringProp> | ||||
|         </elementProp> | ||||
|         <stringProp name="ThreadGroup.num_threads">1</stringProp> | ||||
|         <stringProp name="ThreadGroup.ramp_time"></stringProp> | ||||
|         <longProp name="ThreadGroup.start_time">1459196515000</longProp> | ||||
|         <longProp name="ThreadGroup.end_time">1459196515000</longProp> | ||||
|         <boolProp name="ThreadGroup.scheduler">false</boolProp> | ||||
|         <stringProp name="ThreadGroup.duration"></stringProp> | ||||
|         <stringProp name="ThreadGroup.delay"></stringProp> | ||||
|       </ThreadGroup> | ||||
|       <hashTree> | ||||
|         <OnceOnlyController guiclass="OnceOnlyControllerGui" testclass="OnceOnlyController" testname="login Controller" enabled="true"/> | ||||
|         <hashTree> | ||||
|           <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="login" 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">${SERVER_NAME}</stringProp> | ||||
|             <stringProp name="HTTPSampler.port">${SERVER_PORT}</stringProp> | ||||
|             <stringProp name="HTTPSampler.connect_timeout"></stringProp> | ||||
|             <stringProp name="HTTPSampler.response_timeout"></stringProp> | ||||
|             <stringProp name="HTTPSampler.protocol"></stringProp> | ||||
|             <stringProp name="HTTPSampler.contentEncoding"></stringProp> | ||||
|             <stringProp name="HTTPSampler.path">/login</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> | ||||
|             <boolProp name="HTTPSampler.monitor">false</boolProp> | ||||
|             <stringProp name="HTTPSampler.embedded_url_re"></stringProp> | ||||
|           </HTTPSamplerProxy> | ||||
|           <hashTree> | ||||
|             <HtmlExtractor guiclass="HtmlExtractorGui" testclass="HtmlExtractor" testname="Extract csrf token" enabled="true"> | ||||
|               <stringProp name="HtmlExtractor.refname">LOGIN_CSRF_TOKEN</stringProp> | ||||
|               <stringProp name="HtmlExtractor.expr">input[name=_csrf]</stringProp> | ||||
|               <stringProp name="HtmlExtractor.attribute">value</stringProp> | ||||
|               <stringProp name="HtmlExtractor.default"></stringProp> | ||||
|               <boolProp name="HtmlExtractor.default_empty_value">false</boolProp> | ||||
|               <stringProp name="HtmlExtractor.match_number"></stringProp> | ||||
|               <stringProp name="HtmlExtractor.extractor_impl">JSOUP</stringProp> | ||||
|               <stringProp name="Scope.variable">${LOGIN_CSRF_TOKEN}</stringProp> | ||||
|             </HtmlExtractor> | ||||
|             <hashTree/> | ||||
|           </hashTree> | ||||
|           <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="submit login form" enabled="true"> | ||||
|             <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> | ||||
|               <collectionProp name="Arguments.arguments"> | ||||
|                 <elementProp name="_csrf" elementType="HTTPArgument"> | ||||
|                   <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||||
|                   <stringProp name="Argument.value">${LOGIN_CSRF_TOKEN}</stringProp> | ||||
|                   <stringProp name="Argument.metadata">=</stringProp> | ||||
|                   <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||||
|                   <stringProp name="Argument.name">_csrf</stringProp> | ||||
|                 </elementProp> | ||||
|                 <elementProp name="j_username" elementType="HTTPArgument"> | ||||
|                   <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||||
|                   <stringProp name="Argument.value">admin</stringProp> | ||||
|                   <stringProp name="Argument.metadata">=</stringProp> | ||||
|                   <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||||
|                   <stringProp name="Argument.name">j_username</stringProp> | ||||
|                 </elementProp> | ||||
|                 <elementProp name="j_password" elementType="HTTPArgument"> | ||||
|                   <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||||
|                   <stringProp name="Argument.value">admin</stringProp> | ||||
|                   <stringProp name="Argument.metadata">=</stringProp> | ||||
|                   <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||||
|                   <stringProp name="Argument.name">j_password</stringProp> | ||||
|                 </elementProp> | ||||
|               </collectionProp> | ||||
|             </elementProp> | ||||
|             <stringProp name="HTTPSampler.domain">${SERVER_NAME}</stringProp> | ||||
|             <stringProp name="HTTPSampler.port">${SERVER_PORT}</stringProp> | ||||
|             <stringProp name="HTTPSampler.connect_timeout"></stringProp> | ||||
|             <stringProp name="HTTPSampler.response_timeout"></stringProp> | ||||
|             <stringProp name="HTTPSampler.protocol"></stringProp> | ||||
|             <stringProp name="HTTPSampler.contentEncoding"></stringProp> | ||||
|             <stringProp name="HTTPSampler.path">/login</stringProp> | ||||
|             <stringProp name="HTTPSampler.method">POST</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> | ||||
|             <boolProp name="HTTPSampler.monitor">false</boolProp> | ||||
|             <stringProp name="HTTPSampler.embedded_url_re"></stringProp> | ||||
|           </HTTPSamplerProxy> | ||||
|           <hashTree/> | ||||
|         </hashTree> | ||||
|         <LoopController guiclass="LoopControlPanel" testclass="LoopController" testname="Loop view random album Controller" enabled="true"> | ||||
|           <boolProp name="LoopController.continue_forever">true</boolProp> | ||||
|           <intProp name="LoopController.loops">-1</intProp> | ||||
|         </LoopController> | ||||
|         <hashTree> | ||||
|           <ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Wait next request Timer" enabled="true"> | ||||
|             <stringProp name="ConstantTimer.delay">5000</stringProp> | ||||
|           </ConstantTimer> | ||||
|           <hashTree/> | ||||
|           <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="pick random album id" enabled="true"> | ||||
|             <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> | ||||
|               <collectionProp name="Arguments.arguments"> | ||||
|                 <elementProp name="u" elementType="HTTPArgument"> | ||||
|                   <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||||
|                   <stringProp name="Argument.value">admin</stringProp> | ||||
|                   <stringProp name="Argument.metadata">=</stringProp> | ||||
|                   <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||||
|                   <stringProp name="Argument.name">u</stringProp> | ||||
|                 </elementProp> | ||||
|                 <elementProp name="p" elementType="HTTPArgument"> | ||||
|                   <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||||
|                   <stringProp name="Argument.value">admin</stringProp> | ||||
|                   <stringProp name="Argument.metadata">=</stringProp> | ||||
|                   <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||||
|                   <stringProp name="Argument.name">p</stringProp> | ||||
|                 </elementProp> | ||||
|                 <elementProp name="v" elementType="HTTPArgument"> | ||||
|                   <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||||
|                   <stringProp name="Argument.value">1.13.0</stringProp> | ||||
|                   <stringProp name="Argument.metadata">=</stringProp> | ||||
|                   <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||||
|                   <stringProp name="Argument.name">v</stringProp> | ||||
|                 </elementProp> | ||||
|                 <elementProp name="c" elementType="HTTPArgument"> | ||||
|                   <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||||
|                   <stringProp name="Argument.value">jmeter</stringProp> | ||||
|                   <stringProp name="Argument.metadata">=</stringProp> | ||||
|                   <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||||
|                   <stringProp name="Argument.name">c</stringProp> | ||||
|                 </elementProp> | ||||
|                 <elementProp name="type" elementType="HTTPArgument"> | ||||
|                   <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||||
|                   <stringProp name="Argument.value">random</stringProp> | ||||
|                   <stringProp name="Argument.metadata">=</stringProp> | ||||
|                   <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||||
|                   <stringProp name="Argument.name">type</stringProp> | ||||
|                 </elementProp> | ||||
|                 <elementProp name="size" elementType="HTTPArgument"> | ||||
|                   <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||||
|                   <stringProp name="Argument.value">1</stringProp> | ||||
|                   <stringProp name="Argument.metadata">=</stringProp> | ||||
|                   <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||||
|                   <stringProp name="Argument.name">size</stringProp> | ||||
|                 </elementProp> | ||||
|               </collectionProp> | ||||
|             </elementProp> | ||||
|             <stringProp name="HTTPSampler.domain">${SERVER_NAME}</stringProp> | ||||
|             <stringProp name="HTTPSampler.port">${SERVER_PORT}</stringProp> | ||||
|             <stringProp name="HTTPSampler.connect_timeout"></stringProp> | ||||
|             <stringProp name="HTTPSampler.response_timeout"></stringProp> | ||||
|             <stringProp name="HTTPSampler.protocol"></stringProp> | ||||
|             <stringProp name="HTTPSampler.contentEncoding"></stringProp> | ||||
|             <stringProp name="HTTPSampler.path">/rest/getAlbumList.view</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> | ||||
|             <boolProp name="HTTPSampler.monitor">false</boolProp> | ||||
|             <stringProp name="HTTPSampler.embedded_url_re"></stringProp> | ||||
|           </HTTPSamplerProxy> | ||||
|           <hashTree> | ||||
|             <XPathExtractor guiclass="XPathExtractorGui" testclass="XPathExtractor" testname="Extracteur XPath" enabled="true"> | ||||
|               <stringProp name="XPathExtractor.default"></stringProp> | ||||
|               <stringProp name="XPathExtractor.refname">ALBUM_ID</stringProp> | ||||
|               <stringProp name="XPathExtractor.xpathQuery">/subsonic-response/albumList/album/@id</stringProp> | ||||
|               <boolProp name="XPathExtractor.validate">false</boolProp> | ||||
|               <boolProp name="XPathExtractor.tolerant">false</boolProp> | ||||
|               <boolProp name="XPathExtractor.namespace">false</boolProp> | ||||
|             </XPathExtractor> | ||||
|             <hashTree/> | ||||
|           </hashTree> | ||||
|           <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="main.view" enabled="true"> | ||||
|             <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> | ||||
|               <collectionProp name="Arguments.arguments"> | ||||
|                 <elementProp name="id" elementType="HTTPArgument"> | ||||
|                   <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||||
|                   <stringProp name="Argument.value">${ALBUM_ID}</stringProp> | ||||
|                   <stringProp name="Argument.metadata">=</stringProp> | ||||
|                   <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||||
|                   <stringProp name="Argument.name">id</stringProp> | ||||
|                 </elementProp> | ||||
|               </collectionProp> | ||||
|             </elementProp> | ||||
|             <stringProp name="HTTPSampler.domain">${SERVER_NAME}</stringProp> | ||||
|             <stringProp name="HTTPSampler.port">${SERVER_PORT}</stringProp> | ||||
|             <stringProp name="HTTPSampler.connect_timeout"></stringProp> | ||||
|             <stringProp name="HTTPSampler.response_timeout"></stringProp> | ||||
|             <stringProp name="HTTPSampler.protocol"></stringProp> | ||||
|             <stringProp name="HTTPSampler.contentEncoding"></stringProp> | ||||
|             <stringProp name="HTTPSampler.path">/main.view</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> | ||||
|             <boolProp name="HTTPSampler.monitor">false</boolProp> | ||||
|             <stringProp name="HTTPSampler.embedded_url_re"></stringProp> | ||||
|           </HTTPSamplerProxy> | ||||
|           <hashTree/> | ||||
|         </hashTree> | ||||
|       </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>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/> | ||||
|       <ResultCollector guiclass="RespTimeGraphVisualizer" testclass="ResultCollector" testname="Response Time Graph" 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> | ||||
|   </hashTree> | ||||
| </jmeterTestPlan> | ||||
					Loading…
					
					
				
		Reference in new issue