Re: Performance Results for Ingo's O(1)-scheduler

Ryan Cumming (bodnar42@phalynx.dhs.org)
Mon, 21 Jan 2002 20:16:28 -0800


On January 21, 2002 19:55, Adam Keys wrote:
> I'm curious about the performance of the 4-way and 8-way systems. I know
> nothing about this benchmark. IIRC correctly it simulates chat clients
> connecting to a server and talking to each other. Is it a CPU, memory, or
> disk bound benchmark? What is causing the 4-way machines to be only 2x the
> performance of the 1-way machine and the 8-way machines to be < 3x the
> performance? Is the system bus the limiting factor on those machines?

Memory bus, lock contention, syncronization issues. SMP really isn't as
magical as people think after the overhead is taken in to account.

-Ryan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/