Skip to content

Compute cache_ratio as a percent value on the last period. #3

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

Merged
merged 1 commit into from
Dec 12, 2012

Conversation

vincentbernat
Copy link
Contributor

cache_misses was computed on the whole lifetime of the Mongo
server. We compute it over the last period instead. Moreover,
cache_misses is expected to be between 0 and 100. We compute it as
percent of cache miss.

cache_misses was computed on the whole lifetime of the Mongo
server. We compute it over the last period instead. Moreover,
cache_misses is expected to be between 0 and 100. We compute it as
percent of cache miss.
sebest added a commit that referenced this pull request Dec 12, 2012
Compute cache_ratio as a percent value on the last period.
@sebest sebest merged commit 1b98b48 into sebest:master Dec 12, 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

Successfully merging this pull request may close these issues.

2 participants