check dd progress with kill

This commit is contained in:
Ali Vakilzade
2018-01-07 23:02:47 +03:30
committed by GitHub
parent ed3334f048
commit cfb3eaf81d

View File

@@ -17,3 +17,7 @@
- Benchmark the write performance of a disk:
`dd if=/dev/zero of={{file_1GB}} bs=1024 count=1000000`
- Check dd progress (Run this command in another shell then check dd output)
`kill -USR1 $(pgrep ^dd)`