check dd progress with kill

coverage
Ali Vakilzade 2018-01-07 23:02:47 +03:30 committed by GitHub
parent ed3334f048
commit cfb3eaf81d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

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)`