Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Benchmark: send measures to multiple metrics #53

Open
jazeltq opened this issue Oct 16, 2017 · 6 comments
Open

Benchmark: send measures to multiple metrics #53

jazeltq opened this issue Oct 16, 2017 · 6 comments

Comments

@jazeltq
Copy link

jazeltq commented Oct 16, 2017

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

@jd
Copy link
Member

jd commented Oct 16, 2017

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

@jd jd changed the title How to send measures with multi metrics? Benchmark: send measures to multiple metrics Oct 16, 2017
@jd jd added the enhancement label Oct 16, 2017
@jazeltq
Copy link
Author

jazeltq commented Oct 16, 2017

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
Copy link
Member

jd commented Oct 16, 2017

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

@jazeltq
Copy link
Author

jazeltq commented Oct 16, 2017

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

@jd
Copy link
Member

jd commented Oct 19, 2017

Yes.

@chungg
Copy link
Member

chungg commented Oct 20, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants