On 18 Jan 2007, Bill Davidsen spake thusly: > ) Steve Cousins wrote: >> time dd if=/dev/zero of=/mount-point/test.dat bs=1024k count=1024 > That doesn't give valid (repeatable) results due to caching issues. Go > back to the thread I started on RAID-5 write, and see my results. More > important, the way I got rid of the cache effects (beside an unloaded > systems) was: > sync; time bash -c "dd if=/dev/zero bs=1024k count=2048 of=/mnt/point/file; sync" > I empty the cache, then time the dd including the sync at the > end. Results are far more repeatable. Recent versions of dd have `oflag=direct' as well, to open the output with O_DIRECT. (I'm not sure what the state of O_DIRECT on regular files is though.) -- `The serial comma, however, is correct and proper, and abandoning it will surely lead to chaos, anarchy, rioting in the streets, the Terrorists taking over, and possibly the complete collapse of Human Civilization.' - To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html