Difference between revisions of "IT-SDK-Testing-Performance"
Jump to navigation
Jump to search
Samerhijazi (talk | contribs) (→Ref-Used) |
Samerhijazi (talk | contribs) (→Configuration) |
||
| Line 14: | Line 14: | ||
* Clsuter: has 1 console (only one) and 0-14 engines. | * Clsuter: has 1 console (only one) and 0-14 engines. | ||
==Configuration== | ==Configuration== | ||
| − | + | <pre class="code"> | |
| − | Ramp-up 40 minutes | + | Cluster: 1 Console & 0-14 Engines. |
| − | Iteration: forever | + | Engines: |
| − | Duration: 50 minutes | + | Threads: 500 users. |
| + | Ramp-up: 40 minutes. | ||
| + | Iteration: forever. | ||
| + | Duration: 50 minutes. | ||
| + | </pre> | ||
Revision as of 14:47, 1 April 2022
Ref.
- https://jmeter.apache.org/usermanual/best-practices.html#bsh_scripting
- https://jmeter.apache.org/usermanual/component_reference.html#BeanShell_PostProcessor
- https://jmeter.apache.org/usermanual/functions.html
- https://www.blazemeter.com/blog/what-every-performance-tester-should-know-about-extracting-data-files-jmeter
- https://octoperf.com/blog/2018/04/23/jmeter-rest-api-testing/#rest-api-login
Ref-Used
- ctx : https://jmeter.apache.org/api/org/apache/jmeter/threads/JMeterContext.html
- vars: https://jmeter.apache.org/api/org/apache/jmeter/threads/JMeterVariables.html
- prev: https://jmeter.apache.org/api/org/apache/jmeter/samplers/SampleResult.html
Infrastructure
- TOP: Cluster, Engine, Threads (Users)
- Clsuter: has 1 console (only one) and 0-14 engines.
Configuration
Cluster: 1 Console & 0-14 Engines. Engines: Threads: 500 users. Ramp-up: 40 minutes. Iteration: forever. Duration: 50 minutes.