EnglishFrenchSpanish

OnWorks favicon

progress - Online in the Cloud

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

This is the command progress 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


progress - Coreutils Progress Viewer

SYNOPSIS


progress [ -qdwmM ] [ -W secs ] [ -c command ] [ -p pid ]
progress -v | --version
progress -h | --help

DESCRIPTION


This manual page briefly documents the progress command.

This tool can be described as a Tiny, Dirty, Linux-Only C command that looks for coreutils
basic commands (cp, mv, dd, tar, gzip/gunzip, cat, etc.) currently running on your system
and displays the percentage of copied data.

It can now also estimate throughput (using flag -w ).

OPTIONS


-q (--quiet)
hides all messages

-d (--debug)
shows all warning/error messages

-w (--wait)
estimate I/O throughput and estimated remaining time (slower display)

-W (--wait-delay secs)
wait 'secs' seconds for I/O estimation (implies -w )

-m (--monitor)
loop while monitored processes are still running

-M (--monitor-continuously)
like monitor but never stop (similar to watch progress )

-c (--command cmd)
monitor only this command name (ex: firefox). This option can be used multiple
times on the command line.

-p (--pid id)
monitor only this numeric process ID (ex: `pidof firefox`). This option can be used
multiple times on the command line.

-i (--ignore-file file)
do not report a process for 'file'. If the file does not exist yet, you must give a
full and clean absolute path. This option can be used multiple times on the command
line.

-o (--open-mode {r|w})
report only files opened for read or write by the process. This option is useful
when you want to monitor only output files (or input ones) of a process.

-v (--version)
show program version and exit

-h (--help)
display help message and exit

ENVIRONMENT


It's possible to give permanent options using PROGRESS_ARGS environment variable. See
example below. Command line arguments take precedence over environment.

EXAMPLES


Continuously monitor all current and upcoming instances of coreutils commands

watch progress -q

See how your download is progressing

watch progress -wc firefox

Look at your Web server activity

progress -c httpd

Launch and monitor any heavy command using $!

cp bigfile newfile & progress -mp $!

Use environment variable to set permanent (multiple) arguments

export PROGRESS_ARGS='-M --ignore-file ~/.xsession-errors'

Use progress online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    QNAP NAS GPL Source
    QNAP NAS GPL Source
    GPL source for QNAP Turbo NAS.
    Audience: Developers. User interface:
    Web-based. Programming Language: C,
    Java. Categories:System, Storage,
    Operating System Ker...
    Download QNAP NAS GPL Source
  • 2
    deep-clean
    deep-clean
    A Kotlin script that nukes all build
    caches from Gradle/Android projects.
    Useful when Gradle or the IDE let you
    down. The script has been tested on
    macOS, but ...
    Download deep-clean
  • 3
    Eclipse Checkstyle Plug-in
    Eclipse Checkstyle Plug-in
    The Eclipse Checkstyle plug-in
    integrates the Checkstyle Java code
    auditor into the Eclipse IDE. The
    plug-in provides real-time feedback to
    the user about viol...
    Download Eclipse Checkstyle Plug-in
  • 4
    AstrOrzPlayer
    AstrOrzPlayer
    AstrOrz Player is a free media player
    software, part based on WMP and VLC. The
    player is in a minimalist style, with
    more than ten theme colors, and can also
    b...
    Download AstrOrzPlayer
  • 5
    movistartv
    movistartv
    Kodi Movistar+ TV es un ADDON para XBMC/
    Kodi que permite disponer de un
    decodificador de los servicios IPTV de
    Movistar integrado en uno de los
    mediacenters ma...
    Download movistartv
  • 6
    Code::Blocks
    Code::Blocks
    Code::Blocks is a free, open-source,
    cross-platform C, C++ and Fortran IDE
    built to meet the most demanding needs
    of its users. It is designed to be very
    extens...
    Download Code::Blocks
  • More »

Linux commands

  • 1
    abidw
    abidw
    abidw - serialize the ABI of an ELF
    file abidw reads a shared library in ELF
    format and emits an XML representation
    of its ABI to standard output. The
    emitted ...
    Run abidw
  • 2
    abilint
    abilint
    abilint - validate an abigail ABI
    representation abilint parses the native
    XML representation of an ABI as emitted
    by abidw. Once it has parsed the XML
    represe...
    Run abilint
  • 3
    core-cleanup
    core-cleanup
    core-cleanup - clean-up script for CORE
    DESCRIPTION: usage: core-cleanup [-d
    [-l]] Clean up all CORE namespaces
    processes, bridges, interfaces, and
    session dir...
    Run core-cleanup
  • 4
    core-daemon
    core-daemon
    core-daemon - CORE daemon manages
    emulation sessions started from GUI or
    scripts ...
    Run core-daemon
  • 5
    g++-4.9
    g++-4.9
    gcc - GNU project C and C++ compiler ...
    Run g++-4.9
  • 6
    g++-5
    g++-5
    gcc - GNU project C and C++ compiler ...
    Run g++-5
  • More »

Ad