Skip to content

New tool for generating artificial load on InfluxDB

License

Notifications You must be signed in to change notification settings

deltacat/dbstress

 
 

Repository files navigation

Stress tool

This repo fork from influxdata/influx-stress. Change to stress test on influxdb and mysql/postgress, and do some comparision.

Build Instructions

Building dbstress requires the Golang toolchain. If you do not have the Golang toolchain installed please follow the instructions golang.org/doc/install

go get -v github.com/deltacat/dbstress/...

Top Level Command

try --help

Example Usage

Before first launch, please rename sample configure file (dbstress.sample.toml) to dbstress.toml, then make some necessary change according to your environment setting.

Runs forever

dbstress insert

Runs forever writing as fast as possible

dbstress insert -f

Runs for 1 minute writing as fast as possible

dbstress insert -r 1m -f

Writing an example series key with 20,000 series

dbstress insert -s 20000 

About

New tool for generating artificial load on InfluxDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 96.4%
  • Makefile 3.5%
  • Shell 0.1%