<?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: Tunning question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tunning-question/m-p/3338003#M190168</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;As the others have already said you need to try and elaborate a bit more on what you think is the performance problem. Is it CPU, Memory, Disk??  Are Oracle users complaining about poor response time??&lt;BR /&gt;At this point forget about looking at system calls, check the basics first as follows and post back if you wish:&lt;BR /&gt;&lt;BR /&gt;CPU:  sar 2 10&lt;BR /&gt;Queues: sar -q 2 10&lt;BR /&gt;Memory:  vmstat 2 10&lt;BR /&gt;Swap:  swapinfo -tam&lt;BR /&gt;Load:  uptime&lt;BR /&gt;&lt;BR /&gt;As Hein has already pointed out, your Oracle SGA appears on the low side, especially considering you have 4GB of Memory.  I'd also check that you have configured a reasonable system buffer cache - around 400M-500M.  &lt;BR /&gt;&lt;BR /&gt;In many cases the performance issues are related to the Oracle/Application configuration rather than the system itself.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con</description>
    <pubDate>Wed, 21 Jul 2004 19:06:32 GMT</pubDate>
    <dc:creator>Con O'Kelly</dc:creator>
    <dc:date>2004-07-21T19:06:32Z</dc:date>
    <item>
      <title>Tunning question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tunning-question/m-p/3338000#M190165</link>
      <description>Hi all,&lt;BR /&gt; I know it's dificult to get a solution to performance problem with don't know all about the system, but I have a question...&lt;BR /&gt;&lt;BR /&gt;My system (rp2470 - 4G RAM - DS2300 3 disks mirrored) is running one Oracle (8.1.6)instance with 340M of SGA (oltp and batch) with 250 users (concurrent).&lt;BR /&gt;&lt;BR /&gt;Well, some parameters monitored said the following:&lt;BR /&gt;sar -c 3 20&lt;BR /&gt;&lt;BR /&gt; ***** SYSTEM CALLS *****&lt;BR /&gt;&lt;BR /&gt;HP-UX vsurjux5 B.11.11 U 9000/800    07/21/04&lt;BR /&gt;&lt;BR /&gt;19:02:54 scall/s  sread/s  swrit/s   fork/s   exec/s  rchar/s  wchar/s&lt;BR /&gt;Average     7354     1680      235     0.22     0.18  49941051    13773&lt;BR /&gt;&lt;BR /&gt;the question is, it's says something about system calls? I read that it should have to stay over 1000.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanx in advance.&lt;BR /&gt;Lima.&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jul 2004 17:31:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tunning-question/m-p/3338000#M190165</guid>
      <dc:creator>Vogra</dc:creator>
      <dc:date>2004-07-21T17:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Tunning question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tunning-question/m-p/3338001#M190166</link>
      <description>hmm..that is news for me. I have never heard of such thing that number of system calls per second should be more than 1000.&lt;BR /&gt;&lt;BR /&gt;moreover, number of system calls/sec is the last thing that comes in to my mind while troubleshooting performance issues.&lt;BR /&gt;&lt;BR /&gt;Start with the basics - are u sniffing a disk or memory related ?&lt;BR /&gt;&lt;BR /&gt;Start with top, swapinfo, vmstat, sar and take it from there.</description>
      <pubDate>Wed, 21 Jul 2004 17:38:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tunning-question/m-p/3338001#M190166</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-07-21T17:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Tunning question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tunning-question/m-p/3338002#M190167</link>
      <description>&amp;gt;&amp;gt;&amp;gt; I know it's dificult to get a solution to performance problem with don't know all about the system, but I have a question&lt;BR /&gt;&lt;BR /&gt;Good to see you acknowledge that.&lt;BR /&gt;&lt;BR /&gt;Like Sundar said... what problem do we _think_ we have. CPU? IO? Memory? All-of-the-above? Forget system calls/sec.&lt;BR /&gt;&lt;BR /&gt;From what you wrote I'd like to make the conclusion that you are sort of implanting in the question: &lt;BR /&gt;- The SGA buffer area is on the low side.&lt;BR /&gt;With 250 MB buffer (assuming at least 100MB shared pool) for 250 sessions: that's only 1MB/session. 250 MB buffers for 4GB memory... that's less than 10%.&lt;BR /&gt;Bump the buffer pool size to 500Mb (still lowish) and compare before and after stats!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;- The app is doing tablescan's &lt;BR /&gt;&lt;BR /&gt;Here is why: 50MB/sec with 1700 IO/sec. That's about 30kb/IO... more than your average single page read. Carefull check UTLxSTAT or STATSPACK output to try and nail down the expensive queries and tune those (maybe lock a table or two in cache)&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jul 2004 18:46:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tunning-question/m-p/3338002#M190167</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2004-07-21T18:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Tunning question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tunning-question/m-p/3338003#M190168</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;As the others have already said you need to try and elaborate a bit more on what you think is the performance problem. Is it CPU, Memory, Disk??  Are Oracle users complaining about poor response time??&lt;BR /&gt;At this point forget about looking at system calls, check the basics first as follows and post back if you wish:&lt;BR /&gt;&lt;BR /&gt;CPU:  sar 2 10&lt;BR /&gt;Queues: sar -q 2 10&lt;BR /&gt;Memory:  vmstat 2 10&lt;BR /&gt;Swap:  swapinfo -tam&lt;BR /&gt;Load:  uptime&lt;BR /&gt;&lt;BR /&gt;As Hein has already pointed out, your Oracle SGA appears on the low side, especially considering you have 4GB of Memory.  I'd also check that you have configured a reasonable system buffer cache - around 400M-500M.  &lt;BR /&gt;&lt;BR /&gt;In many cases the performance issues are related to the Oracle/Application configuration rather than the system itself.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con</description>
      <pubDate>Wed, 21 Jul 2004 19:06:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tunning-question/m-p/3338003#M190168</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2004-07-21T19:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Tunning question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tunning-question/m-p/3338004#M190169</link>
      <description>Hi Sundar,&lt;BR /&gt; I said over, but correct is under. Escusas.&lt;BR /&gt;&lt;BR /&gt;Well guys, it's machine is running for 109 days since it's was started.&lt;BR /&gt;&lt;BR /&gt;uptime&lt;BR /&gt;  9:37pm  up 109 days, 12:11,  2 users,  load average: 0.47, 0.50, 0.52&lt;BR /&gt;&lt;BR /&gt;nor swap and i/o. I think (monitoring) that is problem with code of new system.&lt;BR /&gt;Only CPU is high. I think the problem is poor code. But I don't know about aplic tunning... I continue monitoring...&lt;BR /&gt;If I have news, I will post here...&lt;BR /&gt;thanx...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jul 2004 20:03:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tunning-question/m-p/3338004#M190169</guid>
      <dc:creator>Vogra</dc:creator>
      <dc:date>2004-07-21T20:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Tunning question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tunning-question/m-p/3338005#M190170</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;     What applications are your users running that hit the database? How large is the database? Can you give more details about your disk system, in particular the disks that store the Oracle data? You say you have 3 disks mirrored - how are they mirrored? How many CPUs are in the system? How long has the system been in use - ie have you had the system for years and its now having problems, or is it a recent setup that has had problems from the start?</description>
      <pubDate>Thu, 22 Jul 2004 11:05:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tunning-question/m-p/3338005#M190170</guid>
      <dc:creator>Dave Chamberlin</dc:creator>
      <dc:date>2004-07-22T11:05:38Z</dc:date>
    </item>
  </channel>
</rss>

