
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.thelinuxwiki.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.thelinuxwiki.com/index.php?action=history&amp;feed=atom&amp;title=free_memory_on_linux</id>
		<title>free memory on linux - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.thelinuxwiki.com/index.php?action=history&amp;feed=atom&amp;title=free_memory_on_linux"/>
		<link rel="alternate" type="text/html" href="http://www.thelinuxwiki.com/index.php?title=free_memory_on_linux&amp;action=history"/>
		<updated>2026-04-29T08:34:20Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.21.5</generator>

	<entry>
		<id>http://www.thelinuxwiki.com/index.php?title=free_memory_on_linux&amp;diff=757&amp;oldid=prev</id>
		<title>Nighthawk: Created page with &quot;One of the best ways to monitor the memory on the Linux-based system is to run 'cat /proc/meminfo' command.  You should sum these counters : 'MemFree' + 'Buffers' + 'Cached'  ...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.thelinuxwiki.com/index.php?title=free_memory_on_linux&amp;diff=757&amp;oldid=prev"/>
				<updated>2014-04-29T16:43:48Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;One of the best ways to monitor the memory on the Linux-based system is to run &amp;#039;cat /proc/meminfo&amp;#039; command.  You should sum these counters : &amp;#039;MemFree&amp;#039; + &amp;#039;Buffers&amp;#039; + &amp;#039;Cached&amp;#039;  ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;One of the best ways to monitor the memory on the Linux-based system is to run 'cat /proc/meminfo' command.&lt;br /&gt;
&lt;br /&gt;
You should sum these counters : 'MemFree' + 'Buffers' + 'Cached' &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
one liner script for real time monitoring (2.6 kernel)&lt;br /&gt;
 # while true; do cat /proc/meminfo | grep -E &amp;quot;MemFree|Buffers|Cached&amp;quot; | awk '{s+=$2} END {print s}'; sleep 1; done&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[category:memory]]&lt;/div&gt;</summary>
		<author><name>Nighthawk</name></author>	</entry>

	</feed>