Leonid Bugaev
b7567bbd15
It should be 0.9.2 version
0.9.2
2014-10-27 16:42:48 +05:00
Leonid Bugaev
e4b7c8c763
Merge pull request #126 from buger/limiter-extraction
...
Limiter improvements
2014-10-27 16:41:33 +05:00
Leonid Bugaev
62ced2e1ba
Update version
2014-10-27 16:41:07 +05:00
Leonid Bugaev
79ed6a7548
Fix absolute limiting for file input
2014-10-26 21:21:00 +03:00
Leonid Bugaev
3793a84e59
Add docs on load testing using input-file
2014-10-26 15:08:29 +03:00
Leonid Bugaev
f2cf81c5bf
FileInput should have own limiter algorithm
2014-10-26 15:00:00 +03:00
Leonid Bugaev
aae57733a8
Fix limiter for readers
2014-10-26 13:54:42 +03:00
Leonid Bugaev
00df525b6a
Update docs
2014-10-26 13:33:06 +03:00
Leonid Bugaev
7864808e5e
Some formatting fixes
2014-10-26 13:25:18 +03:00
Leonid Bugaev
58c7e12d1f
Add percentage based limiting
2014-10-26 13:23:17 +03:00
Leonid Bugaev
de143e4268
Make limiter work for Inputs
2014-10-26 13:07:10 +03:00
Leonid Bugaev
67cfca0ede
Make limiter work for all inputs/outputs
2014-10-26 01:02:49 +04:00
Leonid Bugaev
43920a96c0
Added docs on running single test
2014-10-25 21:14:08 +04:00
Leonid Bugaev
4cf3bf0ae4
Refactor plugin registration
2014-10-25 21:08:54 +04:00
Leonid Bugaev
095c717f6a
Update README.md
2014-10-21 15:43:53 +04:00
Leonid Bugaev
abc44c2fa5
Fix tcp_message typo
2014-10-13 20:24:07 +04:00
Leonid Bugaev
2d66ccc62d
Add limiter support to output-file
2014-10-13 19:37:43 +04:00
Leonid Bugaev
b257231d51
Ensure that channel not closed 2 times in row
...
Fix #114
2014-10-13 19:24:42 +04:00
Leonid Bugaev
1cab1ecb0e
Add EmitFile for test purpose
2014-10-13 18:54:47 +04:00
Leonid Bugaev
983bc728fa
Increase buffer to 5 megabytes
2014-10-13 18:26:08 +04:00
Leonid Bugaev
4b592e0e2d
Fix Makefile (it should use tabs)
2014-10-13 18:08:37 +04:00
Leonid Bugaev
1637dd491f
Convert tabs to spaces and force go fmt
2014-10-13 18:05:16 +04:00
Leonid Bugaev
9e63fb5b36
Merge pull request #125 from buger/add-http-input
...
Add http input
2014-10-13 18:01:12 +04:00
Leonid Bugaev
04a8cceb35
Updated docs
2014-10-13 17:59:32 +04:00
Leonid Bugaev
6ddf4df21a
Add comment to make
2014-10-13 17:42:08 +04:00
Leonid Bugaev
51f5a3e9ec
Merge branch 'master' into add-http-input
2014-10-13 17:38:27 +04:00
Leonid Bugaev
4c0c9e97c5
Add http input
2014-10-13 17:37:22 +04:00
Leonid Bugaev
4f64b71adb
Merge pull request #124 from buger/workers-pool-refactoring
...
Refactor http output
2014-10-13 16:52:06 +04:00
Leonid Bugaev
be7e27010d
Refactor http output
2014-10-13 15:24:43 +04:00
Leonid Bugaev
758995d8f5
Fix main goroutine
0.9.1
2014-10-09 23:16:56 +04:00
Leonid Bugaev
5f883e08ce
Run race detection for tests
2014-10-09 22:45:15 +04:00
Leonid Bugaev
3a43e697d5
Update release task to work with docker
2014-10-09 13:43:12 +04:00
Leonid Bugaev
468d94610f
Merge branch 'DamianZaremba-url-rewrite2'
0.9.0
0.9.0-pre
2014-10-09 12:29:17 +04:00
Leonid Bugaev
d0266303d1
Merge #119
2014-10-09 12:29:02 +04:00
Leonid Bugaev
82ed628d45
Merge pull request #112 from buger/rollback-elastic-search
...
Rollback Elasticsearch
2014-10-09 11:53:59 +04:00
Leonid Bugaev
97dd1520f1
Update README.md
2014-10-09 11:53:30 +04:00
Leonid Bugaev
972a80356d
Add go get call to travisci
2014-10-09 11:44:27 +04:00
Leonid Bugaev
91a0282755
Update go version
2014-10-09 11:43:51 +04:00
Leonid Bugaev
2c03d3ee28
Run go get for docker image, and fix make file
2014-10-09 11:41:03 +04:00
Leonid Bugaev
b2f90789d2
Instead of godep just clone elasticgo repo
2014-10-09 11:37:00 +04:00
Leonid Bugaev
e68332b897
Update README.md
2014-10-08 21:10:34 +04:00
Leonid Bugaev
cf0dfecac2
Merge pull request #116 from joekiller/scale_http_output_squash
...
Scale http output squash
2014-10-08 20:48:58 +04:00
Joseph Lawson
4f9c983bc7
Dynamic scaling by default
2014-10-05 20:03:50 -04:00
Joseph Lawson
988c6abdad
Dynamic workers toggle. Separate stats toggles. README and FAQs
...
* Created separate toggles for output-http-stats and output-tcp-stats
* Created HTTPWorkers option (defaults to 10) to allow larger number of HTTPWorkers to be spawned.
* Refactored output_http to allow dynamic http worker scaling when httpworkers equals -1
* Updated README.me to include updates and some common FAQs.
2014-10-05 15:53:50 -04:00
Damian Zaremba
864723fe47
First go at a basic test
2014-09-28 13:23:47 +01:00
Damian Zaremba
2c2d5439bf
Add in --output-http-rewrite-url option
2014-09-28 01:15:18 +01:00
Leonid Bugaev
c04b2528b8
Merge pull request #115 from Blank101/filefix
...
fixed file input sleep timer
2014-09-25 10:34:08 +04:00
Joseph Lawson
58944fd42d
calling this version 0.9.0
2014-09-24 14:57:49 -04:00
Joseph Lawson
6e125a7b7b
allow dynamic http workers with a signal channel for full queue
2014-09-24 14:31:16 -04:00
Sam MacPherson
1a7cf2bbab
fixed file input sleep timer
2014-09-23 16:54:26 -04:00