Commit Graph

83 Commits (815f740f4c4f4253dffd0a18471eb9ba02f39c0a)

Author SHA1 Message Date
Matthias Endler 2b2ceb4203 Fix warning about invalid comment format on NewSeries function 2015-10-17 21:27:53 +02:00
Michael Desa 67a93aa704 Fix timestamps 2015-10-13 18:06:26 -07:00
Michael Desa 80695dbac6 Add negative jitter 2015-10-13 17:46:28 -07:00
Michael Desa 7d5deda4af Add https support 2015-10-05 16:47:56 -07:00
Michael Desa 877634116e Only add jitter if config option is set 2015-10-05 13:37:38 -07:00
Michael Desa 52b7e557c1 Add support for timestamp jitter 2015-10-05 12:09:08 -07:00
Michael Desa 68c1d05ad4 First pass at adding timestamps 2015-10-02 16:05:06 -07:00
Michael Desa 48ad59c38b Stop using influx client to write points 2015-09-30 15:55:09 -07:00
Michael Desa f056753afe Add moderate burn test
First pass at constructing points myself
2015-09-30 15:55:07 -07:00
Michael Desa d6027071d2 Add optional jitter to timestamps 2015-09-30 15:55:07 -07:00
Michael Desa 293fad1e20 Add note about buffer time and change example_2 2015-09-30 15:55:07 -07:00
Michael Desa 8a76e7db78 Add comments and tests 2015-09-30 15:55:07 -07:00
Michael Desa ee9c78735e Add configurable channel buffer size 2015-09-30 15:55:07 -07:00
Michael Desa 857f99b05b Increase buffer size for points
Add lower
2015-09-30 15:55:07 -07:00
Michael Desa ecb9bd9592 Add support for stress test under query load 2015-09-30 15:55:07 -07:00
Michael Desa 2465dbc788 Add high performance stress test example
First round at adding query load

Working draft:

Not happy with things, but it works
2015-09-30 15:55:07 -07:00
Michael Desa 248a2731fa Change variable names 2015-09-30 15:55:07 -07:00
Michael Desa 5901c71be8 Fix long test time 2015-09-30 15:55:07 -07:00
Michael Desa acde283271 Decouple generating points from writing them 2015-09-30 15:55:06 -07:00
Michael Desa 22a6f79a3c Add support for `tag_count` config option
It is now possible to configure arbitrarily many tags in a generic
format. That is specifying the config option `tag_count=10` will add 10
tags to a series that are of the form `tag-key-n=tag-value` where n
ranges from 0 to 9.

Save current state
2015-09-30 15:55:06 -07:00
Michael Desa 03f291d78c Add comments and shuffle var declarations 2015-09-30 15:55:06 -07:00
Michael Desa fdfb039a44 Allow configuration via config file or flags
Note that config file takes precedence to flags
2015-09-30 15:55:06 -07:00
Michael Desa 12c0625af2 Remove comment about off by one bug 2015-09-30 15:55:06 -07:00
Michael Desa c3783f9aa4 Fix off-by-one bug 2015-09-30 15:55:06 -07:00
Michael Desa 9d88161a7b Fix broken tests 2015-09-30 15:55:06 -07:00
Michael Desa f738ef5d8d Remove commented struct fix comments for godoc 2015-09-30 15:55:06 -07:00
Michael Desa 48dde6b16c Add support for config file 2015-09-30 15:55:06 -07:00
Michael Desa 911623f5f6 Add quick notes 2015-09-30 15:55:06 -07:00
Michael Desa e608e9b79b Add stress
First pass at running stress test from a toml
2015-09-30 15:55:06 -07:00
Michael Desa e43b60b8e1 Add example config for stress test 2015-09-30 15:55:06 -07:00
Michael Desa d85c4f7699 Cherry pick failed requests from 2d67a9e
Commit 2d67a9ea22
started tracking failed request. This commit cherry picks the
functionality introduced there.
2015-09-11 15:10:15 -07:00
Michael Desa 70c816e236 Add optional precision setting 2015-09-09 11:21:17 -07:00
Michael Desa 551e51a643 Move `cmd/influx_stress/runner` pkg to `stress` 2015-09-09 11:21:17 -07:00