New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/fangli/beanstalkd-benchmark

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/fangli/beanstalkd-benchmark

  • v0.0.0-20171110040724-f2676c2cb996
  • Source
  • Go
  • Socket score

Version published
Created
Source

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

FAQs

Package last updated on 10 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc