pv ("Pipe Viewer"), a terminal-based tool for monitoring the progress of data through a pipeline. It can be inserted into any normal pipeline between two processes to give a visual indication of how quickly data is passing through, how long it has taken, how near to completion it is, and an estimate of how long it will be until completion.
Homepage
Download
Recent Releases
1.8.1221 Jul 2024 03:15
minor bugfix:
: correct the detection of output block device size that was broken in 1.8.10.
: do not treat a zero/interrupted write as an end of file (pull requests and.
1.8.1016 Jun 2024 20:25
minor feature:
Feature: new "`--output`" option to write to a file instead of standard output (pull request supplied by xmort.
1.8.922 Apr 2024 12:32
minor bugfix:
feature: new "--si" option to display and interpret size suffixes in multiples of 1000 rather than 1024 (pull request #85) supplied by kevinruddy
fix: continue producing progress output when the output is blocking writes (#34, #86, #87)
fix: honour the TMPDIR / TMP environment variables again, rather than hard-coding "/tmp", when using a terminal lock file (originally removed in 1.8.0) (#88)
i18n: corrections and missing strings added to French translations (pull request #83) supplied by Thomas Bertels
|