Versions Compared

Key

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

...

Parameter

Expectation

Notes

Sign-Off

Request Frequency

250 request per second / 12 threadsSingle instance of NCMP/CPS
For maximum throughput client load should be spread over at least 12 separate sessions (threads/clients)

Average Response Size
5KB


Concurrent request12 clients requests toward 1 NCMP simultaneously
DMI also support 12 simultaneous requests


DMI Delay10ms This is not in control of CPS. 
So for performance testing our stub should simulate a 10ms delay

Test Environment


Expand
  1. CPS and NCMP

requests:
    cpu: 2000m
    memory: 2Gi
limits:
    memory: 3Gi
    cpu: 3000m

2. Postgres

requests:
    cpu: 4000m
    memory: 1Gi
 limits:
    memory: 3Gi
    cpu: 6000m




...