Skip to content

Default to exclude cache & buffers from mem used#7

Closed
fergie wants to merge 1 commit intomoomindani:masterfrom
fergie:fix-memory-util
Closed

Default to exclude cache & buffers from mem used#7
fergie wants to merge 1 commit intomoomindani:masterfrom
fergie:fix-memory-util

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.

1 participant