Versions Compared

Key

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

...

  • HTTPSampler.domain - The ip address of VM which the apex container is running
  • HTTPSampler.port      -  The  listening port, here is 23324
  • ThreadGroup.druation - Set the duration to 72 hours (in seconds)

Use the CLI mode to start the test

Code Block
languagebash
./jmeter.sh -n -t ~/apexPdpStabilityTestPlan.jmx -Jusers=1 -l ~/stability.log

Stability Test Result

Summary

Stability test plan was triggered for 72 hours injecting input events to apex-pdp from 20 client threads running in JMeter.

After the test stop, we can generate a HTML testreport via command

Code Block
~/jMeter/apache-jmeter-5.1.1/bin/jmeter -g stability.log -o ./result/

result.zip  stability.zip  onap.zip

Number of Client Threads running in JMeter

Number of Server Threads running in Apex engine

Total number of input events

Success Percentage

Error Percentage

20 4 639460299.999971%0.0029%

Setting up Performance Tests in APEX

...