Skip to content

Instantly share code, notes, and snippets.

@Lazin
Created January 6, 2017 20:11
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 Lazin/450e596fe5c85ae781c5dfd4b4fd2706 to your computer and use it in GitHub Desktop.
Save Lazin/450e596fe5c85ae781c5dfd4b4fd2706 to your computer and use it in GitHub Desktop.
Influx DB
ubuntu:~/Work/go/src/influxdb-comparisons/cmd/query_benchmarker_influxdb$ cat ../bulk_query_gen/influx_queries__usecase_devops__scalevar_1__seed_321.gz | gunzip | ./query_benchmarker_influxdb --url=http://localhost:8086 --print-interval=0 --limit=1000 --workers=2 --debug=0
run complete after 1000 queries with 2 workers:
Influx max cpu, rand 1 hosts, rand 1h0m0s by 1m : min: 0.94ms (1060.34/sec), mean: 2.02ms ( 493.94/sec), max: 39.85ms ( 25.10/sec), count: 1000, sum: 2.0sec
all queries : min: 0.94ms (1060.34/sec), mean: 2.02ms ( 493.94/sec), max: 39.85ms ( 25.10/sec), count: 1000, sum: 2.0sec
wall clock time: 1.025840sec
Akumuli
ubuntu:~/Work/go/src/influxdb-comparisons/cmd/query_benchmarker_akumuli$ cat ../bulk_query_gen/akumuli_queries__usecase_devops__scalevar_1__seed_321.gz | gunzip | ./query_benchmarker_akumuli --urls=http://localhost:8181 --print-interval=0 --limit=1000 --workers=2 --debug=0
daemon URLs: [http://localhost:8181]
run complete after 1000 queries with 2 workers:
Akumuli max cpu, rand 1 hosts, rand 1h0m0s by 1m : min: 0.91ms (1103.68/sec), mean: 1.66ms ( 603.85/sec), max: 6.42ms (155.67/sec), count: 1000, sum: 1.7sec
all queries : min: 0.91ms (1103.68/sec), mean: 1.66ms ( 603.85/sec), max: 6.42ms (155.67/sec), count: 1000, sum: 1.7sec
wall clock time: 0.841324sec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment