On Fri, Jul 14, 2006 at 05:20:00PM +0800, etalk etalk wrote:
>    I did some test about io performance of bsd6.1 and bsd5.3 on amd64 
> machine , and i didn't see any obvious performance's improvement .
>    Is there anybody know how about the performance improvement of bsd6.1 
> when comparing to bsd5.3 on amd64 machine, and is there any tools that can 
> let me see the improvement.

The difference is that in 6.x it is no longer locked by Giant, meaning
that concurrent operations can be performed concurrently instead of
being explicitly serialized.  This is particularly noticeable if there
are other tasks also competing for the Giant lock, such as your disk
driver.

See

  http://www.bsdcan.org/2006/papers/FilesystemPerformance.pdf

for more details.

Kris

Attachment: pgp4BwoRPm2ha.pgp
Description: PGP signature

Reply via email to