Closed mgedmin closed 8 years ago
Oops, my fix is incorrect: not only does the new procps drop support for -o
, but it changes the meaning of columns 5 and 6 (instead of buffers and cache you get buffers+cache and available).
This means now checkram is double-counting free memory!
for me replacing -o with -e is working..
My free
(from procps 3.3.12) doesn't know about -e
.
On Ubuntu 16.04 LTS
checkram
produces the followingSee also #13 where the use of
free -o
was introduced.