Re: Minutes from 10/1 LSE Call

From: Jeff Garzik
Date: Thu Oct 02 2003 - 14:11:12 EST


insecure wrote:
That sounds reasonable, but today's RAM throughput is on the order
of 1GB/s, not 100Mb/s. 'Out of L1' theory can't explain 100Mb/s ceiling
it seems.


cp(1) data, at least, will never ever be in L1. Copying data you need to look at the ends of the pipeline -- hard drive throughput, PCI bus bandwidth, FSB bandwidth, speed at which ext2/3 allocates blocks, and similar things are likely bottlenecks.

You'll never hit RAM bandwidth limits, unless your copies are extremely tiny, and entirely in L2 or pagecache.

Jeff



-
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/