Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
8 lines
289 B
Text
8 lines
289 B
Text
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.
|
|
|
|
WWW: http://www.habets.pp.se/synscan/programs.php?prog=pipebench
|
|
|
|
- Michael L. Hostbaek
|
|
mich@FreeBSD.org
|