<?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 HP-UX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-hp-ux/m-p/3198689#M842129</link>
    <description>90% of tuning is finding the bottleneck.&lt;BR /&gt;&lt;BR /&gt;I run SAR 24/7.&lt;BR /&gt;&lt;BR /&gt;Then when problems arise as they do, I use glance/gpm to fine tune things to find the offending application.&lt;BR /&gt;&lt;BR /&gt;I would suggest Openview performance monitoring tools as a retail option, and then I would look at SSPM as a finer toothed comb It can do everything including cancel offending jobs, page people and dial your home and wake you up.&lt;BR /&gt;&lt;BR /&gt;Tim&lt;BR /&gt;&lt;BR /&gt;Tim Sanko&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 23 Feb 2004 11:15:31 GMT</pubDate>
    <dc:creator>Tim Sanko</dc:creator>
    <dc:date>2004-02-23T11:15:31Z</dc:date>
    <item>
      <title>Performance HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-hp-ux/m-p/3198682#M842122</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We have performance problem with our Border Control / Homeland Security application on three HP-UX/ Oracle RDBMS/ Oracle Reports Server.&lt;BR /&gt;Two of them are in cluster (service guard) and RAC 9i and the third is connected with Oracle Replication. We are using HPOV as well. We have both batch and online processing.&lt;BR /&gt;&lt;BR /&gt;1. I'm looking for recommendations for performance tuning, what can affect the performance (HP-UX, Oracle RDBMS, Oracle Reports Server, Service Guard, and Oracle RAC 9i).&lt;BR /&gt;2. I'm looking for tools both shareware and others to measure and analyze performance / resources.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;TR&lt;BR /&gt;</description>
      <pubDate>Sun, 22 Feb 2004 00:59:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-hp-ux/m-p/3198682#M842122</guid>
      <dc:creator>Tal Rosenberger</dc:creator>
      <dc:date>2004-02-22T00:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Performance HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-hp-ux/m-p/3198683#M842123</link>
      <description>Consider the following areas for tuning. The order in which steps are listed needs to be maintained to prevent tuning side effects. For example, it is no good increasing the buffer cache if you can reduce I/O by rewriting a SQL statement. &lt;BR /&gt;Database Design (if it's not too late):&lt;BR /&gt;Poor system performance usually results from a poor database design. One should generally normalize to the 3NF. Selective denormalization can provide valuable performance improvements. When designing, always keep the "data access path" in mind. Also look at proper data partitioning, data replication, aggregation tables for decision support systems, etc. &lt;BR /&gt;&lt;BR /&gt;Application Tuning:&lt;BR /&gt;Experience showed that approximately 80% of all Oracle system performance problems are resolved by coding optimal SQL. Also consider proper scheduling of batch tasks after peak working hours. &lt;BR /&gt;&lt;BR /&gt;Memory Tuning:&lt;BR /&gt;Properly size your database buffers (shared_pool, buffer cache, log buffer, etc) by looking at your buffer hit ratios. Pin large objects into memory to prevent frequent reloads. &lt;BR /&gt;&lt;BR /&gt;Disk I/O Tuning:&lt;BR /&gt;Database files needs to be properly sized and placed to provide maximum disk subsystem throughput. Also look for frequent disk sorts, full table scans, missing indexes, row chaining, data fragmentation, etc. &lt;BR /&gt;&lt;BR /&gt;Eliminate Database Contention:&lt;BR /&gt;Study database locks, latches and wait events carefully and eliminate where possible. &lt;BR /&gt;&lt;BR /&gt;Tune the Operating System:&lt;BR /&gt;Monitor and tune operating system CPU, I/O and memory utilization. For more information, read the related Oracle FAQ dealing with your specific operating system. &lt;BR /&gt;&lt;BR /&gt;(exerpt from &lt;A href="http://www.orafaq.com/faqdbapf.htm)" target="_blank"&gt;http://www.orafaq.com/faqdbapf.htm)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Thierry</description>
      <pubDate>Sun, 22 Feb 2004 17:35:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-hp-ux/m-p/3198683#M842123</guid>
      <dc:creator>Lethuillier</dc:creator>
      <dc:date>2004-02-22T17:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Performance HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-hp-ux/m-p/3198684#M842124</link>
      <description>Here are some tools you can use and appropriate hints and tips ;&lt;BR /&gt;&lt;BR /&gt;- To check your hp-ux kernel parameters ;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,1608,00.html" target="_blank"&gt;http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,1608,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;- Take a look at HP technical resources for tools and hints ;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hp.com/products1/unix/java/infolibrary/tools/index.html" target="_blank"&gt;http://www.hp.com/products1/unix/java/infolibrary/tools/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Notice that a java program can harm your system performances.&lt;BR /&gt;&lt;BR /&gt;- You can also use STATSPACK for 9i, the successor  of Utlbstat/Utlestat&lt;BR /&gt;   &lt;BR /&gt;&lt;A href="http://www.dba-oracle.com/art_builder_statspack_book.htm" target="_blank"&gt;http://www.dba-oracle.com/art_builder_statspack_book.htm&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.geocities.com/alexdabr/" target="_blank"&gt;http://www.geocities.com/alexdabr/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Thierry&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 22 Feb 2004 17:38:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-hp-ux/m-p/3198684#M842124</guid>
      <dc:creator>Lethuillier</dc:creator>
      <dc:date>2004-02-22T17:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Performance HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-hp-ux/m-p/3198685#M842125</link>
      <description>Forgotten links ;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.rampant-books.com/book_2003_1_oracle9i_sga.htm" target="_blank"&gt;http://www.rampant-books.com/book_2003_1_oracle9i_sga.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.rampant-books.com/teaser_sga_bhr_statspack.htm;" target="_blank"&gt;http://www.rampant-books.com/teaser_sga_bhr_statspack.htm;&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 22 Feb 2004 17:52:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-hp-ux/m-p/3198685#M842125</guid>
      <dc:creator>Lethuillier</dc:creator>
      <dc:date>2004-02-22T17:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Performance HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-hp-ux/m-p/3198686#M842126</link>
      <description>I have been able to hadle everyone performance problem I have encountered with 4 tools:&lt;BR /&gt;top&lt;BR /&gt;sar&lt;BR /&gt;iostat&lt;BR /&gt;Oracle&lt;BR /&gt;&lt;BR /&gt;top gives me CPU,process usage&lt;BR /&gt;sar lets me look at the disk (Note: Sometimes, because the disks are abstracted to the OS you need Disk Array specific tools)&lt;BR /&gt;iostat gives a slightly different look at io&lt;BR /&gt;Oracle lets me look at the queries with 'explain plan' and Oracle Enterprise Manager (or STATPACK) can show me most of the problem code in the application.&lt;BR /&gt;&lt;BR /&gt;Last steps, after looking at the code, may result in de-normalizing tables, using 'bind' variables, or adding indexes.&lt;BR /&gt;&lt;BR /&gt;I have not found any difficult tuning situations.  There have been a few where it was hard to convince people or to where the solution was unexpected (e.g. not running analyze frequently).&lt;BR /&gt;&lt;BR /&gt;Take a look at the tools I list and see what you get.  Typically I look at:&lt;BR /&gt;CPU first becasue it is easy&lt;BR /&gt;RAM next because it is really easy too&lt;BR /&gt;Disk, use sar and it is pretty easy too&lt;BR /&gt;Once I have a hint as to which one it is look at the database to see if it supports the conculsion (lots of waits?  lot of parsing?  lots of reads? buffer cahce not used well?.. whatever.&lt;BR /&gt;&lt;BR /&gt;The one point I don't cover is it really help to know the application.  Shoud you be getting many queries for the same thing?  Is every one large reports gathering radically different data?  Lots of updating?  Some of the statitics will vary depending on exactly what you are doing with you database.&lt;BR /&gt;&lt;BR /&gt;Best of luck.  The last possibility, which are the hard to track performance issues, are bugs.  Since you are using trusted Oracle (which I have NO familiarity with) you may be encounter overhead or ineffcient code Oracle that you can't avoid.  In those cases just keep trying to understnad the problem and then code around the problem (or sit on hold with Oracle and make a Priority 1 TAR :-))&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Mon, 23 Feb 2004 02:32:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-hp-ux/m-p/3198686#M842126</guid>
      <dc:creator>SteveKirby</dc:creator>
      <dc:date>2004-02-23T02:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Performance HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-hp-ux/m-p/3198687#M842127</link>
      <description>Good book, HP-UX Tuning and Performance: Concepts, Tools and Methods&lt;BR /&gt;by Robert F. Sauers (Author), Peter S. Weygant (Author) which you can find a Amazon.com</description>
      <pubDate>Mon, 23 Feb 2004 10:20:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-hp-ux/m-p/3198687#M842127</guid>
      <dc:creator>Ted Buis</dc:creator>
      <dc:date>2004-02-23T10:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Performance HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-hp-ux/m-p/3198688#M842128</link>
      <description>Here is a really good doc.&lt;BR /&gt;&lt;BR /&gt;US&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/search.do?category=c0&amp;amp;mode=id&amp;amp;searchString=UPERFKBAN00000726&amp;amp;search.x=28&amp;amp;search.y=8&amp;amp;searchCrit=allwords&amp;amp;docType=Security&amp;amp;docType=Patch&amp;amp;docType=EngineerNotes&amp;amp;docType=BugReports&amp;amp;docType=Hardware&amp;amp;docType=ReferenceMaterials&amp;amp;docType=ThirdParty" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/search.do?category=c0&amp;amp;mode=id&amp;amp;searchString=UPERFKBAN00000726&amp;amp;search.x=28&amp;amp;search.y=8&amp;amp;searchCrit=allwords&amp;amp;docType=Security&amp;amp;docType=Patch&amp;amp;docType=EngineerNotes&amp;amp;docType=BugReports&amp;amp;docType=Hardware&amp;amp;docType=ReferenceMaterials&amp;amp;docType=ThirdParty&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 23 Feb 2004 10:26:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-hp-ux/m-p/3198688#M842128</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-02-23T10:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Performance HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-hp-ux/m-p/3198689#M842129</link>
      <description>90% of tuning is finding the bottleneck.&lt;BR /&gt;&lt;BR /&gt;I run SAR 24/7.&lt;BR /&gt;&lt;BR /&gt;Then when problems arise as they do, I use glance/gpm to fine tune things to find the offending application.&lt;BR /&gt;&lt;BR /&gt;I would suggest Openview performance monitoring tools as a retail option, and then I would look at SSPM as a finer toothed comb It can do everything including cancel offending jobs, page people and dial your home and wake you up.&lt;BR /&gt;&lt;BR /&gt;Tim&lt;BR /&gt;&lt;BR /&gt;Tim Sanko&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Feb 2004 11:15:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-hp-ux/m-p/3198689#M842129</guid>
      <dc:creator>Tim Sanko</dc:creator>
      <dc:date>2004-02-23T11:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Performance HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-hp-ux/m-p/3198690#M842130</link>
      <description>I would begin by asking myself "If I double the speed of the application, will that be enough?" If the answer to that question is no then the only place to look is in the application code itself. Moreover, OS tuning and better disk layouts seldom yield even 20% improvements. Very rarely, absolutely horribly tuned/configured boxes can be improved by 2X but that is about the absolute maximum that can be achieved -- and again, improvements that dramatic are rare.&lt;BR /&gt;&lt;BR /&gt;You need to gather database statistics and do some sqlexplains on the most common queries. Often, the addition of a single index can exceed all the tuning efforts by a factor of 10.</description>
      <pubDate>Mon, 23 Feb 2004 11:31:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-hp-ux/m-p/3198690#M842130</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-02-23T11:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Performance HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-hp-ux/m-p/3198691#M842131</link>
      <description>Glance is a very nice tool. If you like it (you can find a lot of bottlenecks), you could buy measureware - this application logs many hours/days the data you see in glance at the moment - and your are able to set filter on your applications. You could log some (remote) machines and get the log data to a local machine to view them. Ask HP</description>
      <pubDate>Thu, 08 Apr 2004 02:29:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-hp-ux/m-p/3198691#M842131</guid>
      <dc:creator>Michael Roeder</dc:creator>
      <dc:date>2004-04-08T02:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Performance HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-hp-ux/m-p/3198692#M842132</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;For Oracle, take a look at :&lt;BR /&gt;Oracle9i Database Performance Tuning Guide and Reference&lt;BR /&gt;This is Oracle Corp. standard documentation.&lt;BR /&gt;&lt;BR /&gt;Oracle Press provide large book on RAC, SQL tunning, ...&lt;BR /&gt;&lt;BR /&gt;There is also abondante litterature on OLTP performance or Datawarehouse design.&lt;BR /&gt;&lt;BR /&gt;For the Unix part - given that Oracle say that 90% of the performance depend on database design and SQL tunning, and 10% on system tunning, take a look at this amazing bookfind attached an O'reilly book : &lt;BR /&gt;&lt;A href="http://www.oreilly.com/catalog/spt2/" target="_blank"&gt;http://www.oreilly.com/catalog/spt2/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Nicolas&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Apr 2004 03:38:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-hp-ux/m-p/3198692#M842132</guid>
      <dc:creator>Nicolas Dumeige</dc:creator>
      <dc:date>2004-04-08T03:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Performance HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-hp-ux/m-p/3198693#M842133</link>
      <description>Just to throw a wrench at those who don't know this stuff. depending on the Unix and the Oracle release, you can get as much as &lt;BR /&gt;a 75% reduction by changing buffer sizes in Oracle and in the OS.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I did reduce a 45 second query to a 1.5 second return by changing buffers on an Oracle 6 database and by changing the OS buffers. That is the extreme.&lt;BR /&gt;&lt;BR /&gt;I have often seen better than 50% improvement by addition of keys. Proper DB design can often help more than much else just remember Indexes on one drive Datafiles on another.  That is drives not partitions.&lt;BR /&gt;&lt;BR /&gt;Tim&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Thu, 05 May 2005 06:52:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-hp-ux/m-p/3198693#M842133</guid>
      <dc:creator>Tim Sanko</dc:creator>
      <dc:date>2005-05-05T06:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Performance HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-hp-ux/m-p/3198694#M842134</link>
      <description>Tal,&lt;BR /&gt;&lt;BR /&gt;Whatever tuning you do, just make sure that you change one parameter at once, and benchmark the performance. Depending on the results you may decide to keep the change and proceed or revert the change. Changing more than one tunable at once is never recommended as one of the tunable may offset the performance gain by other, and you may never notice it. &lt;BR /&gt;&lt;BR /&gt;Having said that, I would suggest you to first optimize your application to the fullest and then touch the tunables. Most of the time, slight changes in application gives you much better performance than what OS tuning would. &lt;BR /&gt;&lt;BR /&gt;My 2 cents. &lt;BR /&gt;&lt;BR /&gt;-Amit</description>
      <pubDate>Thu, 05 May 2005 20:27:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-hp-ux/m-p/3198694#M842134</guid>
      <dc:creator>Amit Agarwal_1</dc:creator>
      <dc:date>2005-05-05T20:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Performance HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-hp-ux/m-p/3198695#M842135</link>
      <description>I usually refer these docs for my case &lt;BR /&gt;It is really good for me&lt;BR /&gt;Let read and comment,&lt;BR /&gt;HTH&lt;BR /&gt;tienna</description>
      <pubDate>Thu, 05 May 2005 21:42:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-hp-ux/m-p/3198695#M842135</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2005-05-05T21:42:18Z</dc:date>
    </item>
  </channel>
</rss>

