#!/bin/bash dd if=/dev/zero of=dupa ibs=1MB count=3000 & watch -n 10 -g kill -USR1 `ps -A | pgrep -x dd`