From 68128f0c849e2b103876e42108734fb660b13644 Mon Sep 17 00:00:00 2001 From: lapentafd Date: Mon, 24 Oct 2022 16:06:46 +0100 Subject: PAP S3P documentation Issue-ID: POLICY-4389 Change-Id: I80f913c49061c0eae6d76fddf572cf447f5a37ce Signed-off-by: lapentafd --- docs/development/devtools/pap-s3p.rst | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'docs/development/devtools/pap-s3p.rst') 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 -- cgit 1.2.3-korg