Giter Site home page Giter Site logo

nomadacris's Introduction

nomadacris

A Java slave to [locust.io|http://locust.io].

Locust supports a master and slave configuration. Slaves run the tests. Master and slaves communicate over a socket and messages are encoded using msgpack. Slaves can be written in any language. The main software implements slaves in python. [Boomer|https://github.com/myzhan/boomer] implements a slave in Golang.

Nomadacris implements a slave in Java.

Major differences

  • ZeroMQ is not yet supported.
  • TaskSet and Tasks protocol is not yet the same as the python implementation.
  • Parallelism is implemented using Threadpools and not CoRoutines.

Run Example

Start Locust Master

# dummy.py is an artifact of the python implementation
pip install locustio
locust -f nomadacris/dummy.py --master --master-bind-host=127.0.0.1 --master-bind-port=5557

Run Example

mvn clean package
java -jar target/nomadacris-1.0-SNAPSHOT.jar -m 127.0.0.1 -p 5557 \
     --taskList com.github.vrajat.nomadacris.examples.Fibonacci

Create your own test

  • Implement TaskList and Task.
  • Copy the jar to your classpath.
  • Specify class name in --taskList argument.

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.