influxdata / influx-stress

New tool for generating artificial load on InfluxDB
MIT License
121 stars 43 forks source link

some improvements #35

Open cfz opened 5 years ago

cfz commented 5 years ago

the first commit add statistics output to influxdb, so we can monitor the stress real time metrics like error rate and tps. the second commit add a argument validation. we found that if the series number is smaller than the batch size, the current point generation algorithm will generate multiple points with identical timestamp

desa commented 5 years ago

@cfz good work. Would you be able to sign the CLA

cfz commented 5 years ago

done :)