aws-mon-linux
aws-mon-linux copied to clipboard
Default to exclude cache & buffers from mem used
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;
}