Exploring tools inch and ingen
Am new to Golang, just got thru with successfull downloading of inch.
Need help of what to do next, how to run the benchmarking on influx.
Exploring tools inch and ingen
Am new to Golang, just got thru with successfull downloading of inch.
Need help of what to do next, how to run the benchmarking on influx.
Once you have inch installed, all you have to do is start running inch commands.
For example, I ran the following command immediately after installing inch.
inch -v -c 8 -b 10000 -t 1,5000,1 -p 100000 -consistency any
\
-v = prints the results
-c = number of concurrent streams
-b = batch size
-t = the number of tags and unique values associated with tags
-p = points generated per series
-consistency = the consistency of the data
I didn’t have to do anything extra start benchmarking.