EnglishFrenchSpanish

OnWorks favicon

pipemeter - Online in the Cloud

Run pipemeter in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command pipemeter that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


pipemeter - measure speed of data going through a pipe/redirection

SYNOPSIS


pipemeter [ -alV ] [ -s size ] [ -b block_size ] [ -m max_block_size ] [ -i interval ] [
-f infile -f infile2 ] infile infile2 ...

DESCRIPTION


pipemeter simply takes input on stdin, and redirects it to its stdout. While doing this,
it measures how fast the data is moving through it. Alternatively, with the -s parameter,
shows a progress bar as data is piped through it. All output generated by pipemeter is
written to stderr.

While running in progress mode, pipemeter will display the ETA (Estimated Time of
Arrival). When exiting, it will change this field to show the elapsed time for the
program. In rate-only mode, it will just show elapsed time.

Note that as of pipemeter 0.8, Adaptive Block Sizing is used to speed up the movement of
data through it. It will increase, or sometimes decrease, the block size in an attempt to
find the one that works best for the combination of input and output. This also helps it
deal better with, for instance, a temporarily busy disk. You can use -a to turn it off.

-s, --size size
Sets the size of the input, and turns on the progress bar.

-b, --blocksize block_size
Sets the size of blocks, in bytes, to move through the program at once. Default is
8192. A suffix of K means Kilobytes(x*1024) means Megabytes(x*1024*1024), and G
means Gigabytes(x*1024*1024*1024).

-m, --maxblock max_block_size
Sets the maxium block size for adaptive block sizing. Default is 8M.

-i, --interval interval
Specify the number of seconds between updates on the speed and/or progress bar.

-f, --file infile
infile specifies a file to be read instead of stdin. It will also automatically
turn on the progress bar if a size can be determined. Multiple occurances of -f
will read the files in the order they are specified on the cmdline, and sizes will
be added to eachother. Note that this option remains for backward compatibility, it
is far simpler to just specify the input files without options.

-F, --list listfile
specifies a file to read in the list of input files from. Each line is a path to a
file, terminated by a newline.

-r, --report
report only mode. This causes the program to suppress outputting/calculating while
running. It will print out only one line.

-a, --autooff
turn off adaptive block sizing. Sometimes ABS can use insane amounts of RAM, such
as when reading and writing to RAM disks.

-V, --version
Prints a version number and exits.

-l, --log
Turns on logging mode. Uses only newlines, no returns.

Use pipemeter online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    strace
    strace
    The strace project has been moved to
    https://strace.io. strace is a
    diagnostic, debugging and instructional
    userspace tracer for Linux. It is used
    to monitor a...
    Download strace
  • 2
    gMKVExtractGUI
    gMKVExtractGUI
    A GUI for mkvextract utility (part of
    MKVToolNix) which incorporates most (if
    not all) functionality of mkvextract and
    mkvinfo utilities. Written in C#NET 4.0,...
    Download gMKVExtractGUI
  • 3
    JasperReports Library
    JasperReports Library
    JasperReports Library is the
    world's most popular open source
    business intelligence and reporting
    engine. It is entirely written in Java
    and it is able to ...
    Download JasperReports Library
  • 4
    Frappe Books
    Frappe Books
    Frappe Books is a free and open source
    desktop book-keeping software that's
    simple and well-designed to be used by
    small businesses and freelancers. It'...
    Download Frappe Books
  • 5
    Numerical Python
    Numerical Python
    NEWS: NumPy 1.11.2 is the last release
    that will be made on sourceforge. Wheels
    for Windows, Mac, and Linux as well as
    archived source distributions can be fou...
    Download Numerical Python
  • 6
    CMU Sphinx
    CMU Sphinx
    CMUSphinx is a speaker-independent large
    vocabulary continuous speech recognizer
    released under BSD style license. It is
    also a collection of open source tools ...
    Download CMU Sphinx
  • More »

Linux commands

Ad