Phillip Pearson - Second p0st

tech notes and web hackery from the guy that brought you bzero, python community server, the blogging ecosystem, the new zealand coffee review and the internet topic exchange

2003-10-9

Linux ext3fs file write performance

Noting this down so I don't forget ...

hdparm buffered read test:
    48 megs/second.

Writing small files (from Python):
    100,000 1400-byte files (133 megs) in 24 seconds.
    i.e. 4000 1K files per second.
    -- 5.5 megs/sec, but all over the place.

Writing huge files (from Python):
    1Gb in 35 seconds.
    -- 28 megs/sec.
... more like this: []