Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance load testing tools to be able to initiate webrtc calls towards restcomm (using registrarless) #68

Closed
atsakiridis opened this issue Mar 20, 2016 · 1 comment

Comments

@atsakiridis
Copy link
Collaborator

Right now we only support receiving calls originating at restcomm, which typically are initiated by sipp. The problem with receiving calls is that the scenario is more complicated and easier to break. Contributing factors:

  • Registrations add more load to restcomm and aren't essential to the test at hand which is to load test MS
  • Complex setup. We need to:
    1. provision/unprovision restcomm clients for each registering client
    2. provision/unprovision external service to properly distribute calls amongst all clients
    3. have external service in place to feed RCML to Restcomm
  • More complex runtime. For this to work with 50 concurrent calls, we need to actually spawn more browsers so that there's a 'padding' of outstanding browsers ready to handle calls until new are spawned. In my tests I've seen that for safe tests we need 2X concurrent calls (i.e. 100 browsers in the scenario above)
@atsakiridis
Copy link
Collaborator Author

Missed some impacts on restcomm-test.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant