Hello
I have started a dd clone
And it keeps running for quite a while now. And I'd like to estimate if the process is still working and how long it might take to finish.
Top suggests that all is still fine:
where physrd and physwrt keep switching.
but
show absolutely nothing. Is there some other way to show the progress?
I have started a dd clone
Code:
dd if=/dev/raid5/raidp1 of=/dev/ad8
And it keeps running for quite a while now. And I'd like to estimate if the process is still working and how long it might take to finish.
Top suggests that all is still fine:
Code:
PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU COMMAND
1923 root 1 -8 0 3128K 840K physrd 2 65:48 11.57% dd
but
Code:
freenas:~# pkill -INFO -x dd
freenas:~# kill -INFO 1923
show absolutely nothing. Is there some other way to show the progress?