-
WebSphere Loves Windows: Who Knew? (9 messages)
- Posted by: Gregory Leake
- Posted on: May 15 2009 08:14 EDT
[Editor: I know this is largely an advertisement for Windows Server, but some of the benchmark data looks interesting, and you may wish to look at it and debate it.] Just how does a high-end IBM RISC system with Power6 chips and WebSphere 7 compare to running IBM WebSphere 7 on a typical Windows Server 2008 configuration in both raw performance and cost? See: http://download.microsoft.com/download/4/8/6/486B4B4F-5A87-4B5C-BEEC-455290F83274/IBMPower570_WebSphere_7_%20NET_Benchmark_WinSrv2008.pdf As usual, such benchmarks come with lots of debate. .NET results and a Capacity Planner tool, that enables testing of the same workloads on WebLogic, Oracle OC4J, WebSphere 7 and .NET is available at: http://msdn.microsoft.com/stocktraderThreaded Messages (9)
- Windows and WebSphere: Step-Brothers? by Cameron Purdy on May 16 2009 09:25 EDT
- What's with the ad hominem attack? by Uffe Seerup on May 16 2009 14:31 EDT
- Re: What's with the ad hominem attack? by Mark N on May 16 2009 09:33 EDT
- Re: What's with the ad hominem attack? by Cameron Purdy on May 16 2009 10:37 EDT
- there's lies, damned lies.. by Nathan Lee on May 17 2009 23:59 EDT
- Re: there's lies, damned lies.. by Vladimir Sosnin on May 18 2009 03:15 EDT
- What's with the ad hominem attack? by Uffe Seerup on May 16 2009 14:31 EDT
- Where's Linux in the study? by Rick Fisher on May 19 2009 13:01 EDT
- Biased Memory and Thread settings by Tamilselvan Tamilmani on May 25 2009 04:54 EDT
- Re: Biased Memory and Thread settings by Gregory Leake on May 27 2009 18:39 EDT
-
Windows and WebSphere: Step-Brothers?[ Go to top ]
- Posted by: Cameron Purdy
- Posted on: May 16 2009 09:25 EDT
- in response to Gregory Leake
Greg - Good to see that Microsoft still makes enough money off of its Windows and Office monopolies to subsidize your trolling ;-) Peace, Cameron Purdy Oracle Coherence: Data Grid for Java, .NET and C++ -
What's with the ad hominem attack?[ Go to top ]
- Posted by: Uffe Seerup
- Posted on: May 16 2009 14:31 EDT
- in response to Cameron Purdy
Please Cameron, this is below your standard. Do you really need to derail the discussion? Why? -
Re: What's with the ad hominem attack?[ Go to top ]
- Posted by: Mark N
- Posted on: May 16 2009 21:33 EDT
- in response to Uffe Seerup
Please Cameron, this is below your standard. Do you really need to derail the discussion? Why?
How can you derail something that is not moving and has no rails let alone direction. I suggest you look up Greg's past posts. -
Re: What's with the ad hominem attack?[ Go to top ]
- Posted by: Cameron Purdy
- Posted on: May 16 2009 22:37 EDT
- in response to Uffe Seerup
Please Cameron, this is below your standard. Do you really need to derail the discussion? Why?
You are probably right. I did have that inkling of a feeling that I shouldn't press submit, but .. As background, Greg's group at Microsoft once paid the parent company of TSS to write a study that showed that .NET was a zillion times faster and less expensive than J2EE, and then had it published on TSS without any information that linked it back to Microsoft. Peace, Cameron Purdy Oracle Coherence: Data Grid for Java, .NET and C++ -
there's lies, damned lies..[ Go to top ]
- Posted by: Nathan Lee
- Posted on: May 17 2009 23:59 EDT
- in response to Cameron Purdy
..and performance tuning statistics. :) Websphere loves windows so much that it has to make java seem like the usual mess that the Microsoft bunch expect. Want the pain of microsoft instead of the convenience of java: try websphere. Nathan -
Re: there's lies, damned lies..[ Go to top ]
- Posted by: Vladimir Sosnin
- Posted on: May 18 2009 03:15 EDT
- in response to Nathan Lee
Some time ago (2004?) there was Sun report about Java performance on Windows and Solaris. Java on Windows was significantly faster. Reporter, Sun employee, concluded that there are much to be done. Seems like AIX has same problems. Sorry, but I forget exact report location. -
Where's Linux in the study?[ Go to top ]
- Posted by: Rick Fisher
- Posted on: May 19 2009 13:01 EDT
- in response to Gregory Leake
The reported test environment (per the PDF) was . . . IBM Power 570 (based on Power6 Architecture) running IBM AIX 5.38 IBM Power6 cores, operating at 4.2GHz 32 GB RAM AIX 5.3 4 x 1 GB NICsHewlett-Packard C7000 Blade System with 4 HP ProLiant BL460c blades4 Hewlett Packard ProLiant BL460c blades Each blade has one Quad-Core Intel® Xeon® E5450 (3.00GHz, 1333MHz FSB, 80W) Processor Each blade has 32 GB RAM Each blade is running Microsoft Windows Server 2008/64-bit Each blade has 2 x 1 GB NICsPOINT > - Did you have 4 dual core CPU's [vs. 32 Intel Cores - across 4 blades]? Or did you have 8 Dual Core CPUs - each at 4.2 GHz [16 vs. 32]? This isn't clear and either way we already have a mismatch. POINT > - each blade (x4) had 32gig of RAM. The AIX stood solo with 32GIG. POINT > - Where is a Red Hat Linux comparison running on the same HP Blade configuration. I would be REALLY interested to see that. That's more apples to apples. -
Biased Memory and Thread settings[ Go to top ]
- Posted by: Tamilselvan Tamilmani
- Posted on: May 25 2009 04:54 EDT
- in response to Gregory Leake
WAS7 + with 2 GB of Heap ( What's the use of 32 GB RAM in P570) + with 50 web container threads( this influences the concurrent request served and thus TPS). Thread limit(500) at IBM Http Server is useless with the limited capability of web conatiner. Windows with .NET + can use the whole 32 GB of RAM available. + IIS with 400 threads ( I am not an IIS geek, but i guess this enabled the IIS to server 400 concurrent client), The servers are big, but the resources allocated to Websphere is too low Tamil -
Re: Biased Memory and Thread settings[ Go to top ]
- Posted by: Gregory Leake
- Posted on: May 27 2009 18:39 EDT
- in response to Tamilselvan Tamilmani
No, thread settings are not biased. Remember CPU utilization is near 100%; the first obvious sign of too few threads is non-saturated CPU utilization, no matter how many concurrent client requests are made. Also remember two instances of WAS (each with 50 web container threads and separate DB JDBC connection pools are running). We tested different heap sizes, different thread settings, etc...this was not done in a hurry. As with all my tests in the past and this one, I am quite confident in the results and have no desire to mislead anyone. As usual, we have offered to meet IBM in an independent lab, but no response. As for Linux, I have run and published these tests on WebSphere 6.1 on Linux and Windows Server 2008 (different hardware though); you can expect to see roughly the same perf on each platform, at least with WAS 6.1. IBM does an excellent job with their JVM for both platforms; and hence little difference when comparing same hardware. There is a misperception, however, I think, among many, that WebSphere (or WebLogic for that matter) are simply better on Solaris, AIX or Linux vs. Windows. I think also many UNIX/RISC folks somehow believe all the money for that hardware is worth it! Most Linux/open source folks know better. Really, $260,000 to get lower performance than four HP blades/Win Server 2008 costing $87,000 inclusive of WebSphere licenses? Does this not alarm anyone? For other interesting comments and my responses, see: http://blogs.msdn.com/gregleak/archive/2009/05/13/latest-websphere-7-and-net-benchmark-results-stir-debate.aspx -Greg