GithubHelp home page GithubHelp logo

network-benchmark's Introduction

To compile

    $ make

To run the server

    $ java -classpath ./build/ nbm.server.Server

To run the client

    $ java -classpath ./build/ nbm.client.Client

Many options come with the client

-hosts, -h to specify the host(s), comma separated hosts and ports, i.e "12.29.19.90:2912, localhost:1229" must be enclosed by(").

-port, -p to specify the default port.

-clientscount, -cc to specify the number of clients to be connected to the server, NOTE: each client is a thread!

-chunksize, -cs to specify each message sent body size (in Bytes).

-chunkdelay, -cd to specify the delay after each message is sent (in Milliseconds).

-duration, -d to specify the test duration (in Seconds), NOTE: the duration is per test, not per connection!

-usedownlink, -udl to use use downlink

To run remote and local servers (remote servers must be accessible via ssh, have jvm installed, and the project cloned and compiled) To run client with multiple tests, first create a file that will contain command line args (for example, check start_conf_example.config)

    $ java -classpath ./build/ nbm.main.Main start_conf_example.config

network-benchmark's People

Contributors

lordpretzel avatar shweelan avatar

Watchers

 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.