<?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 performance monitor in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/performance-monitor/m-p/3209011#M10372</link>
    <description>Hi, I want to know if there is any good performance monitor tool for linux. I want to monitor the process usage of weblogic,iplanet,oracle9i and get the output in a graph and save it for future use. Also I find that the linux caches most of the memory say about 1.2GB from a total of 2GB RAM,and the oracle listner keeps crashing and the users feel that the server response is very slow. Is there any way we can tweak the system?&lt;BR /&gt;&lt;BR /&gt;rgds - mjs</description>
    <pubDate>Thu, 04 Mar 2004 03:00:46 GMT</pubDate>
    <dc:creator>mjsunil</dc:creator>
    <dc:date>2004-03-04T03:00:46Z</dc:date>
    <item>
      <title>performance monitor</title>
      <link>https://community.hpe.com/t5/operating-system-linux/performance-monitor/m-p/3209011#M10372</link>
      <description>Hi, I want to know if there is any good performance monitor tool for linux. I want to monitor the process usage of weblogic,iplanet,oracle9i and get the output in a graph and save it for future use. Also I find that the linux caches most of the memory say about 1.2GB from a total of 2GB RAM,and the oracle listner keeps crashing and the users feel that the server response is very slow. Is there any way we can tweak the system?&lt;BR /&gt;&lt;BR /&gt;rgds - mjs</description>
      <pubDate>Thu, 04 Mar 2004 03:00:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/performance-monitor/m-p/3209011#M10372</guid>
      <dc:creator>mjsunil</dc:creator>
      <dc:date>2004-03-04T03:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: performance monitor</title>
      <link>https://community.hpe.com/t5/operating-system-linux/performance-monitor/m-p/3209012#M10373</link>
      <description>regarding tuning linux for oracle - I suggest you to start with &lt;A href="http://www.puschitz.com/" target="_blank"&gt;http://www.puschitz.com/&lt;/A&gt; and &lt;BR /&gt;&lt;A href="http://otn.oracle.com" target="_blank"&gt;http://otn.oracle.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regarding  monitoring - you have top, sar, iostat and others.&lt;BR /&gt;&lt;BR /&gt;There is several top-like GUI utils - gtop, KDE System Monitor and so on.&lt;BR /&gt;&lt;BR /&gt;As far as I remember, few years ago HP released Glance for linux.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;vitaly</description>
      <pubDate>Thu, 04 Mar 2004 09:35:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/performance-monitor/m-p/3209012#M10373</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2004-03-04T09:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: performance monitor</title>
      <link>https://community.hpe.com/t5/operating-system-linux/performance-monitor/m-p/3209013#M10374</link>
      <description>There is a Glance for Linux that requires a license and money.&lt;BR /&gt;&lt;BR /&gt;I'm attaching my unadapted HP-UX script that does sar performance data collection. It WILL require adjustment, but if you take the time, I'll give you 10 points for notifying me in any of my threads.&lt;BR /&gt;&lt;BR /&gt;Its a great script.&lt;BR /&gt;&lt;BR /&gt;Also, gtop is built into the GNOME GUI and the top command provides decent data as well.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 04 Mar 2004 09:51:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/performance-monitor/m-p/3209013#M10374</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-03-04T09:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: performance monitor</title>
      <link>https://community.hpe.com/t5/operating-system-linux/performance-monitor/m-p/3209014#M10375</link>
      <description>We use a free product called MRGT. You can find it with a search of mrgt. Web based performance monitor that graphs out data.</description>
      <pubDate>Thu, 04 Mar 2004 14:24:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/performance-monitor/m-p/3209014#M10375</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2004-03-04T14:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: performance monitor</title>
      <link>https://community.hpe.com/t5/operating-system-linux/performance-monitor/m-p/3209015#M10376</link>
      <description>If the Oracle listner keeps crashing the system, your memory/thread semaphores are probably not set correctly.. We have 11 9i servers and never had a problem using the following settings in /etc/sysctl.conf&lt;BR /&gt;&lt;BR /&gt;net.ipv4.ip_local_port_range = 1024 65000&lt;BR /&gt;# Disables the magic-sysrq key&lt;BR /&gt;kernel.sysrq = 0&lt;BR /&gt;#Oracle 9i release 2 parameters&lt;BR /&gt;kernel.sem= 250 32000 100 128&lt;BR /&gt;fs.file-max=65536&lt;BR /&gt;kernel.shmmax=2147483648&lt;BR /&gt;kernel.shmmni=4096&lt;BR /&gt;kernel.shmall=2097152&lt;BR /&gt;fs.aio-max-size=2147483648&lt;BR /&gt;&lt;BR /&gt;also our /etc/security/limits.conf looks like this.. &lt;BR /&gt;&lt;BR /&gt;oracle          soft    nofile          65536&lt;BR /&gt;oracle          hard    nofile          65536&lt;BR /&gt;oracle          soft    nproc           16384&lt;BR /&gt;oracle          hard    nproc           16384&lt;BR /&gt;&lt;BR /&gt;change these files and do a sysctl -p&lt;BR /&gt;&lt;BR /&gt;this will re-read the settings in the above files..</description>
      <pubDate>Thu, 04 Mar 2004 16:27:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/performance-monitor/m-p/3209015#M10376</guid>
      <dc:creator>Don_89</dc:creator>
      <dc:date>2004-03-04T16:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: performance monitor</title>
      <link>https://community.hpe.com/t5/operating-system-linux/performance-monitor/m-p/3209016#M10377</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;mentioned earlier&lt;BR /&gt;&lt;BR /&gt;MRTG (Multi Router Traffic grapher) &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://people.ee.ethz.ch/~oetiker/webtools/mrtg/" target="_blank"&gt;http://people.ee.ethz.ch/~oetiker/webtools/mrtg/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;also (drilling down more on the server)&lt;BR /&gt;&lt;BR /&gt;Big brother&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://bb4.com/features.html" target="_blank"&gt;http://bb4.com/features.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;while this is more monitoring related, a number of the tools at &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.linuxlinks.com/Software/Monitoring/Load/index.shtml" target="_blank"&gt;http://www.linuxlinks.com/Software/Monitoring/Load/index.shtml&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;are actually more analysis slanted.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Martin</description>
      <pubDate>Thu, 04 Mar 2004 22:06:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/performance-monitor/m-p/3209016#M10377</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-03-04T22:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: performance monitor</title>
      <link>https://community.hpe.com/t5/operating-system-linux/performance-monitor/m-p/3209017#M10378</link>
      <description>Just as a little side note;&lt;BR /&gt;soon sarcheck (&lt;A href="http://www.sarcheck.com)" target="_blank"&gt;http://www.sarcheck.com)&lt;/A&gt; will also be available for linux.</description>
      <pubDate>Wed, 10 Mar 2004 07:40:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/performance-monitor/m-p/3209017#M10378</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2004-03-10T07:40:02Z</dc:date>
    </item>
  </channel>
</rss>

