aws-mon-linux icon indicating copy to clipboard operation
aws-mon-linux copied to clipboard

Default to exclude cache & buffers from mem used

Open fergie opened this issue 8 years ago • 0 comments

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;
  }

fergie avatar Aug 02 '16 14:08 fergie