Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

baracus

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

baracus

  • 0.3
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

httperf wrapper for benchmarking CouchDB

Features:

  • Results sent to CouchDB and printed in TSV
  • Creates wsesslog files dynamically using random data for document writes and _all_docs for reads
  • Lots of knobs: session counts, document size, request rate, etc
  • httperf session work logs are attached to results for replaying later

License:

This code is available as Open Source Software under the MIT license.

Usage:

$ gem sources -a http://gemcutter.org $ gem install baracus $ baracus /path/baracus.yml

Suggestions:

  • Set "ulimit -n 65535" before running baracus
  • Change FD_SETSIZE to 65535 in /usr/include/bits/typesizes.h before compiling httperf
  • For tests with more than 1000 sessions increase MAX_SESSION_TEMPLATES in gen/wsesslog.c before compiling httperf

Acknowlegdements:

Details on httperf http://www.hpl.hp.com/research/linux/httperf/httperf-man-0.9.txt Some of the httperf output parsing code was taken from http://github.com/sv/httperf4r

FAQs

Package last updated on 14 Apr 2010

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