...
Average processing time was calculated using last 10000 records from audit.log for each use case using the below script:
Result
Time taken by Drools PDP
...
Time taken by APP-C
Each In addition, each thread in the performance test script waits for notifications, via the POLICY-CL-MGT topic, to indicate that an APP-C request has been issued, and then injects the APP-C response via the REST interface. Thus the elapsed time reported above includes time spent from the publish to POLICY-CL-MGT until the response is received on the REST interface. This was calculated by examining all network.log files corresponding to the time when the test was executed using the below script:
Result
Time taken by Drools PDP
Use case | Average time taken to execute one ONSET message | Sample taken for average |
---|---|---|
vCPE | 341 ms | Last 10,000 |
vFirewall | 184 ms | Last 10,000 |
vDNS | 18 ms | Last 10,000 |
VOLTE | 16 ms | Last 10,000 |
Time taken by APP-C
Average time taken to publish request to POLICY-CL-MGT and receive response on REST interface | Sample taken for average |
---|---|
142 ms | 30,000 |
...