dd if=/dev/zero of=/tmp/testfile bs=1G count=1 oflag=direct
if=/dev/zero: This uses a special file that provides a stream of zeros.
of=/tmp/testfile: This is the output file where we'll write the data.
bs=1G: This sets the block size to 1 gigabyte.
count=1: This means we'll write just one block.
oflag=direct: This tells dd to use direct I/O, bypassing the cache."
En esta página del sitio puede ver el video en línea Linux Tricks| Check your Disk's WritePerformance with dd Command de Duración hora minuto segunda en buena calidad , que subió el usuario Bytes & Beyond 19 junio 2024, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 102 veces y le gustó 1 a los espectadores. Disfruta viendo!