public inbox for cygwin-announce@cygwin.com
 help / color / mirror / Atom feed
* Updated: pv-1.3.9-1
@ 2012-12-04 15:16 Aaron Schneider
  0 siblings, 0 replies; only message in thread
From: Aaron Schneider @ 2012-12-04 15:16 UTC (permalink / raw)
  To: cygwin-announce

pv 1.3.9-1 version has been uploaded to Cygwin, will be available 
shortly on mirrors.

Pipe Viewer - is 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.
Additional support is available for multiple instances working
in tandem, to given a visual indicator of relative throughput
in a complex pipeline


Example usage:

* live ssh network throughput test
yes | pv | ssh $host "cat > /dev/null"

* Limit the transfer rate of a pipe with pv
pv /dev/urandom -L 3m -i 0.3 > /dev/null

* Limit the transfer rate and size of data over a pipe
cat /dev/urandom | pv -L 3m | dd bs=1M count=100 iflag=fullblock > /dev/null


Changelog from 1.3.4:

- allow --format parameters to be sent with --remote
- configure option --disable-ipc
- added tests for --numeric with --timer and --bytes
- added tests for --remote
- new --pidfile option to save process ID to a file
- integrated patch for --numeric with --timer and --bytes (Sami Liedes)
- removed signalling from --remote to prevent accidental process kills
- new --format option (originally Vladimir Pal / Vladimir Ermakov)

Website: http://www.ivarch.com/programs/pv.shtml

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-12-04 15:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-04 15:16 Updated: pv-1.3.9-1 Aaron Schneider

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).