<?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/3265187#M11853</link>
    <description>&lt;BR /&gt;  Hi,&lt;BR /&gt;&lt;BR /&gt;   Thanks to your reply. Yes, I have analyzed with top, sar and free, and also by ps commend. I could see my system's 96% memory is utilized in top command. But PS commend shows only 370MB is used by processes. I have 1.25GB of memory installed. Could someone explain me how the remaining memory is utilized.&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;Shahul</description>
    <pubDate>Mon, 03 May 2004 12:32:11 GMT</pubDate>
    <dc:creator>Shahul</dc:creator>
    <dc:date>2004-05-03T12:32:11Z</dc:date>
    <item>
      <title>Memory utilization</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory-utilization/m-p/3265180#M11846</link>
      <description>&lt;BR /&gt;  Hi,&lt;BR /&gt;&lt;BR /&gt;   Any  one knows how to monitor memory usage in Linux servers. I am very new to Linux systems. is there any tool as such or any command which can monitor and give a report of memory usage. May be like Glance plus in HP.&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;Shahul</description>
      <pubDate>Sun, 02 May 2004 13:41:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory-utilization/m-p/3265180#M11846</guid>
      <dc:creator>Shahul</dc:creator>
      <dc:date>2004-05-02T13:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Memory utilization</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory-utilization/m-p/3265181#M11847</link>
      <description>From a terminal you can issue the command:&lt;BR /&gt;&lt;BR /&gt;top&lt;BR /&gt;&lt;BR /&gt;from the command line. It shows a summery of resource usage as well as processes. Also&lt;BR /&gt;&lt;BR /&gt;man top&lt;BR /&gt;&lt;BR /&gt;will give you some documentation on the top process.&lt;BR /&gt;&lt;BR /&gt;There is a system monitor in the GUI under system I think.&lt;BR /&gt;&lt;BR /&gt;Vern</description>
      <pubDate>Sun, 02 May 2004 15:55:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory-utilization/m-p/3265181#M11847</guid>
      <dc:creator>Vernon Brown_4</dc:creator>
      <dc:date>2004-05-02T15:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Memory utilization</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory-utilization/m-p/3265182#M11848</link>
      <description>Shahul&lt;BR /&gt;&lt;BR /&gt;sar - part of sysstat package. "sar -rR" this is also easy to run through gplot to get a graphic output.&lt;BR /&gt;top - check some of the switches to have it report on memory etc as required.&lt;BR /&gt;gnome-system-monitor - This comes with Red Hat and can provide a realtime view of top and some graphs&lt;BR /&gt;&lt;BR /&gt;Glance is available for Linux, looks to have some issues with motifversions but does look to work.&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 02 May 2004 17:38:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory-utilization/m-p/3265182#M11848</guid>
      <dc:creator>Rodney McKee_1</dc:creator>
      <dc:date>2004-05-02T17:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Memory utilization</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory-utilization/m-p/3265183#M11849</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;/proc/meminfo contains dynamically updated information on the overall memory status of the system.&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Sun, 02 May 2004 18:02:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory-utilization/m-p/3265183#M11849</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-05-02T18:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Memory utilization</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory-utilization/m-p/3265184#M11850</link>
      <description>Here are a couple of sar scripts that you can adapt to do meeasurement over time to a file in Linux. You'll need to comment out the HP-UX stuff which is obvious.&lt;BR /&gt;&lt;BR /&gt;See attachment.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 02 May 2004 19:40:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory-utilization/m-p/3265184#M11850</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-05-02T19:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Memory utilization</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory-utilization/m-p/3265185#M11851</link>
      <description>&lt;BR /&gt;try vmstat.&lt;BR /&gt;&lt;BR /&gt;#man vstat&lt;BR /&gt;&lt;BR /&gt;Peace, R.</description>
      <pubDate>Mon, 03 May 2004 04:44:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory-utilization/m-p/3265185#M11851</guid>
      <dc:creator>Roberto Polli</dc:creator>
      <dc:date>2004-05-03T04:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: Memory utilization</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory-utilization/m-p/3265186#M11852</link>
      <description>and of course the &lt;BR /&gt;free&lt;BR /&gt;utility.&lt;BR /&gt;man free - for more information</description>
      <pubDate>Mon, 03 May 2004 05:33:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory-utilization/m-p/3265186#M11852</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-05-03T05:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Memory utilization</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory-utilization/m-p/3265187#M11853</link>
      <description>&lt;BR /&gt;  Hi,&lt;BR /&gt;&lt;BR /&gt;   Thanks to your reply. Yes, I have analyzed with top, sar and free, and also by ps commend. I could see my system's 96% memory is utilized in top command. But PS commend shows only 370MB is used by processes. I have 1.25GB of memory installed. Could someone explain me how the remaining memory is utilized.&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;Shahul</description>
      <pubDate>Mon, 03 May 2004 12:32:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory-utilization/m-p/3265187#M11853</guid>
      <dc:creator>Shahul</dc:creator>
      <dc:date>2004-05-03T12:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Memory utilization</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory-utilization/m-p/3265188#M11854</link>
      <description>Linux uses all available memory becuase , all together now, unused memory is wasted memory..  I always do a  free -m from the command line which displays the info in megabytes.  The first line will have the following catagoies.. &lt;BR /&gt;&lt;BR /&gt;Total: Total system memeory&lt;BR /&gt;Used: Disk cache, Page Swap, running processes&lt;BR /&gt;Shared: Memory used that is shared between process&lt;BR /&gt;buffers: Memory pages swaped out to memory not disk &lt;BR /&gt;cached: disk cache&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The next line is the actual memory used by processes/programs and memory free  &lt;BR /&gt; &lt;BR /&gt;used: progams/process&lt;BR /&gt;free: memory avaiable for programs/processes&lt;BR /&gt;&lt;BR /&gt;The last line is for virutal memory which hopefully you'll never use.&lt;BR /&gt;&lt;BR /&gt;Checkout this link for linux memory usage. It gets pretty technical though.. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://home.earthlink.net/~jknapka/linux-mm/vmoutline.html" target="_blank"&gt;http://home.earthlink.net/~jknapka/linux-mm/vmoutline.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 May 2004 14:11:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory-utilization/m-p/3265188#M11854</guid>
      <dc:creator>Don_89</dc:creator>
      <dc:date>2004-05-03T14:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Memory utilization</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory-utilization/m-p/3265189#M11855</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;KDE and Gnome have some nice graphical interfaces to monitor the system resources, memory, disk etc.&lt;BR /&gt;&lt;BR /&gt;If you have installed it in your server you can try:&lt;BR /&gt;&lt;BR /&gt;gnome-system-monitor and ksysguard&lt;BR /&gt;&lt;BR /&gt;i think it is not very useful in a server but it could help you to monitor the system status.&lt;BR /&gt;&lt;BR /&gt;Frank.</description>
      <pubDate>Mon, 03 May 2004 15:27:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory-utilization/m-p/3265189#M11855</guid>
      <dc:creator>Francisco J. Soler</dc:creator>
      <dc:date>2004-05-03T15:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Memory utilization</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory-utilization/m-p/3265190#M11856</link>
      <description>I you have X installed you can run gtop to run the gnome graphical top utility.&lt;BR /&gt;&lt;BR /&gt;HP might have ported glance to Linux but that costs bucks.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 03 May 2004 18:29:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory-utilization/m-p/3265190#M11856</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-05-03T18:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Memory utilization</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory-utilization/m-p/3265191#M11857</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I guess with addition to top,sar,vmstat u can use gmond iff u have a cluster setup.</description>
      <pubDate>Tue, 04 May 2004 04:41:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory-utilization/m-p/3265191#M11857</guid>
      <dc:creator>Guru Dutta</dc:creator>
      <dc:date>2004-05-04T04:41:39Z</dc:date>
    </item>
  </channel>
</rss>

