Hacker News new | ask | show | jobs
by rlpb 1127 days ago
You can attach pv to an existing process. IIRC it's the -p option.
1 comments

-p is same as "--progess":

https://linux.die.net/man/1/pv

Ah, it was -d I was thinking of. Anyway, the point is that you can run pv retrospectively just fine while your slow command is running.