X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fdevelopment%2Fdevtools%2Fpap-s3p.rst;h=b42d7eb02bf0a6cae2e856017155ec79123d5fd1;hb=68128f0c849e2b103876e42108734fb660b13644;hp=23a2d353285e7cd6fb2b040179d1927ed93600c7;hpb=cb261a93c03a09b9b1f28de9bb72a98b7cacf152;p=policy%2Fparent.git diff --git a/docs/development/devtools/pap-s3p.rst b/docs/development/devtools/pap-s3p.rst index 23a2d353..b42d7eb0 100644 --- a/docs/development/devtools/pap-s3p.rst +++ b/docs/development/devtools/pap-s3p.rst @@ -99,7 +99,7 @@ The test was run in the background via "nohup", to prevent it from being interru .. code-block:: bash - nohup ./apache-jmeter-5.4.1/bin/jmeter.sh -n -t stability.jmx -l stabilityTestResults.jtl + nohup apache-jmeter-5.5/bin/jmeter -n -t stability.jmx -l stabilityTestResults.jtl & Test Results ------------ @@ -114,16 +114,17 @@ Stability test plan was triggered for 72 hours. There were no failures during th ======================= ================= ================== ================================== **Total # of requests** **Success %** **Error %** **Average time taken per request** ======================= ================= ================== ================================== -140980 100 % 0.00 % 717 ms + 102290 100 % 0.15 % 782 ms ======================= ================= ================== ================================== .. Note:: - There were no failures during the 72 hours test. + There were 0.15% failures during the 72 hours test, due to the timing between the update of the metric "undeploySuccessCount" and the Undeploy itself. + We suggest for the next test to increase the timeout timing up to 130s between "Undeploy policy in defaultGroup" and "PAP Metrics after deployments" **JMeter Screenshot** -.. image:: pap-s3p-results/pap_stability_jmeter_results.jpg +.. image:: pap-s3p-results/pap_stability_jmeter_results.png **Memory and CPU usage** @@ -133,13 +134,13 @@ Prometheus metrics is also collected before and after the test execution. Memory and CPU usage before test execution: -.. image:: pap-s3p-results/pap_top_before_72h.jpg +.. image:: pap-s3p-results/pap_top_before_72h.png :download:`Prometheus metrics before 72h test ` Memory and CPU usage after test execution: -.. image:: pap-s3p-results/pap_top_after_72h.jpg +.. image:: pap-s3p-results/pap_top_after_72h.png :download:`Prometheus metrics after 72h test ` @@ -177,7 +178,7 @@ Running/Triggering the performance test will be the same as the stability test. .. code-block:: bash - nohup ./apache-jmeter-5.4.1/bin/jmeter.sh -n -t performance.jmx -l performanceTestResults.jtl + nohup apache-jmeter-5.5/bin/jmeter -n -t performance.jmx -l performanceTestResults.jtl & Test Results ------------ @@ -189,9 +190,9 @@ Test results are shown as below. ======================= ================= ================== ================================== **Total # of requests** **Success %** **Error %** **Average time taken per request** ======================= ================= ================== ================================== -24276 100 % 0.00 % 2556 ms +19886 100 % 0.00 % 3107 ms ======================= ================= ================== ================================== **JMeter Screenshot** -.. image:: pap-s3p-results/pap_performance_jmeter_results.jpg +.. image:: pap-s3p-results/pap_performance_jmeter_results.png