<?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: memory utilization in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/memory-utilization/m-p/4036445#M29265</link>
    <description>A nice graphical tool to see where memory has gone - and if processes are growing/shrinking could be gmemusage.&lt;BR /&gt;&lt;BR /&gt;This is an old IRIX tool - which has been cloned:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://oss.sgi.com/projects/gmemusage/" target="_blank"&gt;http://oss.sgi.com/projects/gmemusage/&lt;/A&gt;</description>
    <pubDate>Thu, 12 Jul 2007 10:15:08 GMT</pubDate>
    <dc:creator>JanN</dc:creator>
    <dc:date>2007-07-12T10:15:08Z</dc:date>
    <item>
      <title>memory utilization</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory-utilization/m-p/4036442#M29262</link>
      <description>Hi guys, i wanted to know as if how do you know if the memory is being utilized to its fullest. Sometimes Insight manager takes away some memory. So, how first of all i know how much is the memory and then how do i know if it is being used to the fullest.&lt;BR /&gt;Thanks.&lt;BR /&gt;p.s: it is a DL380-g5 Server.</description>
      <pubDate>Thu, 12 Jul 2007 09:30:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory-utilization/m-p/4036442#M29262</guid>
      <dc:creator>khilari</dc:creator>
      <dc:date>2007-07-12T09:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: memory utilization</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory-utilization/m-p/4036443#M29263</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You can use lsof or top to see the top memory users.&lt;BR /&gt;&lt;BR /&gt;Note:&lt;BR /&gt;output of the free command will show unused memory allocated as buffer cache. I've seen that annoy people, but that is the dafault behavior of Red Hat distributions.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 12 Jul 2007 09:39:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory-utilization/m-p/4036443#M29263</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-07-12T09:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: memory utilization</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory-utilization/m-p/4036444#M29264</link>
      <description>I suggest you to start from this reading:&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&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Jul 2007 09:59:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory-utilization/m-p/4036444#M29264</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2007-07-12T09:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: memory utilization</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory-utilization/m-p/4036445#M29265</link>
      <description>A nice graphical tool to see where memory has gone - and if processes are growing/shrinking could be gmemusage.&lt;BR /&gt;&lt;BR /&gt;This is an old IRIX tool - which has been cloned:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://oss.sgi.com/projects/gmemusage/" target="_blank"&gt;http://oss.sgi.com/projects/gmemusage/&lt;/A&gt;</description>
      <pubDate>Thu, 12 Jul 2007 10:15:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory-utilization/m-p/4036445#M29265</guid>
      <dc:creator>JanN</dc:creator>
      <dc:date>2007-07-12T10:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: memory utilization</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory-utilization/m-p/4036446#M29266</link>
      <description>cat /proc/meminfo to find physicla memory&lt;BR /&gt;&lt;BR /&gt;"free -mt" output; add both free and cached whihc is equal to total free memory&lt;BR /&gt;&lt;BR /&gt;Total under Mem:is total physical memory too&lt;BR /&gt;&lt;BR /&gt;# free -mt&lt;BR /&gt;             total       used       free     shared    buffers     cached&lt;BR /&gt;Mem:          3768       3571        196          0        459       2791&lt;BR /&gt;-/+ buffers/cache:        321       3447&lt;BR /&gt;Swap:         2047         71       1975&lt;BR /&gt;Total:        5815       3643       2172&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;"UNIX95= ps -eo pid,user,sz,vsz,args|sort -nbk3" to list the processes interms of memory.sz represents the mem usage and vsz is the swap usage.&lt;BR /&gt;&lt;BR /&gt;UNIX95= ps -eo pid,user,pcpu,args|sort -nbk3&lt;BR /&gt;where pcpu valus is the cpu usage.</description>
      <pubDate>Fri, 13 Jul 2007 17:50:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory-utilization/m-p/4036446#M29266</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-07-13T17:50:42Z</dc:date>
    </item>
  </channel>
</rss>

