Measure the speed of STDIN/STDOUT communication and data throughput
Measure the speed of STDIN/STDOUT communication
pipebench$ cat largefile.txt | pipebench | wc -l$ pipebench < /dev/zero | head -c 1000000 | pipebench$ pipebench | gzip | pipebench | gunzip | pipebench