gnocchixyz / python-gnocchiclient

Python client from Gnocchi
http://gnocchi.xyz/gnocchiclient
Apache License 2.0
13 stars 29 forks source link

Benchmark: send measures to multiple metrics #53

Open jazeltq opened 6 years ago

jazeltq commented 6 years ago

Right now, the benchmark tools only support send measures to one metric, How can benchmark push measures with multi-metrics?

jd commented 6 years ago

@jazeltq It does not know how to do that for now.

jazeltq commented 6 years ago

I view this page https://julien.danjou.info/blog/2015/gnocchi-benchmarks, and found this

Push metric 5k | Push 5M measures with batch of 5k measures in 40 seconds | 122k measures/s How to do push 5k metric?

jd commented 6 years ago

It says measures, not metric. http://gnocchi.xyz/glossary.html

jazeltq commented 6 years ago

you mean it is one metric with 5k measures as one batch, the total count is 5m measures?

jd commented 6 years ago

Yes.

chungg commented 6 years ago

i would say, don't batch 5K metrics/request... it'll be bad performance since it limits concurrency opportunities.