- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Java performance on HP-UX (11iR1&2)
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2007 01:35 AM
01-23-2007 01:35 AM
Java performance on HP-UX (11iR1&2)
We have carried out some tests on our local LAN using Windows XP , LINUX and HPUX.
We have found that HPUX performance with JAVA is so bad that we feel we must be doing something wrong.
We have tested a small app ( no graphics ) that bubble sorts 5000 values and the platforms are:
Windows XP P4 2.8GHz time .1secs
Linux P3 1GHz time .3secs
HP9000 L3000 dual proc (8Gb RAM) 20 seconds (300 users running)
HP9000 A500 single proc (2Gb RAM) 10secs ( 1 user running)
HPjconfig assures that all patches etc installed.
What is wrong ?
- Tags:
- Java
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2007 01:55 AM
01-23-2007 01:55 AM
Re: Java performance on HP-UX (11iR1&2)
A few things.
The A500 is not a very strong machine.
The L3000 with 300 users may just be overloaded.
Java performance has been a constant problem for me as well.
I would not belive the JPconfig utility as far as patching goes.
I would pick a stable version of java from http://www.hp.com/go/java and install it.
I would manually verify that all patches are isntalled with the swlist utility.
Lastly I'd make sure teh system in general had a recent bi-annual patch update and the kernel was tuned to permit sufficent number of processes, number of open files and such.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2007 03:03 AM
01-23-2007 03:03 AM
Re: Java performance on HP-UX (11iR1&2)
What you will find though, is that if you re-run your Java app a second time immediately, it will be slightly faster to load.
Don't compare the times of an A500 with a PC, the PC will always win, whether Linux or Windows. I have even found a PC to be faster than a 32-way Superdome (32 cpus @ 1.1Ghz) running Java.
To run your app over a WAN, I recommend using VNC to set up a local X screen to run the app onto and effectively remote-X via VNC client on a remote PC. You can tunnel VNC over ssh with Exceed or PuTTY.
- Tags:
- VNC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2007 03:44 AM
01-23-2007 03:44 AM
Re: Java performance on HP-UX (11iR1&2)
Thank you for th efeedback and enjoy your points. I am happy we are not apparently doing anything wrong and we will attempt a different approach.
Regarding VNC as a solution - the problem with this is that screen refresh is an issue but as the JAVA performance is so bad we will have to resort to using Microsloth except in this case HPUX is the sloth !
Cheers
Gordon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2007 12:37 PM
01-23-2007 12:37 PM
Re: Java performance on HP-UX (11iR1&2)
Java on old, slow PA is going to be slow, but three orders of magnitude seems a bit much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2007 08:12 PM
01-23-2007 08:12 PM
Re: Java performance on HP-UX (11iR1&2)
To be Frank we haven't even got to the network yet , the test figures were from a standalone bubble sort program which is why I am concerned.
I expect the PA box to be slower than the PC but the up side is that the PA will support multiple instances of the app; whereas the performance PC will degrade rapidly.
Regards
Gordon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2007 09:33 PM
01-23-2007 09:33 PM
Re: Java performance on HP-UX (11iR1&2)
Apparently the garbage collection in the HP-UX port of Java was the cause, although it may have been improved since I saw the particular problem. (If this is the issue, then rewriting the app to overcome it will give you an extra bonus in speed on all platforms.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2007 09:48 PM
01-23-2007 09:48 PM
Re: Java performance on HP-UX (11iR1&2)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2007 01:14 AM
01-24-2007 01:14 AM
Re: Java performance on HP-UX (11iR1&2)
This is a feature of all WANs such that applications must use alternate display methods. Character displays will always outperform GUIs in WAN situations.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2007 06:09 AM
01-24-2007 06:09 AM
Re: Java performance on HP-UX (11iR1&2)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2007 08:02 PM
01-24-2007 08:02 PM
Re: Java performance on HP-UX (11iR1&2)
Thanks fo rthe reply , yes we are aware of the issues of X over the LAN but the problem at the moment is that our non GUI test app is 1-200 times slower on HP-UX than Windoze/Linux.
I would qualify the CUI app performance being better than GUI - we do actually have a GUI app that outperforms a CUI !
Rick,
Thanks fo rthat but the idea of JAVA surely is write once run anywhere and at .1 secs on Windoze I think it is probably written ok.
The X/HPUX solution is not my preferred solution and I think it will eventually have to be Windows Terminal Server and RDP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2007 04:46 AM
01-25-2007 04:46 AM
Re: Java performance on HP-UX (11iR1&2)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2007 08:41 PM
01-25-2007 08:41 PM
Re: Java performance on HP-UX (11iR1&2)
Don't get me wrong, I like Java, but there are differences between implementations. I assume that you're comparing the performance of the same version (1.x...) of Java on the two platforms?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2007 10:33 PM
01-25-2007 10:33 PM
Re: Java performance on HP-UX (11iR1&2)
With proper version of Java and proper patching overall the PA-RISC box is going scale better than the windows boxes.
Java itself is very inefficient with resources and large amounts of memory will be required.
I really think the L2000 has more than enough RAM unless its already used up by oracle or something.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com