On Fri, May 11, 2001 at 12:23:09AM +0200, Daniel Podlejski wrote:
> 
> ext2:
> 
> root@witch:/mobile:# time tar xzf /arc/test.tar.gz

If /arc is not on a different hd it is probably a good idea to make 
sure test.tar.gz is small enough to fit into memory and has been read
at least once to be cache hot (that was the case with my test tar). 
Otherwise you're testing how fast the hd can seek between the two places 
and how far XFS and ext2 are away, and both are not very interesting.


-Andi

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

Reply via email to