time bash -c 'for((i=0 ; i < 5; i++));do sync; echo 3 > /proc/sys/vm/drop_caches ; dd if=/bin/busybox of=/dev/stdout bs=32 >/dev/null 2>&1 ;done'