Effects of changing tar's -b option.
- From: "Nikolas Britton" <nikolas.britton@xxxxxxxxx>
- Date: Sat, 24 Jun 2006 20:12:56 -0700
Test Setup:
250 50MB files (13068252KB)
dd if=/dev/random of=testfile bs=1m count=50
Ethernet mtu=6500
Transferred files were wiped after every test with 'rm -r *'.
Test:
hostB: nc -4l port | tar xpbf n -
hostA: date; tar cbf n - . | nc hostB port; date
Test Results:
seconds = n
645sec. = 1024
670sec. = 512
546sec. = 256
503sec. = 128
500sec. = 128 (control)
515sec. = 96
508sec. = 64
501sec. = 20 (default)
Conclusions: Make your own.
--
BSD Podcasts @:
http://bsdtalk.blogspot.com/
http://freebsdforall.blogspot.com/
_______________________________________________
freebsd-stable@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: Effects of changing tar's -b option.
- From: Peter Jeremy
- Re: Effects of changing tar's -b option.
- Prev by Date: Re: FreeBSD 6.x CVSUP today crashes with zero load ...
- Next by Date: RELENG_6_1 unstable also ...
- Previous by thread: FreeBSD 6.x CVSUP today crashes with zero load ...
- Next by thread: Re: Effects of changing tar's -b option.
- Index(es):