<?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: Help needed to improve the performance on HP in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-to-improve-the-performance-on-hp/m-p/4080169#M735880</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I was looking more of a tuning (tricks/tips/techniques) in the application code, than the kernal paramters. The last 2 links helps me to an extent on that. Is there something like that for my OpenGL implementation as well&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;Satya</description>
    <pubDate>Wed, 03 Oct 2007 03:45:29 GMT</pubDate>
    <dc:creator>Satya_6</dc:creator>
    <dc:date>2007-10-03T03:45:29Z</dc:date>
    <item>
      <title>Help needed to improve the performance on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-to-improve-the-performance-on-hp/m-p/4080166#M735877</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I thought this is the right forum with many experienced guys to pose this question of the general good program techniques to have a program with very good performance. Please ignore if this is not the right forum for this kind of topic&lt;BR /&gt;&lt;BR /&gt;I was particularly interested in the performance improvement of my application on HP.&lt;BR /&gt;&lt;BR /&gt;The application is developed mainly using C/C++ and its a X/Motif application also using OpenGL for 3D graphics&lt;BR /&gt;&lt;BR /&gt;The application is made of an executable and lots of shared libs&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can you please suggest or provide me some pointers which would help me improve the performance and the memory footprint of the application on HP. The application is really performaning very bad on HP. The same code works very fine on Linux.&lt;BR /&gt;&lt;BR /&gt;I was wondering if I am missing some tips and tricks of tuning the code to have a better performance on HP, even the memory consuption is bad on HP compared to Linux&lt;BR /&gt;&lt;BR /&gt;With all these things , I feel I need to tune my code slighlty for HP, can anyone guide me please&lt;BR /&gt;&lt;BR /&gt;Of course the application is 32bit&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;Satya</description>
      <pubDate>Wed, 03 Oct 2007 02:34:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-to-improve-the-performance-on-hp/m-p/4080166#M735877</guid>
      <dc:creator>Satya_6</dc:creator>
      <dc:date>2007-10-03T02:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed to improve the performance on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-to-improve-the-performance-on-hp/m-p/4080167#M735878</link>
      <description>&lt;A href="http://h21007.www2.hp.com/portal/download/files/unprot/devresource/Docs/TechPapers/UXPerfCookBook.pdf" target="_blank"&gt;http://h21007.www2.hp.com/portal/download/files/unprot/devresource/Docs/TechPapers/UXPerfCookBook.pdf&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/1219/tuningwp.html" target="_blank"&gt;http://docs.hp.com/en/1219/tuningwp.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://h20331.www2.hp.com/Hpsub/cache/286515-0-0-225-121.html" target="_blank"&gt;http://h20331.www2.hp.com/Hpsub/cache/286515-0-0-225-121.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://h20338.www2.hp.com/hpux11i/cache/535996-0-0-0-121.html" target="_blank"&gt;http://h20338.www2.hp.com/hpux11i/cache/535996-0-0-0-121.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Oct 2007 02:39:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-to-improve-the-performance-on-hp/m-p/4080167#M735878</guid>
      <dc:creator>AwadheshPandey</dc:creator>
      <dc:date>2007-10-03T02:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed to improve the performance on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-to-improve-the-performance-on-hp/m-p/4080168#M735879</link>
      <description>Satya,&lt;BR /&gt;&lt;BR /&gt;Try this HP Code Advisor (cadvise)&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801/?ciid=8b08a31f05f02110a31f05f02110275d6e10RCRD" target="_blank"&gt;http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801/?ciid=8b08a31f05f02110a31f05f02110275d6e10RCRD&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/11764/WP_Developer_Productivity.pdf" target="_blank"&gt;http://docs.hp.com/en/11764/WP_Developer_Productivity.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hope this help&lt;BR /&gt;WK&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Oct 2007 03:42:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-to-improve-the-performance-on-hp/m-p/4080168#M735879</guid>
      <dc:creator>whiteknight</dc:creator>
      <dc:date>2007-10-03T03:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed to improve the performance on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-to-improve-the-performance-on-hp/m-p/4080169#M735880</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I was looking more of a tuning (tricks/tips/techniques) in the application code, than the kernal paramters. The last 2 links helps me to an extent on that. Is there something like that for my OpenGL implementation as well&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;Satya</description>
      <pubDate>Wed, 03 Oct 2007 03:45:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-to-improve-the-performance-on-hp/m-p/4080169#M735880</guid>
      <dc:creator>Satya_6</dc:creator>
      <dc:date>2007-10-03T03:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed to improve the performance on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-to-improve-the-performance-on-hp/m-p/4080170#M735881</link>
      <description>&lt;A href="http://docs.hp.com/en/5990-6739/ch12s02.html" target="_blank"&gt;http://docs.hp.com/en/5990-6739/ch12s02.html&lt;/A&gt;</description>
      <pubDate>Wed, 03 Oct 2007 07:07:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-to-improve-the-performance-on-hp/m-p/4080170#M735881</guid>
      <dc:creator>AwadheshPandey</dc:creator>
      <dc:date>2007-10-03T07:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed to improve the performance on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-to-improve-the-performance-on-hp/m-p/4080171#M735882</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;The system itself needs to be tuned.&lt;BR /&gt;&lt;BR /&gt;Java tuning:&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/portal/site/dspp/PAGE.template/page.document?ciid=6508a8ea6ce02110a8ea6ce02110275d6e10RCRD" target="_blank"&gt;http://h21007.www2.hp.com/portal/site/dspp/PAGE.template/page.document?ciid=6508a8ea6ce02110a8ea6ce02110275d6e10RCRD&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hints:&lt;BR /&gt;&lt;A href="http://h20331.www2.hp.com/Hpsub/cache/286030-0-0-225-121.html" target="_blank"&gt;http://h20331.www2.hp.com/Hpsub/cache/286030-0-0-225-121.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;tools:&lt;BR /&gt;&lt;A href="http://h20331.www2.hp.com/Hpsub/cache/286022-0-0-225-121.html" target="_blank"&gt;http://h20331.www2.hp.com/Hpsub/cache/286022-0-0-225-121.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.hpux.ws/?p=6" target="_blank"&gt;http://www.hpux.ws/?p=6&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Oct 2007 07:18:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-to-improve-the-performance-on-hp/m-p/4080171#M735882</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-10-03T07:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed to improve the performance on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-to-improve-the-performance-on-hp/m-p/4080172#M735883</link>
      <description>Well, your biggest gotcha is "Of course the application is 32bit "&lt;BR /&gt;&lt;BR /&gt;HP-UX is natively 64 bit.&lt;BR /&gt;&lt;BR /&gt;What kind of server are you running on - parisc or Itanium?  also, what OS?  &lt;BR /&gt;&lt;BR /&gt;32 bit code on Itanium traditionaly has poor performance...&lt;BR /&gt;&lt;BR /&gt;Your biggest performance gain will come from compiling the app on 64 bit.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 03 Oct 2007 08:30:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-to-improve-the-performance-on-hp/m-p/4080172#M735883</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2007-10-03T08:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed to improve the performance on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-to-improve-the-performance-on-hp/m-p/4080173#M735884</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;First, thank you very much for the inputs/pointers. &lt;BR /&gt;I have got hold of the Code Advisor and the caliper. I need to see how I can improve my program using these tools.&lt;BR /&gt;&lt;BR /&gt;coming to moving to 64bit, I guess its not happening soon. ( I agree we will be in this limitations of 32bit) but I guess thats not in my hands. The application is built and used on PA-RISC machines&lt;BR /&gt;&lt;BR /&gt;and as far as tuning the system itself, I need to convince the customer and also I would face the eventual question that when similar applications are working fine, why we need to tune specifically for our application.&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards&lt;BR /&gt;Satya&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Oct 2007 09:23:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-to-improve-the-performance-on-hp/m-p/4080173#M735884</guid>
      <dc:creator>Satya_6</dc:creator>
      <dc:date>2007-10-03T09:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed to improve the performance on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-to-improve-the-performance-on-hp/m-p/4080174#M735885</link>
      <description>when you say it is slower, how much slower is it? what HW is the linux machine running on? modern intel/linux machines _are_ faster then parisc, so it might be normal unless the speed difference is just way to big.</description>
      <pubDate>Thu, 04 Oct 2007 01:33:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-to-improve-the-performance-on-hp/m-p/4080174#M735885</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2007-10-04T01:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed to improve the performance on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-to-improve-the-performance-on-hp/m-p/4080175#M735886</link>
      <description>&amp;gt;Geoff: Well, your biggest gotcha is "Of course the application is 32bit"&lt;BR /&gt;&amp;gt;HP-UX is natively 64 bit.&lt;BR /&gt;&lt;BR /&gt;These two statements are unconnected and very  likely have little to do with Satya's problems.&lt;BR /&gt;HP-UX runs 32 bit applications with no degradation.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;32 bit code on Itanium traditionally has poor performance...&lt;BR /&gt;&lt;BR /&gt;This is FUD.  Perhaps you are confusing executing X86 instruction set?&lt;BR /&gt;HP-UX runs 32 bit IPF applications at full hardware speeds.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Your biggest performance gain will come from compiling the app on 64 bit.&lt;BR /&gt;&lt;BR /&gt;Not on HP-UX, it may slow down.  Unless you can take advantage of using the large address space.</description>
      <pubDate>Thu, 04 Oct 2007 03:00:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-to-improve-the-performance-on-hp/m-p/4080175#M735886</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-10-04T03:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed to improve the performance on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-to-improve-the-performance-on-hp/m-p/4080176#M735887</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Will I get a better performance by using the latest compiler? Assuming the the latest compiler does a better code optimization, Now I am using the aCC A.03.65&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;Satya</description>
      <pubDate>Thu, 04 Oct 2007 10:05:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-to-improve-the-performance-on-hp/m-p/4080176#M735887</guid>
      <dc:creator>Satya_6</dc:creator>
      <dc:date>2007-10-04T10:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed to improve the performance on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-to-improve-the-performance-on-hp/m-p/4080177#M735888</link>
      <description>Not surprising that its faster on Linux assuming this is a recent Intel/AMD chipset.  However, since it sounds like it must run on the HP, the best approach would probably be to profile the code, and start isolating which pieces of code have the longest runtimes, and start tuning/recoding those pieces to run faster.  I seriously doubt that the WHOLE application underperforms, it almost always seems like that in general one must deal with say 3 to 5 key areas, plus 4 or 5 more less serious areas to tune up problems like this.  However, the coding required to tune up some of these could be major.  It can be ugly, but the approach usually follows the basic pattern of obtaining a execution time profile, &lt;BR /&gt;then following the Pareto principle to look for the tuning opportunities which give the biggest yield for the smallest effort first. Then re-evaluate the remainders for effort-sizing/potential-return.</description>
      <pubDate>Thu, 04 Oct 2007 10:38:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-to-improve-the-performance-on-hp/m-p/4080177#M735888</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2007-10-04T10:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed to improve the performance on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-to-improve-the-performance-on-hp/m-p/4080178#M735889</link>
      <description>Hi Satya, &lt;BR /&gt;&lt;BR /&gt;Caliper is available only for Itanium machines. For PA-RISC, you would need to use prospect (available at &lt;A href="http://www.hp.com/go/prospect)." target="_blank"&gt;http://www.hp.com/go/prospect).&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;- Jini.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Oct 2007 10:47:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-to-improve-the-performance-on-hp/m-p/4080178#M735889</guid>
      <dc:creator>Jini Susan George</dc:creator>
      <dc:date>2007-10-04T10:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed to improve the performance on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-to-improve-the-performance-on-hp/m-p/4080179#M735890</link>
      <description>&amp;gt;Will I get a better performance by using the latest compiler?&lt;BR /&gt;&lt;BR /&gt;Probably not as much as on Integrity.</description>
      <pubDate>Thu, 04 Oct 2007 17:50:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-to-improve-the-performance-on-hp/m-p/4080179#M735890</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-10-04T17:50:03Z</dc:date>
    </item>
  </channel>
</rss>

