diff options
author | Ajith Sreekumar <ajith.sreekumar@bell.ca> | 2021-03-30 09:27:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-03-30 09:27:04 +0000 |
commit | a3c5981b7b9afbedc1d46e103add6a386e660d0e (patch) | |
tree | ba63010949eec6fb1a0281fa5299a20f1a289ca8 /docs/development/devtools/api-s3p.rst | |
parent | 28af607624182a52cc25b164a2fdab41613e16b8 (diff) | |
parent | 74d444bf2ea6beff5076acdb79d40ab2806a157b (diff) |
Merge "Honululu Api Stability Run Results" into honolulu
Diffstat (limited to 'docs/development/devtools/api-s3p.rst')
-rw-r--r-- | docs/development/devtools/api-s3p.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/development/devtools/api-s3p.rst b/docs/development/devtools/api-s3p.rst index 3e68f5b0..439719be 100644 --- a/docs/development/devtools/api-s3p.rst +++ b/docs/development/devtools/api-s3p.rst @@ -118,23 +118,24 @@ The load was performed against a non-tweaked ONAP OOM installation. ======================= ============= =========== =============================== =============================== =============================== **Total # of requests** **Success %** **TPS** **Avg. time taken per request** **Min. time taken per request** **Max. time taken per request** ======================= ============= =========== =============================== =============================== =============================== - 176407 100% 0.68 7340 ms 34 ms 49298 ms + 627746 100% 2.42 2058 ms 26 ms 72809 ms ======================= ============= =========== =============================== =============================== =============================== +.. image:: images/api-s3p-jm-1_H.png **JMeter Results** The following graphs show the response time distributions. The "Get Policy Types" API calls are the most expensive calls that average a 10 seconds plus response time. -.. image:: images/api-response-time-distribution.png -.. image:: images/api-response-time-overtime.png +.. image:: images/api-response-time-distribution_H.png +.. image:: images/api-response-time-overtime_H.png Performance Test of Policy API ++++++++++++++++++++++++++++++ -A specific performance test was omitted in Guilin. The JMeter script used in the stability run injected +A specific performance test was omitted in Honululu (as in Guilin). The JMeter script used in the stability run injected back to back traffic with 5 parallel threads with no pauses between requests. Since the JMeter threads operate in synchronous mode (waiting for a request's response before sending the next request), JMeter injection rates autoregulate because of the backpressure imposed by the response times. Even though the response times are high, the |