diff options
author | arkadiusz.adamski <aadamski@est.tech> | 2021-03-31 09:26:46 +0100 |
---|---|---|
committer | Ajith Sreekumar <ajith.sreekumar@bell.ca> | 2021-04-14 16:55:41 +0000 |
commit | 2e86eee494da758bea0e084d7bd5e8eedba7d03e (patch) | |
tree | 83ec14b0928ad8c6fd123aef74f396702603550a /docs/development/devtools/apex-s3p.rst | |
parent | 72b1c251f5121de957a4d8633724452771be9388 (diff) |
Update Apex-PDP s3p Test results
- Update stability test results
Issue-ID: POLICY-3109
Signed-off-by: arkadiusz.adamski <aadamski@est.tech>
Change-Id: I926dae97cbe4d9af246de8f0e6fa840ccd7debd8
Diffstat (limited to 'docs/development/devtools/apex-s3p.rst')
-rw-r--r-- | docs/development/devtools/apex-s3p.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/development/devtools/apex-s3p.rst b/docs/development/devtools/apex-s3p.rst index be34f5bd..3ddcfe59 100644 --- a/docs/development/devtools/apex-s3p.rst +++ b/docs/development/devtools/apex-s3p.rst @@ -113,12 +113,12 @@ Once the test has complete - we can generate a HTML test report via the followin ============================================== ================================ ============= ============ ============================ **Number of Client Threads running in JMeter** **Total number of input events** **Success %** **Error %** **Average Time per Request** ============================================== ================================ ============= ============ ============================ -5 8594220 100% 0% 5518.73 +5 129326 100% 0% 6716.12 ============================================== ================================ ============= ============ ============================ .. image:: images/stability-jmeter.PNG -:download:`result.zip <apex-s3p-results/apex_s3p_results.zip>` +download:`result.zip <apex-s3p-results/apex_s3p_results.zip>` Stability Test of Apex PDP @@ -191,7 +191,7 @@ Once the tests complete, we can generate an HTML test report via the command: ============================================== ================================ ============= ============ ============================ **Number of Client Threads running in JMeter** **Total number of input events** **Success %** **Error %** **Average Time per Request** ============================================== ================================ ============= ============ ============================ -5 8594220 100% 0% 5518.73 +5 129326 100% 0% 6716.12 ============================================== ================================ ============= ============ ============================ @@ -200,14 +200,14 @@ Once the tests complete, we can generate an HTML test report via the command: .. image:: images/apex_s3p_jm-1.png .. image:: images/apex_s3p_jm-2.png -:download:`result.zip <apex-s3p-results/apex_s3p_results.zip>` +download:`result.zip <apex-s3p-results/apex_s3p_results.zip>` Setting up Performance Tests in APEX ++++++++++++++++++++++++++++++++++++ The Performance test is performed on a similar setup to the Stability test. JMeter will send a large number of REST requests and will then retrieve those requests. -Performnce test plan will be the same as the stability test plan except for some differences listed below: +Performance test plan will be the same as the stability test plan except for some differences listed below: - Increase the number of threads from 5 to 20. - Reduce test time to ninety minutes. |