...
Tested on one Cloud VM - all components and simulators running on the same machine using docker - with the following spec: 4CPU, 16GB RAM and and Ubuntu 18.04 LTS
(Note: this is a benchmark report running docker on a Xerces cloud instance with kubernetes running ONAP )
...
Test case setup | Protocol | Operation | Time (seconds) |
---|---|---|---|
REST towards Policy Management Service connecting to the simulators | HTTP | Create policy - 10000 | 86 |
REST towards Policy Management Service connecting to the simulators | HTTPS | Create policy - 10000 | 143 |
REST towards Policy Management Service connecting via the A1-Controller to the simulators | HTTP | Create policy - 10000 | 305 |
REST towards Policy Management Service connecting via the A1-Controller to the simulators | HTTPS | Create policy - 10000 | 468 |
REST towards Policy Management Service connecting to the simulators | HTTP | Delete policy - 10000 | 67 |
REST towards Policy Management Service connecting to the simulators | HTTPS | Delete policy - 10000 | 133 |
REST towards Policy Management Service connecting via the A1-Controller to the simulators | HTTP | Delete policy - 10000 | 269 |
REST towards Policy Management Service connecting via the A1-Controller to the simulators | HTTPS | Delete policy - 10000 | 399 |
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