tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Patches for journalling support



Here are some results from the ubiquitous "untar pkgsrc" benchmark.
Beats softdep already, nice!

softdep, noatime:

root@x40:work> time sh -c "tar -xzf /pkgsrc.tar.gz; sync"
  132.06s real     3.48s user    12.48s system
root@x40:work> time sh -c "rm -rf pkgsrc; sync"
   28.11s real     0.21s user     9.33s system

log, noatime:

root@x40:work> time sh -c "tar -xzf /pkgsrc.tar.gz; sync"
  120.51s real     3.33s user    13.12s system
root@x40:work> time sh -c "rm -rf pkgsrc; sync"
   21.41s real     0.19s user     3.16s system



Home | Main Index | Thread Index | Old Index