Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Although there should be measurements for design time and deployment time performance, here we focus on the run time performance metrics for policy execution in the PDPs, the most critical run time metrics for Policy. We propose to measure these metrics in a simulated environment and in a full ONAP deployment.

Measurements for the "Single Threaded" case are made using the Stability test, which uses timers to determine when to inject responses via REST.  It also uses the REST API to look for "FINAL" states, thus it is limited to two threads.  On the other hand, the measurements for the "Multi Threaded" case are made using the Performance test, which uses DMaaP notifications to determine when to inject responses via REST.  It also uses DMaaP notifications to look for "FINAL" states, thus it is only limited by how many simultaneous consumers and connections are supported by DMaaP.

No.MetricDescription
1Single Threaded Response TimeMeasure the execution time for onset and abatement in each use case with only a single policy executing
2Single Threaded CPU UsageCPU Usage for each use case when executing alone
3Single Threaded Memory UsageMemory Usage for each use case when executing alone
4Maximum Simultaneous ExecutionsMeasure the maximum number of simultaneous policy executions that can be achieved whilst maintaining system stability and resource utilization
5Multi - Threaded Response TimeMeasure the execution time for onset and abatement in each use case when multiple threads are injecting ONSET events simultaneously
6Multi Threaded CPU UsageCPU Usage for each use case when multiple threads are injecting ONSET events simultaneously
7Multi Threaded Memory UsageMemory Usage for each use case when executing in multiple threads
8Installation FootprintThe requirements of the ONAP Policy Framework installation in terms of VM resources including the amount of disk space required for the database and for logs.

...