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

Rate per second stats are not correct are misguiding. #37

Open
arunk2 opened this issue Sep 24, 2017 · 0 comments
Open

Rate per second stats are not correct are misguiding. #37

arunk2 opened this issue Sep 24, 2017 · 0 comments

Comments

@arunk2
Copy link

arunk2 commented Sep 24, 2017

We are extensively use phpmemcachedadmin for optimizing our cache layer. and found the 'Rate' of hits, misses, evictions are not real time things. And found the code calculation it with the formula of 'total no.of activities' (hits/misses/evictions...) / time from the start of system.

Though the formula is kind of technically right. It doesn't give the realtime rates. Ideally it should be for a window of time period (like last 1 hour or 1 day).
We spent lot of time in debugging this issue and observed the root cause. We were tuning our application and not seeing the change in Stats.

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

1 participant