diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2022-11-04 16:00:21 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2022-11-04 17:34:18 -0500 |
commit | 457d1d40a54adc30b3afdb7245a7d53828f6239c (patch) | |
tree | 096ca689492e96d9b69a2b5d9b33448075e20e64 /docs/development/devtools/xacml-s3p.rst | |
parent | 9adb9fc34710e9798bfd75e6172a41673e284121 (diff) |
Add s3p docs for xacml and drools
Issue-ID: POLICY-4446
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I092ce27abbf5dfe5f0794d78cad596953e4a6a09
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Diffstat (limited to 'docs/development/devtools/xacml-s3p.rst')
-rw-r--r-- | docs/development/devtools/xacml-s3p.rst | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/docs/development/devtools/xacml-s3p.rst b/docs/development/devtools/xacml-s3p.rst index 57709ad0..c52a21ab 100644 --- a/docs/development/devtools/xacml-s3p.rst +++ b/docs/development/devtools/xacml-s3p.rst @@ -9,8 +9,8 @@ ########################## -Performance Test of Policy XACML PDP -************************************ +Performance Test of Policy XACML PDP (Jakarta) +********************************************** The Performance test was executed by performing requests against the Policy RESTful APIs. @@ -69,9 +69,15 @@ The test was run for 20 minutes with 10 users (i.e., threads), with the followin Stability Test of Policy XACML PDP -************************************ +********************************** -The stability test were executed in the same lab. The test was run via jmeter. +This test was run using jmeter on a default +ONAP installation in the Policy tenant in UNH. + +The Agent VMs in this lab have the following configuration: + +- 16GB RAM +- 8 VCPU Summary ======= @@ -120,9 +126,9 @@ The stability summary results were reported by JMeter with the following summary .. code-block:: bash - summary = 997436933 in 71:59:45 = 3848.4/s Avg: 0 Min: 0 Max: 1480 Err: 0 (0.00%) + summary = 941639699 in 71:59:36 = 3633.2/s Avg: 1 Min: 0 Max: 842 Err: 0 (0.00%) -The XACML PDP offered very good performance with JMeter for the traffic mix described above, using 3848 threads per second -to inject the traffic load. The average transaction time is insignificant. The maximum transaction time of 1480ms. -occured in the beginning of the run while the JVM was warming up. +The XACML PDP offered very good performance with JMeter for the traffic mix described above. +The average transaction time is insignificant. The maximum transaction time of 842 ms. +There was a Drools stability test running in parallel, hence the actual load was higher. |