Skip to content

mirakui/tuningsan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tuningsan

https://speakerdeck.com/mirakui/quan-zi-dong-parametatiyuningusan

How to run a demo

  1. clone this repository
$ git clone https://github.com/mirakui/tuningsan.git
  1. run unicorn
$ cp example/config/unicorn.conf.sample example/config/unicorn.conf
$ unicorn -D -c example/config/unicorn.conf example/config.ru
  1. run tuningsan agent
$ bin/agent plans/demo_unicorn.yml
  1. run tuningsan tuner (with another terminal window)
$ bin/tuner plans/demo_unicorn.yml
  1. check out unicorn.conf tuned!
$ diff example/config/unicorn.conf.sample example/config/unicorn.conf
3c3
< worker_processes 1
---
> worker_processes 17

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages