Re: Performance versus FreeBSD 7.0

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Nick Piggin
Date: Thursday, March 6, 2008 - 5:53 am

On Tuesday 04 March 2008 10:23, Andi Kleen wrote:


In my testing, I found that Linux is a bit faster and more scalable
than FreeBSD on MySQL sysbench.

http://www.kernel.org/pub/linux/kernel/people/npiggin/sysbench/

I think since the mmap_sem madvise problem was solved, the kernel
didn't really have any further problems with this workload.

It is doing a lot of context switches, no IO, and not a lot of
real work. The DBMS runs into some scalability problems in this
workload, but to be fair it is probably not one that the MySQL
guys care about too much. But it sometimes seems a bit sloppy...
eg. a full 35% of the syscalls the MySQL server makes are failed
sched_setparam calls that are passing in invalid values.

So I don't really consider it a big victory to be slightly faster
here; nobody really noticed until this test that we had the silly
performance bug in our malloc/free paths in glibc and the kernel.

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Performance versus FreeBSD 7.0, Stephen Cuppett, (Fri Feb 29, 6:38 am)
Re: Performance versus FreeBSD 7.0, Diego Calleja, (Fri Feb 29, 7:54 am)
Re: Performance versus FreeBSD 7.0, Andi Kleen, (Mon Mar 3, 5:34 am)
Re: Performance versus FreeBSD 7.0, Nick Piggin, (Mon Mar 3, 6:04 am)
Re: Performance versus FreeBSD 7.0, Cyrus Massoumi, (Mon Mar 3, 12:02 pm)
Re: Performance versus FreeBSD 7.0, Nick Piggin, (Mon Mar 3, 12:24 pm)
Re: Performance versus FreeBSD 7.0, Cyrus Massoumi, (Mon Mar 3, 3:47 pm)
Re: Performance versus FreeBSD 7.0, Andi Kleen, (Mon Mar 3, 4:23 pm)
Re: Performance versus FreeBSD 7.0, Cyrus Massoumi, (Mon Mar 3, 10:51 pm)
Re: Performance versus FreeBSD 7.0, Nick Piggin, (Thu Mar 6, 5:53 am)
Re: Performance versus FreeBSD 7.0, Andi Kleen, (Thu Mar 6, 6:12 am)
Re: Performance versus FreeBSD 7.0, debian developer, (Thu Mar 6, 10:29 am)
Re: Performance versus FreeBSD 7.0, debian developer, (Thu Mar 6, 10:34 am)