You are not logged in.
Pages: 1
Hi,
I would like to share with you the firsts results of the benchmarks I have done with 'many' different linux distros plus BSD distros and XP for the first test.
Prehaps, you can confirm or not, I steel open.
I'have installed the OS'es as they come - no 'tactical' optimization.
MySQL
********
My first tests were done with MySQL and a database of 1Gb (4 me is enough big).
For this test, I had to deal with the systems files too.
I made a 'simple query' and the better results were for XP (8s), next Fedora (12,7s), Ubuntu, OpenSuse and the last FreeBSD with a notable difference.
Even then probing all the different Linux/Unix filesystems (ext2, ext3, reiserfs, xfs, jfs), XP obtains the first place.
The tests I would like to do are :
- to tune the unix fs clusters sizes,
- put the database on ntfs partition because In my opinion, I think that the difference of performance is due to the system file.
3dMark under Wine+Wine-doors
*************************************
Slackware 12 - 7750 (added March 9)
OpenSuse 10.3 - 7415
Ubuntu 7.10 - 7397
Arch Core - 6281
Regarding the memory usage, Arch is the distro that uses the less memory. memory usage ordering : (Fedora>OpenSuse>Ubuntu>FreeBSD).
So, I would like to understand why Arch is not obtaining the best results because - if I understood - the binary packages are compiled for i686 ?
I hope that nobody will be felt offended, it is not my intention - just identify/understand the differences.
Regards,
Dan17
Last edited by dan17 (2008-03-09 00:25:32)
Offline
Heh, the Arch system used for the benchmark is a failure.
I need real, proper pen and paper for this.
Offline
¿All the OSs were installed in the same hard drive when you did the benchmarks?
Last edited by joephantom (2008-03-05 05:47:17)
By striving to do the impossible, man has always achieved what is possible. Those who have cautiously done no more than they believed possible have never taken a single step forward - Mikhail Bakunin
Offline
Hi,
Yes same machine, no changes.
Dan17
Offline
MySQL
********
My first tests were done with MySQL and a database of 1Gb (4 me is enough big).
For this test, I had to deal with the systems files too.
I made a 'simple query' and the better results were for XP (8s), next Fedora (12,7s), Ubuntu, OpenSuse and the last FreeBSD with a notable difference.
Even then probing all the different Linux/Unix filesystems (ext2, ext3, reiserfs, xfs, jfs), XP obtains the first place.
The tests I would like to do are :
- to tune the unix fs clusters sizes,
- put the database on ntfs partition because In my opinion, I think that the difference of performance is due to the system file.
So you had the database on one ntfs filesystem (the xp driver is probably better than ntfs-3g...)?
Were these operating systems installed concurrently, or was each installed as the only operating system at the time? harddisk read speed does fall off towards the end of the disk (higher numbered partitions).
EDIT: the 3d mark discrepancy is strange: if you use the same drivers, ubuntu should be the same as arch...
Last edited by vogt (2008-03-05 23:00:15)
Offline
Hi,
Only one OS at a time - no multiboot. All versions have been tested in the same conditions.
>EDIT: the 3d mark discrepancy is strange: if you use the same drivers, ubuntu should be the same as arch...
That's why I post:-)
A++
Dan
Offline
which wine version did you use on each? video driver?
Offline
The differences will be hidden in hundreds of patches and different software versions. Including the gcc version, gcc patches and compiler options used to compile each package. So not exactly easy to track down
Offline
The differences will be hidden in hundreds of patches and different software versions. Including the gcc version, gcc patches and compiler options used to compile each package. So not exactly easy to track down
Yep. There must be patches, Ubuntu AFAIK uses a bunch of them. I wouldn't doubt there are some to better Wine DX performance, as lot of *buntu users should use Wine to play and that stuff.
Regarding MySQL performance on XP, the test you did was mostly disk intensive. What I can think from my head is that either NTFS is faster than journalized FS from Linux (which I doubt), or your XP might give you better disk I/O than Linux because you probably installed the manufacturer driver for your motherboard on XP, while Linux might be using some generic driver.
Anyway... Arch won't top unless you tweak it. Despite being i686, I guess most configs come more default/plain than in other distros, and that gives you the difference from a fresh install.
Last edited by freakcode (2008-03-20 15:55:23)
Offline
It's not just wine, it's every package - from the kernel upwards.
Offline
My guess would be that kernel version is likely to be the biggest factor... There were big changes introduced in the 2.6.23 line of kernels (new scheduler, etc.) -- AFAIK Ubuntu (Gutsy) uses 2.6.22 kernel, not sure about Slackware, but I'd expect something similar.
Offline
Perhaps the difference is in how Ubuntu auto configures X settings compared to Arch. Could you have missed something in your X config?
Offline
i am venturing a guess here, but I wonder if the major vendors ship with default configs. You said *you* didn't do any custom configuration modifications..but make sure the configs *as shipped* are actually the same across the tests... as well as make sure the versions of each app tested are the same (or close enough).
Otherwise there is such a variance in the tests that it really is hard to get much in the way of extrapolation out of them.
"There are three kinds of lies: lies, damned lies, and statistics." -- Mark Twain
"Be conservative in what you send; be liberal in what you accept." -- Postel's Law
"tacos" -- Cactus' Law
"t̥͍͎̪̪͗a̴̻̩͈͚ͨc̠o̩̙͈ͫͅs͙͎̙͊ ͔͇̫̜t͎̳̀a̜̞̗ͩc̗͍͚o̲̯̿s̖̣̤̙͌ ̖̜̈ț̰̫͓ạ̪͖̳c̲͎͕̰̯̃̈o͉ͅs̪ͪ ̜̻̖̜͕" -- -̖͚̫̙̓-̺̠͇ͤ̃ ̜̪̜ͯZ͔̗̭̞ͪA̝͈̙͖̩L͉̠̺͓G̙̞̦͖O̳̗͍
Offline
Hi,
Regarding 3DMark, I m pretty sure having the same config for Xorg. The main difference can come from the kernel version (and the scheduler).
So, the remark regarding the hd controler driver for the mother board is a good point. I'll investigate this subject.
Regarding, the Mark Twain citation, I agree but ly was not my goal - just open a debate and "investigate"
Regards;
Offline
Pages: 1