gnocchixyz / python-gnocchiclient

Python client from Gnocchi

Home Page:http://gnocchi.xyz/gnocchiclient

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Benchmark: send measures to multiple metrics

jazeltq opened this issue · comments

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

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

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?

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

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

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