ProgrammersOfVilnius / pov-check-health

Debian package that runs basic system health monitoring checks hourly from cron
https://launchpad.net/~pov/+archive/ppa
2 stars 0 forks source link

checkram ignores cache #13

Closed mgedmin closed 9 years ago

mgedmin commented 9 years ago

Here's free -mt on a Vagrant VM:

$ free -mt
             total       used       free     shared    buffers     cached
Mem:           489        442         47          1         17        276
-/+ buffers/cache:        148        341
Swap:            0          0          0
Total:         489        442         47

There's plenty of free memory, but checkram complains because it sees only 47 megs free.

It should be seeing 341.