Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 463 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 463 Bytes

progress.pl - Simple progressbar

Usage:

progress.pl pid

progress.pl command and arguments

Description:

Most programs do their operations sequentially over whole file. This tool reads /proc/pid/fdinfo/* to get position in file or device, and displays this position as well as percentage and estimated time to finish operation. (Start of operation is considered to be the start of the proccess.)