Giter VIP home page Giter VIP logo

mass-connections-test-toolset's Introduction

A simple test toolbox for testing large numbers of TCP connections.

The server is based on MongooseIM TCP listener, with some simplifications.
It is just an "echo server". Clients establish connections, each connection
sending a "hey" message every minute or so.

The way to use it is:
1. Start dummysv on one EC2 instance
2. Start dummymonitor on another EC2 instance, in foreground
3. Create a launch template to start client EC2 instances, putting contents of user_data.sh as instance user data (startup code)
4. Run monmon:print() on monitor console to see what is going on
5. To clean up, terminate all client instances (tagged role:client, you may use wipe_ctest.yml playbook), restart dummysv, run monmon:reset() on monitor

Server and monitor exist on AWS (named testmonitor and testsrv), there also is a launch template connection_test_client.
Limits on server are set using lim.yml playbook, which is an exact copy from scalability test toolset.

If you modify server or monitor code, just run rebar3 compile in a respective directory and restart.

If you want to modify client code, do it on test server and then run ./deploy.sh in dummyclient directory.

Alternative, ranch-based server - dummyranch. Its sys.config determines whether we use echo_protocol, which listens in passive mode, or echo_protocol_once which does {active, once} the way mongoose listener does.

mass-connections-test-toolset's People

Contributors

bartekgorny avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.