sunshine_august has asked for the wisdom of the Perl Monks concerning the following question:
I am writting a block of code to calculate the free memory of a linux system box, but I am confused with the "buffers" and "cached" memory from the output generated by 'free' command.
[larry@localhost ~]$ free total used free shared buffers cac +hed Mem: 8164688 3135816 5028872 0 24816 108 +660 -/+ buffers/cache: 3002340 5162348 Swap: 0 0 0
What should I think of the "buffers" and "cached" memory? should I think they are part of free memory?
In my opinion, the kernel can take back the "buffers" and "cached" memory when some process require more memory but the free memory is lower than some threshhold.
If I am wrong, pls feel free to correct me, thx:)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: [OT]What is "buffers" and "cached" memory in Linux system box?
by themage (Friar) on Sep 19, 2008 at 09:51 UTC | |
Re: [OT]What is "buffers" and "cached" memory in Linux system box?
by jethro (Monsignor) on Sep 19, 2008 at 11:43 UTC | |
Re: [OT]What is "buffers" and "cached" memory in Linux system box?
by Hue-Bond (Priest) on Sep 19, 2008 at 22:05 UTC | |
by sunshine_august (Scribe) on Sep 20, 2008 at 03:33 UTC | |
Re: [OT]What is "buffers" and "cached" memory in Linux system box?
by Joost (Canon) on Sep 19, 2008 at 19:11 UTC | |
by sunshine_august (Scribe) on Sep 20, 2008 at 05:07 UTC |