> > c0142840 create_bounce 378 1.1250
> > c0142540 bounce_end_io_read 332 0.9881
.. snip..
>
> Forgive my complete ignorane about TPC-C... Why do you have so much
> idle time? Are you I/O bound? (with that many disks, I sure hope not
> :) ) Or is it as simple as leaving profiling running for a bit before
> or after the benchmark was run?
The calls to create_bounce and bounce_end_io_read are indications that
some of your IO is being bounced and will not be running a peak
performance.
This is avoided by using the highmem IO changes which I believe are not
in the standard RH kernel. Unknown if that would address your idle time
question.
-andmike
-- Michael Anderson andmike@us.ibm.com- 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/