progress
progress
progress measures the speed and progress of ongoing commands (For instance, file copy command cp).
Install
sudo apt install progressUsage
Run progress in the terminal.
Watch all processes:
watch progress -qLaunch and monitor any heavy command
cp bigfile newfile & progress -mp $!Last updated on