diff options
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 e3a5d7e4..3476ec48 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 60. - Reduce test time to ninety minutes. |