Ubuntu 10.04 Is Off To A Poor Performance Start

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • walkeer
    replied
    weird HW used

    First of all, thank you very much for your efford in linux testing and benchmarking, I finally found great server that cares about linux benchmarks.
    Just one question: why you run this test on overclocked CPU and very small and very slow HDD? I dont say that using some "normal" and fast HDD like WD WD6400AAK would produce totally different results, but combination of very fast overclocked CPU and very slow HDD is a little bit weird in my opinion.

    Leave a comment:


  • Jimbo
    replied
    Ubuntu 10.04 Is Off To A Poor Performance Start

    The title is alarmist!!

    EXT3 or EXT2 or XFS or BTRFS or ... + nvidia or intel gfx drivers = Good performance

    The exception, ext4 (with barriers) and ati drivers (open source).

    Leave a comment:


  • PerfMonk
    replied
    Just some precisions,

    I reported the journal as being corrupted : I was wrong.
    This is the FileSystem that can get corrupted even if the journal is not. Let me explain... The new drives will try to optimise drive access by ordering writes physically close together. If you have let say 3 writes to do, then the number 3 can be written before the number 2 because it is physically closer to actual position of the head. This does not play well with a journaling filesystem. You have to write something first in the journal and then wite to the disk. But if for optimisation the write to a bloc of a file is written before the actual write of the journal and if the system lose power in between those 2 writes, your filesystem can become inconsistent even if EXT4 has a journal and a checksum to validate the journal content. This is your filesystem that become incorrect, your journal has never seen this change you did...

    I'm sure that Mr. T'so and all the EXT4 guys are working hard to correct this ASAP (see http://git.kernel.org/?p=linux/kerne...60256d1d726fdc)

    Regards,

    BT

    Leave a comment:


  • kraftman
    replied
    Originally posted by cliff View Post
    "the current stable release, Ubuntu 9.10."
    I would hardly call Karmic Koala stable!!
    Half the time my sound pops and crackles the other half of the time I get no sound.
    I was trying to use the Gimp the other day and my system totally crashed. Multiple times.
    The manual eject button on my DVD drive no longer works.
    Transmission, Sauerbraten and others hang on exit and I have to kill X server.
    I think it is high time Ubuntu ditches the 6 month release cycle and does some heavy testing between releases!
    Better check if your hardware is stable. This manual eject button works in Kubuntu and afaik didn't work in Ubuntu since release (it's probably DE problem or something - in KDE there's a service running which let you to eject your DVD manually). Btw. Kubuntu is rock stable here, so like I said it can be something with your hardware.

    Leave a comment:


  • kraftman
    replied
    Originally posted by hax0r View Post
    Who is exactly affected by ext4 bug? I'm using "data=writeback,noatime,nodiratime" options.
    It's not a bug.
    Last edited by kraftman; 10 December 2009, 03:05 AM.

    Leave a comment:


  • movieman
    replied
    Originally posted by Ant P. View Post
    Giving a useful level of data integrity without running slower than molasses has been done too - ext3 does it.
    Not exactly: as I understand it one of the biggest performance problems with Linux currently is that an fsync() on ext3 to flush a two-byte file to disk will flush every single byte of cached write data for every single file that's being written to out to disk before it complete... so that two-byte flush might result in 100+MB of writes to multiple different locations on the disk.

    Ultimately, getting good performance and reliable data storage at the same time is hard.

    Leave a comment:


  • hax0r
    replied
    Originally posted by PerfMonk View Post
    YOU ARE AFFECTED!

    Originally posted by PerfMonk View Post
    You have to add ",barrier=1" to your options.
    Otherwise there is a big performance penalty.
    Thanks! I should start reading lkml.org . Maybe it's time for reiser4, but it looks like it's not going to get merged into 2.6.33. Btw, welcome to phoronix.org

    Leave a comment:


  • cliff
    replied
    9.10 is stable??

    "the current stable release, Ubuntu 9.10."
    I would hardly call Karmic Koala stable!!
    Half the time my sound pops and crackles the other half of the time I get no sound.
    I was trying to use the Gimp the other day and my system totally crashed. Multiple times.
    The manual eject button on my DVD drive no longer works.
    Transmission, Sauerbraten and others hang on exit and I have to kill X server.
    I think it is high time Ubuntu ditches the 6 month release cycle and does some heavy testing between releases!

    Leave a comment:


  • Ant P.
    replied
    Originally posted by PerfMonk View Post
    Do we need a journal for the journal ??? Ask the EXT4 guys they must be pulling out their hairs right now!!!
    Or ask the rfs4 guys, they must be laughing at the ext4 ones right now. Recovering a filesystem correctly from a software crash is a solved problem. Giving a useful level of data integrity without running slower than molasses has been done too - ext3 does it. I don't know how these guys managed to screw a formerly good filesystem up so badly.

    Leave a comment:


  • joshuapurcell
    replied
    I don't know how useful benchmarks are for the initial alpha versions of distributions. I would fully expect that speed of bootup is the least of the team's worries at this point. The team has put it in the spotlight yes, but bootup speed is not something that just happens when you throw everything together and once they have the right components then they can start worrying about speed.

    Leave a comment:

Working...
X