Re: how to exclude the Linux cached memory from the monitori
Posted: Thu Jun 20, 2019 10:45 pm
is this correct?
total - free = 8193052 - 6360556 = 1832496 # with "-m"
total - free - cached = 8193052 - 6360556 - 856036 = 976460 # without "-m"
if we are calculating (total)-(free)-(cache), then it should be equal to the "used" memory shown by the free command?
please correct me if i am wrong here
total - free = 8193052 - 6360556 = 1832496 # with "-m"
total - free - cached = 8193052 - 6360556 - 856036 = 976460 # without "-m"
if we are calculating (total)-(free)-(cache), then it should be equal to the "used" memory shown by the free command?
please correct me if i am wrong here