Ensuring That 2.6 Will Perform Better Than 2.4
Jeremy Andrews writes "Con Kolivas, a practicing doctor in Australia, has written a benchmarking tool called ConTest which has proven to be tremendously useful to kernel developers, having been designed to compare the performance of different versions of the Linux kernel. In this interview on KernelTrap he explains the project, noting that "a good 2.5 kernel (and that's not all of them) feels faster than 2.4 in most ways and this bodes well for 2.6." Also discussed is his high performance -ck patchsets, adding performance to the 2.4 stable kernel with the O(1) scheduler, kernel preemption, low latency, compressed caching and more..."
So download away and start testing!
BD Phone Home!
Shameless plug. Like you weren't expecting it.
"compressed caching offers nothing to machines with heaps of ram",
If memory transfer and access speed is causing a bottleneck then well designed compressed caching can give a good performance increase by decompressing into the cpu cache.
Streems with small blocks would probably give the best performance increases.
thank God the internet isn't a human right.
I'm very grateful that this guy took the time out of his busy schedule to quantify what every Linux user has suspected for a long time - CPU performance degradation during heavy IO. I have always felt that Linus put too much emphasis on pure CPU-bound tasks and that's why he resisted raising HZ above the ridicously low value of 100 for so long - to the detriment of desktop applications. Hopefully this a start of a trend to create a more universal general purpose kernel for interactive desktops, web servers and number crunchers.
As a Linux newbie I don't really understand what that comment means.
Is it that some versions of the Kernel are better or worse than others (e.g 2.5.2 is better than 2.5.3)?
Or does it mean that some distros of Linux (even with the same kernel version) are better or worse than others depending on how the kernel was patched, built and configured by the supplier?
Political Correctness is doubleplusungood.
Why have a GP kernel, Linux comes in source code form, you should be able to have a taylored kernel give the best performance for you uses.
You could even stat the kernel and do a rebuild with what the stats say is best for you usage pattern.
thank God the internet isn't a human right.
"Con Kolivas, a practicing doctor in Australia, has written a benchmarking tool called ConTest which has proven to be tremendously useful to kernel developers..."
Let me guess, he cooks too. Ladies this is your man.
> After applying each patch I had to sort out the problems with each merge and found that looking at
> the code it made a lot of sense to me and I could sort out the problems - mind you I can't program in C at all.
> Look at the code for long enough and you start understanding what it is doing.
C is great! Even doctors can read it and fix the bugs!