benchmarks
How fast is your disk?
Submitted by admin on Tue, 2007-01-16 00:23
With a little bit of torturing, and some fun on the way, find out how fast your hard disk drive really is.
Introduction
1-Terabyte hard disk drives are slowly coming to the market, so I suppose we can't complain that we don't have enough space to save (the ever increasing amount of) our precious data. But, it's also a known fact that although disk storage capacities are improving at an impressive rate, disk performance improvements are occurring at a rather slower rate. Unfortunately, larger disk doesn't always mean faster disk. What follows is an explanation of two techniques for measuring disk performance in Linux.
- 158 comments
- Read more
- 222430 reads
Finally user-friendly virtualization for Linux
Submitted by admin on Wed, 2006-12-27 13:02The upcoming 2.6.20 Linux kernel is bringing a nice virtualization framework for all virtualization fans out there. It's called KVM, short for Kernel-based Virtual Machine. Not only is it user-friendly, but also of high performance and very stable, even though it's not yet officialy released. This article tries to explain how it all works, in theory and practice, together with some simple benchmarks.
- 65 comments
- Read more
- 228915 reads
First benchmarks of the ext4 file system
Submitted by admin on Sat, 2006-10-21 18:07Seeing that the development of the ext3 file system successor has started, and that Andrew Morton has released mm patch containing ext4 file system, I decided to run some simple benchmarks, even in this early stage of development.
Because the mm patch also contains Hans Reiser's reiser4 file system, I decided to run benchmarks against it, too, for a good measure. Let me once again remind that both ext4 and reiser4 are still in development, while ext3 has been in production for many years, so take all the results below with a grain of salt.
- 40 comments
- Read more
- 217886 reads
GeForce vs Radeon on Linux review
Submitted by admin on Sun, 2006-07-16 14:51Tom's hardware has put up a great review of GeForce and Radeon video cards on Linux. ATI Radeon X1900 XTX and NVIDIA GeForce 7800 GTX were used as test cards.
They installed drivers for each card on the Fedora Core 5 Linux distribution, commented on the available configuration utilities and finished the review with benchmarks of both cards in the Unreal Tournament 2004 (using the UMark utility).
- Add new comment
- Read more
- 2424 reads
How to optimize PostgreSQL database size
Submitted by admin on Thu, 2006-06-15 03:53
PostgreSQL is a powerful, open source relational database system. It has more than 15 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and correctness.
One of the PostgreSQL's most sophisticated features is so called Multi-Version Concurrency Control (MVCC), a standard technique for avoiding conflicts between reads and writes of the same object in database. MVCC guarantees that each transaction sees a consistent view of the database by reading non-current data for objects modified by concurrent transactions. Thanks to MVCC, PostgreSQL has great scalability, a robust hot backup tool and many other nice features comparable to the most advanced commercial databases.
- 20 comments
- Read more
- 66535 reads
The adaptive readahead patch benchmark
Submitted by admin on Mon, 2006-05-29 16:41One of the more interesting patches for the linux kernel lately has been Wu Fengguang's adaptive readahead patchset, currently at version 12. Talking about its performance benefits Wu says: "besides file servers and desktops, it is recently found to benefit postgresql databases a lot.".
So I decided to do a simple benchmark to see what difference would adaptive readahead make in my case. The idea was to test a very simple database query (random select) to the PostgreSQL database and see how it performs through time (while the memory is being primed with data from disk).
- 8 comments
- Read more
- 11538 reads

Recent comments
2 days 2 hours ago
4 days 12 hours ago
4 days 19 hours ago
1 week 16 hours ago
1 week 17 hours ago
1 week 22 hours ago
1 week 2 days ago
1 week 2 days ago
1 week 2 days ago
1 week 2 days ago