Pipebench shows the current throughput and amount of data going through a pipe. It can be used to show the progress of a large md5sum process: cat bigfile | pipebench | md5sum.
| Tags | Communications education Testing Software Development Benchmark Monitoring Utilities |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX BSD FreeBSD NetBSD OpenBSD Linux Unix |
Recent releases


Changes: A Solaris compilation problem was fixed. The bufsize option (-b) is actually used now. A switch for skipping conversion to units (kilo, Mega, etc.) was added.


Changes: This release adds a license file, support to redirect status, and a switch for 1000-based units (as opposed to 1024).


Changes: Ported to Solaris.


No changes have been submitted for this release.
- All comments
Recent commentsA great tool
It's perfect for benchmarking programs that are normally very quite. I used it to watch the speed of dd and it works like a charm:
dd if=/dev/hdd | pipebench | dd of=/dev/hdc