Alternatives to Pipe Viewer

A terminal tool, pv, that shows progress, throughput and time remaining for data in a pipeline. The listings below can replace it for an important use case. Each note says what changes if you switch.

The original

Replacements

Listings that take over the same core job as Pipe Viewer.

  • progress

    A small command that shows the progress of running cp, mv, dd, tar and similar coreutils commands.

    progress shows estimated time and throughput for already running cp, mv, dd and tar commands instead of sitting in a pipeline, and it only tracks a fixed set of commands.

Similar software

Related functionality, not a direct replacement.