<?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: PERFORMANCE HELP!!!! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-help/m-p/2917119#M934064</link>
    <description>Glance + is an add-on perf tool.  It is essential part of your admin "tool-bag".  It costs a bit, but well worth the money.  Download the tril and check it out.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;RZ&lt;BR /&gt;</description>
    <pubDate>Mon, 03 Mar 2003 15:13:47 GMT</pubDate>
    <dc:creator>Ross Zubritski</dc:creator>
    <dc:date>2003-03-03T15:13:47Z</dc:date>
    <item>
      <title>PERFORMANCE HELP!!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-help/m-p/2917113#M934058</link>
      <description>We have installed 9.2.0.2 on an rp5470 server that 8G of memory and 2 CPU's. &lt;BR /&gt;&lt;BR /&gt;The customer is doing some load testing, and here is what I am seeing from iostat and vmstat.&lt;BR /&gt;&lt;BR /&gt;From iostat, I have not seen ONE seek that is greater than one millisecond, so I am assuming IO is fine.&lt;BR /&gt;&lt;BR /&gt;From vmstat, I see a run queue of anywhere from 15 to 19, but this is a load test, so it looks fine.&lt;BR /&gt;&lt;BR /&gt;Scan rate is 0, so I know i am not seeing any memory issues, and the cpu time is generally around 75 % in user time and 25 % in system time.&lt;BR /&gt;&lt;BR /&gt;These sound like pretty good numbers to me. &lt;BR /&gt;&lt;BR /&gt;The Oracle database stats look fine also. &lt;BR /&gt;&lt;BR /&gt;But from the clients homegrown app, they are having trouble obtaining some locks.&lt;BR /&gt;&lt;BR /&gt;The thing is, based on what I have seen, this looks like an application issue, but the server looks like it performing fine.&lt;BR /&gt;&lt;BR /&gt;If anyone has any thoughts or suggestions, I would really appreciate them.&lt;BR /&gt;&lt;BR /&gt;If you would like to see the vmstat, iostat output, I can put that out here also.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;&lt;BR /&gt;Brian&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Mar 2003 15:06:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-help/m-p/2917113#M934058</guid>
      <dc:creator>Brian_161</dc:creator>
      <dc:date>2003-03-03T15:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: PERFORMANCE HELP!!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-help/m-p/2917114#M934059</link>
      <description>Brian,&lt;BR /&gt;&lt;BR /&gt;How many procs per user process (maxuprc) do you have configured?  This could cause locking issues with oracle.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;RZ&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Mar 2003 15:08:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-help/m-p/2917114#M934059</guid>
      <dc:creator>Ross Zubritski</dc:creator>
      <dc:date>2003-03-03T15:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: PERFORMANCE HELP!!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-help/m-p/2917115#M934060</link>
      <description>Brian,&lt;BR /&gt;&lt;BR /&gt;"They are having trouble obtaining some locks"&lt;BR /&gt;&lt;BR /&gt;Do you mean file locks?  Do you have glance?  If so, run it and hit 't' for the system tables report, and look at the percent used for nflocks.  If you are at 100%, you need to increase that kernel parameter.&lt;BR /&gt;&lt;BR /&gt;Hope it helps&lt;BR /&gt;&lt;BR /&gt;John</description>
      <pubDate>Mon, 03 Mar 2003 15:10:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-help/m-p/2917115#M934060</guid>
      <dc:creator>John Payne_2</dc:creator>
      <dc:date>2003-03-03T15:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: PERFORMANCE HELP!!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-help/m-p/2917116#M934061</link>
      <description>A runqueue of 15+ sounds like you're short of CPU resources to me. Either that or you've got a lot of rogue processes.&lt;BR /&gt;&lt;BR /&gt;Suggest you post the info.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Mon, 03 Mar 2003 15:10:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-help/m-p/2917116#M934061</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2003-03-03T15:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: PERFORMANCE HELP!!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-help/m-p/2917117#M934062</link>
      <description>maxuprc is set to 3686.&lt;BR /&gt;&lt;BR /&gt;The type of lock is a row level transaction lock in oracle.&lt;BR /&gt;&lt;BR /&gt;not familiar with glance. where do i get it? or is it part of the o/s?&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;&lt;BR /&gt;brian&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Mar 2003 15:12:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-help/m-p/2917117#M934062</guid>
      <dc:creator>Brian_161</dc:creator>
      <dc:date>2003-03-03T15:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: PERFORMANCE HELP!!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-help/m-p/2917118#M934063</link>
      <description>Hi Brian,&lt;BR /&gt;&lt;BR /&gt;Just to make sure, please post the following while the loadtest is going on.&lt;BR /&gt;&lt;BR /&gt;sar 2 5&lt;BR /&gt;sar -d 2 5&lt;BR /&gt;sar -b 2 5&lt;BR /&gt;vmstat 2 5&lt;BR /&gt;swapinfo -t&lt;BR /&gt;sar -v 2 5&lt;BR /&gt;sar -q 2 5&lt;BR /&gt;&lt;BR /&gt;Kernel parameters (kmtune -l q paramter)&lt;BR /&gt;timeslice&lt;BR /&gt;dbc_max_pct (or bufpages/nbuf)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 03 Mar 2003 15:12:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-help/m-p/2917118#M934063</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-03-03T15:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: PERFORMANCE HELP!!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-help/m-p/2917119#M934064</link>
      <description>Glance + is an add-on perf tool.  It is essential part of your admin "tool-bag".  It costs a bit, but well worth the money.  Download the tril and check it out.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;RZ&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Mar 2003 15:13:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-help/m-p/2917119#M934064</guid>
      <dc:creator>Ross Zubritski</dc:creator>
      <dc:date>2003-03-03T15:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: PERFORMANCE HELP!!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-help/m-p/2917120#M934065</link>
      <description># kmtune -q dbc_min_pct&lt;BR /&gt;Parameter             Current Dyn Planned                    Module     Version&lt;BR /&gt;===============================================================================&lt;BR /&gt;dbc_min_pct                 5  -  5&lt;BR /&gt;# kmtune -q dbc_max_pct&lt;BR /&gt;Parameter             Current Dyn Planned                    Module     Version&lt;BR /&gt;===============================================================================&lt;BR /&gt;dbc_max_pct                50  -  50&lt;BR /&gt;# kmtune -q timeslice&lt;BR /&gt;Parameter             Current Dyn Planned                    Module     Version&lt;BR /&gt;===============================================================================&lt;BR /&gt;timeslice                  10  -  (100/10)&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Mar 2003 15:15:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-help/m-p/2917120#M934065</guid>
      <dc:creator>Brian_161</dc:creator>
      <dc:date>2003-03-03T15:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: PERFORMANCE HELP!!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-help/m-p/2917121#M934066</link>
      <description>here is some more output:&lt;BR /&gt;&lt;BR /&gt;sar -q&lt;BR /&gt;HP-UX HPUX1 B.11.11 U 9000/800    03/03/03&lt;BR /&gt;&lt;BR /&gt;10:28:24 runq-sz %runocc swpq-sz %swpocc&lt;BR /&gt;10:28:26     4.8     100     0.0       0&lt;BR /&gt;10:28:28     5.5     100     0.0       0&lt;BR /&gt;10:28:30     4.5     100     0.0       0&lt;BR /&gt;10:28:32     5.8     100     0.0       0&lt;BR /&gt;10:28:34     7.2     100     0.0       0&lt;BR /&gt;&lt;BR /&gt;Average      5.6     100     0.0       0&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Mar 2003 15:17:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-help/m-p/2917121#M934066</guid>
      <dc:creator>Brian_161</dc:creator>
      <dc:date>2003-03-03T15:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: PERFORMANCE HELP!!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-help/m-p/2917122#M934067</link>
      <description>Hi Brian,&lt;BR /&gt;&lt;BR /&gt;50% of dbc_max_pct is not good. Depending on the memory and the processing power on your system, you may get into intermittent problems while syncer tries to flush the buffers.&lt;BR /&gt;&lt;BR /&gt;Start with 400MB and increase it in the intervals of 100MB upto 700 MB and see which value gives you better performance.&lt;BR /&gt;&lt;BR /&gt;Your sar -q does indicate that you are utilizing your cpu. Post the other sar outputs to get a better understanding.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Mar 2003 15:25:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-help/m-p/2917122#M934067</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-03-03T15:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: PERFORMANCE HELP!!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-help/m-p/2917123#M934068</link>
      <description>Sorry,&lt;BR /&gt;&lt;BR /&gt;I was only collecting iostat/vmstat data during the run, I will get the rest of the sar output to you on our next run.&lt;BR /&gt;&lt;BR /&gt;Here is the vmstat output.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Mar 2003 15:58:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-help/m-p/2917123#M934068</guid>
      <dc:creator>Brian_161</dc:creator>
      <dc:date>2003-03-03T15:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: PERFORMANCE HELP!!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-help/m-p/2917124#M934069</link>
      <description>Sorry, attachment didnt work.&lt;BR /&gt;&lt;BR /&gt;Here is the vmstat output, my next post will have the iostat output.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Brian&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Mar 2003 16:10:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-help/m-p/2917124#M934069</guid>
      <dc:creator>Brian_161</dc:creator>
      <dc:date>2003-03-03T16:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: PERFORMANCE HELP!!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-help/m-p/2917125#M934070</link>
      <description>Last post had iostat, here is the vmstat.&lt;BR /&gt;&lt;BR /&gt;Gettig ready to kick off another test, i will collect sar data for that one.&lt;BR /&gt;&lt;BR /&gt;Also, I realize that 15 procs in the run queue is cpu bound, its a load test, i expect it. I am trying to prove to some people that it is cpu, not memory or io..&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Brian&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Mar 2003 16:28:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-help/m-p/2917125#M934070</guid>
      <dc:creator>Brian_161</dc:creator>
      <dc:date>2003-03-03T16:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: PERFORMANCE HELP!!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-help/m-p/2917126#M934071</link>
      <description>If you are suffering from Oracle lock contention caused by the way your application works, then all the cpu and all the memory and disk in the world will not help you.&lt;BR /&gt;You need to use one of the Oracle tools to examine this, but I don't think there are any that are free.&lt;BR /&gt;Here we use OEM (Oracle Enterprise Manager), which has a Tuning Pack option which can show locks and other potential problems.&lt;BR /&gt;&lt;A href="http://otn.oracle.com/products/oem/content.html" target="_blank"&gt;http://otn.oracle.com/products/oem/content.html&lt;/A&gt;&lt;BR /&gt;There are 3rd party tools also - spotlight from Quest for example. &lt;BR /&gt;&lt;A href="http://www.quest.com/quest_central/qco/performance_diagnostics/" target="_blank"&gt;http://www.quest.com/quest_central/qco/performance_diagnostics/&lt;/A&gt;&lt;BR /&gt;If your application is bought in as opposed to home grown, then contact the vendor.&lt;BR /&gt;If you don't want to do any of these, then all the info you need is available within Oracle's dictionary tables and views, but getting it out and interpreting it is a job for an expert.&lt;BR /&gt;&lt;BR /&gt;--Graham</description>
      <pubDate>Tue, 04 Mar 2003 08:26:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-help/m-p/2917126#M934071</guid>
      <dc:creator>Graham Cameron_1</dc:creator>
      <dc:date>2003-03-04T08:26:42Z</dc:date>
    </item>
  </channel>
</rss>

