<?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: Application Profiling/Performance Optimization on HPUX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/application-profiling-performance-optimization-on-hpux/m-p/4716039#M608002</link>
    <description>If this is Integrity, there is caliper.  At the system level, there is glance.</description>
    <pubDate>Mon, 22 Nov 2010 09:44:46 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2010-11-22T09:44:46Z</dc:date>
    <item>
      <title>Application Profiling/Performance Optimization on HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/application-profiling-performance-optimization-on-hpux/m-p/4716038#M608001</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I got an inquiry from a customer on performance tuning of a C++ application on HP-UX. Could anyone here point to some of the profiling tools (for monitoring performance at class, method levels) and identify performance bottlenecks within the code?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Vishwa</description>
      <pubDate>Mon, 22 Nov 2010 09:21:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/application-profiling-performance-optimization-on-hpux/m-p/4716038#M608001</guid>
      <dc:creator>Vishwanath RN</dc:creator>
      <dc:date>2010-11-22T09:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Application Profiling/Performance Optimization on HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/application-profiling-performance-optimization-on-hpux/m-p/4716039#M608002</link>
      <description>If this is Integrity, there is caliper.  At the system level, there is glance.</description>
      <pubDate>Mon, 22 Nov 2010 09:44:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/application-profiling-performance-optimization-on-hpux/m-p/4716039#M608002</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-11-22T09:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Application Profiling/Performance Optimization on HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/application-profiling-performance-optimization-on-hpux/m-p/4716040#M608003</link>
      <description>And to a lesser degree, tusc might be considered a tool for tuning by showing if there are ecessive or redundant system calls being made.</description>
      <pubDate>Mon, 22 Nov 2010 23:46:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/application-profiling-performance-optimization-on-hpux/m-p/4716040#M608003</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2010-11-22T23:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Application Profiling/Performance Optimization on HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/application-profiling-performance-optimization-on-hpux/m-p/4716041#M608004</link>
      <description>the best profiler and debugging tool for c/c++ is valgrind.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://valgrind.org/info/tools.html#cachegrind" target="_blank"&gt;http://valgrind.org/info/tools.html#cachegrind&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;don't use it on production though, because it realy slows down your application when profiling, but you do get a lot of info from it. ideal during the development phase!</description>
      <pubDate>Tue, 23 Nov 2010 07:49:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/application-profiling-performance-optimization-on-hpux/m-p/4716041#M608004</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2010-11-23T07:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Application Profiling/Performance Optimization on HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/application-profiling-performance-optimization-on-hpux/m-p/4716042#M608005</link>
      <description>Dirk - valgrind et al are quite nice, I've used them from time to time with netperf.  However, since the context is HP-UX, and there is (to my knowledge) no HP-UX port (PA-RISC or Itanium) of valgrind, it won't help Vishwanath all that much :)</description>
      <pubDate>Tue, 23 Nov 2010 18:09:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/application-profiling-performance-optimization-on-hpux/m-p/4716042#M608005</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2010-11-23T18:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Application Profiling/Performance Optimization on HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/application-profiling-performance-optimization-on-hpux/m-p/4716043#M608006</link>
      <description>hmm, indeed, i never use c on HPUX so i was not aware this excellent tool isn't ported.&lt;BR /&gt;&lt;BR /&gt;still, it depends on how portable his C code is, could be developed on linux using valgrind and then compiled on hpux.&lt;BR /&gt;&lt;BR /&gt;who knows...</description>
      <pubDate>Thu, 25 Nov 2010 07:59:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/application-profiling-performance-optimization-on-hpux/m-p/4716043#M608006</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2010-11-25T07:59:03Z</dc:date>
    </item>
  </channel>
</rss>

