Pipe Speed

A small program that can be put in a pipeline to monitor the rate of data being passed along

example: tar cf - . | ./pipe-speed | ( cd ../other; tar xf -; )