Pages

Thursday, June 1, 2017

How to Monitor Progress of (Copy/Backup/Compress) Data using ‘pv’ Command

When making backups, coping/moving large files on your Linux system, you may want to monitor the progress of an on going operation. Many terminal tools do not have the functionality to allow you to view progress information when a command is running in a pipe.
Show Copy/Backup/Tar File Progress Bar in Linux
Show Copy/Backup/Tar File Progress Bar in Linux
In this article, we shall look at an important Linux/Unix command called pv.
Pv is a terminal-based tool that allows you to monitor the progress of data that is being sent through a pipe. When using the pv command, it gives you a visual display of the following information:
  1. The time that has elapsed.
  2. The percentage completed including a progress bar.
  3. Shows current throughput rate.
  4. The total data transferred.
  5. and the ETA (estimated Time).
      ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
                                                    ► Read more: http://adf.ly/1n5Wp8
      ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

No comments:

Post a Comment