Climbing the Donnerkogel Klettersteig

I just came home from a fabulous Klettersteig (I don’t know an English name for this, maybe “fixed rope route”), namely the Donnerkogel. This was a fabulous day, excellent weather, and we had a lot of fun. Here are some impressions:

Donnermandl

Start of the last stage of the fixed rope route, the “Donnermandl“, at 1920m height. This has difficulty C/D and is very exposed, but you are rewarded with fabulous views!

Donnerkogel Top

We reached the top, yay! The Big Donnerkogel has 2045m, and even though it is September already it was very warm.

Dachstein

Behind me (left guy) is the famous Dachstein, one of the most often photographed mountain from Austria.

Enjoy the View

It is beautiful on the top, it really is. You can sit there for hours and just watch and listen to nature.

This was one of my rare non-technical postings. Hope you enjoyed it!

Comprehensive Linux Terminal Performance Comparison

Linux has an abundance of excellent terminal applications. Interestingly, I could not find any decent comparison of their text display performance. Since I use the command line a lot, I want text output that is as fast as possible. When you compile a large project, you don’t want the console output to be the limiting factor.

System

Due to popular demand, here is what my test system looks like: Ubuntu 7.04, Gnome, ATI Radion Mobile 9600 with fglrx driver, and a Pentium M with 1.5 GHz.

The Benchmark

I took the burden on me to do a comprehensive comparison of the text through of all possible terminals. The benchmark is very simple, I timed displaying the whole content of RFC3261. Download the file if you want to make your own benchmarks. The benchmark is executed like this:

time cat rfc3261.txt

I have measured the time in seconds. Without further ado, I give you the results (click here for a better readable PDF version, or click the image for a larger view):




larger view


Runtime in seconds timed with time cat rfc3261.txt.

Results

These are some very interesting results:

Conclusion

So, what is the best terminal? The answer is actually quite simple:

UPDATE: Of course, the answer is actually not so simple. As some have told me, they get a quite different performance behavior on their system. I suspect that both the linux scheduler and the X scheduler has a lot to say in this issue too. So if you want to have results you can trust, you have to redo the benchmark on your machine. Fortunately, that’s simple: just cat a large file and measure the time it takes. Be sure to run it multiple times to get more accurate average numbers.

Other Remarks

I hope this is helpful in your choice of the best console.