check dd progress with kill
This commit is contained in:
@@ -17,3 +17,7 @@
|
|||||||
- Benchmark the write performance of a disk:
|
- Benchmark the write performance of a disk:
|
||||||
|
|
||||||
`dd if=/dev/zero of={{file_1GB}} bs=1024 count=1000000`
|
`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)`
|
||||||
|
Reference in New Issue
Block a user