Comments on: How to Monitor Progress of (Copy/Backup/Compress) Data using ‘pv’ Command https://www.tecmint.com/monitor-copy-backup-tar-progress-in-linux-using-pv-command/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Mon, 24 Jun 2024 08:45:04 +0000 hourly 1 By: Ravi Saive https://www.tecmint.com/monitor-copy-backup-tar-progress-in-linux-using-pv-command/comment-page-1/#comment-2183640 Mon, 24 Jun 2024 08:45:04 +0000 http://www.tecmint.com/?p=15982#comment-2183640 In reply to Tom.

@Tom,

It can be frustrating when basic features like progress tracking aren’t built into Linux tools by default. Using tools like `pv` helps, but I agree, having more built-in functionalities would be more convenient.

The need to write or analyze code for basic tasks can indeed feel like a waste of time.

]]>
By: Tom https://www.tecmint.com/monitor-copy-backup-tar-progress-in-linux-using-pv-command/comment-page-1/#comment-2183637 Mon, 24 Jun 2024 08:39:13 +0000 http://www.tecmint.com/?p=15982#comment-2183637 I actually cannot understand why tracking progress is not a default crucial feature of every tool made for Linux. You always need workarounds like `pv` (pipe viewer) and other existing solutions.

By the way, I dislike that many basic features in Linux require writing your own code or searching for one on the internet. The problem is, I have to analyze that code first because I don’t want to run any code without knowing what it does. It’s a total waste of user time.

]]>
By: red https://www.tecmint.com/monitor-copy-backup-tar-progress-in-linux-using-pv-command/comment-page-1/#comment-1325177 Sun, 05 Apr 2020 23:58:08 +0000 http://www.tecmint.com/?p=15982#comment-1325177 Can you explain pv with cp command? I can’t seem to get it working.

]]>
By: xrkr https://www.tecmint.com/monitor-copy-backup-tar-progress-in-linux-using-pv-command/comment-page-1/#comment-1033708 Sat, 08 Sep 2018 06:03:25 +0000 http://www.tecmint.com/?p=15982#comment-1033708 In reply to Aaron Kili.

Hello Aaron/Kk,

Was there any conclusion? We observed a similar lag while using pv command to transfer the files over the p2p network. The pv command didn’t return to the command prompt quickly while over the LAN it was quick.

]]>
By: Aaron Kili https://www.tecmint.com/monitor-copy-backup-tar-progress-in-linux-using-pv-command/comment-page-1/#comment-1003914 Mon, 11 Jun 2018 15:28:48 +0000 http://www.tecmint.com/?p=15982#comment-1003914 In reply to kk.

@kk

This is quite interesting! We have to investigate this further, to come up with a solid conclusion. Many thanks for sharing this concern.

]]>