<?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: RAM percentage utilised in Linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ram-percentage-utilised-in-linux/m-p/4163442#M63732</link>
    <description>if the system is using lots of swap, that is not by default a 'problem'. the problem is there when you constantly need to get stuff in and out of the swap space.&lt;BR /&gt;a filled up swap, with stuff that is rarely needed is not a problem in my book.</description>
    <pubDate>Wed, 19 Mar 2008 07:46:30 GMT</pubDate>
    <dc:creator>dirk dierickx</dc:creator>
    <dc:date>2008-03-19T07:46:30Z</dc:date>
    <item>
      <title>RAM percentage utilised in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ram-percentage-utilised-in-linux/m-p/4163438#M63728</link>
      <description>We are planning to calculate the percentage of physical memory utilised as below:&lt;BR /&gt;&lt;BR /&gt;top outout:&lt;BR /&gt;System Page Size: 4Kbytes&lt;BR /&gt;Memory: 5343128K (1562428K) real, 13632356K (3504760K) virtual, 66088K free  Page# 1/604&lt;BR /&gt; &lt;BR /&gt;Now the formula goes as below:&lt;BR /&gt; &lt;BR /&gt;  (free memory / actual active real memory) * 100&lt;BR /&gt;(66088/1562428) * 100 = 4.22 %&lt;BR /&gt; &lt;BR /&gt;Please let us know if its the correct formula .&lt;BR /&gt; &lt;BR /&gt;Mainly we are interested in RAM percentage utilised</description>
      <pubDate>Tue, 18 Mar 2008 08:49:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ram-percentage-utilised-in-linux/m-p/4163438#M63728</guid>
      <dc:creator>gab_in</dc:creator>
      <dc:date>2008-03-18T08:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: RAM percentage utilised in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ram-percentage-utilised-in-linux/m-p/4163439#M63729</link>
      <description>is this method helpful to find the % of mem usage&lt;BR /&gt;&lt;BR /&gt;# free -mt&lt;BR /&gt;             total       used       free     shared    buffers     cached&lt;BR /&gt;Mem:          3768       3705         63          0        467       2912&lt;BR /&gt;-/+ buffers/cache:        324       3443&lt;BR /&gt;Swap:         2047         99       1947&lt;BR /&gt;Total:        5815       3804       2010&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Mar 2008 10:48:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ram-percentage-utilised-in-linux/m-p/4163439#M63729</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2008-03-18T10:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: RAM percentage utilised in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ram-percentage-utilised-in-linux/m-p/4163440#M63730</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Red Hat/Centos v 5 take spare ram and use it for a buffer cache.&lt;BR /&gt;&lt;BR /&gt;100% memory allocation is pretty meaningless because allocation is almost always near 100%. The 2.6.x kernel permits rapid re-allocation of buffer to other purposes eliminating a performance penalty that you see on an OS like HP-UX&lt;BR /&gt;&lt;BR /&gt;I'm not thrilled with your formula because it includes swap(virtual memory). If you start digging too deep into virtual memory, your system start paging processes from memory to disk and back again and slows down badly.&lt;BR /&gt;&lt;BR /&gt;The formula is however essentially correct.&lt;BR /&gt;&lt;BR /&gt;SEO</description>
      <pubDate>Tue, 18 Mar 2008 12:50:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ram-percentage-utilised-in-linux/m-p/4163440#M63730</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-03-18T12:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: RAM percentage utilised in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ram-percentage-utilised-in-linux/m-p/4163441#M63731</link>
      <description>&lt;!--!*#--&gt;Here, a quick example from the machine under my desk:&lt;BR /&gt;&lt;BR /&gt;Mem:   3849216k total,  3648280k used,   200936k free,   210960k buffers&lt;BR /&gt;Swap:  4194296k total,       64k used,  4194232k free,  2986460k cached&lt;BR /&gt;&lt;BR /&gt;If the value of 'Swap used' is up (i.e. hundreds of megabytes), then you've got an issue, but as you can see, it's only 64k here.&lt;BR /&gt;&lt;BR /&gt;Your formula for how much memory is used is something along the lines of this:&lt;BR /&gt;&lt;BR /&gt;(Used - (Buffers + Cached) / Total) * 100 = Used-by-programs%&lt;BR /&gt;(Free + Buffers + Cached / Total) * 100 = Free%&lt;BR /&gt;&lt;BR /&gt;.. Roughly ..</description>
      <pubDate>Tue, 18 Mar 2008 20:37:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ram-percentage-utilised-in-linux/m-p/4163441#M63731</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2008-03-18T20:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: RAM percentage utilised in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ram-percentage-utilised-in-linux/m-p/4163442#M63732</link>
      <description>if the system is using lots of swap, that is not by default a 'problem'. the problem is there when you constantly need to get stuff in and out of the swap space.&lt;BR /&gt;a filled up swap, with stuff that is rarely needed is not a problem in my book.</description>
      <pubDate>Wed, 19 Mar 2008 07:46:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ram-percentage-utilised-in-linux/m-p/4163442#M63732</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2008-03-19T07:46:30Z</dc:date>
    </item>
  </channel>
</rss>

