

I checked that ZFS compression improves the IO perf when copying a large file and I now want to measure the impact on power consumption
[Read More] 

I checked that ZFS compression improves the IO perf when copying a large file and I now want to measure the impact on power consumption
[Read More]
A big thank you to everyone who attended the Java Professional Day in Langen. Here's my JavaFX material as promised:
[Read More] 

I did a quick check about what ZFS compression brings in terms of IO performance and I also measured the impact on power consumption - a good opportunity to familiarize with the OpenSolaris Power Management. This article describes my experiment and provides the results.
[Read More]Jeff Victor has published zonestat as an OpenSolaris.org project. It's allows to monitor resources at a zone level including limits (caps). zonestat is a very useful utility for users who deal with zone based virtualisation. Details are covered in the Solaris Performance Primer,
[Read More]As posted before: perfbar 1.2 is now final. Read the previous entry to get perfbar 1.2. Key features:
Wang Yu from Sun ISV-Engineering published a great article named "Scaling your Java EE Application" which explains the fundamentals to create scaling Web applications with Java. The article describes the fundamentals which need to be applied after scalability bottle necks have been identified with jstack or the more comfortable Netbeans profiler. An excellent reading for everyone who wants to make a web application ready for the next generation of Chip-Multi-Threading (CMT) systems like the T2.
The article nicely complements the performance oriented work of ISV-Engineering which helps identifying and removing bottle necks on the system side. Wang Yu's article explains how to scale the application once the system bottle necks have been removed.