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

Cache Hit Rate Graph Inaccurate #2

Closed
dpetzel opened this issue Feb 29, 2012 · 1 comment
Closed

Cache Hit Rate Graph Inaccurate #2

dpetzel opened this issue Feb 29, 2012 · 1 comment

Comments

@dpetzel
Copy link
Contributor

dpetzel commented Feb 29, 2012

Observed that the Cache hit rate graph can become severely out of sync with the rate that is published when observing the system using varnishstat. It turns out that using client_reqs/cache_hits is not reliable. It was observed that cache_hits + cache_misses can actually total more than client_reqs (I'm not sure how exactly). The graph should get updated to use "cache_hit/(cache_miss + cache_hit)*100" This probably requires an intermediate ungraphed point for "cache_reqs"

@dpetzel
Copy link
Contributor Author

dpetzel commented Mar 3, 2012

Updated and included in the 1.2 egg

@dpetzel dpetzel closed this as completed Mar 3, 2012
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