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

Default to exclude cache & buffers from mem used #7

Closed
wants to merge 1 commit into from

Conversation

fergie
Copy link

@fergie fergie commented Aug 2, 2016

I found the same issue as in #6, however this solution aligns closer to the current implementation in the Amazon CloudWatch Monitoring Scripts which uses:

  if (!defined($mem_used_incl_cache_buff)) {
     $mem_avail += $mem_cached + $mem_buffers;
  }

This aligns with the current behaviour of the Amazon-provided monitoring
scripts
@fergie fergie closed this by deleting the head repository May 29, 2024
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.

None yet

1 participant