From cfb3eaf81d04a70a038bf57256cd20594b7a83db Mon Sep 17 00:00:00 2001 From: Ali Vakilzade Date: Sun, 7 Jan 2018 23:02:47 +0330 Subject: [PATCH] check dd progress with kill --- pages/linux/dd.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/dd.md b/pages/linux/dd.md index 49dff8443..1e4343b5d 100644 --- a/pages/linux/dd.md +++ b/pages/linux/dd.md @@ -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)`