...
we estimate our needs to < to be discussed/commented/challenged/questioned/...>:
- 10 // parallel service onboarding
- 50 // 50 parallel intsantiation
- ....
Parallel onboarding tests
...
Tests executed on a Guilin lab. Reused of Reusing the basic_vm with different service names (it means that we recreate all the SDC objects VSP, VF Services).
2 series run several times:
- 5 // simutalneous onboarding
- 10 // simultaneous onboarding
The main component used for this test is the SDC (+AAI).
...
<graph grafana memory & CPU SDC>
Results
...
Data format is MM:SS,00.
5 parallel onboarding (10 series)
criteria \ Serie | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Average | |||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Success rate (%) | 100 | 100 | 100 | 100 | 100 | 80 | 100 | 100 | 100 | 100 | 98 | |||
Min duration | 04:46,00 | 27:39,00 | 10:23,00 | 10:14,00 | 10:26,00 | 11:18,00 | 07:41,00 | 07:53,00 | 08:05,00 | 08:34,00 | ||||
Max duration | Mean duration | Average duration | Comments/Errros04:53,00 | 27:43,00 | 10:36,00 | 10:17,00 | 10:26,00 | 11:20,00 | 07:53,00 | 07:59,00 | 08:18,00 | 08:42,00 | ||
Average duration | 04:50,00 | 27:40,80 | 10:27,40 | 10:15,60 | 10:26,00 | 11:18,75 | 07:47,80 | 07:57,20 | 08:11,20 | 08:38,40 | ||||
Median duration | 04:50,00 | 27:41,00 | 10:26,00 | 10:16,00 | 10:26,00 | 11:18,50 | 07:48,00 | 07:59,00 | 08:12,00 | 08:39,00 | ||||
Comments/Errrors | / | / | / | / | / | ERROR : maximum recursion depth exceeded in a python object | / | / | / | / | / |
<graph min/max/mean/average = f(serie)
10
...
parallel onboarding (5 series)
criteria \ Serie | 1 | 2 | 3 | 4 | 5 | Average | |||
---|---|---|---|---|---|---|---|---|---|
Success rate (%) | 100 | 100 | 100 | 100 | 100 | ||||
Min duration | 16:03,00 | 16:03,00 | 15:23,00 | 16:32,00 | 19:39,00 | ||||
Max duration | Mean duration | Average duration | Comments/Errros16:22,00 | 16:22,00 | 17:10,00 | 17:36,00 | 20:00,00 | ||
Average duration | 16:14,40 | 16:14,40 | 16:50,40 | 17:22,20 | 19:50,00 | ||||
Median duration | 16:18,50 | 16:18,50 | 17:08,00 | 17:31,50 | 19:52,00 | ||||
Comments/Errrors | / | / | / | / | ERROR : Resource Category with "Generic" name does not exist |
<graph min/max/mean/average = f(serie)
...
ONAP Guilin is able to support 10 parallel onboardonboarding, which is what we do expect.
...
The creation of resources is linear. It means that on serie 10, 9 services have been already created. We could have expected a linear increase of the onboarding duration because the client used for test list several times the services.So the more services in SDC, the bigger the list is. So globally the SDC resources increase increases continuously because we cannot delete them but it has no direct impact on the onboarding duration. The duration evolution is not linear and the duration may depend on the cluster status.
...