Matt Jaffee
d6e2be97b1
pilosactl builds - fixed compatibility with pql changes
...
remove randquery benchmark entirely and modify sliceheight to work with latest
pql changes.
2017-02-09 15:59:18 -06:00
Travis Turner
3620931dce
Merge pull request #297 from yuce/276-timestamp
...
Implements 276: Moved timestamp from HTTP query to PQL
2017-02-08 13:04:27 -06:00
Travis
56406566a8
generate internal.pb.go using standard version of protoc-gen-gofast
2017-02-08 13:02:14 -06:00
Yuce Tekol
391941782d
Temporarily removing internal.pb.go
2017-02-08 21:50:03 +03:00
Yuce Tekol
20c78627b0
Using gogo protobuf v0.3
2017-02-08 21:29:42 +03:00
Yuce Tekol
90e72d777b
Moved timestamp from HTTP query to PQL
2017-02-08 16:04:19 +03:00
Travis Turner
bd9e3760e3
Merge pull request #286 from travisturner/use-build-version
...
use the Version parameter (as opposed to Build) as the version in handler
2017-02-07 16:49:08 -06:00
Ben Johnson
35e600a3d0
Merge pull request #287 from benbjohnson/pql-call
...
Refactor parser & AST to remove compile-time field names.
2017-02-03 10:40:48 -07:00
Travis
2a06333449
for the default version number, include the v
2017-02-03 09:23:15 -06:00
Ben Johnson
1ea9e27b2e
Refactor parser & AST to remove compile-time field names.
...
Consolidates all the pql.Call implementations into a single
pql.Call struct. This is needed to support user-defined schemas
on frames.
This also has the added benefit that a lot of redundant parsing
code has been consolidated.
2017-02-02 14:27:18 -07:00
Travis
d25458ac30
use the Build parameter as the Version in handler
...
Standardize on `Version` for the build version
2017-02-02 12:08:03 -06:00
Matthew Jaffee
1e01982884
Merge pull request #279 from jaffee/264-mktemp
...
use temp location for pilosactl and pilosa binaries
2017-02-01 13:09:42 -06:00
Linh Vo
0181cd8faa
Merge pull request #271 from pilosa/random-pql
...
execute pql against db on server
2017-01-27 16:07:38 -06:00
Linh Vo
ddbc000946
another go fmt
2017-01-27 15:57:01 -06:00
Linh Vo
db5b4059ca
gofmt
2017-01-27 15:39:17 -06:00
Linh Vo
da6c5d238c
merge master, resolve conflict
2017-01-27 13:59:47 -06:00
Linh Vo
1228e177be
default content-type for benchmarks
2017-01-27 13:41:19 -06:00
Linh Vo
602a34ef6e
move ExecuteQuery to client that every other benchmark can use
2017-01-27 12:13:17 -06:00
jaffee
ecc2a1cc9f
use temp location for pilosactl and pilosa binaries
...
I did it this way instead of using mktemp because
a) mktemp would have created a different filename on every host, which would
make the client side logic much more confusing
b) mktemp isn't guaranteed to be available everywhere, so we're not losing much
by assuming /tmp exists.
2017-01-25 15:17:06 -06:00
Linh Vo
743706858b
ExecutePQL
2017-01-25 00:17:19 -06:00
Linh Vo
70222f2a8b
add pql option to randquery
2017-01-25 00:14:20 -06:00
Matthew Jaffee
a927c68f67
Merge pull request #270 from pilosa/benchmark-day
...
Benchmark day
2017-01-23 12:02:00 -06:00
Matthew Jaffee
fbd99a571e
Merge pull request #275 from jaffee/265-improve-output
...
add explanatory prints to stderr in pilosactl
2017-01-23 11:49:52 -06:00
jaffee
18943428de
add explanatory prints to stderr in pilosactl
2017-01-20 16:55:24 -06:00
Cody Soyland
c62e90bd51
Merge pull request #269 from codysoyland/zipf-clear
...
Add ClearBit support to Zipf benchmark
2017-01-20 09:25:19 -06:00
Linh Vo
9b9fc8aa11
execute pql against db on server
2017-01-19 22:31:48 -06:00
jaffee
4dd2f490e1
add docs about Benchmark Name field
2017-01-19 16:54:36 -06:00
Cody Soyland
e1cbb200e7
Add ClearBit support to Zipf benchmark
2017-01-19 16:41:43 -06:00
jaffee
e6a2a156d5
add -hosts to bagent command in README
2017-01-19 11:31:49 -06:00
jaffee
1e5be4f027
more error context
2017-01-19 10:44:02 -06:00
jaffee
c763701f08
readme and error checking
2017-01-19 10:38:25 -06:00
Matthew Jaffee
0eee34dd7d
Merge pull request #260 from jaffee/agent-num-init-only
...
remove agentNum from Benchmark.Run
2017-01-18 23:43:01 -06:00
jaffee
2b9284ccef
it's -> its
2017-01-18 23:42:44 -06:00
jaffee
1b13191fdc
readme tweaks
2017-01-18 21:18:24 -06:00
jaffee
2c9ce1f4b8
tweaks to bench doc.go
2017-01-18 20:57:14 -06:00
jaffee
ea2860265c
docs updates for benchmarking
2017-01-18 20:57:14 -06:00
jaffee
d2d62dbdf2
update benchmark docs
2017-01-18 20:57:14 -06:00
jaffee
f3a21ad57b
remove agentNum from Benchmark.Run
...
Benchmarks should modify their parameters in Init based on the agentNum
2017-01-18 20:57:14 -06:00
Matthew Jaffee
3266a0ff56
Merge pull request #263 from jaffee/more-log-work
...
thread logoutput index -> db -> frame -> fragment
2017-01-18 13:45:52 -06:00
jaffee
da82cdcb6a
remove LogOutput arg from New* funcs
...
default to ioutil.Discard
2017-01-18 12:28:09 -06:00
tgruben
980fc043ae
Merge pull request #259 from jaffee/readme-fix
...
change README install command to only install cmd/...
2017-01-18 10:44:22 -06:00
jaffee
10d90f742a
thread logoutput index -> db -> frame -> fragment
...
also stop extra output to stderr from tests
2017-01-18 09:29:42 -06:00
jaffee
43d4c0c670
set Index.LogOutput to be Server's as well as handler
2017-01-18 09:01:01 -06:00
jaffee
ab15f383a2
change README install command to only install cmd/...
...
installing everything under the top level causes issues due to things under
vendor/ getting installed
2017-01-16 12:28:35 -06:00
jaffee
7e548d5097
make bspawn config files consistent and minimal
2017-01-16 12:22:53 -06:00
jaffee
4bc057ff5d
show spawn config in output instead of just agents
2017-01-16 12:18:49 -06:00
jaffee
f908ed1d21
default -human to true. show defaults in Usage()
2017-01-16 12:05:58 -06:00
jaffee
a7d2d89bdc
bspawn tweaks and bugfix
...
fix grammar in comment
always use creator args if pilosaHosts isn't set
use creator's FinalHosts rather than Hosts
2017-01-13 20:50:33 -06:00
jaffee
234078b5cc
make pilosactl Usage(s) more consistent
2017-01-13 15:15:52 -06:00
jaffee
a3a1bccd18
don't connect to hosts twice when creating remote cluster
2017-01-13 14:52:42 -06:00