6
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ddコマンドの完了状況、コピー速度を知りたい

Last updated at Posted at 2012-05-16
root:# dd if=/dev/sdf of=/dev/null

バックグラウンドに回す(ctrl+Z -> bg) などして、USR1シグナルを送ればいい。

root:# killall -USR1 dd
791338977+0 records in
791338976+0 records out
405165555712 bytes (405 GB) copied, 5084.63 s, 79.7 MB/s
6
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?