Pipebench shows the current throughput and amount of data going through a pipe. It can be used to show the progress of a large md5 process: cat bigfile | pipebench | md5
Pipebench shows the current throughput and amount of data going through a pipe. It can be used to show the progress of a large md5 process: cat bigfile | pipebench | md5
To install pipebench, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pipebench
To see what files were installed by pipebench, run:
port contents pipebench
To later upgrade pipebench, run:
sudo port selfupdate && sudo port upgrade pipebench
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.