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

Increase statsD cache #622

Open
kira510 opened this issue May 24, 2017 · 1 comment
Open

Increase statsD cache #622

kira510 opened this issue May 24, 2017 · 1 comment

Comments

@kira510
Copy link

kira510 commented May 24, 2017

Hi,
I successfully installed StatsD on linux machine and it is working fine. Can you tell me how i can know how much cache size is and how much is being used and how this parameter can be varied.
Am new to this so please bear with me.

Thanks in advance

@juneidy
Copy link

juneidy commented Oct 31, 2018

It is a combination of your flush interval, data points per second, stats name (length) and type.
Each gauge and count have only one value which means 8 bytes value.
Each timing and set data point can have a few values 8 bytes for each timing, varies for set (depends on data length).
Then take into account of your key length, 2 bytes for each characters.

Edit: taking into account of aggregated data, maybe multiply the results by 2?

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

No branches or pull requests

2 participants