<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to find the actual memory usage on Redhat Linux. in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-actual-memory-usage-on-redhat-linux/m-p/4980439#M47220</link>
    <description>Yes, that is right, Linux will try to use 100% of memory always, if not used by programs, will be used as buffer/cache.&lt;BR /&gt;&lt;BR /&gt;Use the "free" command to identify the memory used by programs and as buffer/cache. The values under +/- buffers/cache gives you the real memory usage.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 24 May 2006 08:07:56 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2006-05-24T08:07:56Z</dc:date>
    <item>
      <title>How to find the actual memory usage on Redhat Linux.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-actual-memory-usage-on-redhat-linux/m-p/4980436#M47217</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;[root@redhat1 root]# top&lt;BR /&gt; 17:50:00  up 74 days,  5:49,  1 user,  load average: 0.00, 0.01, 0.00&lt;BR /&gt;375 processes: 374 sleeping, 1 running, 0 zombie, 0 stopped&lt;BR /&gt;CPU states:  cpu    user    nice  system    irq  softirq  iowait    idle&lt;BR /&gt;           total    1.9%    0.0%    0.7%   0.0%     2.4%    0.2%   94.6%&lt;BR /&gt;           cpu00    0.0%    0.0%    0.9%   0.0%     0.0%    0.0%   99.0%&lt;BR /&gt;           cpu01    0.9%    0.0%    0.9%   0.0%     0.0%    0.0%   98.0%&lt;BR /&gt;           cpu02    5.8%    0.0%    0.9%   0.0%     9.7%    0.0%   83.4%&lt;BR /&gt;           cpu03    0.9%    0.0%    0.0%   0.0%     0.0%    0.9%   98.0%&lt;BR /&gt;Mem:  10205344k av, 10157704k used,   47640k free,       0k shrd,  129720k buff&lt;BR /&gt;                   7694616k actv, 1471124k in_d,  222456k in_c&lt;BR /&gt;Swap: 10485752k av,  157692k used, 10328060k free                 8064472k cached&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;As you can see the memory is almost used 100%... is it right ?&lt;BR /&gt;&lt;BR /&gt;Why i am asking is that i have some machines eventhough there is no oracle instances on this machine it shows that 3GB of memory is already used..</description>
      <pubDate>Tue, 23 May 2006 19:50:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-actual-memory-usage-on-redhat-linux/m-p/4980436#M47217</guid>
      <dc:creator>Silver_1</dc:creator>
      <dc:date>2006-05-23T19:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the actual memory usage on Redhat Linux.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-actual-memory-usage-on-redhat-linux/m-p/4980437#M47218</link>
      <description>You could try the ps command to show memory usage. See 'man ps' for details.&lt;BR /&gt;</description>
      <pubDate>Tue, 23 May 2006 20:21:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-actual-memory-usage-on-redhat-linux/m-p/4980437#M47218</guid>
      <dc:creator>RTpub</dc:creator>
      <dc:date>2006-05-23T20:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the actual memory usage on Redhat Linux.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-actual-memory-usage-on-redhat-linux/m-p/4980438#M47219</link>
      <description>&lt;BR /&gt;The answer is simple - linux kernel takes *all* RAM for bufferes/cache, but release it if some applications ask for memory.&lt;BR /&gt;&lt;BR /&gt;See, for example, these articles:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.gentoo.org/viewtopic.php?t=175419" target="_blank"&gt;http://forums.gentoo.org/viewtopic.php?t=175419&lt;/A&gt; Linux Memory Management or 'Why is there no free RAM?' &lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://www.redhat.com/magazine/001nov04/features/vm/" target="_blank"&gt;http://www.redhat.com/magazine/001nov04/features/vm/&lt;/A&gt; Understanding Virtual Memory</description>
      <pubDate>Wed, 24 May 2006 01:31:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-actual-memory-usage-on-redhat-linux/m-p/4980438#M47219</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-05-24T01:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the actual memory usage on Redhat Linux.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-actual-memory-usage-on-redhat-linux/m-p/4980439#M47220</link>
      <description>Yes, that is right, Linux will try to use 100% of memory always, if not used by programs, will be used as buffer/cache.&lt;BR /&gt;&lt;BR /&gt;Use the "free" command to identify the memory used by programs and as buffer/cache. The values under +/- buffers/cache gives you the real memory usage.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 May 2006 08:07:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-actual-memory-usage-on-redhat-linux/m-p/4980439#M47220</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-05-24T08:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the actual memory usage on Redhat Linux.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-actual-memory-usage-on-redhat-linux/m-p/4980440#M47221</link>
      <description>If you want detailed usage of memory, just 'cat /proc/meminfo'.</description>
      <pubDate>Thu, 25 May 2006 06:55:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-actual-memory-usage-on-redhat-linux/m-p/4980440#M47221</guid>
      <dc:creator>Jess Long</dc:creator>
      <dc:date>2006-05-25T06:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the actual memory usage on Redhat Linux.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-actual-memory-usage-on-redhat-linux/m-p/4980441#M47222</link>
      <description>Thanks Guys</description>
      <pubDate>Thu, 25 May 2006 18:12:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-actual-memory-usage-on-redhat-linux/m-p/4980441#M47222</guid>
      <dc:creator>Silver_1</dc:creator>
      <dc:date>2006-05-25T18:12:32Z</dc:date>
    </item>
  </channel>
</rss>

