pipebench(1) | pipebench(1) |
pipebench - Shows speed of stdin/stdout communication
pipebench [ -ehqQIoru ] [ -s file | -S file ] [ -b bufsize ]
Measures the speed of stdin/stdout communication.
Benchmark and show progress of backup
# (cd /home/; tar cf - .) | pipebench | (cd /mnt/backup/; tar xf -)
A number to brag to your friends about
$ dd if=/dev/zero bs=80k count=60k 2> /dev/null | pipebench -q >
/dev/null
No known bugs... yet.
Pipebench was written by Thomas Habets <thomas@habets.pp.se>
18th Apr, 2003 | pipebench |