<?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: slow java on Itanium 1.6GHz in SuperDome 9000? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-java-on-itanium-1-6ghz-in-superdome-9000/m-p/4210309#M326019</link>
    <description>If the application has to do everything in serial (i.e. single threaded), and you can only run one instance of it - you may as well run it on a fast (i.e. high GHz) single processor system rather than on HP-UX. To take advantage of HPUX you need to either be running multiple copies of your app or have the app multi-threaded.&lt;BR /&gt;&lt;BR /&gt;People look at big iron (like Superdomes) and think 'that will run my code fast', when really what they should be thinking is 'that will run a lot of my code'. It's a throughput vs. latency thing... the analogy I like to use is a single track road vs. a multi-lane highway. A single car might get somewhere just as fast (or even faster) on a single track road if its the only car on the road - however once there are other cars on the road, the highway will always be faster.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
    <pubDate>Wed, 04 Jun 2008 19:11:53 GMT</pubDate>
    <dc:creator>Duncan Edmonstone</dc:creator>
    <dc:date>2008-06-04T19:11:53Z</dc:date>
    <item>
      <title>slow java on Itanium 1.6GHz in SuperDome 9000?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-java-on-itanium-1-6ghz-in-superdome-9000/m-p/4210303#M326013</link>
      <description>Compare the results of a benchmark scimark2.&lt;BR /&gt;&lt;BR /&gt;My 3 GHz AMD desktop: 600&lt;BR /&gt;vPar on Itanium 2 with HP-UX 11i v2 and java 1.5.0.06: 139&lt;BR /&gt;&lt;BR /&gt;Can anyone explain the difference?&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Jun 2008 08:59:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-java-on-itanium-1-6ghz-in-superdome-9000/m-p/4210303#M326013</guid>
      <dc:creator>Everhard Faas</dc:creator>
      <dc:date>2008-06-04T08:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: slow java on Itanium 1.6GHz in SuperDome 9000?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-java-on-itanium-1-6ghz-in-superdome-9000/m-p/4210304#M326014</link>
      <description>Yes.&lt;BR /&gt;&lt;BR /&gt;A 3GHz AMD desktop if a different computer from a HP-UX vPar.&lt;BR /&gt;&lt;BR /&gt;Why would you expect them to be in any way similar?&lt;BR /&gt;&lt;BR /&gt;I don't know this benchmark (and looking at the siteb it comes from it doesn't look like its been maintained in quite some time), but I'd point you at a couple of items on the FAQ for it here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://math.nist.gov/scimark2/faq.html" target="_blank"&gt;http://math.nist.gov/scimark2/faq.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Why is my system so slow? &lt;BR /&gt;Most often, the underlying Java environment does not have a JIT (Just-In-Time) compiler. Make sure you have a recent version of the browser or Java envrironment in which SciMark is being run. &lt;BR /&gt;&lt;BR /&gt;Currently, PCs have some of the better execution environments (and hence most of the high scores) but various projects are developing even better JITs/compilers for Java. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Are the SciMark kernels multithreaded? &lt;BR /&gt;No. SciMark 2.0 focuses on single-processor performance. Multithreaded kernels may be included in future versions. &lt;BR /&gt;&lt;BR /&gt;So its a single threaded test - in that situation its not uncommon for a higher GHz CPU to be faster. Might be different if you ran 10 of these at the same time...&lt;BR /&gt;&lt;BR /&gt;You might also want to look at using jconfig:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPJCONFIG" target="_blank"&gt;http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPJCONFIG&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and jmeter:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPJMETER" target="_blank"&gt;http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPJMETER&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;to help tune your performance on HP-UX&lt;BR /&gt;&lt;BR /&gt;What (if anything) are you actually trying to determine here?&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Wed, 04 Jun 2008 13:01:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-java-on-itanium-1-6ghz-in-superdome-9000/m-p/4210304#M326014</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2008-06-04T13:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: slow java on Itanium 1.6GHz in SuperDome 9000?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-java-on-itanium-1-6ghz-in-superdome-9000/m-p/4210305#M326015</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Your comparison is not very meaningful.&lt;BR /&gt;&lt;BR /&gt;The Java compile for HP-UX is different, and its likely your desktop isn't running a bunch of virtual machines (vpar).&lt;BR /&gt;&lt;BR /&gt;If you must compare, whats the memory in the vpar, how many processors does it have?&lt;BR /&gt;&lt;BR /&gt;I would suggest:&lt;BR /&gt;1) Updating the java to the latest version which I think is update 12.&lt;BR /&gt;2) Checking the system has recommended OS patches for Java&lt;BR /&gt;3) Checking the vpar systems general patch state with the most recent bi-annual patch set being to focus.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 04 Jun 2008 13:37:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-java-on-itanium-1-6ghz-in-superdome-9000/m-p/4210305#M326015</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-06-04T13:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: slow java on Itanium 1.6GHz in SuperDome 9000?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-java-on-itanium-1-6ghz-in-superdome-9000/m-p/4210306#M326016</link>
      <description>&amp;gt;SEP: its likely your desktop isn't running a bunch of virtual machines (vpar). &lt;BR /&gt;&lt;BR /&gt;HPVM isn't the same as VPAR.  In fact, I don't think you can run HPVM on VPARs yet.</description>
      <pubDate>Wed, 04 Jun 2008 14:13:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-java-on-itanium-1-6ghz-in-superdome-9000/m-p/4210306#M326016</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-06-04T14:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: slow java on Itanium 1.6GHz in SuperDome 9000?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-java-on-itanium-1-6ghz-in-superdome-9000/m-p/4210307#M326017</link>
      <description>&amp;gt; Why would you expect them to be in any way similar?&lt;BR /&gt;Our new application is doing 99% of the time xml-parsing. The number of messages per second is too low on our Superdome, compared to the development environment on a simple laptop...&lt;BR /&gt;The current programmer told me that xml-parsing is done by a very efficient 'Woodstox' parser.&lt;BR /&gt;&lt;BR /&gt;The application is not (yet) capable of doing things in parallel; the messages should be processed in sequence...&lt;BR /&gt;&lt;BR /&gt;Besides the application, the vPar is idle. vPars are not sharing hardware resources. The target platform has 2 cores and 16GB.&lt;BR /&gt;&lt;BR /&gt;I will check the benchmark with a newer java version and OS patches for java.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; What (if anything) are you actually trying to determine here?&lt;BR /&gt;Check if the performance difference between the development- and target platform is because of the application software or the platform itself. So I tried a benchmark. Good idea?&lt;BR /&gt;&lt;BR /&gt;Thanks for the links for extra help!&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Everhard Faas</description>
      <pubDate>Wed, 04 Jun 2008 18:24:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-java-on-itanium-1-6ghz-in-superdome-9000/m-p/4210307#M326017</guid>
      <dc:creator>Everhard Faas</dc:creator>
      <dc:date>2008-06-04T18:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: slow java on Itanium 1.6GHz in SuperDome 9000?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-java-on-itanium-1-6ghz-in-superdome-9000/m-p/4210308#M326018</link>
      <description>Dennis, again, parsing my posts.&lt;BR /&gt;&lt;BR /&gt;He said vpar. Re-read my statement and try and understand it prior to a reflexive inaccurate parse.&lt;BR /&gt;&lt;BR /&gt;Everhard, &lt;BR /&gt;&lt;BR /&gt;To your new questions:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt; &amp;gt; Why would you expect them to be in any way similar?&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;OS is so very different. Apples to peanuts comparison. One sweet, one salty.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Our new application is doing 99% of the time xml-parsing. The number of messages per second is too low on our Superdome, compared to the development environment on a simple laptop...&lt;BR /&gt;The current programmer told me that xml-parsing is done by a very efficient 'Woodstox' parser.&lt;BR /&gt;&lt;BR /&gt;The application is not (yet) capable of doing things in parallel; the messages should be processed in sequence...&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;Besides the application, the vPar is idle. vPars are not sharing hardware resources. The target platform has 2 cores and 16GB.&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;Normal. Applications and I/O if any use the majority of resources on many computer systems.&lt;BR /&gt;&lt;BR /&gt;16 GB and two cores tells me its a Java patching or bug issue. Update 12 is out there for Java 1.5&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;I will check the benchmark with a newer java version and OS patches for java.&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;A real benchmark would be helpful here. I agree with this suggestion.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;&amp;gt; What (if anything) are you actually trying to determine here?&lt;BR /&gt;Check if the performance difference between the development- and target platform is because of the application software or the platform itself. So I tried a benchmark. Good idea?&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Development and production should be the same OS. Maybe not the same memory and CPU but the same OS. As a development and test environment the AMD system is invalid and potentially dangerous.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 04 Jun 2008 19:05:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-java-on-itanium-1-6ghz-in-superdome-9000/m-p/4210308#M326018</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-06-04T19:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: slow java on Itanium 1.6GHz in SuperDome 9000?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-java-on-itanium-1-6ghz-in-superdome-9000/m-p/4210309#M326019</link>
      <description>If the application has to do everything in serial (i.e. single threaded), and you can only run one instance of it - you may as well run it on a fast (i.e. high GHz) single processor system rather than on HP-UX. To take advantage of HPUX you need to either be running multiple copies of your app or have the app multi-threaded.&lt;BR /&gt;&lt;BR /&gt;People look at big iron (like Superdomes) and think 'that will run my code fast', when really what they should be thinking is 'that will run a lot of my code'. It's a throughput vs. latency thing... the analogy I like to use is a single track road vs. a multi-lane highway. A single car might get somewhere just as fast (or even faster) on a single track road if its the only car on the road - however once there are other cars on the road, the highway will always be faster.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Wed, 04 Jun 2008 19:11:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-java-on-itanium-1-6ghz-in-superdome-9000/m-p/4210309#M326019</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2008-06-04T19:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: slow java on Itanium 1.6GHz in SuperDome 9000?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-java-on-itanium-1-6ghz-in-superdome-9000/m-p/4210310#M326020</link>
      <description>&amp;gt;SEP: He said vpar.&lt;BR /&gt;&lt;BR /&gt;Exactly.  You said "virtual machine" and seemed to try to equivalence or create an analogy with VPAR.  This is not a good comparison for Integrity since one is software and the other hardware.&lt;BR /&gt;Nor I suppose for AMD.  I would suggest a better statement would be multiple cores.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Re-read my statement and try and understand it prior to a reflexive inaccurate parse.&lt;BR /&gt;&lt;BR /&gt;You didn't add any new info, so I would still be confused.&lt;BR /&gt;Basically my objection is that a virtual machine isn't the same as a virtual partition.</description>
      <pubDate>Thu, 05 Jun 2008 03:09:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-java-on-itanium-1-6ghz-in-superdome-9000/m-p/4210310#M326020</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-06-05T03:09:13Z</dc:date>
    </item>
  </channel>
</rss>

