4 comments

[ 4.1 ms ] story [ 22.4 ms ] thread
Unless you're running in a container: fabiokung.com/2014/03/13/memory-inside-linux-containers/
Yes, indeed! I just saw that post yesterday. Highly recommended read.
Does -/+ buffers/cache mean subtract out the buffers and add in the cache?
Something like this:

  [-/+ buffers/cache#free] = [Mem#free] + [Mem#buffers] + [Mem#cached]

  [-/+ buffers/cache#used] = [Mem#total] - [-/+ buffers/cache#free]