free memory in Linux
        Posted  
        
            by user32425
        on Server Fault
        
        See other posts from Server Fault
        
            or by user32425
        
        
        
        Published on 2010-03-12T05:45:32Z
        Indexed on 
            2010/03/12
            5:47 UTC
        
        
        Read the original article
        Hit count: 393
        
Hi,
I did free -tm on my system, and I got the output below.
Is the free buffers/cache part of the used memory? And therefore we can consider it as free memory?
             total       used       free     shared    buffers     cached
Mem:          5721       5689         32          0        137       4664
-/+ buffers/cache:        887       4834
Swap:         6000         13       5987
Total:       11722       5703       6019
Thanks
© Server Fault or respective owner