<?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 Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/3586549#M827136</link>
    <description>What is to be given as DISPLAY variable ?&lt;BR /&gt;&lt;BR /&gt;We are using HP Unix by telnet.. means on console .&lt;BR /&gt;&lt;BR /&gt;what should be set as a display??&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Error Log:&lt;BR /&gt;$ java -mx1238m -jar HPjmeter.jar&lt;BR /&gt;Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using '10.10' as the value of the DISPLAY variab&lt;BR /&gt;le.&lt;BR /&gt;        at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)&lt;BR /&gt;        at sun.awt.X11GraphicsEnvironment.&lt;CLINIT&gt;(X11GraphicsEnvironment.java:139)&lt;BR /&gt;        at java.lang.Class.forName0(Native Method)&lt;BR /&gt;        at java.lang.Class.forName(Class.java:141)&lt;BR /&gt;        at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:62)&lt;BR /&gt;        at sun.awt.motif.MToolkit.&lt;CLINIT&gt;(MToolkit.java:88)&lt;BR /&gt;        at java.lang.Class.forName0(Native Method)&lt;BR /&gt;        at java.lang.Class.forName(Class.java:141)&lt;BR /&gt;        at java.awt.Toolkit$2.run(Toolkit.java:749)&lt;BR /&gt;        at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt;        at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:740)&lt;BR /&gt;        at javax.swing.ImageIcon.&lt;INIT&gt;(ImageIcon.java:119)&lt;BR /&gt;        at javax.swing.ImageIcon.&lt;INIT&gt;(ImageIcon.java:138)&lt;BR /&gt;        at a.a.a.a.p.&lt;CLINIT&gt;(p.java)&lt;BR /&gt;        at HPjmeter.main(HPjmeter.java)&lt;BR /&gt;&lt;/CLINIT&gt;&lt;/INIT&gt;&lt;/INIT&gt;&lt;/CLINIT&gt;&lt;/CLINIT&gt;</description>
    <pubDate>Fri, 22 Jul 2005 00:09:06 GMT</pubDate>
    <dc:creator>Pinkal</dc:creator>
    <dc:date>2005-07-22T00:09:06Z</dc:date>
    <item>
      <title>Performance issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/3586536#M827123</link>
      <description>We try peace of code in JAVA. with HP-UX 11i and normal Linux 7.3 &lt;BR /&gt;&lt;BR /&gt;We got the very poor result in the HP-UX system &lt;BR /&gt;&lt;BR /&gt;Almost doble time tacken by the HP-UX than Linux.&lt;BR /&gt;&lt;BR /&gt;We are using JDK1.5&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Jul 2005 03:47:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/3586536#M827123</guid>
      <dc:creator>Pinkal</dc:creator>
      <dc:date>2005-07-20T03:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/3586537#M827124</link>
      <description>You don't say *anything* about the systems... are we talking about a 3GHz AMD opetron vs. an old PA8500...&lt;BR /&gt;&lt;BR /&gt;what does the code do... is it just processing or does it carry out IO??&lt;BR /&gt;&lt;BR /&gt;Your gonna need to give us a lot more information before we can comment on this.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Wed, 20 Jul 2005 04:11:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/3586537#M827124</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2005-07-20T04:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/3586538#M827125</link>
      <description>It is multi threaded application creating 20+ threads using extensive computation and requires IO (Flat file) opration as well.</description>
      <pubDate>Wed, 20 Jul 2005 04:28:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/3586538#M827125</guid>
      <dc:creator>Pinkal</dc:creator>
      <dc:date>2005-07-20T04:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/3586539#M827126</link>
      <description>More info required!&lt;BR /&gt;&lt;BR /&gt;What sort of system is the Linux box, how many, what type/speed CPUs?&lt;BR /&gt;&lt;BR /&gt;What sort of system is the HPUX box, how many, what type/speed CPUs?&lt;BR /&gt;&lt;BR /&gt;Do either system have any other load upon them?&lt;BR /&gt;&lt;BR /&gt;WHat about the IO subsystem - what type of disk drives, what speed etc.&lt;BR /&gt;&lt;BR /&gt;Have you run the HP app through jmeter:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hp.com/products1/unix/java/hpjmeter/index.html" target="_blank"&gt;http://www.hp.com/products1/unix/java/hpjmeter/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Have you configured your HPUX system using jconfig:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hp.com/products1/unix/java/java2/hpjconfig/index.html" target="_blank"&gt;http://www.hp.com/products1/unix/java/java2/hpjconfig/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Or you could try the java out-of--box tool:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hp.com/products1/unix/java/java2/outofbox/index.html" target="_blank"&gt;http://www.hp.com/products1/unix/java/java2/outofbox/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Wed, 20 Jul 2005 04:54:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/3586539#M827126</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2005-07-20T04:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/3586540#M827127</link>
      <description>We are using Linux 7.3 on 2.8 Ghz CPU + 512 mB rAM&lt;BR /&gt;&lt;BR /&gt;The UP Unix is having 2 CPU of same capicity..&lt;BR /&gt;&lt;BR /&gt;The Java Program that is running is same as one of my team member told u.</description>
      <pubDate>Wed, 20 Jul 2005 05:02:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/3586540#M827127</guid>
      <dc:creator>ranvirsinh</dc:creator>
      <dc:date>2005-07-20T05:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/3586541#M827128</link>
      <description>mmm so what CPUs have the 'same capacity' as the AMD ones? ARe the PA8700? PA8800? Itanium 2? PA7200?&lt;BR /&gt;&lt;BR /&gt;Type 'model' on the HPUX box to find out...&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Wed, 20 Jul 2005 05:11:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/3586541#M827128</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2005-07-20T05:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/3586542#M827129</link>
      <description>It is showing this when given 'model' command..&lt;BR /&gt;&lt;BR /&gt;9000/800/A500-7X&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Jul 2005 05:19:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/3586542#M827129</guid>
      <dc:creator>ranvirsinh</dc:creator>
      <dc:date>2005-07-20T05:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/3586543#M827130</link>
      <description>So thats a 2.8GHz x86 processor (you don't say whether its Intel or AMD) vs. a 750MHz PA8700 processor... of course the slower CPU clock speed doesn't necessarily mean a slower processor, however...&lt;BR /&gt;&lt;BR /&gt;What sort of computation? Integer or floating point&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Wed, 20 Jul 2005 05:35:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/3586543#M827130</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2005-07-20T05:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/3586544#M827131</link>
      <description>Pinkal et Raviren...&lt;BR /&gt;&lt;BR /&gt;You cannot compare a 750Mhz PARISC CPU with an Intel 2.8 Ghz CPU period. The Intel box - whatever OS it will run will simply beat the HP-UX machine in any compute-intensive tasks.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Jul 2005 06:37:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/3586544#M827131</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2005-07-20T06:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/3586545#M827132</link>
      <description>From &lt;A href="http://www.spec.org's" target="_blank"&gt;www.spec.org's&lt;/A&gt; SPEC2000 results:&lt;BR /&gt;&lt;BR /&gt;a Pentium 2.8 Ghz achieves around 1126 spec rating&lt;BR /&gt;&lt;BR /&gt;A HP A500 Workstation with 550 Mhz (which is probably what you have) only does 406.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Jul 2005 06:43:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/3586545#M827132</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2005-07-20T06:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/3586546#M827133</link>
      <description>Hi , Duncan and nelson,&lt;BR /&gt;&lt;BR /&gt;Thanks for the guidence..&lt;BR /&gt;&lt;BR /&gt;There are some issues and i want some help regarding those..i m putting it one by one.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Model command's output: 9000/800/A500-7X&lt;BR /&gt;&lt;BR /&gt;Here , does this output mean that.. it is HP9000 800 A Class model  A500???&lt;BR /&gt;what does the 7x means?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Linux is running on And 2.8Ghz x86 Intel processor. &lt;BR /&gt;&lt;BR /&gt;The output of Top command is showing only one CPU row at top.. does it mean that&lt;BR /&gt;the HP system is running on only one CPU??&lt;BR /&gt;&lt;BR /&gt;Other than Processor speed , what other hardware configuration is causing the slowness or the system?&lt;BR /&gt;how can i know acject configuratio of the system?&lt;BR /&gt;&lt;BR /&gt;At least i knw that HP Unix is runnig on 2GB (Approx ) RAM while Linux is running on &lt;BR /&gt;512 Mb Ram.&lt;BR /&gt;&lt;BR /&gt;Ask me if any more info u need to solve the issue.&lt;BR /&gt;&lt;BR /&gt;Ranvir.&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Jul 2005 22:57:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/3586546#M827133</guid>
      <dc:creator>ranvir_1</dc:creator>
      <dc:date>2005-07-20T22:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/3586547#M827134</link>
      <description>Have you tried using the tools I pointed you at in my 2nd post?&lt;BR /&gt;&lt;BR /&gt;For a Java based app, these are the best places to start...&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Thu, 21 Jul 2005 00:59:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/3586547#M827134</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2005-07-21T00:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/3586548#M827135</link>
      <description>The -7XX - I think means it probbaly has a 750Mhz CPU.&lt;BR /&gt;&lt;BR /&gt;Look no further, a 550 to 750 to 875Mhz PARISC CPU just won't stand up compared to a Pentium 2.8 Ghz cpu -- specially in compute intensive Java applications period. No amount of tweaking on your PARISC machine will be able to bring it close to the performance of your Linux/Penitum boxen.&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jul 2005 05:43:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/3586548#M827135</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2005-07-21T05:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/3586549#M827136</link>
      <description>What is to be given as DISPLAY variable ?&lt;BR /&gt;&lt;BR /&gt;We are using HP Unix by telnet.. means on console .&lt;BR /&gt;&lt;BR /&gt;what should be set as a display??&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Error Log:&lt;BR /&gt;$ java -mx1238m -jar HPjmeter.jar&lt;BR /&gt;Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using '10.10' as the value of the DISPLAY variab&lt;BR /&gt;le.&lt;BR /&gt;        at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)&lt;BR /&gt;        at sun.awt.X11GraphicsEnvironment.&lt;CLINIT&gt;(X11GraphicsEnvironment.java:139)&lt;BR /&gt;        at java.lang.Class.forName0(Native Method)&lt;BR /&gt;        at java.lang.Class.forName(Class.java:141)&lt;BR /&gt;        at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:62)&lt;BR /&gt;        at sun.awt.motif.MToolkit.&lt;CLINIT&gt;(MToolkit.java:88)&lt;BR /&gt;        at java.lang.Class.forName0(Native Method)&lt;BR /&gt;        at java.lang.Class.forName(Class.java:141)&lt;BR /&gt;        at java.awt.Toolkit$2.run(Toolkit.java:749)&lt;BR /&gt;        at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt;        at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:740)&lt;BR /&gt;        at javax.swing.ImageIcon.&lt;INIT&gt;(ImageIcon.java:119)&lt;BR /&gt;        at javax.swing.ImageIcon.&lt;INIT&gt;(ImageIcon.java:138)&lt;BR /&gt;        at a.a.a.a.p.&lt;CLINIT&gt;(p.java)&lt;BR /&gt;        at HPjmeter.main(HPjmeter.java)&lt;BR /&gt;&lt;/CLINIT&gt;&lt;/INIT&gt;&lt;/INIT&gt;&lt;/CLINIT&gt;&lt;/CLINIT&gt;</description>
      <pubDate>Fri, 22 Jul 2005 00:09:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/3586549#M827136</guid>
      <dc:creator>Pinkal</dc:creator>
      <dc:date>2005-07-22T00:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/3586550#M827137</link>
      <description>jmeter is an X Windows application, and it expects to be able to connect to a GUI - so you either:&lt;BR /&gt;&lt;BR /&gt;needs some X emulation software like Reflections X or Hummingbird Exceed or Cygwin with Xfree86 on your PC&lt;BR /&gt;&lt;BR /&gt;-or-&lt;BR /&gt;&lt;BR /&gt;presumably your linux box has a gui console running kde/gnome or the like? From the GUI, start a terminal session and enter&lt;BR /&gt;&lt;BR /&gt;xhosts +&lt;BR /&gt;&lt;BR /&gt;that will allow the HPUX box to connect to the xwindows gui on the linux box, then&lt;BR /&gt;&lt;BR /&gt;echo $DISPLAY&lt;BR /&gt;&lt;BR /&gt;this will give you the display setting for this linux box.&lt;BR /&gt;&lt;BR /&gt;now telnet to the hpux box and once at the prompt enter&lt;BR /&gt;&lt;BR /&gt;export DISPLAY=&lt;WHATEVER&gt;&lt;BR /&gt;&lt;BR /&gt;replacing &lt;WHATEVER&gt; with the setting from the DISPLAY variable on the linux box.&lt;BR /&gt;&lt;BR /&gt;You should now be able to run jmeter.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan&lt;/WHATEVER&gt;&lt;/WHATEVER&gt;</description>
      <pubDate>Fri, 22 Jul 2005 01:33:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/3586550#M827137</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2005-07-22T01:33:55Z</dc:date>
    </item>
  </channel>
</rss>

