=============================================
DiskStation> time dd if=/dev/zero of=/volume1/public/aaa bs=64k count=16384
16384+0 records in
16384+0 records out
real 0m 12.48s
user 0m 0.01s
sys 0m 6.22s
DiskStation> time dd if=/volume1/public/aaa of=/dev/null
2097152+0 records in
2097152+0 records out
real 0m 10.97s
user 0m 1.26s
sys 0m 4.40s
DiskStation>
=============================================