GithubHelp home page GithubHelp logo

bandwidthtest's Introduction

The project is used to test the tcp transfer speed between client side with server side.

First, you should launch the BandWidthServer.exe at server side to listern client's connection. and then run the BandWidthClient.exe with desired options.

you can upload[/downlod] fixed amount of data to[/from] server and then calculate the time waste, or provide certain amount of time and see how many data the client upload[/downlod] to[/from] server.

Finally, figurate out and show the speed statistics.

服务端 BandWidthServer.exe

  • 参数说明(usage):
    • -p <port>: indicate the port to listern

客户端 BandWidthClient.exe

  • 参数说明(usage):
    • -u: test the uplod speed
    • -d: test the downlod speed
    • -c <server_ip>: indicate the server ip to connect who run the BandWidthService.exe, if not set, point to local address by default.
    • -p <port>:indicate the server port to connect, set 5150 by default
    • -i <interval_second>: display the speed statistic in interval second
    • -t <total_test_time>: indicate the time you will use to test, the unit is second, set 10s by default. If set this, do not use -n option !
    • -n <total_test_data_size>[K|M|k|m]: K|M(upper char) indicates Byte type while k|m(lower char) indicates bit type
    • -h: display the help information about param usage

Snapshot

image-01

bandwidthtest's People

Contributors

gifur 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.