You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Test includes the Non-RT RIC components: Policy Management Service , A1-Controller and A1 simulators

Tested on one Cloud VM - all components and simulators running on the same machine using docker - with the following spec:  4CPU, 16GB RAM and Ubuntu 18.04

(Note: this is a benchmark report running docker on a Xerces cloud instance with kubernetes running ONAP )

Each test is using 20 A1-Simulator. 7 processes are running in parallel to create/delete a total of 10000 policies (500 in each of the 20 A1-Simulator)

Note that all simulators are as well as the test engine is running on the same machine.

"REST" in the table below indicate the NB REST interface of the Policy Management Service.

"HTTP" and "HTTPS" indicate which protocol has been used between the components. 


Tested with the latest available images: Sat Jun 19 2021

Test case setupProtocolOperationTime (seconds)
REST towards Policy Management Service connecting to the simulatorsHTTPCreate policy86
REST towards Policy Management Service connecting to the simulatorsHTTPSCreate policy143
REST towards Policy Management Service connecting via the A1-Controller to the simulatorsHTTPCreate policy305
REST towards Policy Management Service connecting via the A1-Controller to the simulatorsHTTPSCreate policy468
REST towards Policy Management Service connecting to the simulatorsHTTPDelete policy

67

REST towards Policy Management Service connecting to the simulatorsHTTPSDelete policy133
REST towards Policy Management Service connecting via the A1-Controller to the simulatorsHTTPDelete policy269
REST towards Policy Management Service connecting via the A1-Controller to the simulatorsHTTPSDelete policy399

Timer measurement in the test script
====================================
Activity Duration
Create 10000 polices over REST using HTTP 86 seconds
Delete 10000 polices over REST using HTTP 67 seconds
Create 10000 polices over REST+SDNC using HTTP 305 seconds
Delete 10000 polices over REST+SDNC using HTTP 269 seconds
Create 10000 polices over REST using HTTPS 143 seconds
Delete 10000 polices over REST using HTTPS 133 seconds
Create 10000 polices over REST+SDNC using HTTPS 468 seconds
Delete 10000 polices over REST+SDNC using HTTPS 399 seconds

  • No labels