/protocols/ss7/map/load/README.txt
http://mobicents.googlecode.com/ · Plain Text · 9 lines · 7 code · 2 blank · 0 comment · 0 complexity · 9e975e39dc6c3d028f51d693a2c318ab MD5 · raw file
- This is simple load test for MAP.
- To run test follow the steps
- 1) Modify the parameter <arg value="100" /> and <arg value="2" /> to suit your test. The first parameter is number of complete MAP calls the test should make and second parameter is number of concurrent MAP Dialogs the test should maintain. If concurrent MAP Dialog goes above threshold limit, test will throttle the creation of more Dialog till concurrent MAP Dialog again comes down below 50% of threshold specified.
- 2) Clean the previous execution logs by calling "mvn/ant clean"
- 3) Build load test and assemble by calling "ant assemble"
- 4) Start server by calling "ant server"
- 5) Start client by calling "ant client"