amir-yaghoubi / floodly

CrateDB load testing tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Floodly

Simple CrateDB load testing tool

Installation

You can download and install floodly with:

go get -u github.com/amir-yaghoobi/floodly

Configurations

  • --total [number] (default 1000) (total number of insertion)
  • --concurrency [number] (default 1000) (number of concurrent workers)
  • --db [string] (default http://localhost:4200/) (crateDB database url)
  • --drop-table (drop database table)

Example:

floodly --total 1000 --concurrency 250 --db "http://localhost:4200/" --drop-table

About

CrateDB load testing tool

License:GNU General Public License v3.0


Languages

Language:Go 100.0%