From: FrancescoFioraEst Date: Mon, 24 Oct 2022 13:32:39 +0000 (+0100) Subject: Update documentation for S3P testing of Apex PDP X-Git-Tag: 3.7.0~22^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fparent.git;a=commitdiff_plain;h=018d92105800ed2e41447b13856ac230d37b6f64 Update documentation for S3P testing of Apex PDP Issue-ID: POLICY-4386 Change-Id: I85b9f59e5a95cbf69f99755a54038191dad3996f Signed-off-by: FrancescoFioraEst --- diff --git a/docs/development/devtools/apex-s3p-results/apex_perf_jmeter_results.png b/docs/development/devtools/apex-s3p-results/apex_perf_jmeter_results.png index c17d3a6c..0fa35c0b 100644 Binary files a/docs/development/devtools/apex-s3p-results/apex_perf_jmeter_results.png and b/docs/development/devtools/apex-s3p-results/apex_perf_jmeter_results.png differ diff --git a/docs/development/devtools/apex-s3p-results/apex_stability_jmeter_results.png b/docs/development/devtools/apex-s3p-results/apex_stability_jmeter_results.png index e092d77c..585f99c5 100644 Binary files a/docs/development/devtools/apex-s3p-results/apex_stability_jmeter_results.png and b/docs/development/devtools/apex-s3p-results/apex_stability_jmeter_results.png differ diff --git a/docs/development/devtools/apex-s3p.rst b/docs/development/devtools/apex-s3p.rst index 9575277c..6a3be847 100644 --- a/docs/development/devtools/apex-s3p.rst +++ b/docs/development/devtools/apex-s3p.rst @@ -24,11 +24,13 @@ At a minimum, the following ONAP components are needed: policy, mariadb-galera, Before deploying, the values.yaml files are changed to use NodePort instead of ClusterIP for policy-api, policy-pap, and policy-apex-pdp, so that they are accessible from jmeter:: - policy-apex-pdp NodePort 10.43.70.176 6969:30237/TCP - policy-api NodePort 10.43.2.99 6969:30240/TCP - policy-pap NodePort 10.43.203.178 6969:30442/TCP + policy-apex-pdp NodePort 10.43.131.43 6969:31739/TCP + policy-api NodePort 10.43.67.153 6969:30430/TCP + policy-pap NodePort 10.43.200.57 6969:30585/TCP -The node ports (30237, 30240 and 30442 above) are used in JMeter. The HOSTNAME for JMeter is set to the IP returned by running kubectl cluster-info. +The node ports (31739, 30430 and 30585 above) are used in JMeter. +The HOSTNAMEs for JMeter are set to the IPs returned by running "kubectl get node -o wide" +and to find the applications for each node by running "kubectl describe node ". Set up policy-models-simulator ------------------------------ @@ -41,7 +43,7 @@ It is run as a docker image from a node accessible to the kubernetes cluster:: docker run -d --rm --publish 6680:6680 --publish 31054:3905 \ --volume "apex-pdp/testsuites/apex-pdp-stability/src/main/resources/simulatorConfig:/opt/app/policy/simulators/etc/mounted" \ - nexus3.onap.org:10001/onap/policy-models-simulator:2.6-SNAPSHOT-latest + nexus3.onap.org:10001/onap/policy-models-simulator:2.7-SNAPSHOT-latest The published ports 6680 and 31054 are used in JMeter for CDS and DMaaP simulators. @@ -173,7 +175,7 @@ Stability test plan was triggered for 72 hours. There were no failures during th ======================= ================= ================== ================================== **Total # of requests** **Success %** **Error %** **Average time taken per request** ======================= ================= ================== ================================== -430331 100 % 0.00 % 152 ms +430397 100 % 0.00 % 151.694 ms ======================= ================= ================== ================================== .. Note:: @@ -242,7 +244,7 @@ Test results are shown as below. ======================= ================= ================== ================================== **Total # of requests** **Success %** **Error %** **Average time taken per request** ======================= ================= ================== ================================== -47586 100 % 0.00 % 163 ms +47567 100 % 0.00 % 163.841 ms ======================= ================= ================== ================================== **JMeter Screenshot**