<?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 issue in hp-ux 11.23 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue-in-hp-ux-11-23/m-p/5283889#M607589</link>
    <description>3 or 4 things:&lt;BR /&gt;1) kmeminfo is a hp confidencial tool, so should only run on hp representative request.&lt;BR /&gt;- like indicated in the begining of the output.&lt;BR /&gt;the result should be interpreted by hp representative only.&lt;BR /&gt;2) you have a memory problem indeed and your system is probably swapping causing high perf problem.&lt;BR /&gt;2) kernel and buffer cache have a reasonable use&lt;BR /&gt;3) user process are using 80% of the memory,&lt;BR /&gt;---&amp;gt; you probably need to reduce oracle cache or add more memory to leave a little memory to the kernel&lt;BR /&gt;&lt;BR /&gt;Also it depends on the number of cpu, number of 10Gether interfaces, number of io interfaces, number of oracle instances ......&lt;BR /&gt;&lt;BR /&gt;you can reduce buffercaches but this may cause some other perf problems for other programs than oracle if you are using syncios.&lt;BR /&gt;&lt;BR /&gt;The kernel need memory to be able to feed all the oracle process with io usually&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 07 Jun 2011 07:55:00 GMT</pubDate>
    <dc:creator>Laurent Menase</dc:creator>
    <dc:date>2011-06-07T07:55:00Z</dc:date>
    <item>
      <title>Performance issue in hp-ux 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue-in-hp-ux-11-23/m-p/5283887#M607587</link>
      <description>Hi Experts,&lt;BR /&gt;&lt;BR /&gt;Our memory utiliation on production server running oracle 10g remains 100% most of the time hence affecting production hours. &lt;BR /&gt;&lt;BR /&gt;Please find attached the kmeminfo details below: &lt;BR /&gt;Physical memory usage summary (in page/byte/percent):&lt;BR /&gt;&lt;BR /&gt;Physical memory       =  4193792   16.0g 100%&lt;BR /&gt;Free memory           =    35711  139.5m   1%&lt;BR /&gt;User processes        =  3310190   12.6g  79%  details with -user&lt;BR /&gt;System                =   837925    3.2g  20%&lt;BR /&gt;  Kernel              =   512446    2.0g  12%  kernel text and data&lt;BR /&gt;    Dynamic Arenas    =   234942  917.7m   6%  details with -arena&lt;BR /&gt;      mdep arena      =    57432  224.3m   1%&lt;BR /&gt;      VFD_BT_NODE     =    19114   74.7m   0%&lt;BR /&gt;      vx_buffer_cache =    18784   73.4m   0%&lt;BR /&gt;      vx_global_pool  =    16774   65.5m   0%&lt;BR /&gt;      spinlock        =    15356   60.0m   0%&lt;BR /&gt;      Other arenas    =   107482  419.9m   3%  details with -arena&lt;BR /&gt;    Super page pool   =    28851  112.7m   1%  details with -kas&lt;BR /&gt;    Static Tables     =   264639    1.0g   6%  details with -static&lt;BR /&gt;      pfdat           =    98291  383.9m   2%&lt;BR /&gt;      nbuf            =    90064  351.8m   2%  bufcache headers&lt;BR /&gt;      htbl2_0         =    32768  128.0m   1%&lt;BR /&gt;      pfn_to_virt     =    16381   64.0m   0%&lt;BR /&gt;      bufhash         =     8192   32.0m   0%  bufcache hash headers&lt;BR /&gt;      Other tables    =    18941   74.0m   0%  details with -static&lt;BR /&gt;  Buffer cache        =   325479    1.2g   8%  details with -bufcache&lt;BR /&gt;&lt;BR /&gt;Please check &amp;amp; revert soon.</description>
      <pubDate>Mon, 06 Jun 2011 06:22:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue-in-hp-ux-11-23/m-p/5283887#M607587</guid>
      <dc:creator>Sawant</dc:creator>
      <dc:date>2011-06-06T06:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue in hp-ux 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue-in-hp-ux-11-23/m-p/5283888#M607588</link>
      <description>So do you actually _have_ a performance issue, or are you just thinking you do because yu are using all your memory (using all your memory might be a good thing for certain systems which don't change their usage patterns over time). Are you getting a lot of page-outs? (you can check with vmstat)?&lt;BR /&gt;&lt;BR /&gt;Looking at the details you post, you seem to have 16GB of memory with 20% used for system purposes and 80% used by user processes (presumably mostly Oracle). So where do you spend your time diagnosing this... looking at the 20% that the system uses or the 80% that Oracle uses...&lt;BR /&gt;&lt;BR /&gt;For the system usage, pretty much your only reasonable point of control might be to reduce the size of the buffer cache further (looks like you have dbc_max_pct currently set to about 8% which reults in a buffer cache of up to 1.2GB - I guess you could tune this down further, but its difficult to know the impact of this given you have told us nothing about what actually happens on this system).&lt;BR /&gt;&lt;BR /&gt;On the Oracle side, you should talk to the DBAs about the size of the SGA and about controlling the size of Oracle shadow processes using PGA_AGGREGATE_TARGET&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Mon, 06 Jun 2011 07:21:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue-in-hp-ux-11-23/m-p/5283888#M607588</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2011-06-06T07:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue in hp-ux 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue-in-hp-ux-11-23/m-p/5283889#M607589</link>
      <description>3 or 4 things:&lt;BR /&gt;1) kmeminfo is a hp confidencial tool, so should only run on hp representative request.&lt;BR /&gt;- like indicated in the begining of the output.&lt;BR /&gt;the result should be interpreted by hp representative only.&lt;BR /&gt;2) you have a memory problem indeed and your system is probably swapping causing high perf problem.&lt;BR /&gt;2) kernel and buffer cache have a reasonable use&lt;BR /&gt;3) user process are using 80% of the memory,&lt;BR /&gt;---&amp;gt; you probably need to reduce oracle cache or add more memory to leave a little memory to the kernel&lt;BR /&gt;&lt;BR /&gt;Also it depends on the number of cpu, number of 10Gether interfaces, number of io interfaces, number of oracle instances ......&lt;BR /&gt;&lt;BR /&gt;you can reduce buffercaches but this may cause some other perf problems for other programs than oracle if you are using syncios.&lt;BR /&gt;&lt;BR /&gt;The kernel need memory to be able to feed all the oracle process with io usually&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Jun 2011 07:55:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue-in-hp-ux-11-23/m-p/5283889#M607589</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2011-06-07T07:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue in hp-ux 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue-in-hp-ux-11-23/m-p/5283890#M607590</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;Try to check following things &lt;BR /&gt;&lt;BR /&gt;1. check option to reduce &lt;BR /&gt;        Buf Cache:     &lt;BR /&gt;        Free Mem:  &lt;BR /&gt;2. Check with DBA to reduce RAM used by SGA &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;BR&lt;BR /&gt;BDD</description>
      <pubDate>Thu, 09 Jun 2011 11:14:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue-in-hp-ux-11-23/m-p/5283890#M607590</guid>
      <dc:creator>BDD</dc:creator>
      <dc:date>2011-06-09T11:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue in hp-ux 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue-in-hp-ux-11-23/m-p/5283891#M607591</link>
      <description>Thanks all for your response.</description>
      <pubDate>Fri, 10 Jun 2011 03:06:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue-in-hp-ux-11-23/m-p/5283891#M607591</guid>
      <dc:creator>Sawant</dc:creator>
      <dc:date>2011-06-10T03:06:39Z</dc:date>
    </item>
  </channel>
</rss>

