GithubHelp home page GithubHelp logo

opportunitylivetv / treadmill Goto Github PK

View Code? Open in Web Editor NEW

This project forked from facebookarchive/treadmill

1.0 3.0 1.0 120 KB

An intelligent loadtester

License: Other

C++ 74.20% Makefile 1.59% M4 19.19% Thrift 0.56% Shell 4.46%

treadmill's Introduction

Treadmill Build Status

Treadmill is an open-source modular load testing platform for characeterizing server-side applications (e.g., Memcached, Mcrouter, and FBThrift.

Installation

The installation is done using a standard autotools flow. To install Treadmill at /path/to/install, you can simply use the script as following.

$ ./scripts/install_ubuntu_14.04.sh /path/to/install

Running

Once you have installed Treadmill, you can run the corresponding binary. For example, you can test against a Memcached instance on 127.0.0.1:11211 by:

$ LD_LIBRARY_PATH="/path/to/install/install/lib:$LD_LIBRARY_PATH" \
    ./treadmill_memcached --hostname=127.0.0.1 --port=11211

You can also add the /path/to/install/install/lib permanently to $LD_LIBRARY_PATH, so you do not have to type it in every time. More advanced options can be found in --help.

License

Treadmill is BSD-licensed. We also provide an additional patent grant.

Contributing

We would love to have your help in making Treadmill better. If you are interested, please read our guide to contributing.

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.