X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 X-Spam-Check-By: sourceware.org X-SWARE-Spam-Status: No, hits=-0.5 required=5.0 tests=BAYES_05,FREEMAIL_FROM,MSGID_FROM_MTA_HEADER,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE X-EIP: [kwqp0PDF7vj7aeZbpP5VPCq1xnlzroYx] Message-Id: Date: Tue, 4 Dec 2012 16:09:33 +0100 From: Aaron Schneider User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: [ANNOUNCEMENT] Updated: pv-1.3.9-1 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Reply-To: cygwin AT cygwin DOT com Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple