<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>vmstat command &#8211; lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</title>
	<atom:link href="https://lifelinux.com/tag/vmstat-command/feed/" rel="self" type="application/rss+xml" />
	<link>https://lifelinux.com</link>
	<description>All About Linux !</description>
	<lastBuildDate>Tue, 23 Nov 2010 08:45:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.5.3</generator>
	<item>
		<title>Check Available Memory On Linux</title>
		<link>https://lifelinux.com/check-available-memory-on-linux/</link>
					<comments>https://lifelinux.com/check-available-memory-on-linux/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 23 Nov 2010 08:45:15 +0000</pubDate>
				<category><![CDATA[Shell Scripting]]></category>
		<category><![CDATA[check available memory on linux]]></category>
		<category><![CDATA[check available ram on linux]]></category>
		<category><![CDATA[check free ram on linux]]></category>
		<category><![CDATA[check ram on linux]]></category>
		<category><![CDATA[free command]]></category>
		<category><![CDATA[vmstat command]]></category>
		<guid isPermaLink="false">http://www.lifelinux.com/?p=54</guid>

					<description><![CDATA[<p>To check avilable memory in Linux type free -m command. free displays the total amount of free and used physical and swap memory in the system, as well as the buffers used by the kernel. free -m free -h free -b Output: total used free shared buffers cached Mem: 2025 1961 64 0 172 1035 [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://lifelinux.com/check-available-memory-on-linux/">Check Available Memory On Linux</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p></p><p>To check avilable memory in <strong>Linux</strong> type free -m command. free  displays  the  total  amount of free and used physical and swap memory in the system, as well as the buffers used by the kernel.<span id="more-54"></span></p>
<pre>free -m
free -h
free -b</pre>
<p>Output:</p>
<pre>             total       used       free     shared    buffers     cached
Mem:          2025       1961         64          0        172       1035
-/  buffers/cache:        753       1272
Swap:         1906          0       1906</pre>
<ol>
<li>The -b switch displays the amount of memory in bytes</li>
<li>The -k switch (set by default) displays it in  kilobytes</li>
<li>The  -m  switch  displays  it  in megabytes</li>
<li>The -g switch displays it in gigabytes.</li>
</ol>
<pre>vmstat</pre>
<p>Output:</p>
<pre>procs -----------memory---------- ---swap-- -----io---- -system-- ----cpu----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa
 0  0      0  63316 176624 1062340    0    0    25    18   39  592  5  1 94  0</pre>
<ol>
<li>swpd: the amount of virtual memory used.</li>
<li> free: the amount of idle memory.</li>
<li> buff: the amount of memory used as buffers.</li>
<li> cache: the amount of memory used as cache.</li>
</ol>
<g:plusone href="https://lifelinux.com/check-available-memory-on-linux/" size="standard"  annotation="none"   ></g:plusone><p>The post <a rel="nofollow" href="https://lifelinux.com/check-available-memory-on-linux/">Check Available Memory On Linux</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://lifelinux.com/check-available-memory-on-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
