Skip to content

Simple utility to measure progress of operation based on filedescriptor position from /proc/$PID/fdinfo/

Notifications You must be signed in to change notification settings

natmaka/progress.pl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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 process.)

See also

About

Simple utility to measure progress of operation based on filedescriptor position from /proc/$PID/fdinfo/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 69.8%
  • Perl 30.2%