Tuesday, 10. August 2010 13:36
A new Amazon Machine Image (AMI) running XLT has been made available in the EU region. Use the command line tool of version 3.3.3 to discover it. If you want to provision it manually, please refer to
- AMI ID: ami-82d1fbf6
- Name: xceptance-ubuntu-9.10-64bit-011-xlt-3.3.3.r4407
The AMI runs Ubuntu 9.10 64bit with a Sun JDK 6u20. The file limits have been bumped up to permit plenty of sockets for large tests with many users. XLT 3.3.3.r4407 runs on port 8500 and can be used directly. Make sure that your security group includes port 8500 as an open port.
Category: XLT |
Comments (0)
Saturday, 31. July 2010 20:39
Because I do not know what is the current state of the Java G1 Garbage Collector, I decided to try G1 with JDK6u20. Somehow I was disappointed because after a short moment of predictable GC performance, the entire VM stopped and some major collection was running. You can easily see that in the charts of that run. Right around 20:09:45, the threads were stopped and the entire VM behaved ugly.

So, the G1 is not yet ready for production, of course nobody stated that it is ready for production. If I read the release notes of JDK6u21 correctly, it delivers plenty of G1 changes, so I might try that soon.
Category: Java, Performance, XLT |
Comments (0)
Tuesday, 20. July 2010 17:27
I got a pretty nice link today. Check out that short article about the usual obstacles when trying or applying test automation: Why Test Automation Costs Too Much. Elisabeth covers the aspects of disconnected teams and the often practiced sharp distinction between programmers and testers pretty well.
Bottom line: the reason test automation costs so much is that it’s done in a silo far removed from the development effort.
Buffered from the consequences of design decisions that decrease testability, the developers continue to create software that’s nigh onto impossible to automate.
And isolated from the technical expertise of how the software was constructed, the test automation specialists are in a situation where they cannot help but be both inefficient and ineffective.
Enjoy reading!
Category: Links, Quotations, Testing |
Comments (0)
Tuesday, 8. June 2010 11:59
We published the article “Load Testing Web Applications – Do it on the DOM Level!” in the 10th issue of the testing magazine “Testing Experience“. This issue is all about performance testing. The article discusses our experience in web load testing on HTTP level versus HTML/DOM level.
There is a free PDF version of the magazine that requires an online registration, where your e-mail address and country are required fields.
Enjoy reading!
Category: Links, Performance, Testing, XLT |
Comments (0)
Sunday, 30. May 2010 17:00
Nati Shalom discusses in one of his latest blog entries the changes Google made to its page ranking algorithm and how it influences your Google page ranking.
Last month Google added Website speed to its site ranking algorithm: It’s Official: Google Now Counts Site Speed As A Ranking Factor… The rationale behind this move by Google is fairly straightforward:
Slow web sites lead to a poor user experience, and therefore should not appear at the top of the search list even if they contain relevant content.
This emphasizes once more the influence of performance on your daily business. A simple change to your site can now affect your entire page ranking and how users find your content. Continuous performance testing is now even more important than ever.
Category: Links, Performance |
Comments (0)
Sunday, 16. May 2010 17:02
Just read about a nice small software problem at Opera. Their latest browser is version 10, but they couldn’t continue to use the version number in the user agent string, because some web sites try to identify the agent version and fail with 2 digit version numbers. Seems to be similar to the famous Y2K problem, but now it is a BVN problem – a browser version number problem.
“…It appears that a considerable amount of browser sniffing scripts are not quite ready for this change to double digits, as they detect only the first digit of the user agent string: in such a scenario, Opera 10 is interpreted as Opera 1. This results in sites mistakenly identifying Opera 10 as an unsupported browser, thereby breaking server, as well as client-side scripts…”
Read more at Dev.Opera.
Category: Links, Software Development, Things went wrong |
Comments (0)
Tuesday, 16. March 2010 21:35
If you want to stay in touch with cutting-edge technology in terms of scalability of databases, high traffic sites, and large storage volumes, you should read these two articles on the new hstack.org blog.
Cosmin Lehene wrote two excellent articles on Adobe’s experiences with HBase: Why we’re using HBase: Part 1 and Why we’re using HBase: Part 2. Adobe needed a generic, real-time, structured data storage and processing system that could handle any data volume, with access times under 50ms, with no downtime and no data loss. The article goes into great detail about their experiences with HBase and their evaluation process, providing a “well reasoned impartial use case from a commercial user”. It talks about failure handling, availability, write performance, read performance, random reads, sequential scans, and consistency.
(via High Scalability)
Category: Java, Links, Software Development |
Comments (0)
Tuesday, 9. March 2010 15:33
Last week, we released a small update of Xceptance LoadTest – version 3.3.2. It mainly adds support for Firefox 3.6 to the XLT script recorder..
Customers of XLT can access all information regarding this release at the Xceptance Information Center. This release is also publicly available for download.
Category: XLT |
Comments (0)
Saturday, 6. March 2010 23:47
As you might have noticed, the blog language has changed. All upcoming posts are going to be in English to reach a broader audience. Old articles and tags remain in German. As soon as Wordpress 3.0 comes out and offers its promised multi-language, we might split this blog and run it bi-lingual.
Thank you for your cooperation!
Just to quote the famous sentence again.
Category: Misc |
Comments (0)
Wednesday, 3. March 2010 14:10
Heute mal wieder etwas aus der Reihe “Erfolgreiche Fehler” oder “Unsinnige Dialoge”. Gefunden im Nautilus von Ubuntu 9.10.
Category: Linux, Software, Things went wrong |
Comments (0)