I’m using InfluxDB 2.0. Looking to go to the cloud in production when all my testing is done. I’m trying to evaluate the amount of queries my load is going to generate.
I would like to be able to know how much queries are generated by specific load of my application.
- How many INSERTS am I generating? (for example to be able to know if my bulk insert actually works or if individual inserts are generated.)
- How many SELECT queries are generated when I use a specific report?
- How many mb or gb of data is returned by my SELECT queries?
- How big is my data inside InfluxDB?
I need to be able to answer all of those questions to have a good estimate of the costs I will have in the cloud.
I’m fairly new to InfluxDB. I’ve read a lot of documentation and pages but I can’t seem to find out how to do that.