Category Archives: Benchmark

Analyzing the “ecological footprint” of java algorithms

When trying to optimize algorithms implemented in java, not just cputime, and memory footprint are important, but often we are interested in the amount of generated garbage. If your service is bounded by some availability agreements having a deep knowledge … Continue reading

Posted in Benchmark, Java | Tagged , , , , | Leave a comment

IO trace generation in java: experimenting with sun.misc.IoTrace

I’ve recently checked the new features in the latest release (1.7.0_40) of Oracle’s Java SE, when I stumbled upon a new class, sun.misc.IoTrace. The source of sun.misc.IoTrace can be viewed here. Its basically and “empty” class, which does nothing, and … Continue reading

Posted in Benchmark | Tagged , , , | 5 Comments

[revised] Benchmark: Rhino vs Chrome V8 on server side

It was a while ago, when I’ve created the post, titled ‘Benchmark: Rhino vs Chrome V8 on server side’. Since then, it has received a lot of critics about the measurement method, so I’ve decided to rerun the measurements: I’ve … Continue reading

Posted in Benchmark | Tagged , , , , | 1 Comment

Benchmark: Rhino vs Chrome V8 on server side

Since this post received a lot of criticism about the measurement method, I’ve created a revised version from it. Here you can continue with the old post:

Posted in Benchmark | Tagged , , , , | 13 Comments

Hyperic vs Mysql Connector/J

I’ve started to benchmark a circular replicated mysql cluster last week, and found some strange behaviour. The cluster contains 10 nodes. The storage engine is MyISAM. We mostly do writes in that cluster. The benchmark was to create a simple … Continue reading

Posted in Benchmark | Tagged , , | 2 Comments