Measure throughput speed of data piped through stdin and stdout
Measure the speed of STDIN/STDOUT communication
pipebench$ cat largefile.bin | pipebench | wc -c$ pipebench < input.txt | gzip > output.gz$ ssh remote-host 'cat bigfile' | pipebench > /dev/null$ dd if=/dev/zero bs=1M count=100 | pipebench | dd of=/dev/null$ pipebench < input.iso > output.iso