Giter Club home page Giter Club logo

beanstalkd-benchmark's Introduction

beanstalkd-benchmark

A beanstalkd benchmarking tool in Golang

Notes

There are compiled bin files for Linux(64bit) and OSX(64bit) in folder bin.

Feel free to use them if you don't have a Golang environment.

Installation

# go get github.com/fangli/beanstalkd-benchmark
# cd $GOPATH/src/github.com/fangli/beanstalkd-benchmark
# go run beanstalkd_benchmark.go -c=10000 -n=100 -s=512

If you get import error about "github.com/kr/beanstalk", run the following command first:

# go get github.com/kr/beanstalk

Usage

Usage of ./beanstalkd_benchmark:

-h="localhost:11300": Host of beanstalkd, defaults to localhost:11300
-p=1: Number of concurrent publishers, defaults to 1
-r=<p>: Number of concurrent readers, defaults to number of publishers
-n=10000: Counts of jobs to be processed (put, reserved and deleted), defaults to 10000
-s=256: Size of data, in bytes, defaults to 256
-d=false: Drain the beanstalk (delete all jobs) before starting the test
-f=0: Add <f> jobs to the beanstalk (after draining, if specified)
      before starting the test

beanstalkd-benchmark's People

Contributors

fangli avatar mdpye 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.