Skip to content

Instantly share code, notes, and snippets.

@tagomoris
Created May 27, 2016 07:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tagomoris/6a540589b92ba02ae88eea112663052f to your computer and use it in GitHub Desktop.
Save tagomoris/6a540589b92ba02ae88eea112663052f to your computer and use it in GitHub Desktop.
Fluentd benchmark tests for v0.14.0 RC3

Instances

AWS EC2 c3.8xlarge / Ubuntu 14.04

Environment

Ruby 2.3.1 (rbenv + ruby-build)

# .bash_profile
export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"

Setup steps

  • sudo apt-get install git
  • install build dependencies for ruby
  • git clone rbenv, ruby-build
  • edit .bash_profile and load it (exec -l $SHELL)
  • rbenv install 2.3.1 && rbenv global 2.3.1 && gem i bundler
  • git clone https://github.com/fluent/fluentd-benchmark.git

Steps before each benchmark

  • edit Gemfile to use specified fluentd version (`gem 'fluentd', '= 0.14.0.rc.3')
  • edit agent.conf (or others) to specify receiver's public IP address
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment