Skip to content

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

Notifications You must be signed in to change notification settings

ebikt/progress.pl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 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 proccess.)

About

Simple perl 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