boxedlunch-us
5/4/2020 - 1:15 PM

Linux Disk Commands

# Disk Throughput
dd if=/dev/zero of=/tmp/test1.img bs=1G count=1 oflag=dsync

# Disk Latency
dd if=/dev/zero of=/tmp/test2.img bs=512 count=1000 oflag=dsync