<?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 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/memory/m-p/3477616#M16192</link>
    <description>there is port for glance tool for linux it will show memory usage also all other staf kernel network and so on</description>
    <pubDate>Fri, 04 Feb 2005 07:24:37 GMT</pubDate>
    <dc:creator>Ivajlo Yanakiev</dc:creator>
    <dc:date>2005-02-04T07:24:37Z</dc:date>
    <item>
      <title>memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory/m-p/3477611#M16187</link>
      <description>Dear All&lt;BR /&gt;&lt;BR /&gt;how to monitor my memory ,and how to see the process the take the maximum resource of my memory.&lt;BR /&gt;&lt;BR /&gt;BR,</description>
      <pubDate>Thu, 03 Feb 2005 08:38:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory/m-p/3477611#M16187</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2005-02-03T08:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory/m-p/3477612#M16188</link>
      <description>Attaching some sar scripts that might be useful.&lt;BR /&gt;&lt;BR /&gt;They have some hp-ux statments that need to be removed.&lt;BR /&gt;&lt;BR /&gt;sar comes with the os.&lt;BR /&gt;&lt;BR /&gt;Also look at gtop, which runs in gnome X.&lt;BR /&gt;&lt;BR /&gt;lsof can look at a single process and it utually comes with the OS.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 03 Feb 2005 10:42:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory/m-p/3477612#M16188</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-02-03T10:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory/m-p/3477613#M16189</link>
      <description>Hi Fadia,&lt;BR /&gt;&lt;BR /&gt;if you are running text mode top is your real time monitor. You may sort the top processes by memory using M command.&lt;BR /&gt;&lt;BR /&gt;Hiting h you will have the help screen.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;xyko</description>
      <pubDate>Thu, 03 Feb 2005 11:42:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory/m-p/3477613#M16189</guid>
      <dc:creator>xyko_1</dc:creator>
      <dc:date>2005-02-03T11:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory/m-p/3477614#M16190</link>
      <description>Hi Fadia Almarei  ,&lt;BR /&gt;&lt;BR /&gt;      vmstat/free/top utility are very useful for monitor memory. Press 'M' when top running , maximum memory process will be appeared. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;NiCK</description>
      <pubDate>Thu, 03 Feb 2005 21:36:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory/m-p/3477614#M16190</guid>
      <dc:creator>NiCK_76</dc:creator>
      <dc:date>2005-02-03T21:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory/m-p/3477615#M16191</link>
      <description>If you want a nice GUI, and are on RedHat, then use: -&lt;BR /&gt;# ksysguard &amp;amp;&lt;BR /&gt;&lt;BR /&gt;Sime.&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Feb 2005 04:32:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory/m-p/3477615#M16191</guid>
      <dc:creator>Simeon Harwood</dc:creator>
      <dc:date>2005-02-04T04:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory/m-p/3477616#M16192</link>
      <description>there is port for glance tool for linux it will show memory usage also all other staf kernel network and so on</description>
      <pubDate>Fri, 04 Feb 2005 07:24:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory/m-p/3477616#M16192</guid>
      <dc:creator>Ivajlo Yanakiev</dc:creator>
      <dc:date>2005-02-04T07:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory/m-p/3477617#M16193</link>
      <description>There are some times when you don't have really good tools available to you and you have to rely on the just a ps command:&lt;BR /&gt;&lt;BR /&gt;The following will help you track down memory hogs on a system if for some reason you down have top of if you've run out of forks and you need to exec a command, etc, etc.&lt;BR /&gt;&lt;BR /&gt;This is a ps command with user defined outputs, I've just put memory size as the first column, then the process ID, the parent ID, the amount of CPU its using, the command name and its arguments.  The w wraps the output.  Then just sort.&lt;BR /&gt;&lt;BR /&gt;ps -ewo "size pid ppid %cpu command args"|sort -n&lt;BR /&gt;&lt;BR /&gt;You can redefine the output in pretty much any way you need depending on what you are tracking down.&lt;BR /&gt;&lt;BR /&gt;--Dave</description>
      <pubDate>Fri, 04 Feb 2005 11:50:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory/m-p/3477617#M16193</guid>
      <dc:creator>Dave Falloon</dc:creator>
      <dc:date>2005-02-04T11:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory/m-p/3477618#M16194</link>
      <description>thanks to all,but i want to ask a question ,i have a radius service running on  redhat9 Linux server and also an oracle database my radius writes it's data on the oracle database ,i have 1GB memory on this server , i see there is shortage in memory the free i have is almost 10MB ,is this shortage of memory may affect the writing process from the radius service on the oracle, if this is the case how to solve it .&lt;BR /&gt;</description>
      <pubDate>Sat, 05 Feb 2005 14:24:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory/m-p/3477618#M16194</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2005-02-05T14:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory/m-p/3477619#M16195</link>
      <description>Hi Fadia,&lt;BR /&gt;&lt;BR /&gt;one important thing about Oracle performance is the configuration of SGA. You must verify if your SGA is enougth, mostly the buffer cache parameter, to permit about 90 to 95 percent of readings in memory (read hits). You may use statspack to see if it's ok.&lt;BR /&gt;&lt;BR /&gt;Here you have a good document to guide you :&lt;BR /&gt;&lt;A href="http://www.puschitz.com/TuningLinuxForOracle.shtml" target="_blank"&gt;http://www.puschitz.com/TuningLinuxForOracle.shtml&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Xyko</description>
      <pubDate>Thu, 10 Feb 2005 06:03:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory/m-p/3477619#M16195</guid>
      <dc:creator>xyko_1</dc:creator>
      <dc:date>2005-02-10T06:03:41Z</dc:date>
    </item>
  </channel>
</rss>

