Re: lockmeter

From: Ingo Molnar
Date: Sun Jan 28 2007 - 14:29:23 EST



* Bill Huey <billh@xxxxxxxxxxxxxxxxx> wrote:

> > ISTR we still thought dcache scalability was a significant problem
> > last time anyone looked at it seriously - just never got fixed.
> > Dipankar?
>
> My lock stat stuff shows dcache to a be a problem under -rt as well.
> [...]

yeah, it shows up frequently, but it's hard to fix.

for a well-cached kernel rebuild on a system with lots of RAM and lots
of CPUs, files_lock is the leading lock. (because the dcache is mostly
populated already) files_lock is even more of a problem for workloads
that do lots of open()/close() [Apache comes to mind].

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